Files
is-a-dev/domains/seven.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

21 lines
447 B
JSON

{
"owner": {
"username": "7op3",
"email": "134126156+7op3@users.noreply.github.com",
"discord": "882124409945587773"
},
"record": {
"A": [
"185.199.110.153",
"185.199.108.153",
"185.199.111.153",
"185.199.109.153"
],
"MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"],
"TXT": [
"sl-verification=ivfyrhmrpfrkrgrkywcghobxqkhynw",
"v=spf1 include:simplelogin.co ~all"
]
}
}