Merge pull request #7377 from dibdot/adblock
adblock: fix adguard source
This commit is contained in:
commit
43f1f78dfc
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=adblock
|
PKG_NAME:=adblock
|
||||||
PKG_VERSION:=3.5.5
|
PKG_VERSION:=3.5.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_LICENSE:=GPL-3.0+
|
PKG_LICENSE:=GPL-3.0+
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ config source 'adaway'
|
||||||
|
|
||||||
config source 'adguard'
|
config source 'adguard'
|
||||||
option adb_src 'https://filters.adtidy.org/windows/filters/15.txt'
|
option adb_src 'https://filters.adtidy.org/windows/filters/15.txt'
|
||||||
option adb_src_rset 'BEGIN{FS=\"[/|^|\r]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+([\/\^\r]|$)/{print tolower(\$3)}'
|
option adb_src_rset 'BEGIN{FS=\"[/|^|\r]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+[\/\^\r]+$/{print tolower(\$3)}'
|
||||||
option adb_src_desc 'combined adguard dns filter list, frequent updates, approx. 17.000 entries'
|
option adb_src_desc 'combined adguard dns filter list, frequent updates, approx. 17.000 entries'
|
||||||
option enabled '0'
|
option enabled '0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue