Merge pull request #20640 from 0xarchit/main

mx verification of domain
This commit is contained in:
DIBSTER
2025-03-01 11:15:34 -05:00
committed by GitHub
+10 -4
View File
@@ -1,12 +1,18 @@
{
"owner": {
"username": "0xarchit",
"mail": "0xarchit@proton.me"
"email": "0xarchit@proton.me"
},
"record": {
"MX": [
"mx.zoho.in",
"mx2.zoho.in",
"mx3.zoho.in"
],
"TXT": [
"0xarchit",
"zoho-verification=zb94087787.zmverify.zoho.in"
]
"v=spf1 include:zohomail.in ~all",
"zoho-verification=zb94087787.zmverify.zoho.in",
"v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB"
]
}
}