From 225ba968ee2153d7bbd1c71576a398d2444a0b36 Mon Sep 17 00:00:00 2001 From: Godwhitelight <73111474+Godwhitelight@users.noreply.github.com> Date: Thu, 23 May 2024 06:23:05 +0300 Subject: [PATCH 1/6] Create fma.json --- domains/fma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/fma.json diff --git a/domains/fma.json b/domains/fma.json new file mode 100644 index 000000000..0e1da10e2 --- /dev/null +++ b/domains/fma.json @@ -0,0 +1,10 @@ +{ + "description": "FMA's main domain", + "owner": { + "username": "FMA", + "email": "eggnogh@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } +} From 66b89addcee84eb96ada5f53e25473a498152e76 Mon Sep 17 00:00:00 2001 From: Zeaxey <95143545+Pixel556@users.noreply.github.com> Date: Fri, 24 May 2024 14:38:46 +0530 Subject: [PATCH 2/6] Update zeaxey.json --- domains/zeaxey.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/zeaxey.json b/domains/zeaxey.json index 75b411dae..93157dac4 100644 --- a/domains/zeaxey.json +++ b/domains/zeaxey.json @@ -8,5 +8,6 @@ }, "record": { "CNAME": "pixel556.github.io" + "TXT": "dh=03271c5828f57362f1d12969313966fb88b6f83e" } } From 6251ec21d1a1094a8d5031f2c98c31e388ba148b Mon Sep 17 00:00:00 2001 From: RabbitFoRed <73241991+RabbitFored@users.noreply.github.com> Date: Fri, 24 May 2024 14:41:18 +0530 Subject: [PATCH 3/6] Create quantum.json --- domains/quantum.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/quantum.json diff --git a/domains/quantum.json b/domains/quantum.json new file mode 100644 index 000000000..331c2f796 --- /dev/null +++ b/domains/quantum.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "RabbitFored", + "email": "quantum@theostrich.eu.org" + }, + + "record": { + "CNAME": "quantum.theostrich.eu.org", + "MX": [ + "mx.theostrich.eu.org", + ] + } +} From 1eebe92b5255d6500bf0c2d16aa4a9743b17b9f8 Mon Sep 17 00:00:00 2001 From: Zeaxey <95143545+Pixel556@users.noreply.github.com> Date: Fri, 24 May 2024 14:43:04 +0530 Subject: [PATCH 4/6] Update zeaxey.json --- domains/zeaxey.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/zeaxey.json b/domains/zeaxey.json index 93157dac4..75b411dae 100644 --- a/domains/zeaxey.json +++ b/domains/zeaxey.json @@ -8,6 +8,5 @@ }, "record": { "CNAME": "pixel556.github.io" - "TXT": "dh=03271c5828f57362f1d12969313966fb88b6f83e" } } From 4197f2f8b12563bf9d61bb6ebf8f27aee3536b4e Mon Sep 17 00:00:00 2001 From: Zeaxey <95143545+Pixel556@users.noreply.github.com> Date: Fri, 24 May 2024 14:44:53 +0530 Subject: [PATCH 5/6] Create _discord.zeaxey.json --- domains/_discord.zeaxey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.zeaxey.json diff --git a/domains/_discord.zeaxey.json b/domains/_discord.zeaxey.json new file mode 100644 index 000000000..674588fe4 --- /dev/null +++ b/domains/_discord.zeaxey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Pixel556", + "email": "therealzeaxey123@gmail.com" + }, + "record": { + "TXT": "dh=03271c5828f57362f1d12969313966fb88b6f83e" + } +} From 92911fb37f0a86aab84d2e1f30ec8a8500fe0265 Mon Sep 17 00:00:00 2001 From: RabbitFoRed <73241991+RabbitFored@users.noreply.github.com> Date: Fri, 24 May 2024 14:59:16 +0530 Subject: [PATCH 6/6] Update quantum.json --- domains/quantum.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/quantum.json b/domains/quantum.json index 331c2f796..7f7b5f37a 100644 --- a/domains/quantum.json +++ b/domains/quantum.json @@ -5,9 +5,6 @@ }, "record": { - "CNAME": "quantum.theostrich.eu.org", - "MX": [ - "mx.theostrich.eu.org", - ] + "CNAME": "quantum.theostrich.eu.org" } }