fix: max dhcp leases

This commit is contained in:
Tine 2024-11-05 20:03:46 +01:00
parent 255eaa7eca
commit c176cfc2c6
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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'