Skip to content

Commit

Permalink
Add notes about order of locally stored DNS records (#1865)
Browse files Browse the repository at this point in the history
* Add notes about order of locally stored DNS records
  • Loading branch information
yubiuser committed Aug 30, 2021
1 parent 224f906 commit cce6889
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dns_records.php
Expand Up @@ -39,6 +39,15 @@
</div>
</div>
<div class="box-footer clearfix">
<strong>Note:</strong>
<p>The order of locally defined DNS records is: </p>
<ol>
<li>The device's host name and <code>pi.hole</code></li>
<li>Configured in a config file in <code>/etc/dnsmasq.d/</code></li>
<li>Read from <code>/etc/hosts</code></li>
<li>Read from the "Local (custom) DNS" list (stored in <code>/etc/pihole/custom.list</code>)</li>
</ol>
<p>Only the first record will trigger an address-to-name association.</p>
<button type="button" id="btnAdd" class="btn btn-primary pull-right">Add</button>
</div>
</div>
Expand Down

0 comments on commit cce6889

Please sign in to comment.