summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-14 03:45:26 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-16 00:22:32 +0200
commit1a0b0552364d1222b61e2caa8509cdf2fc1b99cd (patch)
treecfd3c777082fac48b54c9084313ab54db6c95500
parent121603668353f6fca40ff8f4621f3b84ec0097a6 (diff)
Update pihole readme
-rw-r--r--roles/pihole/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/pihole/README.md b/roles/pihole/README.md
index 719020b5..8da82083 100644
--- a/roles/pihole/README.md
+++ b/roles/pihole/README.md
@@ -11,3 +11,17 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol
- `pihole_dns_blocking_enabled` the boolean flag to toggle DNS blocking (default: true).
- `pihole_dhcp_enabled` the boolean flag to toggle DHCP on the pi-hole (default: false).
- `pihole_domain` the domain name to be configured when the pi is exposed over the internet (default: "").
+
+## Router Setup
+
+### [FRITZ!Box](https://docs.pi-hole.net/routers/fritzbox/)
+
+Update the following
+
+- Home Network > Network > Network Settings > Change Advanced Network Settings >
+ - IPv6 > DNSv6 Server in the Home Network > Router advertisement enable in the LAN > Set ULA Prefix
+ - IPv4 > DHCP > Local DNS Server > {{ pihole_ipv4 }}
+- Internet > Account Information > DNS Server > DNSv4 Server >
+ - Use Other DNSv4 Servers > {{ pihole_ipv4 }}
+ - Use Other DNSv6 Servers > {{ pihole_ipv6 }}
+- Internet > Filter > Unrestricted > Add Device > {{ pihole_device_name }}