summaryrefslogtreecommitdiffstats
path: root/tests/integration/deckard/template/hints_zone.j2
blob: 4262fd42b2fa8803616a1daf470fe7cf53fdc861 (plain)
1
2
3
4
5
6
7
8
9
;       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 %}