Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbabyboost authored Apr 1, 2023
1 parent 25329f2 commit 00dea4d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
echo "MALICIOUS_HOST=https://raw.githubusercontent.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/main/Google_hostnames_light.txt" >> $GITHUB_ENV
echo "HAGEZI_NORMAL=https://raw.githubusercontent.com/hagezi/dns-blocklists/main/hosts/multi.txt" >> $GITHUB_ENV
echo "HBLOCK=https://hblock.molinero.dev/hosts" >> $GITHUB_ENV
echo "NOTRACK=https://gitlab.com/quidsup/notrack-blocklists/-/blob/master/notrack-blocklist.txt" >> $GITHUB_ENV
echo "GOODBYEADS=https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Hosts/GoodbyeAds.txt" >> $GITHUB_ENV
echo "HOST_LITE=https://o0.pages.dev/Lite/hosts.txt" >> $GITHUB_ENV
shell: bash
Expand Down Expand Up @@ -207,12 +206,10 @@ jobs:
curl -sSL $OISD_NSFW | perl -ne '/^server=\/([^\/]+)\// && print "$1\n"' > oisd-nsfw.txt
curl -sSL $HOST_LITE | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> ./community/data/1host-lite
curl -sSL $HOST_LITE | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> 1host-lite.txt
curl -sSL $HAGEZI_NORMAL | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' > ./community/data/nextdns
curl -sSL $HAGEZI_NORMAL | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' > nextdns.txt
curl -sSL $HAGEZI_NORMAL | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> ./community/data/nextdns
curl -sSL $HAGEZI_NORMAL | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> nextdns.txt
curl -sSL $HBLOCK | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> ./community/data/nextdns
curl -sSL $HBLOCK | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> nextdns.txt
curl -sSL $NOTRACK | awk -F'#' '{print $1}' >> ./community/data/nextdns
curl -sSL $NOTRACK | awk -F'#' '{print $1}' >> nextdns.txt
curl -sSL $GOODBYEADS | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> ./community/data/nextdns
curl -sSL $GOODBYEADS | perl -ne '/^0\.0\.0\.0\s([-_0-9a-zA-Z]+(\.[-_0-9a-zA-Z]+){1,64})/ && print "$1\n"' | sed '1d' >> nextdns.txt
wget -O ./community/data/rule-doh $DOH_DNS
Expand Down

0 comments on commit 00dea4d

Please sign in to comment.