diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-08-31 21:03:54 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-08-31 21:03:54 +0200 |
| commit | 5ceb809a52d93b99dcab5d77f42fdaa02fe6e8cb (patch) | |
| tree | 9d0515983a6283af9f563dad588158ad511a24dd /roles/pihole/README.md | |
| parent | d56f90cc8773ad0a3c42d2622f7ea0096d2b3ff6 (diff) | |
Update pihole role to function as dhcp for the network
Diffstat (limited to 'roles/pihole/README.md')
| -rw-r--r-- | roles/pihole/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/pihole/README.md b/roles/pihole/README.md index 714ffd40..da95c866 100644 --- a/roles/pihole/README.md +++ b/roles/pihole/README.md @@ -19,8 +19,10 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol 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 }} + - IPv6 > DNSv6 Server in the Home Network > Router advertisement enable in the LAN > Disabled + - IPv6 > DNSv6 Server in the Home Network > Disable DHCPv6 server in the FRITZ!Box > + - There are no other DHCPv6 servers in the home network. + - IPv4 > DHCP > Enable DHCP server > Disabled - Internet > Account Information > DNS Server > DNSv4 Server > - Use Other DNSv4 Servers > {{ pihole_ipv4 }} - Use Other DNSv6 Servers > {{ pihole_ipv6 }} |
