Merge pull request #16996 from ArnavBarway/main

Removed NS update and updated MX records
This commit is contained in:
William Harrison
2024-11-04 20:03:09 +11:00
committed by GitHub
+11 -7
View File
@@ -6,12 +6,16 @@
"record": {
"A": [
"185.199.111.153",
"185.199.108.153",
"185.199.110.153",
"185.199.109.153"
],
"MX":["mx.zoho.com", "mx2.zoho.com"],
"TXT":"v=spf1 include:zoho.in ~all"
"185.199.111.153",
"185.199.108.153",
"185.199.110.153",
"185.199.109.153"
],
"MX": [
"mx.zoho.in",
"mx2.zoho.in",
"mx3.zoho.in"
],
"TXT": "v=spf1 include:zoho.in ~all"
}
}