From 53a18387b4d378fec3996d940b0084ad85dca688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Sat, 19 Apr 2025 16:40:59 +0000 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- static/0131-ns-aaaa.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 static/0131-ns-aaaa.toml (limited to 'static/0131-ns-aaaa.toml') diff --git a/static/0131-ns-aaaa.toml b/static/0131-ns-aaaa.toml new file mode 100644 index 0000000..14b98dd --- /dev/null +++ b/static/0131-ns-aaaa.toml @@ -0,0 +1,18 @@ +[Match] +QType = "AAAA" +QName = "ns.ede.dn5.dk." + +[Header] +Rcode = 0 # NOERROR +RecursionDesired = true +Autoritative = true +CheckingDisabled = false + +[Response] +CopyQuery = true + +[[Answer]] +Name = "ns.ede.dn5.dk." +RType = "AAAA" +TTL = 300 +IP = "2a10:2a80::50:2" -- cgit v1.2.1