From 1a0b0552364d1222b61e2caa8509cdf2fc1b99cd Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 14 Aug 2025 03:45:26 +0200 Subject: Update pihole readme --- roles/pihole/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 }} -- cgit v1.2.3