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

14 lines
309 B
JSON

{
"description": "VPS hosted domain",
"repo": "https://github.com/piotr25691",
"owner": {
"username": "piotr25691",
"discord": "b4.lunah"
},
"record": {
"A": ["157.173.204.104"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}