diff --git a/settings-dhcp.lp b/settings-dhcp.lp index 91513299..5e5b0605 100644 --- a/settings-dhcp.lp +++ b/settings-dhcp.lp @@ -71,21 +71,11 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r')
-

Advanced DHCP Settings

+

Advanced DHCP Settings

-
- -
-
-
Domain
- -
-
-

The DNS domains for the DHCP server. If no domain is specified, then any DHCP hostname with a domain part (i.e., with a period) will be disallowed. If a domain is specified, then hostnames with a domain parts matching the domain here are allowed. In addition, when a suffix is set then hostnames without a domain part have the suffix added as an optional domain part.

-
-
+
diff --git a/settings-dns.lp b/settings-dns.lp index a56f04da..85c9d84b 100644 --- a/settings-dns.lp +++ b/settings-dns.lp @@ -166,10 +166,20 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r')
-

Advanced DNS settings

+

Advanced DNS settings

+
+ +
+
+
Domain
+ +
+
+

The DNS domains for your Pi-hole. If no domain is specified and you are using Pi-hole's DHCP server, then any hostnames with a domain part (i.e., with a period) will be disallowed. If a domain is specified, then hostnames with a domain parts matching the domain here are allowed. In addition, when a suffix is set then hostnames without a domain part have the suffix added as an optional domain part.

+
@@ -190,8 +200,7 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r') 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.

+ but may also prevent you from being able to access. Make sure you have set up conditional forwarding in this case.