commit
569a8f5956
|
@ -6,7 +6,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_VERSION:=3.0.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
|
|
@ -9,6 +9,8 @@ A lot of people already use adblocker plugins within their desktop browsers, but
|
|||
* => infrequent updates, approx. 400 entries (enabled by default)
|
||||
* [adguard](https://adguard.com)
|
||||
* => numerous updates on the same day, approx. 12.000 entries
|
||||
* [bitcoin](https://github.com/hoshsadiq/adblock-nocoin-list)
|
||||
* => infrequent updates, approx. 15 entries
|
||||
* [blacklist]()
|
||||
* => static local blacklist, located by default in '/etc/adblock/adblock.blacklist'
|
||||
* [disconnect](https://disconnect.me)
|
||||
|
|
|
@ -26,6 +26,12 @@ config source 'adguard'
|
|||
option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}'
|
||||
option adb_src_desc 'combined adguard dns filter list, approx. 12.000 entries'
|
||||
|
||||
config source 'bitcoin'
|
||||
option enabled '0'
|
||||
option adb_src 'https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'
|
||||
option adb_src_rset '\$0 ~/^0\.0\.0\.0[ \t]+([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$2)}'
|
||||
option adb_src_desc 'focus on malicious bitcoin mining sites, infrequent updates, approx. 15 entries'
|
||||
|
||||
config source 'blacklist'
|
||||
option enabled '0'
|
||||
option adb_src '/etc/adblock/adblock.blacklist'
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
LC_ALL=C
|
||||
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
adb_ver="3.0.2"
|
||||
adb_ver="3.0.3"
|
||||
adb_sysver="unknown"
|
||||
adb_enabled=0
|
||||
adb_debug=0
|
||||
|
|
Loading…
Reference in New Issue