summaryrefslogtreecommitdiffstats
path: root/tests/integration/deckard/template/pdns_dnssec.j2
blob: fbb00d91a7029306dee995584c853a898b49a048 (plain)
1
2
3
4
5
-- only DS records are accepted, DNSKEY records will cause errors
-- addDS takes 2 arguments, the node in the DNS-tree and the data of the corresponding DS record
{% for TA in TRUST_ANCHORS %}
addDS('{{TA.split()[0]}}', '{{' '.join(TA.split()[-4:])}}')
{% endfor %}