fix: max dhcp leases
This commit is contained in:
parent
255eaa7eca
commit
c176cfc2c6
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ config dnsmasq
|
||||||
option rebind_localhost '1'
|
option rebind_localhost '1'
|
||||||
option expandhosts '1'
|
option expandhosts '1'
|
||||||
option cachesize '1000'
|
option cachesize '1000'
|
||||||
|
# Must be larger than limits for interfaces.
|
||||||
|
option dhcpleasemax '1024'
|
||||||
option authoritative '1'
|
option authoritative '1'
|
||||||
option readethers '1'
|
option readethers '1'
|
||||||
option leasefile '/tmp/dhcp.leases'
|
option leasefile '/tmp/dhcp.leases'
|
||||||
|
|
Loading…
Reference in a new issue