Update example template
This commit is contained in:
parent
55eb1740d7
commit
4e771ec16f
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ $TTL 86400
|
||||||
@ IN NS ns1.example.com.
|
@ IN NS ns1.example.com.
|
||||||
@ IN NS ns2.example.com.
|
@ IN NS ns2.example.com.
|
||||||
|
|
||||||
|
{% for extra_record in extra_records -%}
|
||||||
|
{{ extra_record.rr }} IN {{ extra_record.type }} {{ extra_record.data }}
|
||||||
|
{% endfor -%}
|
||||||
|
|
||||||
{% for record, rrs in records.items() -%}
|
{% for record, rrs in records.items() -%}
|
||||||
{% for rr in rrs -%}
|
{% for rr in rrs -%}
|
||||||
{% if not record.endswith('.') -%}
|
{% if not record.endswith('.') -%}
|
||||||
|
|
Loading…
Reference in a new issue