From d39e0809da0cf768847c45f81448048b24355c7a Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 9 Sep 2021 21:03:57 +0200 Subject: [PATCH] Clarify how and when UQDN are forwarded with conditional forwarding Signed-off-by: DL6ER --- settings.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/settings.php b/settings.php index d08d17fb..67420e9c 100644 --- a/settings.php +++ b/settings.php @@ -904,7 +904,9 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", "

When there is a Pi-hole domain set and this box is ticked, this asks FTL that this domain is purely local and FTL may answer queries from /etc/hosts or DHCP leases - but should never forward queries on that domain to any upstream servers.

+ but should never forward queries on that domain to any upstream servers. + If Conditional Fowarding is enabled, unticking this box may cause a partial + DNS loop under certain circumstances (e.g. if a client would send TLD DNSSEC queries).

checked> @@ -953,6 +955,8 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", " devices ending in your local domain name will not leave your network, however, this is optional. The local domain name must match the domain name specified in your DHCP server for this to work. You can likely find it within the DHCP settings.

+

Enabling Conditional Fowarding will also forward all hostnames (i.e., non-FQDNs) to the router + when "Never forward non-FQDNs" is not enable.

checked>