summaryrefslogtreecommitdiffstats
path: root/static/9999-nxdomain.toml
diff options
context:
space:
mode:
Diffstat (limited to 'static/9999-nxdomain.toml')
-rw-r--r--static/9999-nxdomain.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/9999-nxdomain.toml b/static/9999-nxdomain.toml
new file mode 100644
index 0000000..66ad6fb
--- /dev/null
+++ b/static/9999-nxdomain.toml
@@ -0,0 +1,24 @@
+[Match]
+QType = ""
+QName = ""
+
+[Header]
+Rcode = 3 # NXDOMAIN
+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