Files
is-a-dev/domains/jeymen.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
314 B
JSON

{
"owner": {
"username": "Jeymen",
"email": "jeymen11@proton.me"
},
"record": {
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
"TXT": "v=spf1 include:zoho.eu ~all"
}
}