diff options
author | Dirk Brenken <dev@brenken.org> | 2019-07-14 22:13:49 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2019-07-14 22:13:49 +0200 |
commit | 1d81adc003071d9ac3d6afcb99c6bef5fe407822 (patch) | |
tree | 335cd318fd6e60f742d5a2cd4521d06d5c7b1bfa /net/adblock/files/adblock.conf | |
parent | a91c4aa3951fb04185a1df96a08408378fb30ab9 (diff) |
adblock: update 3.6.5-2
* clean-up config
- remove youtube source (not working, false positives)
- remove urlhaus source (false positives)
- remove zeus source (discontinued)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/files/adblock.conf')
-rw-r--r-- | net/adblock/files/adblock.conf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index 0b620593f..8b47627d4 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -1,5 +1,3 @@ -# adblock configuration, for further information -# see 'https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md' config adblock 'global' option adb_enabled '0' @@ -151,12 +149,6 @@ config source 'sysctl' option adb_src_desc 'broad blocklist, weekly updates, approx. 16.500 entries' option enabled '0' -config source 'urlhaus' - option adb_src 'https://urlhaus.abuse.ch/downloads/rpz' - option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)+/{print tolower(\$1)}' - option adb_src_desc 'urlhaus RPZ domains by abuse.ch, numerous updates on the same day, approx. 3.500 entries' - option enabled '0' - config source 'ut_capitole' option adb_src 'https://dsi.ut-capitole.fr/blacklists/download/blacklists.tar.gz' option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}' @@ -187,20 +179,8 @@ config source 'winhelp' option adb_src_desc 'broad blocklist, infrequent updates, approx. 13.000 entries' option enabled '0' -config source 'youtube' - option adb_src 'https://api.hackertarget.com/hostsearch/?q=googlevideo.com' - option adb_src_rset 'BEGIN{FS=\",\"}/^(r[0-9]+\.){1,1}([[:alnum:]_-]+\.)+[[:alpha:]]+/{sub(/\./,\"---\");print tolower(\$1)}' - option adb_src_desc 'focus on youtube ad-related subdomains, dynamic request API, approx. 150 entries' - option enabled '0' - config source 'yoyo' option adb_src 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext' option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}' option adb_src_desc 'focus on ad related domains, weekly updates, approx. 2.400 entries' option enabled '1' - -config source 'zeus' - option adb_src 'https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist' - option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}' - option adb_src_desc 'focus on zeus botnet by abuse.ch, daily updates, approx. 400 entries' - option enabled '0' |