From 715d652b14fc61aa14a7a695709a6d030e0af3c4 Mon Sep 17 00:00:00 2001 From: Rachitverma2006 Date: Fri, 18 Apr 2025 09:37:29 +0530 Subject: [PATCH 1/2] Update vrachit.json Added zoho mail credentials. --- domains/vrachit.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/vrachit.json b/domains/vrachit.json index c26784391..d92909750 100644 --- a/domains/vrachit.json +++ b/domains/vrachit.json @@ -4,8 +4,11 @@ "email": "vrachit@proton.me" }, "record": { + "MX":["mx.zoho.in","mx2.zoho.in","mx3.zoho.in"] "TXT": [ - "zoho-verification=zb12977056.zmverify.zoho.in" + "zoho-verification=zb12977056.zmverify.zoho.in", + "v=spf1 include:zoho.in ~all", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCs5J8ZRWmki8My0UKBtCjrcEycHYkYsoclcXXTzLSZtXe6KqOS3M/l1nufedCVNcdrdqse1NYYAOx6otp9l0IkiUfKql6gyRKWbQJp+zAmaBGgXC0wKAiNPKJhHf4wiqIJfJgH5bB3I7fdN7Np+mVrDzso23LlQnpHdXMRtZ0iwwIDAQAB" ], "CNAME": "vrachit.pages.dev" }, From 3654cc49cf32021f28fa107758feda1808e0c2b7 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sat, 19 Apr 2025 17:10:36 +0400 Subject: [PATCH 2/2] fix: json --- domains/vrachit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vrachit.json b/domains/vrachit.json index d92909750..743887afe 100644 --- a/domains/vrachit.json +++ b/domains/vrachit.json @@ -4,7 +4,7 @@ "email": "vrachit@proton.me" }, "record": { - "MX":["mx.zoho.in","mx2.zoho.in","mx3.zoho.in"] + "MX":["mx.zoho.in","mx2.zoho.in","mx3.zoho.in"], "TXT": [ "zoho-verification=zb12977056.zmverify.zoho.in", "v=spf1 include:zoho.in ~all",