mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: update blocklist sources
* change adguard url * remove malwaredomains (discontinued) Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"descurl": "https://github.com/AdAway/adaway.github.io"
|
||||
},
|
||||
"adguard": {
|
||||
"url": "https://filters.adtidy.org/windows/filters/15.txt",
|
||||
"url": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt",
|
||||
"rule": "BEGIN{FS=\"[\/|^|\\r]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+[\\/\\^\\r]+$/{print tolower($3)}",
|
||||
"size": "L",
|
||||
"focus": "general",
|
||||
@@ -111,13 +111,6 @@
|
||||
"focus": "gaming",
|
||||
"descurl": "https://github.com/abyssin/pihole-blocklist"
|
||||
},
|
||||
"malwaredomains": {
|
||||
"url": "https://mirror.cedia.org.ec/malwaredomains/justdomains",
|
||||
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
|
||||
"size": "M",
|
||||
"focus": "malware",
|
||||
"descurl": "https://www.malwaredomains.com"
|
||||
},
|
||||
"notracking": {
|
||||
"url": "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/dnscrypt-proxy/dnscrypt-proxy.blacklist.txt",
|
||||
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
|
||||
|
||||
Reference in New Issue
Block a user