mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: feature update
* add two new blocklist sources: adaway.org and disconnect.me * each blocklist source will be processed separately (no longer use one big monolithic adblocklist), duplicates makes no harm to dnsmasq * url timestamp check to download and process only updated blocklists * overall duplicate removal in separate blocklists (will be automatically disabled on low memory systems) * additional checks & various small changes Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=0.22.2
|
||||
PKG_VERSION:=0.40.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Dirk Brenken <dirk@brenken.org>
|
||||
@@ -37,8 +37,10 @@ The script supports the following domain blacklist sites:
|
||||
http://www.shallalist.de
|
||||
http://www.spam404.com
|
||||
http://winhelp2002.mvps.org
|
||||
https://adaway.org
|
||||
https://disconnect.me
|
||||
|
||||
Please read README.md in /etc/adblock for further information.
|
||||
Please see README.md in /etc/adblock for further information.
|
||||
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user