From 8317f158b9863796d01697c914ee1c31d7752843 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 25 Sep 2021 13:34:39 +0530 Subject: [PATCH] AdvanceBlocking: updated config template. --- Apps/AdvanceBlockingApp/dnsApp.config | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Apps/AdvanceBlockingApp/dnsApp.config b/Apps/AdvanceBlockingApp/dnsApp.config index e5682649..8d4c49c0 100644 --- a/Apps/AdvanceBlockingApp/dnsApp.config +++ b/Apps/AdvanceBlockingApp/dnsApp.config @@ -1,5 +1,6 @@ { "enableBlocking": true, + "allowTxtBlockingReport": true, "blockAsNxDomain": false, "blockListUrlUpdateIntervalHours": 24, "blockingAddresses": [ @@ -7,12 +8,12 @@ "::" ], "networkGroupMap": { - "192.168.1.20": "kids", - "192.168.1.0/24": "home" + "192.168.10.20": "kids", + "0.0.0.0/0": "everyone" }, "groups": [ { - "name": "home", + "name": "everyone", "enabled": true, "allowed": [], "blocked": [ @@ -27,9 +28,8 @@ "^ads\\." ], "regexAllowListUrls": [], - "regexBlockListUrls": [ - "http://localhost:5380/RegexBlockList.txt" - ] + "regexBlockListUrls": [], + "adblockListUrls": [] }, { "name": "kids", @@ -43,7 +43,8 @@ "allowedRegex": [], "blockedRegex": [], "regexAllowListUrls": [], - "regexBlockListUrls": [] + "regexBlockListUrls": [], + "adblockListUrls": [] } ] } \ No newline at end of file