mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-08 00:20:37 +00:00
Apply dhcp lease time also for IPv6
This commit is contained in:
parent
3268e1611a
commit
9181a4a1d8
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ quiet-dhcp
|
||||||
quiet-dhcp6
|
quiet-dhcp6
|
||||||
#enable-ra
|
#enable-ra
|
||||||
dhcp-option=option6:dns-server,[::]
|
dhcp-option=option6:dns-server,[::]
|
||||||
dhcp-range=::100,::1ff,constructor:${interface},ra-names,slaac
|
dhcp-range=::100,::1ff,constructor:${interface},ra-names,slaac,${leasetime}
|
||||||
ra-param=*,0,0
|
ra-param=*,0,0
|
||||||
" > "${dhcpconfig}"
|
" > "${dhcpconfig}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue