summaryrefslogtreecommitdiffstats
path: root/roles/pihole/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-08 03:32:42 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-08 03:32:42 +0200
commite06dc8a7b62ad3029503914602401d5f235ce442 (patch)
tree26ce42e8a55971dc5bbf11ba25a1984014f4f65f /roles/pihole/README.md
parentbb0abab8308256c028c29e3732e53ef211cad613 (diff)
Refactor network role
Remove static IPv6 support from network role — all hosts use SLAAC (method=auto). Simplifies NM templates, argument_specs, and resolved.conf. gateway sysctl accept_ra=2 is now unconditional when gateway_enabled. Co-authored-by: Claude.ai
Diffstat (limited to 'roles/pihole/README.md')
-rw-r--r--roles/pihole/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/pihole/README.md b/roles/pihole/README.md
index 65f16274..c690dffb 100644
--- a/roles/pihole/README.md
+++ b/roles/pihole/README.md
@@ -63,12 +63,10 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol
- Router advertisement enable in the LAN > ✅
- Always assign ULA addresses > ✅
- Set ULA prefix > https://www.unique-local-ipv6.com/ example: `fd00:1234:5678::` > ✅
- - Restart the Pi to obtain a new ULA address
- (or run `sudo ip link set {{ network_interface }} down && sudo ip link set {{ network_interface }} up`)
- - Run `ip address | grep "inet6 fd"` on the Pi to obtain the new IPv6 address
+ - This FRITZ!Box provides the standard internet connection > Low
- DNSv6 Server in the Home Network >
- Also announce DNSv6 server via router advertisement (RFC5006) > ✅
- - Local DNSv6 Server > {{ pihole_ipv6 }}
+ - Local DNSv6 Server > {{ pihole_ipv6 `ip address | grep "inet6 fd"`}}
- DHCPv6 Server in the home network >
- Disable DHCPv6 server in the FRITZ!Box for the home network > ✅
- There are no other DHCPv6 servers in the home network. > ✅