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/0104-mx.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/0104-mx.toml')
-rw-r--r-- | static/0104-mx.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/0104-mx.toml b/static/0104-mx.toml new file mode 100644 index 0000000..58f6c77 --- /dev/null +++ b/static/0104-mx.toml @@ -0,0 +1,19 @@ +[Match] +QType = "MX" +QName = "ede.dn5.dk." + +[Header] +Rcode = 0 # NOERROR +RecursionDesired = true +Autoritative = true +CheckingDisabled = false + +[Response] +CopyQuery = true + +[[Answer]] +Name = "ede.dn5.dk." +RType = "MX" +TTL = 300 +Pref = 10 +MX = "mail.a5n.dk." |