Add dhcpd lease max time

This commit is contained in:
Gregory Kurtzer
2021-09-30 23:01:34 -07:00
parent dffa5a348e
commit 2234532ac8

View File

@@ -35,6 +35,7 @@ if exists user-class and option user-class = "iPXE" {
}
subnet {{$.Network}} netmask {{$.Netmask}} {
max-lease-time 120;
range {{$.RangeStart}} {{$.RangeEnd}};
next-server {{$.Ipaddr}};
}