Update narasima.json

Is this right way for the github pages?
This commit is contained in:
Narasima Pandiyan
2025-01-19 04:07:25 +05:30
committed by GitHub
parent 24e8774285
commit 9c91f057c4
+22 -11
View File
@@ -1,12 +1,23 @@
{
"owner": {
"username": "NarasimaPandiyan",
"email": "cs42059@gmail.com",
"discord": "gamingdoodle"
},
"record": {
"CNAME": "NarasimaPandiyan.github.io",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
{
"owner": {
"username": "NarasimaPandiyan",
"email": "cs42059@gmail.com",
"discord": "gamingdoodle"
},
"record": {
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": [
"v=spf1 include:spf.improvmx.com ~all"
]
}
}