From 472c2732d91479a2f26cdae3a3e1c915ff67be6c Mon Sep 17 00:00:00 2001 From: Riley <84996070+boolean44-repos@users.noreply.github.com> Date: Sun, 10 Apr 2022 23:14:52 -0400 Subject: [PATCH 1/2] Create mail.boolean44.json --- domains/mail.boolean44.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mail.boolean44.json diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json new file mode 100644 index 000000000..2cefa155b --- /dev/null +++ b/domains/mail.boolean44.json @@ -0,0 +1,11 @@ + +{ + "owner": { + "username": "boolean44-repos", + "email": "serenitypalmer10@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 9be64326c122c3a79aa583ab06e1a188072f3101 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 11 Apr 2022 11:06:03 +0700 Subject: [PATCH 2/2] remove --- domains/mail.boolean44.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json index 2cefa155b..1afd08f1c 100644 --- a/domains/mail.boolean44.json +++ b/domains/mail.boolean44.json @@ -5,7 +5,7 @@ "email": "serenitypalmer10@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } }