mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-01 14:30:34 +00:00
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
{
|
|
"webServerLocalAddresses": [
|
|
"0.0.0.0",
|
|
"::"
|
|
],
|
|
"webServerTlsCertificateFilePath": "z:\\dns.home.zare.im.pfx",
|
|
"webServerTlsCertificatePassword": null,
|
|
"webServerRootPath": "wwwroot",
|
|
"serveBlockPageFromWebServerRoot": false,
|
|
"blockPageTitle": "Website Blocked",
|
|
"blockPageHeading": "Website Blocked",
|
|
"blockPageMessage": "This website has been blocked by your network administrator."
|
|
}
|