diff --git a/Apps/AdvancedBlockingApp/dnsApp.config b/Apps/AdvancedBlockingApp/dnsApp.config index 8013eff7..9311f4e7 100644 --- a/Apps/AdvancedBlockingApp/dnsApp.config +++ b/Apps/AdvancedBlockingApp/dnsApp.config @@ -49,7 +49,13 @@ "blocked": [], "allowListUrls": [], "blockListUrls": [ - "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts" + { + "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts", + "blockAsNxDomain": false, + "blockingAddresses": [ + "192.168.10.2" + ] + } ], "allowedRegex": [], "blockedRegex": [],