From b77be3d01201592562759e1af7723f99658edc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Ku=C5=BEela?= Date: Sat, 4 Nov 2023 14:27:28 +0100 Subject: [PATCH] Moved MX records to mail.deadcode.json, Moved Web records to deadcode.json --- domains/deadcode.json | 3 +-- domains/{www.deadcode.json => mail.deadcode.json} | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) rename domains/{www.deadcode.json => mail.deadcode.json} (53%) diff --git a/domains/deadcode.json b/domains/deadcode.json index 0f5797fd4..c783a3e09 100644 --- a/domains/deadcode.json +++ b/domains/deadcode.json @@ -4,7 +4,6 @@ "email": "richard@kanshen.click" }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "deadcodegames.github.io" } } diff --git a/domains/www.deadcode.json b/domains/mail.deadcode.json similarity index 53% rename from domains/www.deadcode.json rename to domains/mail.deadcode.json index c783a3e09..0f5797fd4 100644 --- a/domains/www.deadcode.json +++ b/domains/mail.deadcode.json @@ -4,6 +4,7 @@ "email": "richard@kanshen.click" }, "record": { - "CNAME": "deadcodegames.github.io" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }