diff --git a/internal/dhcp4d/dhcp4d.go b/internal/dhcp4d/dhcp4d.go index 185250d..51f5494 100644 --- a/internal/dhcp4d/dhcp4d.go +++ b/internal/dhcp4d/dhcp4d.go @@ -54,7 +54,7 @@ func NewHandler(dir string) (*Handler, error) { leasesIP: make(map[int]*Lease), serverIP: serverIP, start: start, - leaseRange: 200, + leaseRange: 230, leasePeriod: 2 * time.Hour, options: dhcp4.Options{ dhcp4.OptionSubnetMask: []byte{255, 255, 255, 0},