From 219720d5e11c2e88fb3359a662f1e13d7614ea34 Mon Sep 17 00:00:00 2001 From: CodeSoftGit <137560679+CodeSoftGit@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:12:15 -0500 Subject: [PATCH] Create mail.codesoft.json --- domains/mail.codesoft.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mail.codesoft.json diff --git a/domains/mail.codesoft.json b/domains/mail.codesoft.json new file mode 100644 index 000000000..ffc92715d --- /dev/null +++ b/domains/mail.codesoft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "CodeSoftGit", + "email": "codesoft@proton.me" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +}