From 9c766174cae132e07987aa02e606ea39d6dd679c Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:28:38 +0800 Subject: [PATCH 01/10] Create liam.json --- domains/liam.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/liam.json diff --git a/domains/liam.json b/domains/liam.json new file mode 100644 index 000000000..63ce52200 --- /dev/null +++ b/domains/liam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "liamatienza" + }, + "record": { + "CNAME": "liamatienza.github.io" + }, + "proxied": true +} From ee923daf81a4e3d48610c9c0f58fcfe878e0db97 Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:42:58 +0800 Subject: [PATCH 02/10] Update liam.json --- domains/liam.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/liam.json b/domains/liam.json index 63ce52200..832d5f9f4 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -3,7 +3,12 @@ "username": "liamatienza" }, "record": { - "CNAME": "liamatienza.github.io" + "CNAME": "liamatienza.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "forward-email=ZDEyZjU2Y2Y4YzczZWJmNS0yMTdkYmFhNjczYTUzOTE2ZDkxYzJhMTY4YTM4ZmU1NTIzMDM4ZDNiOGMxZmRkNzM2NDNjMmEyMzRkY2Y1MGZh" }, "proxied": true } From 3867586324e776a4b47e2d86eaabea7dd67e900a Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:52:44 +0800 Subject: [PATCH 03/10] Update TXT for ImprovMX --- domains/liam.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/liam.json b/domains/liam.json index 832d5f9f4..f08ae3028 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -8,7 +8,6 @@ "mx1.improvmx.com", "mx2.improvmx.com" ], - "TXT": "forward-email=ZDEyZjU2Y2Y4YzczZWJmNS0yMTdkYmFhNjczYTUzOTE2ZDkxYzJhMTY4YTM4ZmU1NTIzMDM4ZDNiOGMxZmRkNzM2NDNjMmEyMzRkY2Y1MGZh" - }, - "proxied": true + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From 677fb4f424d19ab12b67ac175149348156da1fef Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Sun, 2 Feb 2025 22:01:37 +0800 Subject: [PATCH 04/10] Added owner email --- domains/liam.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/liam.json b/domains/liam.json index f08ae3028..abfb3ceda 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -1,6 +1,7 @@ { "owner": { - "username": "liamatienza" + "username": "liamatienza", + "owner": "liamdev@duck.com" }, "record": { "CNAME": "liamatienza.github.io", From dd388cb94c1bdff5aac52409b9071a79f9b063d1 Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:36:49 +0800 Subject: [PATCH 05/10] Update liam.json --- domains/liam.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/liam.json b/domains/liam.json index abfb3ceda..2e1ca70b5 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -4,7 +4,6 @@ "owner": "liamdev@duck.com" }, "record": { - "CNAME": "liamatienza.github.io", "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 4abfcde675cfb5d5d08e08192f499fad660524a1 Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:39:20 +0800 Subject: [PATCH 06/10] Changed Github Pages CNAME to A record --- domains/liam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/liam.json b/domains/liam.json index 2e1ca70b5..02eb67501 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -4,6 +4,7 @@ "owner": "liamdev@duck.com" }, "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From bcf65955c5da0c4bd3719b7eebcf00ee714a2668 Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:41:14 +0800 Subject: [PATCH 07/10] Create _github-pages-challenge-liamatienza.json --- domains/_github-pages-challenge-liamatienza.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-liamatienza.json diff --git a/domains/_github-pages-challenge-liamatienza.json b/domains/_github-pages-challenge-liamatienza.json new file mode 100644 index 000000000..f70cd88eb --- /dev/null +++ b/domains/_github-pages-challenge-liamatienza.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "github-username", + "email": "liamdev@duck.com" + }, + "record": { + "TXT": "21465fcb0d62d07a3c97587145ebea" + } +} From ed04e75907563b2a5c4a599e353f72af8d27c421 Mon Sep 17 00:00:00 2001 From: liamatienza <114634966+liamatienza@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:07:13 +0800 Subject: [PATCH 08/10] proxied --- domains/liam.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/liam.json b/domains/liam.json index 02eb67501..dd304b7ba 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -10,5 +10,6 @@ "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + }, + "proxied": true } From ac3ebb5a8cc4daa3c3cfe0837627e092e17bbf31 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Mon, 3 Feb 2025 08:55:57 +0400 Subject: [PATCH 09/10] fix --- ...ienza.json => _github-pages-challenge-liamatienza.liam.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-liamatienza.json => _github-pages-challenge-liamatienza.liam.json} (77%) diff --git a/domains/_github-pages-challenge-liamatienza.json b/domains/_github-pages-challenge-liamatienza.liam.json similarity index 77% rename from domains/_github-pages-challenge-liamatienza.json rename to domains/_github-pages-challenge-liamatienza.liam.json index f70cd88eb..8acf34266 100644 --- a/domains/_github-pages-challenge-liamatienza.json +++ b/domains/_github-pages-challenge-liamatienza.liam.json @@ -1,6 +1,6 @@ { "owner": { - "username": "github-username", + "username": "liamatienza", "email": "liamdev@duck.com" }, "record": { From bc839cab70fb7c6268445e671e64b6dab5dacb6d Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Mon, 3 Feb 2025 08:58:37 +0400 Subject: [PATCH 10/10] Update liam.json --- domains/liam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/liam.json b/domains/liam.json index dd304b7ba..98abf4e21 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -1,7 +1,7 @@ { "owner": { "username": "liamatienza", - "owner": "liamdev@duck.com" + "email": "liamdev@duck.com" }, "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],