Files
DnsServer/Apps/DropRequestsApp/dnsApp.config
2021-09-11 16:28:16 +05:30

33 lines
477 B
Plaintext

{
"enableBlocking": true,
"allowedNetworks": [
"127.0.0.1",
"::1",
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
],
"blockedNetworks": [
"1.1.1.1/24"
],
"blockedQuestions": [
{
"name": "example.com"
},
{
"type": "ANY"
},
{
"name": "pizzaseo.com",
"type": "RRSIG"
},
{
"name": "sl",
"type": "ANY"
},
{
"name": "a.a.a.ooooops.space",
"type": "A"
}
]
}