diff options
Diffstat (limited to 'roles/pihole/README.md')
| -rw-r--r-- | roles/pihole/README.md | 14 |
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 }} |
