diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 4857d9b7a..da820ee93 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -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 diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md index bf6861349..a16a213b1 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -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) | diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 191fa9179..7abf2ae1d 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -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)}",