From a40be912bff26a0e8f31d3234a98b32fca585a2e Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 14 Mar 2025 19:42:39 +0800 Subject: [PATCH 01/14] 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 02/14] 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 bf45ba4ba018d649079a5856edf308b1569ae677 Mon Sep 17 00:00:00 2001 From: Santiago G Date: Fri, 14 Mar 2025 14:44:05 -0500 Subject: [PATCH 03/14] add santty.json --- domains/_vercel.santty.json | 9 +++++++++ domains/santty.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.santty.json create mode 100644 domains/santty.json diff --git a/domains/_vercel.santty.json b/domains/_vercel.santty.json new file mode 100644 index 000000000..52b70fb6c --- /dev/null +++ b/domains/_vercel.santty.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "santiagogr05", + "email": "san7iagogr.05@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=santty.is-a.dev,42e7e83a90cfeb305cbf"] + } + } \ No newline at end of file diff --git a/domains/santty.json b/domains/santty.json new file mode 100644 index 000000000..bbc4aab14 --- /dev/null +++ b/domains/santty.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "santiagogr05", + "email": "san7iagogr.05@gmail.com" + }, + "record": { + "CNAME": "portfolio-santtys-projects.vercel.app/" + } +} \ No newline at end of file From 43c7ea24d4539a34b47d14d97369b434c476b7a7 Mon Sep 17 00:00:00 2001 From: santiagogr05 <148175293+santiagogr05@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:53:49 -0500 Subject: [PATCH 04/14] Update domains/santty.json Co-authored-by: iostpa --- domains/santty.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/santty.json b/domains/santty.json index bbc4aab14..b97d0d7e5 100644 --- a/domains/santty.json +++ b/domains/santty.json @@ -4,6 +4,6 @@ "email": "san7iagogr.05@gmail.com" }, "record": { - "CNAME": "portfolio-santtys-projects.vercel.app/" + "CNAME": "portfolio-santtys-projects.vercel.app" } } \ No newline at end of file From 93e345eeb58fb69943b7649784b97f216549f057 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 15 Mar 2025 11:12:07 +0800 Subject: [PATCH 05/14] 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 06/14] 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 From 09f57ea8277ead27d409c451d3e759331f612d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20L=C3=AA=20Minh=20Tr=C3=AD?= Date: Sat, 15 Mar 2025 11:25:43 +0700 Subject: [PATCH 07/14] Create mihchis.json --- domains/mihchis.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/mihchis.json diff --git a/domains/mihchis.json b/domains/mihchis.json new file mode 100644 index 000000000..46bb8febe --- /dev/null +++ b/domains/mihchis.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "mihchis" + }, + "record": { + "CNAME": "mihchis.github.io" + } +} From 9735719e1b550ceb4b5187255b0175603c876955 Mon Sep 17 00:00:00 2001 From: Zephyrus02 Date: Sat, 15 Mar 2025 13:12:51 +0530 Subject: [PATCH 08/14] Register aneeshraskar.is-a.dev --- domains/_vercel.aneeshraskar.json | 9 +++++++++ domains/aneeshraskar.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.aneeshraskar.json create mode 100644 domains/aneeshraskar.json diff --git a/domains/_vercel.aneeshraskar.json b/domains/_vercel.aneeshraskar.json new file mode 100644 index 000000000..5c5902489 --- /dev/null +++ b/domains/_vercel.aneeshraskar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Zephyrus02", + "email": "aneeshraskar@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=aneeshraskar.is-a.dev,15a32ae23fd15bc3d6ff" + } +} diff --git a/domains/aneeshraskar.json b/domains/aneeshraskar.json new file mode 100644 index 000000000..9bbbcc007 --- /dev/null +++ b/domains/aneeshraskar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Zephyrus02", + "email": "aneeshraskar@gmail.com" + }, + "record": { + "CNAME": "aneesh-raskar.vercel.app" + } +} From 913a6c23bf3a7c9748d89322b17b6aacdb31f5da Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Sat, 15 Mar 2025 13:14:15 +0530 Subject: [PATCH 09/14] Create gauravsingh.json --- domains/gauravsingh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/gauravsingh.json diff --git a/domains/gauravsingh.json b/domains/gauravsingh.json new file mode 100644 index 000000000..4a6c1ecec --- /dev/null +++ b/domains/gauravsingh.json @@ -0,0 +1,11 @@ +{ + "description": "Using it to point to my Portfolio on GitHub Pages", + "repo": "https://github.com/knowgaurav/knowgaurav.github.io", + "owner": { + "username": "knowgaurav", + "email": "qj1b83fmt@mozmail.com" + }, + "record": { + "CNAME": "knowgaurav.github.io" + } +} From 1f19e9b6d79827f9361e5dce157c7143aeec98e9 Mon Sep 17 00:00:00 2001 From: Aleeyoo <114995983+Aleeyoo@users.noreply.github.com> Date: Sat, 15 Mar 2025 16:09:30 +0800 Subject: [PATCH 10/14] Create pixxo.json --- domains/pixxo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pixxo.json diff --git a/domains/pixxo.json b/domains/pixxo.json new file mode 100644 index 000000000..53e40f62b --- /dev/null +++ b/domains/pixxo.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website for Aleeyoo", + "owner": { + "username": "Aleeyoo", + "email": "m16638037095@163.com" + }, + "record": { + "URL": "https://aleeyoo.github.io/pixxo.github.io/" + } +} From aa71de386dd372ded8d97e0acaf1f2f8d6712688 Mon Sep 17 00:00:00 2001 From: AHIOS Date: Sat, 15 Mar 2025 09:47:43 +0100 Subject: [PATCH 11/14] added TXT record for G verification --- domains/ahios.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ahios.json b/domains/ahios.json index 534cf419b..0ce9eed74 100644 --- a/domains/ahios.json +++ b/domains/ahios.json @@ -4,6 +4,7 @@ "email": "ahios.dev@gmail.com" }, "record": { - "A": ["76.76.21.21"] + "A": ["76.76.21.21"], + "TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA" } } From 70cfe8c7c5f130092b023375bdca5ae383241641 Mon Sep 17 00:00:00 2001 From: Kacper Gibas <132811907+exyxz@users.noreply.github.com> Date: Sat, 15 Mar 2025 11:50:29 +0100 Subject: [PATCH 12/14] Create exyxz.json(s) --- domains/_atproto.exyxz.json | 9 +++++++++ domains/_discord.exyxz.json | 9 +++++++++ domains/_github-pages-challenge-exyxz.exyxz.json | 9 +++++++++ domains/exyxz.json | 10 ++++++++++ 4 files changed, 37 insertions(+) create mode 100644 domains/_atproto.exyxz.json create mode 100644 domains/_discord.exyxz.json create mode 100644 domains/_github-pages-challenge-exyxz.exyxz.json create mode 100644 domains/exyxz.json diff --git a/domains/_atproto.exyxz.json b/domains/_atproto.exyxz.json new file mode 100644 index 000000000..74596a070 --- /dev/null +++ b/domains/_atproto.exyxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "exyxz", + "discord": "exyxz" + }, + "record": { + "TXT": "did=did:plc:73r55srxmmlhhiof7fnllisy" + } +} \ No newline at end of file diff --git a/domains/_discord.exyxz.json b/domains/_discord.exyxz.json new file mode 100644 index 000000000..45579e273 --- /dev/null +++ b/domains/_discord.exyxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "exyxz", + "discord": "exyxz" + }, + "record": { + "TXT": "dh=529be62f885915368b4b5c20beaef95a1c55ea98" + } +} \ No newline at end of file diff --git a/domains/_github-pages-challenge-exyxz.exyxz.json b/domains/_github-pages-challenge-exyxz.exyxz.json new file mode 100644 index 000000000..4b0c1d6c2 --- /dev/null +++ b/domains/_github-pages-challenge-exyxz.exyxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "exyxz", + "discord": "exyxz" + }, + "record": { + "TXT": "38873ba2da582e531282026e6fb4bf" + } +} \ No newline at end of file diff --git a/domains/exyxz.json b/domains/exyxz.json new file mode 100644 index 000000000..60ccac4dc --- /dev/null +++ b/domains/exyxz.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/exyxz/exyxz.github.io", + "owner": { + "username": "exyxz", + "discord": "exyxz" + }, + "record": { + "CNAME": "exyxz.github.io" + } +} \ No newline at end of file From a78a4418fac2bce009edfbbd923344bb12a1f5d7 Mon Sep 17 00:00:00 2001 From: jelly Date: Sat, 15 Mar 2025 14:14:05 +0100 Subject: [PATCH 13/14] Create ivy.json --- domains/ivy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ivy.json diff --git a/domains/ivy.json b/domains/ivy.json new file mode 100644 index 000000000..b10e2f04a --- /dev/null +++ b/domains/ivy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ivy", + "email": "cock@ivy.lat" + }, + "record": { + "URL": "https://ivy.lat" + } +} From 7574d8e48da3d1e2dc139b2beed0f18dfea01076 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 15 Mar 2025 16:35:34 +0200 Subject: [PATCH 14/14] Username has to be exactly the same as your github username --- domains/ivy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ivy.json b/domains/ivy.json index b10e2f04a..e87417f41 100644 --- a/domains/ivy.json +++ b/domains/ivy.json @@ -1,6 +1,6 @@ { "owner": { - "username": "ivy", + "username": "jel9", "email": "cock@ivy.lat" }, "record": {