From 6216b09d696f17f0dc1a870010451b023cb3d5c0 Mon Sep 17 00:00:00 2001 From: TheTechnikfreak Date: Fri, 5 May 2023 22:57:34 +0200 Subject: [PATCH 1/5] Update thetechnikfreak.json --- domains/thetechnikfreak.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json index b8827cc53..01a8f2c0c 100644 --- a/domains/thetechnikfreak.json +++ b/domains/thetechnikfreak.json @@ -6,5 +6,10 @@ }, "record": { "CNAME": "cname.short.io" + "MX": [ + "mx.zoho.eu." + "mx2.zoho.eu." + "mx3.zoho.eu." + "TXT": "zoho-verification=zb65892050.zmverify.zoho.eu" } } From cfbaf891ef22181c31c81f7ba4ec73c1295ad3b3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 6 May 2023 07:57:13 +0800 Subject: [PATCH 2/5] fix --- domains/thetechnikfreak.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json index 01a8f2c0c..4d730ed60 100644 --- a/domains/thetechnikfreak.json +++ b/domains/thetechnikfreak.json @@ -5,11 +5,15 @@ "discord": "TheTechnikFreak#3314" }, "record": { - "CNAME": "cname.short.io" + "A": [ + "52.21.33.16", + "18.184.197.212" + ], "MX": [ - "mx.zoho.eu." - "mx2.zoho.eu." - "mx3.zoho.eu." + "mx.zoho.eu" + "mx2.zoho.eu" + "mx3.zoho.eu" + ], "TXT": "zoho-verification=zb65892050.zmverify.zoho.eu" } } From f257c323f6e6fc1daa366890517997346a6c5532 Mon Sep 17 00:00:00 2001 From: TheTechnikfreak Date: Sat, 6 May 2023 09:34:23 +0200 Subject: [PATCH 3/5] Update thetechnikfreak.json --- domains/thetechnikfreak.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json index 4d730ed60..5feba1a6b 100644 --- a/domains/thetechnikfreak.json +++ b/domains/thetechnikfreak.json @@ -14,6 +14,5 @@ "mx2.zoho.eu" "mx3.zoho.eu" ], - "TXT": "zoho-verification=zb65892050.zmverify.zoho.eu" } } From 345b0ad807dee49f68279ddd14e45e893c5512ae Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 6 May 2023 15:47:15 +0800 Subject: [PATCH 4/5] fix json --- domains/thetechnikfreak.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json index 5feba1a6b..716e6dcec 100644 --- a/domains/thetechnikfreak.json +++ b/domains/thetechnikfreak.json @@ -13,6 +13,6 @@ "mx.zoho.eu" "mx2.zoho.eu" "mx3.zoho.eu" - ], + ] } } From cf91eb4c86614c873e0c10190a471f7b1f3d6b0d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 6 May 2023 15:49:48 +0800 Subject: [PATCH 5/5] fix json --- domains/thetechnikfreak.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json index 716e6dcec..f6fff7181 100644 --- a/domains/thetechnikfreak.json +++ b/domains/thetechnikfreak.json @@ -10,8 +10,8 @@ "18.184.197.212" ], "MX": [ - "mx.zoho.eu" - "mx2.zoho.eu" + "mx.zoho.eu", + "mx2.zoho.eu", "mx3.zoho.eu" ] }