diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-11-03 22:30:09 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-11-03 22:30:09 +0000 |
commit | 8350d72fc3d864a0a451a0ee69bef8e4ff86e018 (patch) | |
tree | 82267ef3ca8fc6b72f2a01c2f235af3a8ae50c95 | |
parent | fe1fc96619cbbe923e89b88d5d0a49eedbc81d1e (diff) | |
download | dns-8350d72fc3d864a0a451a0ee69bef8e4ff86e018.tar.xz |
Rejiggle MX prios
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index d7a3044..0087eac 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -3,7 +3,7 @@ $ORIGIN kyriasis.com. $TTL 3h @ IN SOA theos.kyriasis.com. hostmaster ( - 123 ; serial + 124 ; serial 4h ; refresh 1h ; retry 1w ; expire @@ -70,11 +70,11 @@ theos TXT "keybase-site-verification=_bApRga8QdQm0OpTxOZLeBFAPDB1_ ;;; Mail ;; MX -@ MX 5 theos +@ MX 0 theos @ MX 5 lucifer -theos MX 5 theos -theos MX 25 lucifer -lists MX 5 theos +theos MX 0 theos +theos MX 5 lucifer +lists MX 0 theos ;; SPF <http://tools.ietf.org/html/rfc4408> @ TXT "v=spf1 a mx ~all" |