From 3d0386f27ca66379acf50199e1d1298386eeeeb8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:55:53 +0200 Subject: Adding upstream version 3.2.1. Signed-off-by: Daniel Baumann --- tests/hints_zone.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/hints_zone.j2 (limited to 'tests/hints_zone.j2') diff --git a/tests/hints_zone.j2 b/tests/hints_zone.j2 new file mode 100644 index 0000000..b46b30d --- /dev/null +++ b/tests/hints_zone.j2 @@ -0,0 +1,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 %} -- cgit v1.2.3