diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 13:44:42 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 13:44:42 +0200 |
| commit | cc92c206fce389af2260eecc54ca9f2f97bbb0a0 (patch) | |
| tree | 957553a6a14d74548fc8c4ab36c5792959dc1917 /roles/pihole/README.md | |
| parent | 524d62e39f58896e1ecce1c87b12fc820ef274ad (diff) | |
Disable unstable ipv6 setup for now
Diffstat (limited to 'roles/pihole/README.md')
| -rw-r--r-- | roles/pihole/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/pihole/README.md b/roles/pihole/README.md index 26ce2d4e..225fa8f9 100644 --- a/roles/pihole/README.md +++ b/roles/pihole/README.md @@ -37,7 +37,7 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol - Internet > Account Information > DNS Server > DNSv4 Server > Use Other DNSv4 Servers > {{ pihole_ipv4 }} -#### No IPv6 Support +#### No IPv6 Support (default) - Home Network > Network > Network Settings > Change Advanced Network Settings > IPv6 > - Router advertisement enable in the LAN > ❌ @@ -47,6 +47,10 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol #### With IPv6 Support +> **Note:** Full IPv6 gateway support (all devices including WiFi) requires FritzBox to be the IPv6 border +> router. Pi can only act as IPv6 gateway for wired hosts with static `network_ipv6_gateway` config. +> radvd is deployed by the `gateway` role when `network_ipv6_address` is defined on the Pi. + - Home Network > Network > Network Settings > Change Advanced Network Settings > IPv6 > - Router advertisement enable in the LAN > ❌ - DNSv6 Server in the Home Network > |
