DhcpServer: setting default scope's domain name to home.

This commit is contained in:
Shreyas Zare
2022-04-23 17:47:50 +05:30
parent 4bd1488d27
commit b2efaf2550

View File

@@ -101,7 +101,7 @@ namespace DnsServerCore.Dhcp
scope.Exclusions = new Exclusion[] { new Exclusion(IPAddress.Parse("192.168.1.1"), IPAddress.Parse("192.168.1.10")) };
scope.RouterAddress = IPAddress.Parse("192.168.1.1");
scope.UseThisDnsServer = true;
scope.DomainName = "local";
scope.DomainName = "home";
scope.LeaseTimeDays = 1;
SaveScopeFile(scope);