diff --git a/dhcpd.conf.head b/dhcpd.conf.head index 1965670..1afbb42 100755 --- a/dhcpd.conf.head +++ b/dhcpd.conf.head @@ -20,3 +20,8 @@ subnet 192.168.1.0 netmask 255.255.255.0 { option domain-name "home.paler.net"; range 192.168.1.100 192.168.1.200; } + +host comfoconnect { + max-lease-time 864000; + default-lease-time 864000; +}