build auto-update

This commit is contained in:
Zelo72 2021-11-09 13:52:20 +01:00
parent e184c001ab
commit 6bb7c83fed
2 changed files with 309 additions and 363 deletions

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,11 @@ rm -f $tmp.1
sortList $data/white.list.referral
wc -l $data/white.list.referral
# KEES
curl -s -L https://raw.githubusercontent.com/Kees1958/W3C_annual_most_used_survey_blocklist/master/RemovedDomains | grep -P "$regex" >$tmp
generateWhitelist $tmp $data/white.list.kees
wc -l $data/white.list.kees
# NT
curl -s -L https://raw.githubusercontent.com/notracking/hosts-blocklists-scripts/master/hostnames.whitelist.txt >$tmp
generateWhitelist $tmp $data/white.list.nt