Increase DHCP lease time.

pull/2/head
Christopher Young 2015-08-08 21:39:21 -04:00
rodzic 0884106721
commit 929e1e1fef
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -14,8 +14,8 @@ ddns-update-style none;
#option domain-name "stratux.local";
#option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600;
max-lease-time 7200;
default-lease-time 86400; # 24 hours
max-lease-time 172800; # 48 hours
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.