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/25] 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/25] 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 d07bd6da414caf5616072a3f85403788c57458d2 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 24 Mar 2025 14:46:14 -0300 Subject: [PATCH 03/25] 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 04/25] 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 1de20ef43f2c4f01cf327a3c23afde7ccfabedb0 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 25 Mar 2025 21:34:30 +0100 Subject: [PATCH 05/25] Create smlxdesign.json --- domains/smlxdesign.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/smlxdesign.json diff --git a/domains/smlxdesign.json b/domains/smlxdesign.json new file mode 100644 index 000000000..5f6635fb0 --- /dev/null +++ b/domains/smlxdesign.json @@ -0,0 +1,11 @@ +{ + "description": "SMLX Design's personal blog site", + "repo": "https://github.com/smlxdesign/astro-newsite", + "owner": { + "username": "smlxdesign", + "email": "samuel.smlxdesign@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 915aa2e674fb047db861f7f8c123254a094a17cc Mon Sep 17 00:00:00 2001 From: Danko Date: Tue, 25 Mar 2025 19:49:11 -0300 Subject: [PATCH 06/25] Create dllb.json --- domains/dllb.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dllb.json diff --git a/domains/dllb.json b/domains/dllb.json new file mode 100644 index 000000000..6af3be5c9 --- /dev/null +++ b/domains/dllb.json @@ -0,0 +1,11 @@ +{ + "description": "This repo contains my personal portfolio site.", + "repo": "https://github.com/dllbdev/homepage", + "owner": { + "username": "dllbdev", + "email": "dllb.dev@proton.me" + }, + "record": { + "CNAME": "dllbdev.github.io" + } +} From bb4b3552c200404c53207c3180170bc69bfb82c4 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Wed, 26 Mar 2025 11:57:49 +0800 Subject: [PATCH 07/25] Create _vercel.chriscent.json To connect vercel using TXT record... --- domains/_vercel.chriscent.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.chriscent.json diff --git a/domains/_vercel.chriscent.json b/domains/_vercel.chriscent.json new file mode 100644 index 000000000..79319a336 --- /dev/null +++ b/domains/_vercel.chriscent.json @@ -0,0 +1,11 @@ +{ + "description": "A practice portfolio for web design challenges.", + "repo": "https://github.com/KishonShrill/website-portfolio", + "owner": { + "username": "KishonShrill", + "email": "crystalbluew@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=chriscent.is-a.dev,0bd491999fe494552e50" + } +} From 36aa8e2ff218ed903a28e09b14d2b82a2a43b049 Mon Sep 17 00:00:00 2001 From: azrelic Date: Wed, 26 Mar 2025 11:37:56 +0500 Subject: [PATCH 08/25] Updated my username as it was updated on github --- domains/_vercel.ahmad.json | 2 +- domains/ahmad.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.ahmad.json b/domains/_vercel.ahmad.json index 05c1b496e..86074dd7e 100644 --- a/domains/_vercel.ahmad.json +++ b/domains/_vercel.ahmad.json @@ -1,6 +1,6 @@ { "owner": { - "username": "rezlic", + "username": "azrelic", "email": "ahmadking78654@gmail.com" }, "record": { diff --git a/domains/ahmad.json b/domains/ahmad.json index 8e7e9917d..eaaea8f56 100644 --- a/domains/ahmad.json +++ b/domains/ahmad.json @@ -1,6 +1,6 @@ { "owner": { - "username": "rezlic", + "username": "azrelic", "email": "ahmadking78654@gmail.com" }, "record": { From 9ae12b0212b66bc381f4f141b06603b7c3bf5047 Mon Sep 17 00:00:00 2001 From: PANKAJ TYAGI <129147035+thegoofy-dev@users.noreply.github.com> Date: Wed, 26 Mar 2025 19:07:23 +0530 Subject: [PATCH 09/25] Update thegoofy-guy.json Remove the proxified field --- domains/thegoofy-guy.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/domains/thegoofy-guy.json b/domains/thegoofy-guy.json index 5021d4f41..19c70cf17 100644 --- a/domains/thegoofy-guy.json +++ b/domains/thegoofy-guy.json @@ -1,11 +1,10 @@ { -"description": "My personal portfolio website", -"owner": { - "username": "thegoofy-dev", - "email": "pankajtyagi1601@gmail.com" -}, -"record": { - "CNAME": "pankajtyagi-portfolio.vercel.app" -}, - "proxied": true + "description": "My personal portfolio website", + "owner": { + "username": "thegoofy-dev", + "email": "pankajtyagi1601@gmail.com" + }, + "record": { + "CNAME": "pankajtyagi-portfolio.vercel.app" + } } From d7335795cda4dead302c29bbb7c8e791ddb2f1ed Mon Sep 17 00:00:00 2001 From: PANKAJ TYAGI <129147035+thegoofy-dev@users.noreply.github.com> Date: Wed, 26 Mar 2025 19:12:45 +0530 Subject: [PATCH 10/25] Create _vercel.thegoofy-guy.json Added the Vercel TXT verification code. --- domains/_vercel.thegoofy-guy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.thegoofy-guy.json diff --git a/domains/_vercel.thegoofy-guy.json b/domains/_vercel.thegoofy-guy.json new file mode 100644 index 000000000..3fdf1c760 --- /dev/null +++ b/domains/_vercel.thegoofy-guy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thegoofy-dev", + "email": "pankajtyagi1601@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=thegoofy-guy.is-a.dev,382a00f94cc6e561761e" + } +} From d39384bd80ac60ec8e8e1469f216947c721f58c8 Mon Sep 17 00:00:00 2001 From: Jacob <70965524+jOaawd@users.noreply.github.com> Date: Wed, 26 Mar 2025 07:50:47 -0700 Subject: [PATCH 11/25] Create web.json --- domains/web.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/web.json diff --git a/domains/web.json b/domains/web.json new file mode 100644 index 000000000..582475a58 --- /dev/null +++ b/domains/web.json @@ -0,0 +1,12 @@ +{ + "description": "Web is a Url Shortner, Helps you shorten links, so you dont look like a sore loser. jokes...", + "repo": "https://github.com/jOaawd/URL-Shortener", + "owner": { + "username": "jOaawd", + "email": "[email protected]" + }, + "record": { + "CNAME": "s66yve4g.up.railway.app" + }, + "proxied": true +} From c5ff04438b3fd8395003455c3b4aff1b848c212f Mon Sep 17 00:00:00 2001 From: Jacob <70965524+jOaawd@users.noreply.github.com> Date: Wed, 26 Mar 2025 07:52:39 -0700 Subject: [PATCH 12/25] Update web.json --- domains/web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/web.json b/domains/web.json index 582475a58..965bcd732 100644 --- a/domains/web.json +++ b/domains/web.json @@ -3,7 +3,7 @@ "repo": "https://github.com/jOaawd/URL-Shortener", "owner": { "username": "jOaawd", - "email": "[email protected]" + "email": "theyneverfwmee@gmail.com" }, "record": { "CNAME": "s66yve4g.up.railway.app" 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 13/25] 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 2fb3d3417962744c438cf963882b1e67674628f9 Mon Sep 17 00:00:00 2001 From: Broodje565 Date: Wed, 26 Mar 2025 16:28:37 +0100 Subject: [PATCH 14/25] Create broodje56.json --- domains/broodje56.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/broodje56.json diff --git a/domains/broodje56.json b/domains/broodje56.json new file mode 100644 index 000000000..fcfc2c89c --- /dev/null +++ b/domains/broodje56.json @@ -0,0 +1,11 @@ +{ + "description": "Personal domain for website and email", + "repo": "https://github.com/Broodje565/broodje56", + "owner": { + "username": "Broodje565", + "email": "loic.vcamp@gmail.com" + }, + "record": { + "CNAME": "broodje565.github.io" + } +} From 4ce4e141ae325b4283bb9c4125a1eb22e6785407 Mon Sep 17 00:00:00 2001 From: Chirag Nahata Date: Wed, 26 Mar 2025 21:21:35 +0530 Subject: [PATCH 15/25] 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 435f10d5c84309eee22af6776416e01044c01465 Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:18:31 +0000 Subject: [PATCH 16/25] add proxied --- domains/guillelm.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/guillelm.json b/domains/guillelm.json index b577ee1e8..204083529 100644 --- a/domains/guillelm.json +++ b/domains/guillelm.json @@ -7,5 +7,6 @@ }, "record": { "CNAME": "guillelm71.github.io" - } + }, + "proxied": true } 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 17/25] 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 18/25] 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 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 19/25] 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 9254fe0d847dd99d31579e794c72568c16b538f3 Mon Sep 17 00:00:00 2001 From: Victor Humberto Date: Wed, 26 Mar 2025 19:47:21 -0300 Subject: [PATCH 20/25] 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 21/25] 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 9d26269846dda2cf840367680a7466435708bc2f Mon Sep 17 00:00:00 2001 From: Akshat <75732865+akshtt-dev@users.noreply.github.com> Date: Thu, 27 Mar 2025 10:22:01 +0530 Subject: [PATCH 22/25] Register status.akshtt.is-a.dev --- domains/status.akshtt.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/status.akshtt.json diff --git a/domains/status.akshtt.json b/domains/status.akshtt.json new file mode 100644 index 000000000..392b9a20f --- /dev/null +++ b/domains/status.akshtt.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "akshtt-dev", + "discord": "1056531806763102218", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.rO2QcFbFjVqF890hZkgp-vCurdFW-B1GjE_QsbqCCszXMjFWf-o-wBgXBM-ReBw9UIvsHMK-VUWWBoz2OGEM6gH9-akt_7UVyb0rRW7Cf14EsDKlLrGu68NUcloWaKJBmTljShGS53br937l0Fg4C52Xrj-KSt13gUNBqOgipQDLxu6XQDrDDkqSRs_qG2Fj_bwV8aryDtBmeNPpmSccvj_2iBNtakgNrau8Z9MQpyC3cnygPEkHE-TG9B7MLFTUHeUM4aVD6m4m8TiTOMN-8wfQIZGWJRJN63v4CrqwWIVsLdNcLt4LH4QZVDQ9UoxsZ3HmYHnjKZwx9abrvsjE-A.-Fq-Y9GRM5CtqSKSC9_j-g.CLe5PojAjpjIz18t3pjBvFYOqyMX84yHtk9rCgPIKazQ78Oci-Y99APp170QCa7doh5MFbmwGXQ5l8j5pPYqdvsyrS43vV_uXkohYi69oMI.gickB69tvnA1Ag7WXseE9w" + }, + + "record": { + "A": ["45.133.74.41"] + } + } + \ No newline at end of file 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 23/25] 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$/, ""); From 6e58210e2e1072b49842bba06d4eaf15186f58ba Mon Sep 17 00:00:00 2001 From: iostpa Date: Thu, 27 Mar 2025 13:41:13 +0200 Subject: [PATCH 24/25] we aint bringing this shit back --- domains/socials.chiragnahata.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/socials.chiragnahata.json diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json deleted file mode 100644 index 726befd50..000000000 --- a/domains/socials.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "record": { - "A": ["129.213.151.29"] - } -} From 503761c725948461bcb0928f1a19cd2b456b4f13 Mon Sep 17 00:00:00 2001 From: KemoXtech <93053669+KemoXtech@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:37:31 +0000 Subject: [PATCH 25/25] Update akrm.json --- domains/akrm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/akrm.json b/domains/akrm.json index ab7c96961..f41b84544 100644 --- a/domains/akrm.json +++ b/domains/akrm.json @@ -5,7 +5,7 @@ "discord": "868339557593137212" }, "record": { - "A": ["64.62.151.106"], - "AAAA": ["2001:470:1:1ee::2009"] + "A": ["65.19.154.90"], + "AAAA": ["2001:470:1:1ee::1002"] } }