From 15862ba397c4e6a6e2b80ccda26ae5556194d535 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 13 Dec 2020 22:07:29 +0100 Subject: [PATCH] Fix trailing spaces Signed-off-by: yubiuser --- docs/guides/fritzbox.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/fritzbox.md b/docs/guides/fritzbox.md index 1c3a721..1ff4a5e 100644 --- a/docs/guides/fritzbox.md +++ b/docs/guides/fritzbox.md @@ -2,7 +2,7 @@ This guide was developed using a FritzBox 7530 but should work for others too. It aims to line out a few basic prinicples to have a seemless DNS experience with Pihole and Fritzboxes . -> Note: +> Note: There is no single way to do it right. Choose the one best fitting your needs. This guide is IPv4 only. You need to adjust for IPv6 accordingly @@ -28,14 +28,14 @@ With this configuration, you won't see individual clients in pihole's dashboard. ## 2) Distribute Pihole as DNS server via DHCP -Using this configuration, all clients will get Pihole's IP offered as DNS server when they request a DHCP lease from your FritzBox. +Using this configuration, all clients will get Pihole's IP offered as DNS server when they request a DHCP lease from your FritzBox. DNS requests are send in this order ```bash Client -> Pihole -> Upstream DNS Server ``` -> Note: +> Note: The FritzBox itself will use whatever is configured under Internet/Zugangsdaten/DNS-Server. The FritzBox can be Pihole's upstream DNS server, as long Pihole itself is not the the upstream server for the Fritzbox. This would cause a DNS loop.