From aea45058d601965591a3be76d885bb56cb5d523c Mon Sep 17 00:00:00 2001 From: Tachibana Shin <45375496+tachibana-shin@users.noreply.github.com> Date: Wed, 16 Nov 2022 20:07:14 +0700 Subject: [PATCH] add record `MX` and `TXT for email (shin.is-a.dev) --- domains/shin.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/shin.json b/domains/shin.json index 0cf88ec7c..b3b3f14d6 100644 --- a/domains/shin.json +++ b/domains/shin.json @@ -7,6 +7,8 @@ "twitter": "tachib_shin" }, "record": { - "CNAME": "tachibana-shin.github.io" + "CNAME": "tachibana-shin.github.io", + "MX": "mx1.improvmx.com", + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }