From a41c1f7d6d9ddd8a9918c431f8cbeedcbd22d163 Mon Sep 17 00:00:00 2001 From: CodeSoftGit <137560679+CodeSoftGit@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:56:42 -0500 Subject: [PATCH 1/3] Update codesoft.json --- domains/codesoft.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/codesoft.json b/domains/codesoft.json index bf961a1c8..4f5a873ed 100644 --- a/domains/codesoft.json +++ b/domains/codesoft.json @@ -4,7 +4,9 @@ "email": "codesft@proton.me" }, "record": { - "CNAME": "codesoftgit.github.io" + "CNAME": "codesoftgit.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] }, "proxied": true } From 6aea7daef8860f761ce2c02f4d6882f1d646cd94 Mon Sep 17 00:00:00 2001 From: CodeSoftGit <137560679+CodeSoftGit@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:10:59 -0500 Subject: [PATCH 2/3] Update codesoft.json --- domains/codesoft.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/codesoft.json b/domains/codesoft.json index 4f5a873ed..bf961a1c8 100644 --- a/domains/codesoft.json +++ b/domains/codesoft.json @@ -4,9 +4,7 @@ "email": "codesft@proton.me" }, "record": { - "CNAME": "codesoftgit.github.io", - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + "CNAME": "codesoftgit.github.io" }, "proxied": true } 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 3/3] 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"] + } +}