mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-18 14:56:01 +02:00
Deduplication for dns records
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
{% if r.cname %}
|
||||
<p>This domain has a cname set, this means its contents are full replaced by the linked record.</p>
|
||||
|
||||
<p class="button-paragraph">{{ helper::dig(extra=extra, name=r.cname[1]) }}</p>
|
||||
<p class="button-paragraph">{{ helper::dig(extra=extra, name=r.cname[0]) }}</p>
|
||||
|
||||
</p>Usually you get the <code>A</code> and <code>AAAA</code> records for the linked record to avoid uneccessary requests. If anything else resolves, that is a violation of the DNS specification.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user