mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-28 18:55:15 +00:00
AdvancedBlocking: updated sample config
This commit is contained in:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user