From bcfd9e8a66a721eb67dfb39949b88399d0717727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20M=C3=A1rquez?= <88753693+Trkiller02@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:39:00 -0400 Subject: [PATCH 01/18] Create omarmarquez.json --- domains/omarmarquez.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/omarmarquez.json diff --git a/domains/omarmarquez.json b/domains/omarmarquez.json new file mode 100644 index 000000000..7de67fda9 --- /dev/null +++ b/domains/omarmarquez.json @@ -0,0 +1,11 @@ +{ + "description": "Omar Márquez minimalist portfolio", + "repo": "https://github.com/Trkiller02/minimalist-portfolio", + "owner": { + "username": "Trkiller02", + "email": "trollkiller0207@gmail.com" + }, + "record": { + "CNAME": "https://trkiller02.github.io/minimalist-portfolio/" + } + } From b4177099cdd8ca87f80091171fc18a13175f91e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20M=C3=A1rquez?= <88753693+Trkiller02@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:51:07 -0400 Subject: [PATCH 02/18] CNAME fixed on omarmarquez.json Co-authored-by: 21Z <21z95@proton.me> --- domains/omarmarquez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/omarmarquez.json b/domains/omarmarquez.json index 7de67fda9..f1509f066 100644 --- a/domains/omarmarquez.json +++ b/domains/omarmarquez.json @@ -6,6 +6,6 @@ "email": "trollkiller0207@gmail.com" }, "record": { - "CNAME": "https://trkiller02.github.io/minimalist-portfolio/" + "CNAME": "trkiller02.github.io" } } From 6f9c3c8128edc84fada250336541741b2bc0caac Mon Sep 17 00:00:00 2001 From: Garvit Arora Date: Tue, 25 Mar 2025 17:09:34 +0530 Subject: [PATCH 03/18] Create garvit.json --- domains/garvit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/garvit.json diff --git a/domains/garvit.json b/domains/garvit.json new file mode 100644 index 000000000..6c5a66400 --- /dev/null +++ b/domains/garvit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "garvit-arora", + "email": "garvit.university@gmail.com" + }, + "record": { + "CNAME": "garvit-arora.github.io" + } +} From d07bd6da414caf5616072a3f85403788c57458d2 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 24 Mar 2025 14:46:14 -0300 Subject: [PATCH 04/18] chore: create mzunino.json --- domains/mzunino.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mzunino.json diff --git a/domains/mzunino.json b/domains/mzunino.json new file mode 100644 index 000000000..4a6b8bb0a --- /dev/null +++ b/domains/mzunino.json @@ -0,0 +1,11 @@ +{ + "description": "Mariano Zunino's personal portfolio site", + "repo": "https://github.com/marianozunino/portfolio", + "owner": { + "email": "marianoz@posteo.net", + "github": "marianozunino" + }, + "record": { + "CNAME": "mzunino.com.uy" + } +} From e758cf58f4108caa4e14037dcac658442ba8cff6 Mon Sep 17 00:00:00 2001 From: dhp5621 Date: Tue, 25 Mar 2025 21:21:04 +0700 Subject: [PATCH 05/18] Create dhp2010.json --- domains/dhp2010.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/dhp2010.json diff --git a/domains/dhp2010.json b/domains/dhp2010.json new file mode 100644 index 000000000..37db9af35 --- /dev/null +++ b/domains/dhp2010.json @@ -0,0 +1,17 @@ +{ + "description": "My personal DHPhuc's website.", + "owner": { + "username": "dhp5621", + "email": "daohongphuc1112010@hotmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 66c2347977d5dc156a0b4d7115323d84d28d4861 Mon Sep 17 00:00:00 2001 From: ploszukiwacz <87446593+ploszukiwacz@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:12:52 +0100 Subject: [PATCH 06/18] DNSSEC for ploszukiwacz.json --- domains/ploszukiwacz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 2223f7b4c..918a03097 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -6,6 +6,7 @@ "email": "ploszukiwacz1@gmail.com" }, "record": { - "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"] + "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"], + "DS": "ploszukiwacz.is-a.dev. 3600 IN DS 2371 13 2 CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1" } } From fc2b6a08b5164e171e1964d40cfafd9f84938cb9 Mon Sep 17 00:00:00 2001 From: ploszukiwacz <87446593+ploszukiwacz@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:16:37 +0100 Subject: [PATCH 07/18] Fixed DS record --- domains/ploszukiwacz.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 918a03097..6ac16c578 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -7,6 +7,11 @@ }, "record": { "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"], - "DS": "ploszukiwacz.is-a.dev. 3600 IN DS 2371 13 2 CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1" + "DS": [{ + "key_tag": 2371, + "algorithm": 13, + "digest_type": 2, + "digest": "CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1" + }] } } From 0c83286e7abbd8078f1ae7bea68b2ed86dd85fee Mon Sep 17 00:00:00 2001 From: iostpa Date: Wed, 26 Mar 2025 17:18:30 +0200 Subject: [PATCH 08/18] Update ploszukiwacz.json --- domains/ploszukiwacz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 6ac16c578..bb2986d76 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -2,7 +2,7 @@ "description": "Personal Website for PlOszukiwacz", "repo": "https://github.com/PlOszukiwaczDEV/ploszukiwaczdev.github.io", "owner": { - "username": "PlOszukiwaczDEV", + "username": "ploszukiwacz", "email": "ploszukiwacz1@gmail.com" }, "record": { From e325c93c5120b91b95dcaea7b1f9a5c62f3e85f5 Mon Sep 17 00:00:00 2001 From: ploszukiwacz <87446593+ploszukiwacz@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:18:38 +0100 Subject: [PATCH 09/18] Update Metadata --- domains/ploszukiwacz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index bb2986d76..a67be9b22 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -1,6 +1,6 @@ { "description": "Personal Website for PlOszukiwacz", - "repo": "https://github.com/PlOszukiwaczDEV/ploszukiwaczdev.github.io", + "repo": "https://github.com/ploszukiwacz/website_new", "owner": { "username": "ploszukiwacz", "email": "ploszukiwacz1@gmail.com" From 4ce4e141ae325b4283bb9c4125a1eb22e6785407 Mon Sep 17 00:00:00 2001 From: Chirag Nahata Date: Wed, 26 Mar 2025 21:21:35 +0530 Subject: [PATCH 10/18] Create socials.chiragnahata.json --- domains/socials.chiragnahata.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/socials.chiragnahata.json diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json new file mode 100644 index 000000000..726befd50 --- /dev/null +++ b/domains/socials.chiragnahata.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + "record": { + "A": ["129.213.151.29"] + } +} From 6cbd478fd10c29725581817583d14abcbe76a188 Mon Sep 17 00:00:00 2001 From: i3vie <180745311+i3vie@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:45:53 -0500 Subject: [PATCH 11/18] Delete domains/i3vie.json --- domains/i3vie.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/i3vie.json diff --git a/domains/i3vie.json b/domains/i3vie.json deleted file mode 100644 index 371692667..000000000 --- a/domains/i3vie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "i3vie", - "discord": "i3vie" - }, - "record": { - "CNAME": "i3vie.port0.org" - } -} From da293afebe78b6121fe24ce277983d1c7d07d48b Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:47:54 -0400 Subject: [PATCH 12/18] Create guillelm71 --- domains/guillelm71 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/guillelm71 diff --git a/domains/guillelm71 b/domains/guillelm71 new file mode 100644 index 000000000..204083529 --- /dev/null +++ b/domains/guillelm71 @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Tech Website...", + "repo": "https://github.com/guilleLM71/guillelm71.github.io", + "owner": { + "username": "guilleLM71", + "email": "jlauram3@fcpn.edu.bo" + }, + "record": { + "CNAME": "guillelm71.github.io" + }, + "proxied": true +} From 27e3a0d14440addec022be139c40aa0bc12da736 Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:48:21 +0400 Subject: [PATCH 13/18] Create _github-pages-challenge-Ninja-5000.canavan.json --- .../_github-pages-challenge-Ninja-5000.canavan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-Ninja-5000.canavan.json diff --git a/domains/_github-pages-challenge-Ninja-5000.canavan.json b/domains/_github-pages-challenge-Ninja-5000.canavan.json new file mode 100644 index 000000000..24f6512d9 --- /dev/null +++ b/domains/_github-pages-challenge-Ninja-5000.canavan.json @@ -0,0 +1,10 @@ +{ + "description": "GitHub pages verification", + "owner": { + "username": "Ninja-5000", + "discord": "707170199861854209" + }, + "record": { + "TXT": "1b6dcad6637eb7ef2c5de98714aff4" + } +} From 58f0a3bf478536404d4116f8f958b81e223a7a69 Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:51:36 +0000 Subject: [PATCH 14/18] add .json --- domains/{guillelm71 => guillelm71.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{guillelm71 => guillelm71.json} (100%) diff --git a/domains/guillelm71 b/domains/guillelm71.json similarity index 100% rename from domains/guillelm71 rename to domains/guillelm71.json From 84eae7191956a54d6fc655edf03b40e1d3bd01c0 Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:02:53 +0400 Subject: [PATCH 15/18] Rename _github-pages-challenge-Ninja-5000.canavan.json to _github-pages-challenge-ninja-5000.canavan.json all lowercase --- ...navan.json => _github-pages-challenge-ninja-5000.canavan.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Ninja-5000.canavan.json => _github-pages-challenge-ninja-5000.canavan.json} (100%) diff --git a/domains/_github-pages-challenge-Ninja-5000.canavan.json b/domains/_github-pages-challenge-ninja-5000.canavan.json similarity index 100% rename from domains/_github-pages-challenge-Ninja-5000.canavan.json rename to domains/_github-pages-challenge-ninja-5000.canavan.json From 9254fe0d847dd99d31579e794c72568c16b538f3 Mon Sep 17 00:00:00 2001 From: Victor Humberto Date: Wed, 26 Mar 2025 19:47:21 -0300 Subject: [PATCH 16/18] Update _vercel.victordev.json Updated record as it was wrong --- domains/_vercel.victordev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.victordev.json b/domains/_vercel.victordev.json index 31cd7f9d2..94bdad7a9 100644 --- a/domains/_vercel.victordev.json +++ b/domains/_vercel.victordev.json @@ -4,6 +4,6 @@ "email": "victor.humberto.dev@gmail.com" }, "record": { - "TXT": "vc-domain-verify=tubeto.is-a.dev,3379bf5df2b2933e27da" + "TXT": "vc-domain-verify=victordev.is-a.dev,249570ae89a082ed0670" } } From 42d74226e3cbd0c467732feb59bb35c3d0efd058 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 27 Mar 2025 07:13:00 +0400 Subject: [PATCH 17/18] fix: github username --- domains/mzunino.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mzunino.json b/domains/mzunino.json index 4a6b8bb0a..440dabca3 100644 --- a/domains/mzunino.json +++ b/domains/mzunino.json @@ -2,8 +2,8 @@ "description": "Mariano Zunino's personal portfolio site", "repo": "https://github.com/marianozunino/portfolio", "owner": { - "email": "marianoz@posteo.net", - "github": "marianozunino" + "username": "marianozunino", + "email": "marianoz@posteo.net" }, "record": { "CNAME": "mzunino.com.uy" From 45ed2ba7c4eb5ebde34d5e836f1ced816336e8a4 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:48:54 +0800 Subject: [PATCH 18/18] restrict _redirect subdomains --- tests/json.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/json.test.js b/tests/json.test.js index 6b0fff983..1b40b75d5 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -69,6 +69,7 @@ async function validateFileName(t, file) { t.false(file.includes(".is-a.dev"), `${file}: File name should not contain .is-a.dev`); t.true(file === file.toLowerCase(), `${file}: File name should be all lowercase`); t.false(file.includes("--"), `${file}: File name should not contain consecutive hyphens`); + t.false(file.startsWith("_redirect."), `${file}: File name should not start with _redirect`); if (file !== "@.json") { const subdomain = file.replace(/\.json$/, "");