mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: update to 0.60.0
* "zero-conf" installation & setup, usually no manual config changes required (i.e. ip address, network devices etc.) * full IPv4 and IPv6 support * new adblock list source (malwaredomainlist.com) * adblock related statistics will be done by iptables * removed curl dependency * for IPv6 support you need 'kmod-ipt-nat6' * fix Chaos Calmer compability * various small changes & fixes * updated documentation * updated maintainer email address Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
@@ -1,20 +1,8 @@
|
||||
# adblock configuration, for further information
|
||||
# please read /etc/adblock/samples/adblock.conf.sample
|
||||
# and /etc/adblock/README.md
|
||||
#
|
||||
|
||||
config adblock "global"
|
||||
option adb_ip "192.168.2.1"
|
||||
option adb_domain "heise.de"
|
||||
option adb_blacklist "/etc/adblock/adblock.blacklist"
|
||||
option adb_whitelist "/etc/adblock/adblock.whitelist"
|
||||
|
||||
config service "wancheck"
|
||||
option enabled "0"
|
||||
list adb_wanlist "wan"
|
||||
|
||||
config service "ntpcheck"
|
||||
option enabled "0"
|
||||
|
||||
config service "backup"
|
||||
option enabled "0"
|
||||
option adb_backupdir "/tmp"
|
||||
@@ -23,17 +11,12 @@ config service "debuglog"
|
||||
option enabled "0"
|
||||
option adb_logfile "/tmp/adb_debug.log"
|
||||
|
||||
config service "querylog"
|
||||
option enabled "0"
|
||||
option adb_queryfile "/tmp/adb_query.log"
|
||||
option adb_queryhistory "1"
|
||||
|
||||
config source "adaway"
|
||||
option enabled "0"
|
||||
option enabled "1"
|
||||
option adb_src_adaway "https://adaway.org/hosts.txt&ruleset=rset_adaway"
|
||||
|
||||
config source "disconnect"
|
||||
option enabled "0"
|
||||
option enabled "1"
|
||||
option adb_src_disconnect "https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt&ruleset=rset_disconnect"
|
||||
|
||||
config source "dshield"
|
||||
@@ -46,7 +29,11 @@ config source "feodo"
|
||||
|
||||
config source "malware"
|
||||
option enabled "0"
|
||||
option adb_src_malware "http://mirror1.malwaredomains.com/files/justdomains&ruleset=rset_malware"
|
||||
option adb_src_malware "https://mirror.cedia.org.ec/malwaredomains/justdomains&ruleset=rset_malware"
|
||||
|
||||
config source "malwarelist"
|
||||
option enabled "0"
|
||||
option adb_src_malwarelist "http://www.malwaredomainlist.com/hostslist/hosts.txt&ruleset=rset_malwarelist"
|
||||
|
||||
config source "palevo"
|
||||
option enabled "0"
|
||||
|
||||
Reference in New Issue
Block a user