adblock: update blocklist sources
* change adguard url * remove malwaredomains (discontinued) Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
04f8ded56d
commit
8550232147
3 changed files with 2 additions and 10 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=4.0.7
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ A lot of people already use adblocker plugins within their desktop browsers, but
|
|||
| firetv_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) |
|
||||
| games_tracking | | S | tracking | [Link](https://www.gameindustry.eu) |
|
||||
| gaming | | S | gaming | [Link](https://github.com/abyssin/pihole-blocklist) |
|
||||
| malwaredomains | | M | malware | [Link](https://malwaredomains.com) |
|
||||
| notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) |
|
||||
| oisd_nl | | XXL | general | [Link](https://oisd.nl) |
|
||||
| openphish | | S | phishing | [Link](https://openphish.com) |
|
||||
|
|
|
@ -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)}",
|
||||
|
|
Loading…
Reference in a new issue