Update theveryheavy.json

This commit is contained in:
The Heavy
2024-11-30 18:39:52 +01:00
committed by GitHub
parent a8e64f0eb1
commit 1df7f316e2
+19 -1
View File
@@ -6,7 +6,25 @@
},
"record": {
"CNAME": "theveryheavy.github.io"
"CNAME": "theveryheavy.github.io",
"MX": [
{
"hostname": "theveryheavy.is-a.dev.",
"priority": 10,
"value": "mx1.improvmx.com."
},
{
"hostname": "theveryheavy.is-a.dev.",
"priority": 20,
"value": "mx2.improvmx.com."
}
],
"TXT": [
{
"hostname": "theveryheavy.is-a.dev.",
"value": "v=spf1 include:spf.improvmx.com ~all"
}
]
}
}