From cdaca761eb329b7ed27f82ab0f8e23bdb1be2cb5 Mon Sep 17 00:00:00 2001 From: caffein3 <120783797+caffein3@users.noreply.github.com> Date: Sat, 18 Feb 2023 20:59:46 +0530 Subject: [PATCH] Create vanillia.json --- domains/vanillia.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/vanillia.json 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" + } +}