aboutsummaryrefslogtreecommitdiff
path: root/net/adblock/files/adblock.conf
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2016-07-28 22:29:46 +0200
committerDirk Brenken <dev@brenken.org>2016-07-28 22:29:46 +0200
commit880adb9d1a64d979a0e2009e2a43cd05864cc65c (patch)
treed80fdbed49c514bb9f63659d50547547410aef9e /net/adblock/files/adblock.conf
parent02ff46022f4b8d71fce69144595b2f06e4ecbe51 (diff)
adblock: update 1.4.2
* ad broad blocklist source 'hphosts' https://hosts-file.net Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/files/adblock.conf')
-rw-r--r--net/adblock/files/adblock.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf
index bff60e148..5fdf224e1 100644
--- a/net/adblock/files/adblock.conf
+++ b/net/adblock/files/adblock.conf
@@ -3,7 +3,7 @@
config adblock 'global'
option adb_enabled '1'
- option adb_cfgver '2.2'
+ option adb_cfgver '2.3'
option adb_whitelist '/etc/adblock/adblock.whitelist'
option adb_whitelist_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\"^\"\$1\"\\\|[.]\"\$1)}'
option adb_forcedns '1'
@@ -42,6 +42,12 @@ config source 'feodo'
option adb_src_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$1)}'
option adb_src_desc 'focus on feodo botnet domains, daily updates, approx. 0-10 entries'
+config source 'hphosts'
+ option enabled '0'
+ option adb_src 'https://hosts-file.net/download/hosts.txt'
+ option adb_src_rset '\$0 ~/^127\.0\.0\.1[ \t]+([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$2)}'
+ option adb_src_desc 'broad blocklist against ad-, tracking- and other malicious hosts, monthly updates, approx. 390.000 entries'
+
config source 'malware'
option enabled '0'
option adb_src 'https://mirror.cedia.org.ec/malwaredomains/justdomains'