Files
is-a-dev/domains/aditya.json
T
Aditya Yadav 7ee011fe4f Update aditya.json
Added MX Records, Removed CNAME Because It Doesn't Works With MX, Added A Records For GH Pages!.
2021-11-27 10:37:55 +05:30

22 lines
521 B
JSON

{
"description": "My Personal Landing Page!",
"repo": "https://github.com/icancodebeauty/aditya",
"owner": {
"username": "icancodebeauty",
"email": "ishqaddy@gmail.com"
},
"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"
}
}