From b783f491d44f652df8d2e7b8041010f2e8650a37 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:19:19 +0700 Subject: [PATCH 1/3] Create mail.acey.json --- domains/mail.acey.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/mail.acey.json diff --git a/domains/mail.acey.json b/domains/mail.acey.json new file mode 100644 index 000000000..d4a09b188 --- /dev/null +++ b/domains/mail.acey.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com", + "discord": "AceyGoesBoom#3141 + }, + "description": "Email for personal website", + "repo": "https://github.com/AceyDoCodes", + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 2ed2d846ef0dacf7ba4d2a622dd40b765aa7a13e Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:19:58 +0700 Subject: [PATCH 2/3] Update acey.json --- domains/acey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/acey.json b/domains/acey.json index 5138879ff..6bed2cef3 100644 --- a/domains/acey.json +++ b/domains/acey.json @@ -5,7 +5,7 @@ "discord": "AceyGoesBoom#3141" }, "description": "Personal website stuff ;-;", - "repo": "https://github.com/AceyDoCodes/Acey", + "repo": "https://github.com/AceyDoCodes", "record": { "CNAME": "acey.up.railway.app" } From f293db8bdc36604a7f8e6addefd374984f727e72 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:22:05 +0700 Subject: [PATCH 3/3] Update mail.acey.json --- domains/mail.acey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.acey.json b/domains/mail.acey.json index d4a09b188..ea2667774 100644 --- a/domains/mail.acey.json +++ b/domains/mail.acey.json @@ -2,7 +2,7 @@ "owner": { "username": "AceyDoCodes", "email": "aceygoesboom@gmail.com", - "discord": "AceyGoesBoom#3141 + "discord": "AceyGoesBoom#3141" }, "description": "Email for personal website", "repo": "https://github.com/AceyDoCodes",