From 67fd15782f5755105ba607e09307984a54fd2ee9 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:25:59 +0300 Subject: [PATCH 1/5] Update alpha.json --- domains/alpha.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/alpha.json b/domains/alpha.json index b6ae67c40..1e599fe17 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all", "google-site-verification=1Yp1rxUsb362ukiIiFIXt27Cb6lMG-prU24CwBNDW_w"] } -} \ No newline at end of file +} From 0434f0ae45de413b77bfe8ad4cd49b99cb71fc9a Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:52:40 +0300 Subject: [PATCH 2/5] Update alpha.json --- domains/alpha.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/alpha.json b/domains/alpha.json index 1e599fe17..01c5cb585 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -6,6 +6,7 @@ "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], - "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all", "google-site-verification=1Yp1rxUsb362ukiIiFIXt27Cb6lMG-prU24CwBNDW_w"] + "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all"], + "CNAME": "yfa.pages.dev" } } From f6e77c47ffa9e6d40e4776f84522ebbc157f018b Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:33:50 +0300 Subject: [PATCH 3/5] Update alpha.json --- domains/alpha.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/alpha.json b/domains/alpha.json index 01c5cb585..b27f12561 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -6,7 +6,6 @@ "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], - "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all"], - "CNAME": "yfa.pages.dev" + "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all"] } } From 988387335109f50f8f5536704d44f78f4b4dda8e Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:37:47 +0300 Subject: [PATCH 4/5] Create sh.cdn.alpha.json --- domains/sh.cdn.alpha.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sh.cdn.alpha.json diff --git a/domains/sh.cdn.alpha.json b/domains/sh.cdn.alpha.json new file mode 100644 index 000000000..6a2ab48e2 --- /dev/null +++ b/domains/sh.cdn.alpha.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YouFoundAlpha", + "email": "sweepalf@gmail.com" + }, + "record": { + "CNAME": "cdn-45f.pages.dev" + } +} From 229604d22cd65f8612b2be6a7952ddaea802d315 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:38:42 +0300 Subject: [PATCH 5/5] Delete domains/alphatest.json --- domains/alphatest.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/alphatest.json diff --git a/domains/alphatest.json b/domains/alphatest.json deleted file mode 100644 index e8b88d53e..000000000 --- a/domains/alphatest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YouFoundAlpha", - "email": "sweepalf@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -}