Files
DnsServer/Apps/DropRequestsApp/dnsApp.config
2021-10-02 12:41:43 +05:30

32 lines
460 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": [
],
"blockedQuestions": [
{
"name": "example.com"
},
{
"type": "ANY"
},
{
"name": "pizzaseo.com",
"type": "RRSIG"
},
{
"name": "sl",
"type": "ANY"
},
{
"name": "a.a.a.ooooops.space",
"type": "A"
}
]
}