mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 16:53:59 +00:00
DhcpServer: setting default scope lease days to 1.
This commit is contained in:
@@ -102,7 +102,7 @@ namespace DnsServerCore.Dhcp
|
||||
scope.RouterAddress = IPAddress.Parse("192.168.1.1");
|
||||
scope.UseThisDnsServer = true;
|
||||
scope.DomainName = "local";
|
||||
scope.LeaseTimeDays = 7;
|
||||
scope.LeaseTimeDays = 1;
|
||||
|
||||
SaveScopeFile(scope);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user