Revise DHCP text

Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2020-12-24 09:25:49 +01:00
parent 890827b222
commit c23e6d7cc2
+2 -2
View File
@@ -41,8 +41,8 @@
<div class="box-footer clearfix">
<strong>Note:</strong>
<p>The target of a <code>CNAME</code> must be a domain that the Pi-hole knows the <code>A</code> value for, or is authoritative for that domain.</p>
<p>Pi-hole will not do additional queries if you set the target to a domain that isn't already known. It will return the information it knows at the time of the query,
without having to send additional queries to an upstream for resolution. That means, for example, target domains that exist as DHCP leases only will not be fully resolved until you specify an explicit DNS entry.</p>
<p>Pi-hole will not do additional queries if you set the target to a domain that isn't already known. It just returns the information it knows at the time of the query.
This results in certain limitations for <code>CNAME</code> targets, for instance, only <i>active</i> leases work as targets.</p>
<p>Additionally, you can't <code>CNAME</code> external domains (<code>bing.com</code> to <code>google.com</code>) successfully as this would result in an invalid SSL certificate error.
<button type="button" id="btnAdd" class="btn btn-primary pull-right">Add</button>
</div>