From 08207835c38ac8bc6a12c63dbbfa6b178713407a Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 1 Dec 2020 09:30:12 +0100 Subject: [PATCH] Add better descrption of what the two check boxes actually effect. Signed-off-by: DL6ER --- settings.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/settings.php b/settings.php index 11c99ca81..a59fe423f 100644 --- a/settings.php +++ b/settings.php @@ -958,14 +958,23 @@ function convertseconds($argument)
checked> +

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.

checked> -

Note that enabling these two options may increase your privacy - slightly, but may also prevent you from being able to access - local hostnames if the Pi-hole is not used as DHCP server

+

All reverse lookups for private IP ranges (i.e., 192.168.0.x/24, etc.) + which are not found in /etc/hosts or the DHCP leases are answered + with "no such domain" rather than being forwarded upstream. The set + of prefixes affected is the list given in RFC6303.

+

Important: Enabling these two options may increase your privacy, + but may also prevent you from being able to access + local hostnames if the Pi-hole is not used as DHCP server.

+
checked>