diff options
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." |