|
|
|
@ -46,7 +46,10 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}DNS DMARC entry{% endtrans %}</th>
|
|
|
|
|
<td>{{ macros.clip("dns_dmark") }}<pre id="dns_dmark" class="pre-config border bg-light">{{ domain.dns_dmarc }}</pre></td>
|
|
|
|
|
<td>
|
|
|
|
|
{{ macros.clip("dns_dmarc") }}<pre id="dns_dmarc" class="pre-config border bg-light">{{ domain.dns_dmarc }}</pre>
|
|
|
|
|
{{ macros.clip("dns_dmarc_report") }}<pre id="dns_dmarc_report" class="pre-config border bg-light">{{ domain.dns_dmarc_report }}</pre>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
{%- endif %}
|
|
|
|
|
{%- set tlsa_record=domain.dns_tlsa %}
|
|
|
|
@ -58,8 +61,7 @@
|
|
|
|
|
{%- endif %}
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}DNS client auto-configuration (RFC6186) entries{% endtrans %}</th>
|
|
|
|
|
<td>
|
|
|
|
|
{{ macros.clip("dns_autoconfig") }}<pre id="dns_autoconfig" class="pre-config border bg-light">
|
|
|
|
|
<td>{{ macros.clip("dns_autoconfig") }}<pre id="dns_autoconfig" class="pre-config border bg-light">
|
|
|
|
|
{%- for line in domain.dns_autoconfig %}
|
|
|
|
|
{{ line }}
|
|
|
|
|
{%- endfor -%}
|
|
|
|
|