mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:10:01 -04:00
These are either config file or zone file snippets. Their license is declared in REUSE.toml.
5 lines
102 B
Django/Jinja
5 lines
102 B
Django/Jinja
trust-anchors {
|
|
{% for ta in trust_anchors %}
|
|
"@ta.domain@" @ta.type@ @ta.contents@;
|
|
{% endfor %}
|
|
};
|