mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 00:36:32 +00:00
DnsWebService: setting default value to true for NsRevalidation when config file is not found.
This commit is contained in:
@@ -7537,6 +7537,7 @@ namespace DnsServerCore
|
||||
_dnsServer.Recursion = DnsServerRecursion.AllowOnlyForPrivateNetworks; //default for security reasons
|
||||
_dnsServer.RandomizeName = true; //default true to enable security feature
|
||||
_dnsServer.QnameMinimization = true; //default true to enable privacy feature
|
||||
_dnsServer.NsRevalidation = true;
|
||||
|
||||
SaveConfigFile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user