Add dhcpd lease max time
This commit is contained in:
@@ -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}};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user