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/0110-a.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 static/0110-a.toml (limited to 'static/0110-a.toml') diff --git a/static/0110-a.toml b/static/0110-a.toml new file mode 100644 index 0000000..ac79a03 --- /dev/null +++ b/static/0110-a.toml @@ -0,0 +1,18 @@ +[Match] +QType = "A" +QName = "ede.dn5.dk." + +[Header] +Rcode = 0 # NOERROR +RecursionDesired = true +Autoritative = true +CheckingDisabled = false + +[Response] +CopyQuery = true + +[[Answer]] +Name = "ede.dn5.dk." +RType = "A" +TTL = 300 +IP = "194.165.56.50" -- cgit v1.2.1