mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
Do stateful DHCPv6 and SLAAC
This commit is contained in:
parent
03d4fcd17d
commit
cf724176dc
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ quiet-dhcp
|
|||
quiet-dhcp6
|
||||
#enable-ra
|
||||
dhcp-option=option6:dns-server,[::]
|
||||
dhcp-range=::100,::1ff,constructor:${interface}
|
||||
dhcp-range=::100,::1ff,constructor:${interface},ra-names,slaac
|
||||
ra-param=*,0,0
|
||||
" > "${dhcpconfig}"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue