1
0
Fork 0
knot-resolver/tests/integration/deckard/template/hints_zone.j2
Daniel Baumann fbc604e215
Adding upstream version 5.7.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:56:17 +02:00

9 lines
339 B
Django/Jinja

; This file holds the information on root name servers needed to
; initialize cache of Internet domain name servers
. 3600000 NS {{ROOT_NAME}}
{% if ':' in ROOT_ADDR %}
{{ROOT_NAME}} 3600000 AAAA {{ROOT_ADDR}}
{% else %}
{{ROOT_NAME}} 3600000 A {{ROOT_ADDR}}
{% endif %}