mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Improve info text on Settings > DNS (#3245)
This commit is contained in:
@@ -71,7 +71,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
<input type="text" class="form-control" id="dns.domain" data-key="dns.domain" value="">
|
||||
</div>
|
||||
</div>
|
||||
<p>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.</p>
|
||||
<p>The DNS domains for your Pi-hole. This DNS domain is purely local. FTL may answer queries from its local cache and configuration but *never* forwards any requests upstream *unless* you have configured a dns.revServer exactly for this domain. 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.</p>
|
||||
<div>
|
||||
<input type="checkbox" id="dns.expandHosts" data-key="dns.expandHosts" title="domain-needed">
|
||||
<label for="dns.expandHosts"><strong>Expand hostnames</strong></label>
|
||||
@@ -175,7 +175,8 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
with "no such domain" rather than being forwarded upstream. The set
|
||||
of prefixes affected is the list given in <a href="https://tools.ietf.org/html/rfc6303">RFC6303</a>.</p>
|
||||
<p><strong>Important:</strong><br>Enabling these two options may increase your privacy,
|
||||
but may also prevent you from being able to access. Make sure you have set up conditional forwarding in this case.</p>
|
||||
but may also prevent you from being able to access to access local hostnames if the Pi-hole is not used as DHCP server.
|
||||
Make sure you have set up conditional forwarding in this case.</p>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user