From 7979b5260a2fd5aa7d9e131fab9d7377b5345ab0 Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Tue, 17 May 2022 13:20:45 +0700 Subject: [PATCH 1/3] Update nine.json and add email service --- domains/nine.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/nine.json b/domains/nine.json index 47a29e1aa..b98dacc13 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -2,7 +2,12 @@ "description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.", "repo": "https://github.com/ninelel", "record": { - "CNAME": "c7fddd40-732e-4b19-8a94-80edfaf0c369.id.repl.co" + "CNAME": "revproxy-us.bloom.host", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" }, "owner": { "username": "NineLEL", From d5e971c4cb45c32fd4604f9cc12280637baee9ee Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Tue, 17 May 2022 22:31:14 +0700 Subject: [PATCH 2/3] Fix nine.json, change host (A record) Error fixed, change from CNAME to A. Add email (MX and TXT records) --- domains/nine.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/nine.json b/domains/nine.json index b98dacc13..07975e605 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -2,7 +2,9 @@ "description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.", "repo": "https://github.com/ninelel", "record": { - "CNAME": "revproxy-us.bloom.host", + "A": [ + "23.185.16.239" + ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 6e273bb49d2d0f66511ac092ac6fb5faabf5fe27 Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Fri, 20 May 2022 08:11:27 +0700 Subject: [PATCH 3/3] Remove TXT record --- domains/nine.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/nine.json b/domains/nine.json index 07975e605..cead71201 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -8,8 +8,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + ] }, "owner": { "username": "NineLEL",