diff options
Diffstat (limited to 'static/0102-ns.toml')
-rw-r--r-- | static/0102-ns.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/static/0102-ns.toml b/static/0102-ns.toml new file mode 100644 index 0000000..5345359 --- /dev/null +++ b/static/0102-ns.toml @@ -0,0 +1,18 @@ +[Match] +QType = "NS" +QName = "ede.dn5.dk." + +[Header] +Rcode = 0 # NOERROR +RecursionDesired = true +Autoritative = true +CheckingDisabled = false + +[Response] +CopyQuery = true + +[[Answer]] +Name = "ede.dn5.dk." +RType = "NS" +TTL = 300 +NS = "ns.ede.dn5.dk." |