From 63c04370dc6d8c8a4b0133960fcfe07b1e81f0cd Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Mon, 24 Feb 2025 22:29:12 +0530 Subject: [PATCH] Update 0xarchit.json --- domains/0xarchit.json | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 0526b1d0c..ce09f5fa8 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -3,10 +3,39 @@ "username": "0xarchit", "mail": "0xarchit@proton.me" }, - "record": { - "TXT": [ - "0xarchit", - "zoho-verification=zb94087787.zmverify.zoho.in" + "records": [ + { + "type": "MX", + "host": "0xarchit", + "value": "mx.zoho.in", + "priority": 10 + }, + { + "type": "MX", + "host": "0xarchit", + "value": "mx2.zoho.in", + "priority": 20 + }, + { + "type": "MX", + "host": "0xarchit", + "value": "mx3.zoho.in", + "priority": 50 + }, + { + "type": "TXT", + "host": "0xarchit", + "value": "v=spf1 include:zohomail.in ~all" + }, + { + "type": "TXT", + "host": "0xarchit", + "value": "zoho-verification=zb94087787.zmverify.zoho.in" + }, + { + "type": "TXT", + "host": "zmail._domainkey.0xarchit", + "value": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + } ] - } }