1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-13 19:28:59 +00:00

Fix IPv6 support when Pi-hole is a router

Signed-off-by: Omoeba <38597972+Omoeba@users.noreply.github.com>
This commit is contained in:
Omoeba 2022-01-03 04:02:01 -08:00
parent 5bd7cc9c9d
commit 5b84cd0a61
No known key found for this signature in database
GPG Key ID: 3E6DB79EF9F6FD28

View File

@ -441,7 +441,6 @@ dhcp-leasefile=/etc/pihole/dhcp.leases
#enable-ra
dhcp-option=option6:dns-server,[::]
dhcp-range=::100,::1ff,constructor:${interface},ra-names,slaac,64,3600
ra-param=*,0,0
" >> "${dhcpconfig}"
fi