10 day leases for the comfoconnect to work around firmware issue.

This commit is contained in:
2022-01-03 17:27:06 +00:00
parent c16aa36199
commit 642b123a30

View File

@@ -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;
}