build auto-update

This commit is contained in:
Zelo72 2021-11-06 16:11:17 +01:00
parent 99031e2100
commit 09e7c184dd
2 changed files with 298 additions and 329 deletions

File diff suppressed because it is too large Load Diff

View File

@ -91,6 +91,12 @@ curl -s -L https://raw.githubusercontent.com/badmojr/1Hosts/master/submit_here/i
generateWhitelist $tmp $data/white.list.bmj
wc -l $data/white.list.bmj
# SW
curl -s -L https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Whitelists/Filter >$tmp
curl -s -L https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Whitelists/Whitelist >>$tmp
generateWhitelist $tmp $data/white.list.sw
wc -l $data/white.list.sw
# SHC
curl -s -L https://someonewhocares.org/hosts/zero/ | grep -P '^#0' | awk '{print $2}' | grep -P "$regex" >$tmp
generateWhitelist $tmp $data/white.list.shc