aboutsummaryrefslogtreecommitdiff
path: root/net/adblock/files/adblock.conf
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2019-01-09 11:52:19 +0100
committerDirk Brenken <dev@brenken.org>2019-01-09 12:40:45 +0100
commit3233bb307baee333a5f3dde943a7fa59e3d1535f (patch)
treea4538abca79137c80d14af5b69b56694a9178fff /net/adblock/files/adblock.conf
parentf56d4878979bd0e03d2c77915cffd77943e37791 (diff)
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 <dev@brenken.org>
Diffstat (limited to 'net/adblock/files/adblock.conf')
-rw-r--r--net/adblock/files/adblock.conf6
1 files changed, 0 insertions, 6 deletions
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)}'