diff options
author | Dirk Brenken <dev@brenken.org> | 2017-06-07 19:31:13 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2017-06-07 19:31:13 +0200 |
commit | 617448dc9339bd9e90c90cbe1ae8b6aad96814bd (patch) | |
tree | fb3708c77057781acef3f8229a07dfa404a2fec4 /net/adblock/files/adblock.conf | |
parent | 272c79de8398ffbea12fb4e860cc31cc6455dfd6 (diff) |
adblock: update 2.7.0
backend:
* add new 'manual mode' to re-use blocklist backups during startup,
get fresh lists only via manual reload or restart action
* additional free memory check during dns restart to prevent OOM errors
* removed palevo tracker from default config,
this tracker has been discontinued
* cosmetics
LuCI frontend (see luci repo):
* add new 'manual mode' under extra options
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/files/adblock.conf')
-rw-r--r-- | net/adblock/files/adblock.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index 0e4fd0257..c26fb9e27 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -74,12 +74,6 @@ config source 'openphish' option adb_src_rset '{FS=\"/\"} \$3 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$3)}' option adb_src_desc 'focus on phishing, numerous updates on the same day, approx. 1.800 entries' -config source 'palevo' - option enabled '0' - option adb_src 'https://palevotracker.abuse.ch/blocklists.php?download=domainblocklist' - option adb_src_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$1)}' - option adb_src_desc 'focus on palevo worm, daily updates, approx. 15 entries' - config source 'ransomware' option enabled '0' option adb_src 'https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt' |