From 7eedce0a58fc267512ec41a928fcd80d6c2a5505 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Mon, 19 Dec 2016 20:11:25 +0100 Subject: adblock: release 2.0.0 * changed complete dnsmasq handling - no longer redirect ad requests to internal web server via firewall rules etc., in fact send back a simple NXDOMAIN for all ad related (sub-)domains - smaller memory footprint for block lists - removed needless uhttpd instances - removed needless firewall rules/redirects * init/hotplug system migrated to procd - removed hotplug.d script, now using procd interface trigger * reduced code size/complexity - removed needless internal pre-checks & function blocks, no longer rely on a separate helper library - removed flash writes to adblock config * support different download tools like wget (default), aria2c, uclient-fetch, curl (see online doc) * adblock status/statistics via ubus call (see online doc) * various bug fixes * documentation update * changed makefile copyright notice Signed-off-by: Dirk Brenken --- net/adblock/files/adblock.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/adblock/files/adblock.conf') diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index cc86b503b..aaf6eef43 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -3,10 +3,9 @@ config adblock 'global' option adb_enabled '1' - option adb_cfgver '2.5' + option adb_debug '0' 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' config service 'backup' option enabled '0' -- cgit v1.2.3