Create vighnesh.json

This commit is contained in:
thevighneshpawar
2025-04-23 15:51:50 +05:30
committed by GitHub
parent ed23a0d67c
commit f97b395cc5
+24
View File
@@ -0,0 +1,24 @@
{
"domain": {
"name": "vighnesh",
"type": "cname",
"value": "thevighneshpawar.github.io",
"records": {
"MX": [
{
"priority": 10,
"server": "mx1.improvmx.com"
},
{
"priority": 20,
"server": "mx2.improvmx.com"
}
],
"TXT": [
{
"value": "v=spf1 include:spf.improvmx.com ~all"
}
]
}
}
}