From a40be912bff26a0e8f31d3234a98b32fca585a2e Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 14 Mar 2025 19:42:39 +0800 Subject: [PATCH 1/4] Change "mjresu"s proxy to true. --- domains/mjresu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mjresu.json b/domains/mjresu.json index 0c0216718..4b4fc887c 100644 --- a/domains/mjresu.json +++ b/domains/mjresu.json @@ -7,6 +7,6 @@ "record": { "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app" }, - "proxied": false + "proxied": true } \ No newline at end of file From efcae8402686f7a7f268eeab1664bcf4b50fb055 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 14 Mar 2025 19:56:12 +0800 Subject: [PATCH 2/4] Added TXT field to the domain record. --- domains/mjresu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mjresu.json b/domains/mjresu.json index 026154899..44b184b53 100644 --- a/domains/mjresu.json +++ b/domains/mjresu.json @@ -4,7 +4,8 @@ "email": "work.mjdsj+is-a-dev@gmail.com" }, "record": { - "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app" + "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app", + "TXT": "vc-domain-verify=mjresu.is-a.dev,2122712d466f4e306e1d" }, "proxied": true } From 93e345eeb58fb69943b7649784b97f216549f057 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 15 Mar 2025 11:12:07 +0800 Subject: [PATCH 3/4] Attempt fix, incorrect placement of TXT in mjresu's subdomain. Added _vercel.mjresu.json. --- domains/_vercel.mjresu.json | 9 +++++++++ domains/mjresu.json | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 domains/_vercel.mjresu.json diff --git a/domains/_vercel.mjresu.json b/domains/_vercel.mjresu.json new file mode 100644 index 000000000..9f5a8e9d0 --- /dev/null +++ b/domains/_vercel.mjresu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mjdsj", + "email": "work.mjdsj+is-a-dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=mjresu.is-a.dev,2122712d466f4e306e1d" + } +} \ No newline at end of file diff --git a/domains/mjresu.json b/domains/mjresu.json index 44b184b53..026154899 100644 --- a/domains/mjresu.json +++ b/domains/mjresu.json @@ -4,8 +4,7 @@ "email": "work.mjdsj+is-a-dev@gmail.com" }, "record": { - "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app", - "TXT": "vc-domain-verify=mjresu.is-a.dev,2122712d466f4e306e1d" + "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app" }, "proxied": true } From 19ef7b5adc3bff5f6f4e0b524252891367e0c9ef Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 15 Mar 2025 11:17:35 +0800 Subject: [PATCH 4/4] Remove Cloudflare interference on subdomain. --- domains/mjresu.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/mjresu.json b/domains/mjresu.json index 026154899..371171c79 100644 --- a/domains/mjresu.json +++ b/domains/mjresu.json @@ -6,6 +6,5 @@ "record": { "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app" }, - "proxied": true - } - + "proxied": false + } \ No newline at end of file