Skip to content

Commit

Permalink
Merge pull request #1873 from pi-hole/tweak/FQDN_UQDN_DNS
Browse files Browse the repository at this point in the history
Clarify how and when UQDN are forwarded with conditional forwarding
  • Loading branch information
PromoFaux authored Sep 11, 2021
2 parents f526716 + 8940e79 commit 87beebd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,9 @@ function convertseconds($argument)
<p>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 <code>/etc/hosts</code> or DHCP leases
but should never forward queries on that domain to any upstream servers.</p>
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).</p>
</div>
<div>
<input type="checkbox" name="DNSbogusPriv" id="DNSbogusPriv" title="bogus-priv" <?php if ($DNSbogusPriv){ ?>checked<?php } ?>>
Expand Down Expand Up @@ -953,6 +955,8 @@ function convertseconds($argument)
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.</p>
<p>Enabling Conditional Fowarding will also forward all hostnames (i.e., non-FQDNs) to the router
when "Never forward non-FQDNs" is <em>not</em> enabled.</p>
<div class="form-group">
<div>
<input type="checkbox" name="rev_server" id="rev_server" value="rev_server" <?php if(isset($rev_server) && ($rev_server == true)){ ?>checked<?php } ?>>
Expand Down

0 comments on commit 87beebd

Please sign in to comment.