From 3233bb307baee333a5f3dde943a7fa59e3d1535f Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Wed, 9 Jan 2019 11:52:19 +0100 Subject: adblock: update 3.6.2 * enhance the query function to search in adblock backups as well, to get back the set of blocking lists sources for a certain domain * add "Latest DNS Queries" report to commandline version as well (already in LuCI) * made the tld compression (the error handling) more robust, remove the needless 'adb_forcesrt' option * removed abandoned 'feodo' list source * updated readme Signed-off-by: Dirk Brenken --- net/adblock/files/adblock.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'net/adblock/files/adblock.conf') diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index 1c1a19d97..0b620593f 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -50,12 +50,6 @@ config source 'dshield' option adb_src_desc 'generic blocklist, daily updates, approx. 3.500 entries' option enabled '0' -config source 'feodo' - option adb_src 'https://feodotracker.abuse.ch/blocklist/?download=domainblocklist' - option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}' - option adb_src_desc 'focus on feodo botnet, daily updates, approx. 0-10 entries' - option enabled '0' - config source 'hphosts' option adb_src 'https://hosts-file.net/ad_servers.txt' option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|\$)+/{print tolower(\$2)}' -- cgit v1.2.3