From 6ff8ad917a695403704f9c14c04529fbd0fd5ff2 Mon Sep 17 00:00:00 2001 From: Dhairya3391 Date: Sat, 11 Oct 2025 21:34:41 +0530 Subject: [PATCH 01/28] added portfolio worker to is a dev domain --- domains/Dhairya.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/Dhairya.json diff --git a/domains/Dhairya.json b/domains/Dhairya.json new file mode 100644 index 0000000000..a0a8fa3598 --- /dev/null +++ b/domains/Dhairya.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio site of Dhairya", + "owner": { + "username": "Dhairya3391", + "email": "dhairyaadroja3391@gmail.com" + }, + "repo": "https://github.com/Dhairya3391/portfolio", + "records": { + "CNAME": "pow.dhairyaadroja3391.workers.dev" + } +} \ No newline at end of file From 2e724d2e02f11bcbba68cd7f86442f35ddd8d7c8 Mon Sep 17 00:00:00 2001 From: Dhairya3391 Date: Sun, 12 Oct 2025 09:06:43 +0530 Subject: [PATCH 02/28] changes to my personal domain instead of worker --- domains/Dhairya.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/Dhairya.json b/domains/Dhairya.json index a0a8fa3598..7222247ed2 100644 --- a/domains/Dhairya.json +++ b/domains/Dhairya.json @@ -6,6 +6,6 @@ }, "repo": "https://github.com/Dhairya3391/portfolio", "records": { - "CNAME": "pow.dhairyaadroja3391.workers.dev" + "CNAME": "pow.noobokay.me" } } \ No newline at end of file From bba2da289434201c32358325e0acfbc4dfdcc69e Mon Sep 17 00:00:00 2001 From: Dhairya Date: Sat, 18 Oct 2025 13:18:48 +0530 Subject: [PATCH 03/28] changed domain filename to lowercase --- domains/{Dhairya.json => dhairya.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{Dhairya.json => dhairya.json} (99%) diff --git a/domains/Dhairya.json b/domains/dhairya.json similarity index 99% rename from domains/Dhairya.json rename to domains/dhairya.json index 7222247ed2..d48d6246eb 100644 --- a/domains/Dhairya.json +++ b/domains/dhairya.json @@ -8,4 +8,4 @@ "records": { "CNAME": "pow.noobokay.me" } -} \ No newline at end of file +} From 3910dae9602b7c567fcdcaa045c3913e7ba603d0 Mon Sep 17 00:00:00 2001 From: Tanseer <142107758+sheiktanseer@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:40:07 +0300 Subject: [PATCH 04/28] Add sheiktanseer.json for domain configuration --- domains/sheiktanseer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/sheiktanseer.json diff --git a/domains/sheiktanseer.json b/domains/sheiktanseer.json new file mode 100644 index 0000000000..de4eb7e0db --- /dev/null +++ b/domains/sheiktanseer.json @@ -0,0 +1,8 @@ +{ + "owner":{ + "username": "sheiktanseer" + }, + "record":{ + "CNAME":"sheiktanseer.github.io" + } +} From 18f63e207b42023a1dbda779740c32d1f65c7955 Mon Sep 17 00:00:00 2001 From: Tanseer <142107758+sheiktanseer@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:45:43 +0300 Subject: [PATCH 05/28] Update sheiktanseer.json --- domains/sheiktanseer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/sheiktanseer.json b/domains/sheiktanseer.json index de4eb7e0db..7c0d31522b 100644 --- a/domains/sheiktanseer.json +++ b/domains/sheiktanseer.json @@ -1,8 +1,8 @@ { - "owner":{ + "owner": { "username": "sheiktanseer" }, - "record":{ - "CNAME":"sheiktanseer.github.io" + "records": { + "CNAME": "sheiktanseer.github.io" } } From 4765e37754974289a065ae2c86f4c754ca035404 Mon Sep 17 00:00:00 2001 From: Tanseer <142107758+sheiktanseer@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:02:37 +0300 Subject: [PATCH 06/28] update file name tanseer.json --- domains/{sheiktanseer.json => tanseer.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{sheiktanseer.json => tanseer.json} (100%) diff --git a/domains/sheiktanseer.json b/domains/tanseer.json similarity index 100% rename from domains/sheiktanseer.json rename to domains/tanseer.json From 10f8696fc3d3fb73539cca3f71e9834b9deb0afb Mon Sep 17 00:00:00 2001 From: abdan <73357236+sukr02k@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:18:22 +0800 Subject: [PATCH 07/28] Update URL in abdan.json --- domains/abdan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abdan.json b/domains/abdan.json index b80831aca7..b118f6066c 100644 --- a/domains/abdan.json +++ b/domains/abdan.json @@ -4,6 +4,6 @@ "email": "tukangpanggilkapal@gmail.com" }, "records": { - "URL": "https://tukangpanggilkapal.my.id" + "URL": "abdan-portfolio-kyttb.ondigitalocean.app" } } From 64d8b9cfc19ec9fceab29b5cb69cf34374ecbdd6 Mon Sep 17 00:00:00 2001 From: abdan <73357236+sukr02k@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:28:48 +0800 Subject: [PATCH 08/28] Update domains/abdan.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/abdan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abdan.json b/domains/abdan.json index b118f6066c..248d586541 100644 --- a/domains/abdan.json +++ b/domains/abdan.json @@ -4,6 +4,6 @@ "email": "tukangpanggilkapal@gmail.com" }, "records": { - "URL": "abdan-portfolio-kyttb.ondigitalocean.app" + "URL": "https://abdan-portfolio-kyttb.ondigitalocean.app" } } From 56fa462644bfbd02b77695701e651caf9d465dd6 Mon Sep 17 00:00:00 2001 From: Tanseer <142107758+sheiktanseer@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:36:50 +0300 Subject: [PATCH 09/28] Update domains/tanseer.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/tanseer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tanseer.json b/domains/tanseer.json index 7c0d31522b..3ff9e807b7 100644 --- a/domains/tanseer.json +++ b/domains/tanseer.json @@ -3,6 +3,6 @@ "username": "sheiktanseer" }, "records": { - "CNAME": "sheiktanseer.github.io" + "URL": "https://github.com/sheiktanseer" } } From 2ad293b05659659fc7276aa72f37d802d906bd6f Mon Sep 17 00:00:00 2001 From: Cyandev Date: Tue, 21 Oct 2025 22:49:36 +0800 Subject: [PATCH 10/28] Create cyan.json --- domains/_vercel.cyan.json | 9 +++++++++ domains/cyan.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.cyan.json create mode 100644 domains/cyan.json diff --git a/domains/_vercel.cyan.json b/domains/_vercel.cyan.json new file mode 100644 index 0000000000..592a02401a --- /dev/null +++ b/domains/_vercel.cyan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "unixzii", + "email": "unixzii@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=cyan.is-a.dev,4ae59ccc02018a149c9a" + } +} diff --git a/domains/cyan.json b/domains/cyan.json new file mode 100644 index 0000000000..9a74072e42 --- /dev/null +++ b/domains/cyan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "unixzii", + "email": "unixzii@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 11839e97be77dda2276c87aafcdb9d20f250c27b Mon Sep 17 00:00:00 2001 From: Vedant Khare Date: Wed, 22 Oct 2025 00:22:43 +0530 Subject: [PATCH 11/28] Add kharevedant.json with domain owner details --- domains/kharevedant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kharevedant.json diff --git a/domains/kharevedant.json b/domains/kharevedant.json new file mode 100644 index 0000000000..e8d04593eb --- /dev/null +++ b/domains/kharevedant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KhareV", + "email": "kharevedant05@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 1efeb9403bc1e039406659407bbea11742412d3e Mon Sep 17 00:00:00 2001 From: Vedant Khare Date: Wed, 22 Oct 2025 00:23:27 +0530 Subject: [PATCH 12/28] Add Vercel TXT verification for kharevedant.is-a.dev --- domains/_vercel.kharevedant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.kharevedant.json diff --git a/domains/_vercel.kharevedant.json b/domains/_vercel.kharevedant.json new file mode 100644 index 0000000000..a6f51a6162 --- /dev/null +++ b/domains/_vercel.kharevedant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KhareV", + "email": "kharevedant05@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=kharevedant.is-a.dev,ced61c26426946a51fc4" + } +} From 9766e9db65ba11cb0584b56427b67f10bba20004 Mon Sep 17 00:00:00 2001 From: Jakub Borowy Date: Tue, 21 Oct 2025 23:27:06 +0200 Subject: [PATCH 13/28] Add jakubborowy.json --- domains/jakubborowy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jakubborowy.json diff --git a/domains/jakubborowy.json b/domains/jakubborowy.json new file mode 100644 index 0000000000..fb79907fd4 --- /dev/null +++ b/domains/jakubborowy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jakbor32", + "email": "borowyjakub32@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 0ccb6eff0f4a97fc798376f865bed1e02c08ccd6 Mon Sep 17 00:00:00 2001 From: Jakub Borowy Date: Tue, 21 Oct 2025 23:28:55 +0200 Subject: [PATCH 14/28] Add _vercel.jakubborowy.json --- domains/_vercel.jakubborowy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.jakubborowy.json diff --git a/domains/_vercel.jakubborowy.json b/domains/_vercel.jakubborowy.json new file mode 100644 index 0000000000..be18ce9c3f --- /dev/null +++ b/domains/_vercel.jakubborowy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jakbor32", + "email": "borowyjakub32@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=jakubborowy.is-a.dev,bbb7d3e5945f8b739c0f" + } +} From 4e13b18cc707f22e310fd740ffe4c34938e72696 Mon Sep 17 00:00:00 2001 From: Hosung Kim Date: Tue, 21 Oct 2025 16:58:39 -0500 Subject: [PATCH 15/28] Add hosung.json for domain configuration --- domains/hosung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hosung.json diff --git a/domains/hosung.json b/domains/hosung.json new file mode 100644 index 0000000000..9a20728eb5 --- /dev/null +++ b/domains/hosung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hosung-k1m", + "email": "skibitiaigent@gmail.com" + }, + "records": { + "CNAME": "hosung-k1m.github.io" + } +} From dcda4d638f7589f7975fd72eee82811058ffd3e5 Mon Sep 17 00:00:00 2001 From: deka galang <30586485+dekagalang@users.noreply.github.com> Date: Wed, 22 Oct 2025 02:35:35 +0000 Subject: [PATCH 16/28] add deka.pages.dev domain --- domains/deka.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/deka.json diff --git a/domains/deka.json b/domains/deka.json new file mode 100644 index 0000000000..689a668660 --- /dev/null +++ b/domains/deka.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dekagalang", + "email": "dekagalangpermadi@gmail.com" + }, + "records": { + "CNAME": "deka.pages.dev" + } +} \ No newline at end of file From 31a38211934d6e81bdaf98d59ad8ccaf18b08bc6 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 22 Oct 2025 09:01:33 +0530 Subject: [PATCH 17/28] Add domain configuration for aj4y.is-a.dev --- domains/aj4y.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aj4y.is-a.dev.json diff --git a/domains/aj4y.is-a.dev.json b/domains/aj4y.is-a.dev.json new file mode 100644 index 0000000000..74fe73ac87 --- /dev/null +++ b/domains/aj4y.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aj4y7", + "email": "ajaykumishra41@gmail.com" + }, + "records": { + "CNAME": "aj4y7.github.io" + } +} From 3902116e04743d39d3cb947c35e5b702e4649e9e Mon Sep 17 00:00:00 2001 From: Jeevan N Date: Wed, 22 Oct 2025 10:09:35 +0530 Subject: [PATCH 18/28] Add JSON file for domain configuration --- domains/njeevan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/njeevan.json diff --git a/domains/njeevan.json b/domains/njeevan.json new file mode 100644 index 0000000000..5b53219020 --- /dev/null +++ b/domains/njeevan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nj2216", + "email": "njeevan2216@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From a3f3f43ccce7a732e3899acd53ab658abfc4d4fd Mon Sep 17 00:00:00 2001 From: Jeevan N Date: Wed, 22 Oct 2025 10:10:35 +0530 Subject: [PATCH 19/28] Add Vercel domain configuration for nj2216 --- domains/_vercel.njeevan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.njeevan.json diff --git a/domains/_vercel.njeevan.json b/domains/_vercel.njeevan.json new file mode 100644 index 0000000000..fe373bd33a --- /dev/null +++ b/domains/_vercel.njeevan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nj2216", + "email": "njeevan2216@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=njeevan.is-a.dev,33f4a5324207e6e11813" + } +} From ca9a6588b2916b919f97a59688c287c96ebde576 Mon Sep 17 00:00:00 2001 From: Gowtham Jegathesan <83274183+gowtham-2321@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:22:29 +0530 Subject: [PATCH 20/28] Add gowtham.json for domain configuration --- domains/gowtham.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gowtham.json diff --git a/domains/gowtham.json b/domains/gowtham.json new file mode 100644 index 0000000000..3f848d89e1 --- /dev/null +++ b/domains/gowtham.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gowtham-2321", + "email": "gowthamjega2005@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From da9e6084193c8958ecf6b5b1056094c59fef789c Mon Sep 17 00:00:00 2001 From: Gowtham Jegathesan <83274183+gowtham-2321@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:23:41 +0530 Subject: [PATCH 21/28] Add Vercel domain configuration for gowtham --- domains/_vercel.gowtham.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.gowtham.json diff --git a/domains/_vercel.gowtham.json b/domains/_vercel.gowtham.json new file mode 100644 index 0000000000..019a4c0e40 --- /dev/null +++ b/domains/_vercel.gowtham.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gowtham-2321", + "email": "gowthamjega2005@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=gowtham.is-a.dev,6f32cdab6a4600a64d28" + } +} From 7340ddde87fde26c5e13f8f4b8e8b5e0fdc10388 Mon Sep 17 00:00:00 2001 From: Yeguang Xue <2394844+yeguang-xue@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:01:50 -0700 Subject: [PATCH 22/28] Create yeguang.json Add new record for yeguang --- domains/yeguang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/yeguang.json diff --git a/domains/yeguang.json b/domains/yeguang.json new file mode 100644 index 0000000000..952136766b --- /dev/null +++ b/domains/yeguang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yeguang-xue", + "email": "contact@yeguang-xue.com" + }, + "records": { + "CNAME": "yeguang-xue.github.io" + } +} From a4a854a278ca015bc8e24d8b39a7272e79c46923 Mon Sep 17 00:00:00 2001 From: rem42 Date: Wed, 22 Oct 2025 08:42:25 +0200 Subject: [PATCH 23/28] Add remy.json for domain configuration --- domains/remy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/remy.json diff --git a/domains/remy.json b/domains/remy.json new file mode 100644 index 0000000000..27913faff7 --- /dev/null +++ b/domains/remy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rem42", + "email": "me@remy.ovh" + }, + "records": { + "URL": "https://remy.ovh" + } +} From d30b3fe6a560cc98762e1314520770a45e98b010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=AA=C9=80=EA=AA=8A=E1=B4=8D=CE=B9=EA=AB=80?= <103162659+mr-izu@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:14:25 +0530 Subject: [PATCH 24/28] Adding izumie.is-a.dev domain --- domains/izumie.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/izumie.json diff --git a/domains/izumie.json b/domains/izumie.json new file mode 100644 index 0000000000..7d24d7862b --- /dev/null +++ b/domains/izumie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mr-izu", + "email": "pyavamottapettavan@gmail.com" + }, + "records": { + "CNAME": "mr-izu.github.io" + } +} From a61307ccb2b6d83c44c649dff3515873df905b2a Mon Sep 17 00:00:00 2001 From: Yee Kit Date: Wed, 22 Oct 2025 16:06:01 +0800 Subject: [PATCH 25/28] Create flight-time-calculator.xkhronoz.json --- domains/flight-time-calculator.xkhronoz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/flight-time-calculator.xkhronoz.json diff --git a/domains/flight-time-calculator.xkhronoz.json b/domains/flight-time-calculator.xkhronoz.json new file mode 100644 index 0000000000..091072ec8c --- /dev/null +++ b/domains/flight-time-calculator.xkhronoz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xKhronoz", + "email": "yeekit@xkhronoz.dev" + }, + "records": { + "URL": "https://flight-time-calculator.xkhronoz.dev" + } +} From fdbec12fe706c6c2ddefd1453fa14922f8dc5dcd Mon Sep 17 00:00:00 2001 From: elaina <139828602+DXRdev@users.noreply.github.com> Date: Wed, 22 Oct 2025 02:59:29 -0600 Subject: [PATCH 26/28] Create _github-pages-challenge-DXRdev.ela.json doing the github page verification thing i shouldve done way sooner and i hope its right... --- domains/_github-pages-challenge-DXRdev.ela.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-DXRdev.ela.json diff --git a/domains/_github-pages-challenge-DXRdev.ela.json b/domains/_github-pages-challenge-DXRdev.ela.json new file mode 100644 index 0000000000..2bd13a2107 --- /dev/null +++ b/domains/_github-pages-challenge-DXRdev.ela.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DXRdev", + "discord": "335635478684499970" + }, + "records": { + "TXT": "87b94f77e04966ee697d5e3eee5669" + } +} From f8edd94799445c7d7f4f31aa4225cc346da4141f Mon Sep 17 00:00:00 2001 From: elaina <139828602+DXRdev@users.noreply.github.com> Date: Wed, 22 Oct 2025 03:06:16 -0600 Subject: [PATCH 27/28] Rename _github-pages-challenge-DXRdev.ela.json to _github-pages-challenge-dxrdev.ela.json --- ...ge-DXRdev.ela.json => _github-pages-challenge-dxrdev.ela.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-DXRdev.ela.json => _github-pages-challenge-dxrdev.ela.json} (100%) diff --git a/domains/_github-pages-challenge-DXRdev.ela.json b/domains/_github-pages-challenge-dxrdev.ela.json similarity index 100% rename from domains/_github-pages-challenge-DXRdev.ela.json rename to domains/_github-pages-challenge-dxrdev.ela.json From b64fc7c90354d8988b21431fac6d9f8cf53b6569 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 22 Oct 2025 17:27:16 +0530 Subject: [PATCH 28/28] Rename aj4y.is-a.dev.json to aj4y.json --- domains/{aj4y.is-a.dev.json => aj4y.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{aj4y.is-a.dev.json => aj4y.json} (100%) diff --git a/domains/aj4y.is-a.dev.json b/domains/aj4y.json similarity index 100% rename from domains/aj4y.is-a.dev.json rename to domains/aj4y.json