From 75a103a574afd231e65104d242d8c33e237840f7 Mon Sep 17 00:00:00 2001 From: toasty <89341766+toastyyyxd@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:32:56 +0800 Subject: [PATCH 1/4] Update toasty.json --- domains/toasty.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/toasty.json b/domains/toasty.json index b1550309f..4c5f5d54d 100644 --- a/domains/toasty.json +++ b/domains/toasty.json @@ -6,6 +6,11 @@ }, "record": { - "CNAME": "toasty.pages.dev" + "CNAME": "toasty.pages.dev", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com:" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From aa980f2dab9ead641becc159db4c49384caa024e Mon Sep 17 00:00:00 2001 From: toasty <89341766+toastyyyxd@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:39:29 +0800 Subject: [PATCH 2/4] Fix MX records --- domains/toasty.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/toasty.json b/domains/toasty.json index 4c5f5d54d..2818d7c4d 100644 --- a/domains/toasty.json +++ b/domains/toasty.json @@ -9,7 +9,7 @@ "CNAME": "toasty.pages.dev", "MX": [ "mx1.improvmx.com", - "mx2.improvmx.com:" + "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From e4fd994d95715aad347cdd968ea676afb99f9290 Mon Sep 17 00:00:00 2001 From: toasty <89341766+toastyyyxd@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:36:43 +0800 Subject: [PATCH 3/4] Discard changes to domains/toasty.json --- domains/toasty.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/toasty.json b/domains/toasty.json index 2818d7c4d..b1550309f 100644 --- a/domains/toasty.json +++ b/domains/toasty.json @@ -6,11 +6,6 @@ }, "record": { - "CNAME": "toasty.pages.dev", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "toasty.pages.dev" } } From a3a5a775b1b9d6077c979de8994da8f254e3d685 Mon Sep 17 00:00:00 2001 From: toasty <89341766+toastyyyxd@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:39:47 +0800 Subject: [PATCH 4/4] Create mail.toasty.json --- domains/mail.toasty.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/mail.toasty.json diff --git a/domains/mail.toasty.json b/domains/mail.toasty.json new file mode 100644 index 000000000..3e46b1277 --- /dev/null +++ b/domains/mail.toasty.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "toastyyyxd", + "email": "asaeasaeasae.x10@gmail.com", + "discord": "577480703302959104" + }, + + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}