From 9553a84a9c4348fffb2a42ad02cf029ce14504cf Mon Sep 17 00:00:00 2001 From: Fatlum Date: Wed, 13 Nov 2024 21:53:24 +0100 Subject: [PATCH 1/4] Create lumidev.json --- domains/lumidev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lumidev.json diff --git a/domains/lumidev.json b/domains/lumidev.json new file mode 100644 index 000000000..40121fc54 --- /dev/null +++ b/domains/lumidev.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "itsFatlum", + "email": "", + "discord": "563697359423406082" + }, + "record": { + "MX": "mx1.improvmx.com.", + "MX": "mx2.improvmx.com.", + "TXT": "v=spf1 include:spf.improvmx.com ~all", + } +} From 0ecf0c1f2df8e3d69d2106cffa10a9aca3d01a7f Mon Sep 17 00:00:00 2001 From: Fatlum Date: Wed, 13 Nov 2024 22:47:04 +0100 Subject: [PATCH 2/4] Rename lumidev.json to lumiteam.json --- domains/{lumidev.json => lumiteam.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{lumidev.json => lumiteam.json} (100%) diff --git a/domains/lumidev.json b/domains/lumiteam.json similarity index 100% rename from domains/lumidev.json rename to domains/lumiteam.json From cd5072e06f06fb9fa9cdb2211d608ac82e2796f3 Mon Sep 17 00:00:00 2001 From: Fatlum Date: Wed, 13 Nov 2024 22:49:15 +0100 Subject: [PATCH 3/4] Rename lumiteam.json to lumidevelopment.json --- domains/{lumiteam.json => lumidevelopment.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{lumiteam.json => lumidevelopment.json} (100%) diff --git a/domains/lumiteam.json b/domains/lumidevelopment.json similarity index 100% rename from domains/lumiteam.json rename to domains/lumidevelopment.json From bf1a2e1673f18902e44a6672112048af794dc477 Mon Sep 17 00:00:00 2001 From: Fatlum Date: Thu, 14 Nov 2024 08:17:48 +0100 Subject: [PATCH 4/4] Update lumidevelopment.json --- domains/lumidevelopment.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/domains/lumidevelopment.json b/domains/lumidevelopment.json index 40121fc54..068ded3f3 100644 --- a/domains/lumidevelopment.json +++ b/domains/lumidevelopment.json @@ -1,12 +1,16 @@ { - "owner": { - "username": "itsFatlum", - "email": "", - "discord": "563697359423406082" - }, - "record": { - "MX": "mx1.improvmx.com.", - "MX": "mx2.improvmx.com.", - "TXT": "v=spf1 include:spf.improvmx.com ~all", - } + "owner": { + "username": "itsFatlum", + "email": "", + "discord": "563697359423406082" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + } }