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 --- templates/nodata.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/nodata.toml (limited to 'templates/nodata.toml') diff --git a/templates/nodata.toml b/templates/nodata.toml new file mode 100644 index 0000000..a75100f --- /dev/null +++ b/templates/nodata.toml @@ -0,0 +1,24 @@ +[Match] +QType = "" +QName = "{qname}" + +[Header] +Rcode = 0 # NOERROR +RecursionDesired = true +Autoritative = true +CheckingDisabled = false + +[Response] +CopyQuery = true + +[[Authority]] +Name = "ede.dn5.dk." +RType = "SOA" +TTL = 300 +NS = "ns.ede.dn5.dk." +MBox = "hostmaster.ede.dn5.dk." +Serial = {serial} +Refresh = 14400 +Retry = 3600 +Expire = 604800 +MinTTL = 300 -- cgit v1.2.1