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 1/4] 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" } } From 796ca601a080cd48f3b8fa43b07cc38a55a578b2 Mon Sep 17 00:00:00 2001 From: Tachibana Shin <45375496+tachibana-shin@users.noreply.github.com> Date: Tue, 27 Dec 2022 09:42:14 +0700 Subject: [PATCH 2/4] Update domains/shin.json Co-authored-by: William Harrison --- domains/shin.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/shin.json b/domains/shin.json index b3b3f14d6..3774aaafe 100644 --- a/domains/shin.json +++ b/domains/shin.json @@ -7,7 +7,12 @@ "twitter": "tachib_shin" }, "record": { - "CNAME": "tachibana-shin.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": "mx1.improvmx.com", "TXT": "v=spf1 include:spf.improvmx.com ~all" } From ca516d29a51606ca3e2cd9f937d74e353e6a5756 Mon Sep 17 00:00:00 2001 From: Tachibana Shin <45375496+tachibana-shin@users.noreply.github.com> Date: Tue, 27 Dec 2022 09:44:00 +0700 Subject: [PATCH 3/4] Fix MX in domains/shin.json Co-authored-by: William Harrison --- domains/shin.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/shin.json b/domains/shin.json index 3774aaafe..b97ed9f04 100644 --- a/domains/shin.json +++ b/domains/shin.json @@ -13,7 +13,10 @@ "185.199.110.153", "185.199.111.153" ], - "MX": "mx1.improvmx.com", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 5abf05dfa4ce70b87507cc97bacaf5c11d2b6437 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 27 Dec 2022 11:29:32 +0800 Subject: [PATCH 4/4] remove extra space --- domains/shin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shin.json b/domains/shin.json index b97ed9f04..3f19584be 100644 --- a/domains/shin.json +++ b/domains/shin.json @@ -16,7 +16,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ], + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } }