mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-04 15:55:32 +00:00
DhcpServer: setting default scope's domain name to home.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user