From 9ddcc682e7c90a05fa2b0cb048e8326c8d1335cb Mon Sep 17 00:00:00 2001 From: Jay Jackson Date: Mon, 6 Sep 2021 20:11:06 -0400 Subject: [PATCH] Create maintainer-emails.json --- domains/maintainer-emails.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/maintainer-emails.json diff --git a/domains/maintainer-emails.json b/domains/maintainer-emails.json new file mode 100644 index 000000000..d2a068fef --- /dev/null +++ b/domains/maintainer-emails.json @@ -0,0 +1,14 @@ +{ + "description": "Emails For is-a.dev Maintainers", + "owner": { + "username": "TheBotlyNoob", + "email": "TheBotlyNoob@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}