mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Merge pull request #4508 from Omoeba/fix-ipv6
Fix IPv6 support when Pi-hole is a router
This commit is contained in:
commit
e2e803f76c
@ -441,7 +441,7 @@ dhcp-leasefile=/etc/pihole/dhcp.leases
|
|||||||
#enable-ra
|
#enable-ra
|
||||||
dhcp-option=option6:dns-server,[::]
|
dhcp-option=option6:dns-server,[::]
|
||||||
dhcp-range=::,constructor:${interface},ra-names,ra-stateless,64
|
dhcp-range=::,constructor:${interface},ra-names,ra-stateless,64
|
||||||
ra-param=*,0,0
|
|
||||||
" >> "${dhcpconfig}"
|
" >> "${dhcpconfig}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user