diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-18 21:57:00 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-18 21:57:00 +0000 |
commit | c053a1db5a339584bcbeb27903e6f6ccc4c27cc8 (patch) | |
tree | 94ba0fb45384d57e473f0f7614684c37217182d1 | |
parent | 2dc3c833891e21f845f64607307e80680d9dd5a3 (diff) | |
download | dns-c053a1db5a339584bcbeb27903e6f6ccc4c27cc8.tar.xz |
Add lists MX record
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index 20faf56..cfd27b2 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -3,7 +3,7 @@ $ORIGIN kyriasis.com. $TTL 2h @ IN SOA theos.kyriasis.com. hostmaster ( - 36 ; serial + 37 ; serial 4h ; refresh 1h ; retry 1w ; expire @@ -66,6 +66,7 @@ _443._tcp.theos TLSA 3 0 1 35da01bd9fed5e538baae2cb423dd6923f8d313c @ MX 5 theos.kyriasis.com. @ MX 20 lucifer.kyriasis.com. theos MX 5 theos.kyriasis.com. +lists MX 5 theos.kyriasis.com. ;; SPF <http://tools.ietf.org/html/rfc4408> @ TXT "v=spf1 a mx ~all" |