Skip to content

Commit

Permalink
Add hint to the web interface about the limits of CNMAE records
Browse files Browse the repository at this point in the history
Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Dec 21, 2020
1 parent c32bcd3 commit d9a7e66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cname_records.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
</div>
</div>
<div class="box-footer clearfix">
<strong>Hints:</strong>
<p>The target of a CNAME must be a domain that the Pi-hole knows the A 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.</p>
<button type="button" id="btnAdd" class="btn btn-primary pull-right">Add</button>
</div>
</div>
Expand Down

0 comments on commit d9a7e66

Please sign in to comment.