From 250b8c6aaf3ffdc5d8f2c23bcbf41ee26ee7f029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Ku=C5=BEela?= Date: Fri, 3 Nov 2023 12:35:46 +0100 Subject: [PATCH] Moved CNAME to a separate records --- domains/deadcode.json | 7 +------ domains/www.deadcode.json | 9 +++++++++ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 domains/www.deadcode.json diff --git a/domains/deadcode.json b/domains/deadcode.json index f5c57cab5..0f5797fd4 100644 --- a/domains/deadcode.json +++ b/domains/deadcode.json @@ -4,12 +4,7 @@ "email": "richard@kanshen.click" }, "record": { - "CNAME": "deadcodegames.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } - } diff --git a/domains/www.deadcode.json b/domains/www.deadcode.json new file mode 100644 index 000000000..c783a3e09 --- /dev/null +++ b/domains/www.deadcode.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RichardKanshen", + "email": "richard@kanshen.click" + }, + "record": { + "CNAME": "deadcodegames.github.io" + } +}