diff options
author | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2025-04-19 16:40:59 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2025-04-19 17:24:29 +0000 |
commit | 53a18387b4d378fec3996d940b0084ad85dca688 (patch) | |
tree | a5cfda93c24a5a1c1e1d4b419bdfecee360b2933 /static/0102-ns.toml | |
parent | 8f8ca063064eee32c5281b1ee6ff4e5ecff9c23b (diff) | |
download | ede-53a18387b4d378fec3996d940b0084ad85dca688.tar.gz ede-53a18387b4d378fec3996d940b0084ad85dca688.tar.xz ede-53a18387b4d378fec3996d940b0084ad85dca688.zip |
initial commit
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk>
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." |