From b4f90b7b196fbe573ee0f1cf9ee34d45742ce069 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:20:44 +0700 Subject: [PATCH] Create mail.acey.json --- domains/mail.acey.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/mail.acey.json diff --git a/domains/mail.acey.json b/domains/mail.acey.json new file mode 100644 index 000000000..7666f0277 --- /dev/null +++ b/domains/mail.acey.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com.", + "mx2.improvmx.com." + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}