diff --git a/DnsServerCore/WebService.cs b/DnsServerCore/WebService.cs index 1989c32e..9c29ef3d 100644 --- a/DnsServerCore/WebService.cs +++ b/DnsServerCore/WebService.cs @@ -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(); }