From 3dd2bf3e1376c3e63e17679baa417c1c80467af9 Mon Sep 17 00:00:00 2001 From: Kunal <66168931+thecodingwizardx@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:36:59 +0530 Subject: [PATCH 1/2] feat(domain) : add devghost.json for domain configuration --- domains/devghost.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/devghost.json diff --git a/domains/devghost.json b/domains/devghost.json new file mode 100644 index 000000000..97c348cc0 --- /dev/null +++ b/domains/devghost.json @@ -0,0 +1,14 @@ +{ + "repo": "https://github.com/thecodingwizardx/register.git", + "owner": { + "username": "thecodingwizardx", + "email": "murkyaxe@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + }, + "proxied": true +} From 548d004911e2a5682d91bc9089b32f70ece7bcc8 Mon Sep 17 00:00:00 2001 From: Kunal <66168931+thecodingwizardx@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:43:24 +0530 Subject: [PATCH 2/2] chore: Update devghost.json --- domains/devghost.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/devghost.json b/domains/devghost.json index 97c348cc0..ccb16cce9 100644 --- a/domains/devghost.json +++ b/domains/devghost.json @@ -8,7 +8,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] - }, - "proxied": true + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }