mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-02 17:48:52 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue