From 85502321471e840ab7bfc982f12adae2cd4372f6 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Tue, 23 Feb 2021 15:46:43 +0100 Subject: [PATCH] adblock: update blocklist sources * change adguard url * remove malwaredomains (discontinued) Signed-off-by: Dirk Brenken --- net/adblock/Makefile | 2 +- net/adblock/files/README.md | 1 - net/adblock/files/adblock.sources | 9 +-------- 3 files changed, 2 insertions(+), 10 deletions(-) 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)}",