Files
is-a-dev/domains/devarnav.json
T
William Harrison 0c81cb966f feat(ci): nested domains should have same username
- Prettier
- Delete some nested subdomains with different owners
- Fix some domains
- Lowercase all CNAME, MX, NS records for formatting purposes
2024-11-15 16:52:36 +08:00

17 lines
321 B
JSON

{
"owner": {
"username": "ArnavBarway",
"email": "playnav.yt@gmail.com"
},
"record": {
"A": [
"185.199.111.153",
"185.199.108.153",
"185.199.110.153",
"185.199.109.153"
],
"MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"],
"TXT": "v=spf1 include:zoho.in ~all"
}
}