From c72b2eec2ed1c8bc1962dc2e1b2ba496be8665dc Mon Sep 17 00:00:00 2001 From: RehanPlayz <63925635+RehanPlayz@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:29:38 +0300 Subject: [PATCH 1/4] Renamed rehan-playz.json to rehanplayz.json and also added a TXT record for Zoho Mail Domain Verification (I Hope it works this time lol) --- domains/{rehan-playz.json => rehanplayz.json} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename domains/{rehan-playz.json => rehanplayz.json} (68%) diff --git a/domains/rehan-playz.json b/domains/rehanplayz.json similarity index 68% rename from domains/rehan-playz.json rename to domains/rehanplayz.json index 216490631..91dac3cf5 100644 --- a/domains/rehan-playz.json +++ b/domains/rehanplayz.json @@ -6,6 +6,9 @@ "email": "RehanPlayz321@protonmail.com" }, "record": { - "CNAME": "uk01.scarcehost.uk" + "A": [ + "81.150.6.98" + ], + "TXT": "zoho-verification=zb62605985.zmverify.zoho.com" } } From 29e803bb11654ce11bb1f1c85ce15dada639f931 Mon Sep 17 00:00:00 2001 From: RehanPlayz <63925635+RehanPlayz@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:46:14 +0300 Subject: [PATCH 2/4] Added the MX records --- domains/rehanplayz.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/rehanplayz.json b/domains/rehanplayz.json index 91dac3cf5..165c8d860 100644 --- a/domains/rehanplayz.json +++ b/domains/rehanplayz.json @@ -9,6 +9,8 @@ "A": [ "81.150.6.98" ], - "TXT": "zoho-verification=zb62605985.zmverify.zoho.com" + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], + "TXT": "zoho-verification=zb62605985.zmverify.zoho.com", + "TXT": "v=spf1 include:zoho.com ~all" } } From 85698006746f75c7e74f25d4b9982d079e92b593 Mon Sep 17 00:00:00 2001 From: RehanPlayz <63925635+RehanPlayz@users.noreply.github.com> Date: Mon, 13 Sep 2021 14:48:52 +0300 Subject: [PATCH 3/4] Changed to ImprovMX because Zoho Mail doesn't work --- domains/rehanplayz.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/rehanplayz.json b/domains/rehanplayz.json index 165c8d860..6d51f0d00 100644 --- a/domains/rehanplayz.json +++ b/domains/rehanplayz.json @@ -9,8 +9,10 @@ "A": [ "81.150.6.98" ], - "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], - "TXT": "zoho-verification=zb62605985.zmverify.zoho.com", - "TXT": "v=spf1 include:zoho.com ~all" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 639a8c8ee4b7617992fbf88e4df8b8625ff1a15d Mon Sep 17 00:00:00 2001 From: RehanPlayz <63925635+RehanPlayz@users.noreply.github.com> Date: Thu, 16 Sep 2021 08:48:37 +0300 Subject: [PATCH 4/4] Trying out a new webhost --- domains/rehanplayz.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/rehanplayz.json b/domains/rehanplayz.json index 6d51f0d00..850c11790 100644 --- a/domains/rehanplayz.json +++ b/domains/rehanplayz.json @@ -7,12 +7,12 @@ }, "record": { "A": [ - "81.150.6.98" + "198.251.81.131" ], "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" + "ns1.crystalcloud.xyz", + "ns2.crystalcloud.xyz" ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 a mx ip4:198.251.81.131 ~all" } }