Update peme969.json

Added an MX record
This commit is contained in:
Peme969 ⚡
2025-01-08 11:38:51 -06:00
committed by GitHub
parent fc21c7ea2f
commit bce10ab35b
+23 -2
View File
@@ -4,7 +4,28 @@
"email": "mrcoderpeme@gmail.com"
},
"record": {
"A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"TXT": ["zoho-verification=zb48050675.zmverify.zoho.com"]
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"TXT": [
"zoho-verification=zb48050675.zmverify.zoho.com"
],
"MX": [
{
"priority": 10,
"server": "mx.zoho.com"
},
{
"priority": 20,
"server": "mx2.zoho.com"
},
{
"priority": 50,
"server": "mx3.zoho.com"
}
]
}
}