dnsmasq: increase maximum allowed number of leases
This commit is contained in:
parent
a26cb97933
commit
df3b4dc9c3
1 changed files with 3 additions and 0 deletions
|
@ -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(',') }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue