Update rtxeon.json for mail, with a record instead of cname

This commit is contained in:
Rtxeon
2023-12-27 14:14:35 +05:30
committed by GitHub
parent 82fa095060
commit 1895f31ea4
+8 -1
View File
@@ -4,6 +4,13 @@
"email": "AdityaSuthar13@outlook.com"
},
"record": {
"CNAME": "rtxeon-portfolio-isadev.onrender.com"
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.111.153",
"185.199.110.153"
],
"MX": ["mail.is-a.dev"],
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
}