Replace cname to A record

This commit is contained in:
Aswin Mahesh
2024-10-13 13:28:24 +05:30
committed by GitHub
parent 0ef1d45a74
commit 94c3a0f704
2 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -6,6 +6,8 @@
"email": "aswinmahesh.com+dns@gmail.com"
},
"record": {
"CNAME": "aswinmahesh.netlify.app"
"A": [
"75.2.60.5"
]
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Aswin Mahesh C Website",
"repo": "https://github.com/aswinmahesh",
"owner": {
"username": "aswinmahesh",
"email": "aswinmahesh.com+dns@gmail.com"
},
"record": {
"A": [
"75.2.60.5"
]
}
}