dnsmasq: increase maximum allowed number of leases

This commit is contained in:
Timotej Lazar 2025-10-06 16:16:12 +02:00
parent a26cb97933
commit df3b4dc9c3

View file

@ -12,6 +12,9 @@ dhcp-proxy
# has 3 s timeout during which no other requests are processed
no-ping
# we have more than 1000 clients
dhcp-lease-max = 5000
bind-interfaces
interface = {{ interfaces | map(attribute='name') | join(',') }}