diff --git a/domains/vanillia.json b/domains/vanillia.json new file mode 100644 index 000000000..9e142245d --- /dev/null +++ b/domains/vanillia.json @@ -0,0 +1,15 @@ +{ + "description": "Describe the use of this subdomain", + "owner": { + "username": "sketched@disroot.org", + "email": "sketched@disroot.org", + "discord": "sketched#1613" + "note": "Mail server priority must be the lowest allowed." + }, + "record": { + "MX": [ + "mail.postale.io" + ], + "TXT": "v=spf1 mx ~all" + } +}