summaryrefslogtreecommitdiffstats
path: root/tests/deckard/template/hints_zone.j2
blob: b46b30ddd7f74f2bced7788510513d20add91ec3 (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    K.ROOT-SERVERS.NET.
{% if ':' in ROOT_ADDR %}
K.ROOT-SERVERS.NET.      3600000      AAAA  {{ROOT_ADDR}}
{% else %}
K.ROOT-SERVERS.NET.      3600000      A     {{ROOT_ADDR}}
{% endif %}