mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 16:53:59 +00:00
WebService: setting default settings for RandomizeName to true when config file is missing.
This commit is contained in:
@@ -4245,6 +4245,7 @@ namespace DnsServerCore
|
||||
|
||||
_dnsServer.AllowRecursion = true;
|
||||
_dnsServer.AllowRecursionOnlyForPrivateNetworks = true; //default true for security reasons
|
||||
_dnsServer.RandomizeName = true; //default true to enable security feature
|
||||
|
||||
SaveConfigFile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user