mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: 0.90.0
* all relevant adblock events will be properly written to syslog/stdout * removed needless 'debug log' option * add optional parm 'adb_forcedns' to redirect all queries to local resolver (default: '1', enabled) * revised space check * various code cosmetics & cleanups Signed-off-by: Dirk Brenken <openwrt@brenken.org>
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
# adblock configuration, for further information
|
||||
# see '/etc/adblock/README.md'
|
||||
# see 'https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md'
|
||||
|
||||
config adblock 'global'
|
||||
option adb_enabled '1'
|
||||
option adb_cfgver '0.80'
|
||||
option adb_cfgver '0.90'
|
||||
option adb_blacklist '/etc/adblock/adblock.blacklist'
|
||||
option adb_whitelist '/etc/adblock/adblock.whitelist'
|
||||
option adb_forcedns '1'
|
||||
|
||||
config service 'backup'
|
||||
option enabled '0'
|
||||
option adb_backupdir '/tmp'
|
||||
|
||||
config service 'log'
|
||||
option enabled '0'
|
||||
option adb_logfile '/tmp/adb_debug.log'
|
||||
option adb_backupdir '/mnt'
|
||||
|
||||
config source 'adaway'
|
||||
option enabled '1'
|
||||
|
||||
Reference in New Issue
Block a user