From ee447ee55164c38b049559ab947e8c48ca112daf Mon Sep 17 00:00:00 2001 From: Clint Lorenzo Date: Tue, 26 May 2026 02:59:08 +0800 Subject: [PATCH 01/73] add jrames portfolio website --- domains/_vercel_jamesrhein.json | 9 +++++++++ domains/jamesrhein.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel_jamesrhein.json create mode 100644 domains/jamesrhein.json diff --git a/domains/_vercel_jamesrhein.json b/domains/_vercel_jamesrhein.json new file mode 100644 index 0000000000..b436359ed1 --- /dev/null +++ b/domains/_vercel_jamesrhein.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jrames15", + "email": "Jamesrheinm@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=jrames.is-a.dev,5fb772fd97d792e9c716" + } +} \ No newline at end of file diff --git a/domains/jamesrhein.json b/domains/jamesrhein.json new file mode 100644 index 0000000000..bf15cca518 --- /dev/null +++ b/domains/jamesrhein.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jrames15", + "email": "Jamesrheinm@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} \ No newline at end of file From 4315890b34912d29d653765013e8ce0b5f0523e1 Mon Sep 17 00:00:00 2001 From: Clint Lorenzo Date: Tue, 26 May 2026 12:26:41 +0800 Subject: [PATCH 02/73] rename _vercel json file --- domains/{_vercel_jamesrhein.json => _vercel.jamesrhein.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel_jamesrhein.json => _vercel.jamesrhein.json} (100%) diff --git a/domains/_vercel_jamesrhein.json b/domains/_vercel.jamesrhein.json similarity index 100% rename from domains/_vercel_jamesrhein.json rename to domains/_vercel.jamesrhein.json From 0c84f2e78746d3334f4c879ed103df7d22fd4924 Mon Sep 17 00:00:00 2001 From: Clint Lorenzo Date: Tue, 26 May 2026 12:30:11 +0800 Subject: [PATCH 03/73] k --- domains/_vercel.jamesrhein.json | 9 --------- domains/jamesrhein.json | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 domains/_vercel.jamesrhein.json delete mode 100644 domains/jamesrhein.json diff --git a/domains/_vercel.jamesrhein.json b/domains/_vercel.jamesrhein.json deleted file mode 100644 index b436359ed1..0000000000 --- a/domains/_vercel.jamesrhein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jrames15", - "email": "Jamesrheinm@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=jrames.is-a.dev,5fb772fd97d792e9c716" - } -} \ No newline at end of file diff --git a/domains/jamesrhein.json b/domains/jamesrhein.json deleted file mode 100644 index bf15cca518..0000000000 --- a/domains/jamesrhein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jrames15", - "email": "Jamesrheinm@gmail.com" - }, - "records": { - "A": ["216.198.79.1"] - } -} \ No newline at end of file From ab113df306592096c3de21852beec430821d3bf5 Mon Sep 17 00:00:00 2001 From: Clint Lorenzo Date: Mon, 15 Jun 2026 20:56:10 +0800 Subject: [PATCH 04/73] Create kevlarclint.json --- domains/kevlarclint.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kevlarclint.json diff --git a/domains/kevlarclint.json b/domains/kevlarclint.json new file mode 100644 index 0000000000..19354f9b85 --- /dev/null +++ b/domains/kevlarclint.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "kevclint", + "email": "kevlarclint@gmail.com" + }, + "records": { + "NS": [ + "chloe.ns.cloudflare.com", + "martin.ns.cloudflare.com" + ] + } +} \ No newline at end of file From cea856401fca6ad4ed39bc1991beb592ed3e6160 Mon Sep 17 00:00:00 2001 From: Ankit Ghimire Date: Mon, 13 Jul 2026 00:09:10 +0545 Subject: [PATCH 05/73] Add ankit.json for domain configuration --- domains/ankit.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ankit.json diff --git a/domains/ankit.json b/domains/ankit.json new file mode 100644 index 0000000000..6a5082ba68 --- /dev/null +++ b/domains/ankit.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ghimire-ankit" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + } +} From 4236a9af1d4060ddc0b916f725365ef9dcef6b98 Mon Sep 17 00:00:00 2001 From: Ken Spencer Date: Mon, 13 Jul 2026 11:38:57 -0400 Subject: [PATCH 06/73] Add domain configuration for iotaspencer --- domains/iotaspencer | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/iotaspencer diff --git a/domains/iotaspencer b/domains/iotaspencer new file mode 100644 index 0000000000..98d363c6cd --- /dev/null +++ b/domains/iotaspencer @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "IotaSpencer" + }, + "records": { + "CNAME": "iotaspencer.me" + } +} From e0c378a4ecbc316831c5c8f8f0d1041c46962dc5 Mon Sep 17 00:00:00 2001 From: Ken Spencer Date: Mon, 13 Jul 2026 11:56:34 -0400 Subject: [PATCH 07/73] Add owner email and Discord to iotaspencer Added email and Discord information for the owner. --- domains/iotaspencer | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/iotaspencer b/domains/iotaspencer index 98d363c6cd..0c87fd3d47 100644 --- a/domains/iotaspencer +++ b/domains/iotaspencer @@ -1,6 +1,8 @@ { "owner": { - "username": "IotaSpencer" + "username": "IotaSpencer", + "email": "me@iotaspencer.me", + "discord": "iotaspencer" }, "records": { "CNAME": "iotaspencer.me" From 0ac620956f087868897f9e2d4df93a1c7f68c041 Mon Sep 17 00:00:00 2001 From: Josh <109479262+ThatCodeBloke@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:43:27 +0100 Subject: [PATCH 08/73] Add JADE domain configuration file --- domains/JADE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/JADE diff --git a/domains/JADE b/domains/JADE new file mode 100644 index 0000000000..13cbe06a61 --- /dev/null +++ b/domains/JADE @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ThatCodeBloke", + "email": "davidlevyashfield@gmail.com" + }, + "records": { + "CNAME": "6fc704cb-71dc-40f1-9b1a-6d48cf8a005a.cfargotunnel.com" + } +} From afe7a370752fc48a54aeede8f5fbd1eaadd89c77 Mon Sep 17 00:00:00 2001 From: Josh <109479262+ThatCodeBloke@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:51:12 +0100 Subject: [PATCH 09/73] Rename JADE to jade.json --- domains/{JADE => jade.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{JADE => jade.json} (100%) diff --git a/domains/JADE b/domains/jade.json similarity index 100% rename from domains/JADE rename to domains/jade.json From 6b446bf6b154f73efb637d90bfff2db128372e92 Mon Sep 17 00:00:00 2001 From: Harish Date: Thu, 16 Jul 2026 21:56:23 +0530 Subject: [PATCH 10/73] Create harish3124.json --- domains/harish3124.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/harish3124.json diff --git a/domains/harish3124.json b/domains/harish3124.json new file mode 100644 index 0000000000..27aedd35d6 --- /dev/null +++ b/domains/harish3124.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zro404", + "email": "dev.harish3124@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} From 68a217fc50c958b90e01a3cd4128c982401d9e84 Mon Sep 17 00:00:00 2001 From: Harish Date: Thu, 16 Jul 2026 21:57:14 +0530 Subject: [PATCH 11/73] Create www.harish3124.json --- domains/www.harish3124.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/www.harish3124.json diff --git a/domains/www.harish3124.json b/domains/www.harish3124.json new file mode 100644 index 0000000000..ef7ee8144f --- /dev/null +++ b/domains/www.harish3124.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zro404", + "email": "dev.harish3124@gmail.com" + }, + "records": { + "CNAME": "harish3124.netlify.app" + } +} From bd5e6a06d2b9eed4032727ca1ba588b39bb06b7a Mon Sep 17 00:00:00 2001 From: Charyll <148406119+TheCharmant@users.noreply.github.com> Date: Fri, 17 Jul 2026 01:12:56 +0800 Subject: [PATCH 12/73] Add files via upload --- domains/_vercel.charyll.json | 8 ++++++++ domains/charyll.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 domains/_vercel.charyll.json create mode 100644 domains/charyll.json diff --git a/domains/_vercel.charyll.json b/domains/_vercel.charyll.json new file mode 100644 index 0000000000..a6b7c7bad5 --- /dev/null +++ b/domains/_vercel.charyll.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "TheCharmant" + }, + "records": { + "TXT": "vc-domain-verify=charyll.is-a.dev,87b5f774bc0084801cf8" + } +} diff --git a/domains/charyll.json b/domains/charyll.json new file mode 100644 index 0000000000..0ad64faac2 --- /dev/null +++ b/domains/charyll.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "TheCharmant" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 4af431f0b768f7adbd1cdfa3e1600ff6646f7b3b Mon Sep 17 00:00:00 2001 From: Ken Spencer Date: Thu, 16 Jul 2026 13:14:03 -0400 Subject: [PATCH 13/73] Rename iotaspencer to iotaspencer.json --- domains/{iotaspencer => iotaspencer.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{iotaspencer => iotaspencer.json} (100%) diff --git a/domains/iotaspencer b/domains/iotaspencer.json similarity index 100% rename from domains/iotaspencer rename to domains/iotaspencer.json From 38786ffed1f7d51b9017f02ea130859237c85cff Mon Sep 17 00:00:00 2001 From: Bhaskar Pandey <116245937+Bhaskar-10@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:51:43 +0530 Subject: [PATCH 14/73] Create bhaskarp.json --- domains/bhaskarp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bhaskarp.json diff --git a/domains/bhaskarp.json b/domains/bhaskarp.json new file mode 100644 index 0000000000..8811c13232 --- /dev/null +++ b/domains/bhaskarp.json @@ -0,0 +1,11 @@ +{ + "description": "Bhaskar Pandey's Portfolio", + "repo": "https://github.com/Bhaskar-10/3D-Portfolio", + "owner": { + "username": "Bhaskar-10", + "email": "pandeyraj38777@gmail.com" + }, + "record": { + "CNAME": "bhaskar-omega.vercel.app" + } +} From cb00ce2f86485d4e2af32613ed41b0dd35491413 Mon Sep 17 00:00:00 2001 From: Bhaskar Pandey <116245937+Bhaskar-10@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:03:52 +0530 Subject: [PATCH 15/73] Rename 'record' to 'records' in bhaskarp.json --- domains/bhaskarp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bhaskarp.json b/domains/bhaskarp.json index 8811c13232..5c6e00e333 100644 --- a/domains/bhaskarp.json +++ b/domains/bhaskarp.json @@ -5,7 +5,7 @@ "username": "Bhaskar-10", "email": "pandeyraj38777@gmail.com" }, - "record": { + "records": { "CNAME": "bhaskar-omega.vercel.app" } } From 3393e684a2602e72a3f93550d28e5ec0a200430f Mon Sep 17 00:00:00 2001 From: Daniel Eskander <55925126+DanielEskander@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:36:30 -0700 Subject: [PATCH 16/73] Create danieleskander.json --- domains/danieleskander.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/danieleskander.json diff --git a/domains/danieleskander.json b/domains/danieleskander.json new file mode 100644 index 0000000000..bb5aa8a6c0 --- /dev/null +++ b/domains/danieleskander.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DanielEskander", + "email": "danielneskander@gmail.com" + }, + "records": { + "CNAME": "my-page.danielneskander.workers.dev" + } +} From d81ac9a9cdd058f3d1cf03faff86c7fd3c58edd8 Mon Sep 17 00:00:00 2001 From: Daniel Eskander <55925126+DanielEskander@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:05:16 -0700 Subject: [PATCH 17/73] Update danieleskander.json --- domains/danieleskander.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/danieleskander.json b/domains/danieleskander.json index bb5aa8a6c0..ec09b83795 100644 --- a/domains/danieleskander.json +++ b/domains/danieleskander.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "DanielEskander", - "email": "danielneskander@gmail.com" - }, - "records": { - "CNAME": "my-page.danielneskander.workers.dev" - } + "owner": { + "username": "DanielEskander", + "email": "danielneskander@gmail.com" + }, + "records": { + "CNAME": "my-page.danielneskander.workers.dev" + }, + "proxied": true } From e9faca623f4dfe760b95d95e7a1317e49c621813 Mon Sep 17 00:00:00 2001 From: CodersPro1234 Date: Thu, 16 Jul 2026 18:42:26 +0000 Subject: [PATCH 18/73] Add libraflow.json with owner and records details --- domains/libraflow.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/libraflow.json diff --git a/domains/libraflow.json b/domains/libraflow.json new file mode 100644 index 0000000000..b22ff53256 --- /dev/null +++ b/domains/libraflow.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodersPro1234", + "email": "codeurspro@gmail.com" + }, + "records": { + "URL": "https://libra-flow-officiel.vercel.app" + } +} From bab2897dac129456c267b06d0980ea757b7babcf Mon Sep 17 00:00:00 2001 From: Daniel Eskander <55925126+DanielEskander@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:43:17 -0700 Subject: [PATCH 19/73] Update danieleskander.json --- domains/danieleskander.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/danieleskander.json b/domains/danieleskander.json index ec09b83795..0aa55f8cb8 100644 --- a/domains/danieleskander.json +++ b/domains/danieleskander.json @@ -4,7 +4,7 @@ "email": "danielneskander@gmail.com" }, "records": { - "CNAME": "my-page.danielneskander.workers.dev" + "CNAME": "portfolio-7cj.pages.dev" }, "proxied": true } From 773a5d22e4b93c455ce5da3c3bd455e9d030be69 Mon Sep 17 00:00:00 2001 From: CodersPro1234 Date: Thu, 16 Jul 2026 19:09:12 +0000 Subject: [PATCH 20/73] Delete domains/libraflow.json --- domains/libraflow.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/libraflow.json diff --git a/domains/libraflow.json b/domains/libraflow.json deleted file mode 100644 index b22ff53256..0000000000 --- a/domains/libraflow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CodersPro1234", - "email": "codeurspro@gmail.com" - }, - "records": { - "URL": "https://libra-flow-officiel.vercel.app" - } -} From 6ed262a533360457b1126cb19eb91a69394c64df Mon Sep 17 00:00:00 2001 From: Qodestackr Date: Thu, 16 Jul 2026 23:42:41 +0300 Subject: [PATCH 21/73] Add wilson-gichuhi.is-a.dev --- domains/_vercel.wilson-gichuhi.json | 9 +++++++++ domains/wilson-gichuhi.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.wilson-gichuhi.json create mode 100644 domains/wilson-gichuhi.json diff --git a/domains/_vercel.wilson-gichuhi.json b/domains/_vercel.wilson-gichuhi.json new file mode 100644 index 0000000000..d24bb445f0 --- /dev/null +++ b/domains/_vercel.wilson-gichuhi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Qodestackr", + "email": "winchygichu@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=wilson-gichuhi.is-a.dev,dc5886a2749bab12127d" + } +} diff --git a/domains/wilson-gichuhi.json b/domains/wilson-gichuhi.json new file mode 100644 index 0000000000..9ad0e9da6f --- /dev/null +++ b/domains/wilson-gichuhi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Qodestackr", + "email": "winchygichu@gmail.com" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + } +} From c8228e4664f9a9d810ebb7ff6aa727be787fd474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdo=C4=9Fan=20Ba=C5=9Fer?= <119479540+Porphyri0n@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:54:10 +0300 Subject: [PATCH 22/73] Register erdo.is-a.dev --- domains/erdo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/erdo.json diff --git a/domains/erdo.json b/domains/erdo.json new file mode 100644 index 0000000000..2b2993eac1 --- /dev/null +++ b/domains/erdo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Porphyri0n", + "email": "erdoganbaser52@gmail.com" + }, + "records": { + "CNAME": "porphyri0n.github.io" + } +} From 74b7bbe72f805d1c512d7ed8d47e30df290a2611 Mon Sep 17 00:00:00 2001 From: Josh <109479262+ThatCodeBloke@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:01:17 +0100 Subject: [PATCH 23/73] Update DNS records in jade.json --- domains/jade.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jade.json b/domains/jade.json index 13cbe06a61..1b4cba47e5 100644 --- a/domains/jade.json +++ b/domains/jade.json @@ -4,6 +4,6 @@ "email": "davidlevyashfield@gmail.com" }, "records": { - "CNAME": "6fc704cb-71dc-40f1-9b1a-6d48cf8a005a.cfargotunnel.com" + "A": ["132.145.9.130"] } } From 987ecc600f18414a564d4d364e43a84fde2a3d44 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:46:06 +0700 Subject: [PATCH 24/73] Update joko.json Updated the email address for the owner in joko.json. --- domains/joko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/joko.json b/domains/joko.json index 67fe5c6cce..f8d479051c 100644 --- a/domains/joko.json +++ b/domains/joko.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "mutiny-radar-stilt@duck.com" }, "records": { "URL": "https://joko.my.id" From 7006ae8a85381e4252beb76f84403cf4b2ce1ad1 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:48:51 +0700 Subject: [PATCH 25/73] Update www.joko.json --- domains/www.joko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.joko.json b/domains/www.joko.json index 67fe5c6cce..3099b211ea 100644 --- a/domains/www.joko.json +++ b/domains/www.joko.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "city-punk-blinker@duck.com" }, "records": { "URL": "https://joko.my.id" From 9944af90446e066163008ab93f797424e9f8c65d Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:50:42 +0700 Subject: [PATCH 26/73] Update ariyanto.json Updated email address for the owner. --- domains/ariyanto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ariyanto.json b/domains/ariyanto.json index 67fe5c6cce..9d952692d7 100644 --- a/domains/ariyanto.json +++ b/domains/ariyanto.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "jet-jazz-luminous@duck.com" }, "records": { "URL": "https://joko.my.id" From 06f60dad7a45592e4349fada1d4b819b7265c226 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:52:14 +0700 Subject: [PATCH 27/73] Update fediverse.json --- domains/fediverse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fediverse.json b/domains/fediverse.json index 67fe5c6cce..861e2a0d77 100644 --- a/domains/fediverse.json +++ b/domains/fediverse.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "undress-purr-stir@duck.com" }, "records": { "URL": "https://joko.my.id" From 97cbd8d6afd98810a5afd94c02d1e216c3da6abe Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:53:54 +0700 Subject: [PATCH 28/73] Update www.fediverse.json Updated email address for the owner. --- domains/www.fediverse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.fediverse.json b/domains/www.fediverse.json index 67fe5c6cce..b1ce563729 100644 --- a/domains/www.fediverse.json +++ b/domains/www.fediverse.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "gem-stood-iciness@duck.com" }, "records": { "URL": "https://joko.my.id" From a3f58cdffd35c51c56d23bb233cafbca9e0ced8b Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:55:44 +0700 Subject: [PATCH 29/73] Update j0k0.json --- domains/j0k0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/j0k0.json b/domains/j0k0.json index 67fe5c6cce..0013fd6280 100644 --- a/domains/j0k0.json +++ b/domains/j0k0.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "antler-wad-hunting@duck.com" }, "records": { "URL": "https://joko.my.id" From 43aa32807c6fbb72eb7dc4d7f1a4bf30091fa138 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:57:15 +0700 Subject: [PATCH 30/73] Update jkw.json --- domains/jkw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jkw.json b/domains/jkw.json index 67fe5c6cce..b63d405181 100644 --- a/domains/jkw.json +++ b/domains/jkw.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "ditto-grant-tint@duck.com" }, "records": { "URL": "https://joko.my.id" From 951ad261ee8f59f1432d079f02d3067a7375843d Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:19:30 +0700 Subject: [PATCH 31/73] Update joko.ariyanto.json Updated email address for owner in JSON file. --- domains/joko.ariyanto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/joko.ariyanto.json b/domains/joko.ariyanto.json index 67fe5c6cce..98b8d08019 100644 --- a/domains/joko.ariyanto.json +++ b/domains/joko.ariyanto.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "cymbal-embassy-elk@duck.com" }, "records": { "URL": "https://joko.my.id" From 6a8c4219a0e466660492c8616f8b1627a2378762 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:20:48 +0700 Subject: [PATCH 32/73] Update jokoariyanto.json --- domains/jokoariyanto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jokoariyanto.json b/domains/jokoariyanto.json index 67fe5c6cce..3ef8c54114 100644 --- a/domains/jokoariyanto.json +++ b/domains/jokoariyanto.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "exert-krypton-able@duck.com" }, "records": { "URL": "https://joko.my.id" From ec454799c2c22acdbf32d9931494be5abb0305ba Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:22:25 +0700 Subject: [PATCH 33/73] Update www.jokoariyanto.json --- domains/www.jokoariyanto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.jokoariyanto.json b/domains/www.jokoariyanto.json index be8a342056..992ed1f7f1 100644 --- a/domains/www.jokoariyanto.json +++ b/domains/www.jokoariyanto.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "chooser-fetal-icky@duck.com" }, "records": { "URL": "https://joko.is-a.dev" From 53df850d8ba4af15645fe9a86593dc51c2778d66 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:24:32 +0700 Subject: [PATCH 34/73] Update jokoarynt.json --- domains/jokoarynt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jokoarynt.json b/domains/jokoarynt.json index 67fe5c6cce..79918c2cee 100644 --- a/domains/jokoarynt.json +++ b/domains/jokoarynt.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "neon-banker-violin@duck.com" }, "records": { "URL": "https://joko.my.id" From 68e360d17581b5edb4dfa25a3a56d9a6cd5b51f0 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:26:22 +0700 Subject: [PATCH 35/73] Update jokowi.json --- domains/jokowi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jokowi.json b/domains/jokowi.json index 67fe5c6cce..a4e009c3a9 100644 --- a/domains/jokowi.json +++ b/domains/jokowi.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "boxer-edging-juror@duck.com" }, "records": { "URL": "https://joko.my.id" From 928bcf619504c69a4b86138e07cee16544102d6d Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:27:48 +0700 Subject: [PATCH 36/73] Update jkrynt.json --- domains/jkrynt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jkrynt.json b/domains/jkrynt.json index 67fe5c6cce..da4f11e9fe 100644 --- a/domains/jkrynt.json +++ b/domains/jkrynt.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "unawake-fang-zesty@duck.com" }, "records": { "URL": "https://joko.my.id" From dedbb5a1be3726ca2cc1439d2ec95750d2c3db0f Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:29:56 +0700 Subject: [PATCH 37/73] Update social.json --- domains/social.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/social.json b/domains/social.json index 67fe5c6cce..6cf43fd003 100644 --- a/domains/social.json +++ b/domains/social.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "slot-suction-cube@duck.com" }, "records": { "URL": "https://joko.my.id" From 854e2e6597e10a2a8631c5c5f2475a2047b0e967 Mon Sep 17 00:00:00 2001 From: Joko Ariyanto <286465301+jokoarynt@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:32:12 +0700 Subject: [PATCH 38/73] Update joko-ariyanto.json --- domains/joko-ariyanto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/joko-ariyanto.json b/domains/joko-ariyanto.json index 67fe5c6cce..335edb4c59 100644 --- a/domains/joko-ariyanto.json +++ b/domains/joko-ariyanto.json @@ -1,7 +1,7 @@ { "owner": { "username": "jokoarynt", - "email": "jokoariyanto2013@gmail.com" + "email": "abdomen-folk-film@duck.com" }, "records": { "URL": "https://joko.my.id" From bd39b02e6bd4902f6d6fdd83114127752c6eacd8 Mon Sep 17 00:00:00 2001 From: Haarish Date: Fri, 17 Jul 2026 11:10:29 +0530 Subject: [PATCH 39/73] Update TXT record for domain verification --- domains/_vercel.haarish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.haarish.json b/domains/_vercel.haarish.json index be03d1f562..3204fc8c2f 100644 --- a/domains/_vercel.haarish.json +++ b/domains/_vercel.haarish.json @@ -4,6 +4,6 @@ "email": "infinehaarish@gmail.com" }, "records": { - "TXT": "vc-domain-verify=haarish.is-a.dev,cf80ada9ec33466f7089" + "TXT": "vc-domain-verify=haarish.is-a.dev,3360b8bc80f8334a8621" } } From 695d40044cddd19085334b63743a3b404d2b5133 Mon Sep 17 00:00:00 2001 From: Muhammad Shahan Date: Fri, 17 Jul 2026 11:01:30 +0500 Subject: [PATCH 40/73] Create pnvr.json Add pnvr.is-a.dev --- domains/pnvr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pnvr.json diff --git a/domains/pnvr.json b/domains/pnvr.json new file mode 100644 index 0000000000..eb5fc43708 --- /dev/null +++ b/domains/pnvr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MuhammadShahan260", + "email": "mshahan260@gmail.com" + }, + "records": { + "CNAME": "muhammadshahan260.github.io" + } +} From 003b568bb41ad23cca03d046906da1488336bfa9 Mon Sep 17 00:00:00 2001 From: Valentino Laurenz Sitorus Date: Fri, 17 Jul 2026 14:00:48 +0700 Subject: [PATCH 41/73] Update owner information in valen.json --- domains/valen.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/valen.json diff --git a/domains/valen.json b/domains/valen.json new file mode 100644 index 0000000000..0ca937af0c --- /dev/null +++ b/domains/valen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "deloney-web", + "email": "valenlangia@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 9e3268a7bd0d6ee31a35dae5036c941f1c3333fb Mon Sep 17 00:00:00 2001 From: Valentino Laurenz Sitorus Date: Fri, 17 Jul 2026 14:02:52 +0700 Subject: [PATCH 42/73] Add Vercel domain verification configuration --- domains/_vercel.valen.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.valen.json diff --git a/domains/_vercel.valen.json b/domains/_vercel.valen.json new file mode 100644 index 0000000000..d34f655d21 --- /dev/null +++ b/domains/_vercel.valen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "deloney-web", + "email": "valenlangia@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=valen.is.a.dev,565208044e6c0aa2a349" + } +} From 807e8755b1fb66c9b3db073b1767d7533ce0a7cd Mon Sep 17 00:00:00 2001 From: "Johanna B. Panganuron" <134245637+johanna-panganuron@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:21:56 +0800 Subject: [PATCH 43/73] Add johanna.json with owner and records details --- domains/johanna.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/johanna.json diff --git a/domains/johanna.json b/domains/johanna.json new file mode 100644 index 0000000000..a26c2b7643 --- /dev/null +++ b/domains/johanna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "johanna-panganuron", + "email": "johannapanganuron@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From d29dbcd55a6d6f2bba91c671c9c618164c3885ea Mon Sep 17 00:00:00 2001 From: "Johanna B. Panganuron" <134245637+johanna-panganuron@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:23:40 +0800 Subject: [PATCH 44/73] Add Vercel domain configuration for johanna --- domains/_vercel.johanna.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.johanna.json diff --git a/domains/_vercel.johanna.json b/domains/_vercel.johanna.json new file mode 100644 index 0000000000..66f5ba70d0 --- /dev/null +++ b/domains/_vercel.johanna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "johanna-panganuron", + "email": "juwanakimxd@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=johanna.is-a-dev,fe7de9a30ab6882e3c40" + } +} From ae9ed94d35c094b90782a6402189a9a0712ff64e Mon Sep 17 00:00:00 2001 From: JiruGutema Date: Fri, 17 Jul 2026 10:32:41 +0300 Subject: [PATCH 45/73] feat: add jiru domain name --- domains/_vercel.jiru.json | 9 +++++++++ domains/jiru.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.jiru.json create mode 100644 domains/jiru.json diff --git a/domains/_vercel.jiru.json b/domains/_vercel.jiru.json new file mode 100644 index 0000000000..8de3a67a20 --- /dev/null +++ b/domains/_vercel.jiru.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jirugutema", + "email": "jirudagutema@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=jiru.is-a.dev,e3bf3955e8abf7078a69" + } +} diff --git a/domains/jiru.json b/domains/jiru.json new file mode 100644 index 0000000000..c59ccb3ad1 --- /dev/null +++ b/domains/jiru.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jirugutema", + "email": "jirudagutema@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 7688fd820aad54ac7225c84335cae60012f306b5 Mon Sep 17 00:00:00 2001 From: JiruGutema Date: Fri, 17 Jul 2026 10:35:10 +0300 Subject: [PATCH 46/73] fix: update txt record --- domains/_vercel.jiru.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.jiru.json b/domains/_vercel.jiru.json index 8de3a67a20..dc19ec32b6 100644 --- a/domains/_vercel.jiru.json +++ b/domains/_vercel.jiru.json @@ -4,6 +4,7 @@ "email": "jirudagutema@gmail.com" }, "records": { - "TXT": "vc-domain-verify=jiru.is-a.dev,e3bf3955e8abf7078a69" + "TXT": "vc-domain-verify=jiru.is-a.dev,830d89ee77db58869737" + } } From edfd9e6b874d1853e6539a9ef4ea848b15b430dd Mon Sep 17 00:00:00 2001 From: weblrsolutions Date: Fri, 17 Jul 2026 13:27:08 +0530 Subject: [PATCH 47/73] Register htcnews.is-a.dev --- domains/htcnews.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/htcnews.json diff --git a/domains/htcnews.json b/domains/htcnews.json new file mode 100644 index 0000000000..e4670a828f --- /dev/null +++ b/domains/htcnews.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "weblrsolutions" + }, + "records": { + "CNAME": "weblrsolutions.github.io" + } +} \ No newline at end of file From 6865324aebb60e4ff5a9a826481df748daf86084 Mon Sep 17 00:00:00 2001 From: YOCRRZ <137055000+YOCRRZ224@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:40:59 +0530 Subject: [PATCH 48/73] Add doxo.yocrrz.json for domain configuration --- domains/doxo.yocrrz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/doxo.yocrrz.json diff --git a/domains/doxo.yocrrz.json b/domains/doxo.yocrrz.json new file mode 100644 index 0000000000..d15115b36c --- /dev/null +++ b/domains/doxo.yocrrz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YOCRRZ224", + "email": "yocrrz@yocrrz.is-a.dev" + }, + "records": { + "CNAME": "YOCRRZ224.github.io" + } +} From b4a2999030ab56edf70e609e9037805c1c0a2a32 Mon Sep 17 00:00:00 2001 From: YOCRRZ <137055000+YOCRRZ224@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:44:55 +0530 Subject: [PATCH 49/73] Add JSON configuration for GitHub Pages challenge --- _github-pages-challenge-yocrrz224.doxo.yocrrz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _github-pages-challenge-yocrrz224.doxo.yocrrz.json diff --git a/_github-pages-challenge-yocrrz224.doxo.yocrrz.json b/_github-pages-challenge-yocrrz224.doxo.yocrrz.json new file mode 100644 index 0000000000..b9268a2cb7 --- /dev/null +++ b/_github-pages-challenge-yocrrz224.doxo.yocrrz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YOCRRZ224", + "email": "yocrrz@yocrrz.is-a.dev" + }, + "records": { + "TXT": "7cb6eef4bd27452d236934f6dc8db0" + } +} From 7b80796685bee3456a30d6055c9722616808eae7 Mon Sep 17 00:00:00 2001 From: Kishore E Date: Fri, 17 Jul 2026 14:45:35 +0530 Subject: [PATCH 50/73] Add kishore-e.json for domain configuration --- domains/kishore-e.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/kishore-e.json diff --git a/domains/kishore-e.json b/domains/kishore-e.json new file mode 100644 index 0000000000..a061154334 --- /dev/null +++ b/domains/kishore-e.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Kishore-Krish19" + }, + "records": { + "A": [ + "216.198.79.1" + ] + } +} From 8b9f986f962e391dfba53fbb80b5e1c9d9c48085 Mon Sep 17 00:00:00 2001 From: Kishore E Date: Fri, 17 Jul 2026 14:46:19 +0530 Subject: [PATCH 51/73] Add Vercel configuration for kishore-e domain --- domains/_vercel.kishore-e.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.kishore-e.json diff --git a/domains/_vercel.kishore-e.json b/domains/_vercel.kishore-e.json new file mode 100644 index 0000000000..3336d3d8b9 --- /dev/null +++ b/domains/_vercel.kishore-e.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Kishore-Krish19" + }, + "records": { + "TXT": "vc-domain-verify=kishore-e.is-a.dev,57a01be3a8c217489cf3" + } +} From d4324880180494dd852e18a25e904c9f528b9695 Mon Sep 17 00:00:00 2001 From: Kishore E Date: Fri, 17 Jul 2026 14:55:20 +0530 Subject: [PATCH 52/73] Add email field to owner in kishore-e.json --- domains/kishore-e.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/kishore-e.json b/domains/kishore-e.json index a061154334..eb954bfc16 100644 --- a/domains/kishore-e.json +++ b/domains/kishore-e.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Kishore-Krish19" + "username": "Kishore-Krish19", + "email": "kishore.e.1908@gmail.com" }, "records": { "A": [ From 0975debd4bfb92d42bf35b288f1698f81b4053bf Mon Sep 17 00:00:00 2001 From: Tito Nicola Drugman Date: Fri, 17 Jul 2026 11:59:40 +0200 Subject: [PATCH 53/73] Add tito.is-a.dev --- domains/tito.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tito.json diff --git a/domains/tito.json b/domains/tito.json new file mode 100644 index 0000000000..7575cc0296 --- /dev/null +++ b/domains/tito.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TitoNicolaDrugman", + "email": "tito.drugman.dev@gmail.com" + }, + "records": { + "CNAME": "titonicoladrugman.github.io" + } +} \ No newline at end of file From 3f5ea67ca7e66a2631d5e6b588a924493edc2d60 Mon Sep 17 00:00:00 2001 From: CodersPro1234 Date: Fri, 17 Jul 2026 10:02:34 +0000 Subject: [PATCH 54/73] Add libraflow.json with owner and records details --- domains/libraflow.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/libraflow.json diff --git a/domains/libraflow.json b/domains/libraflow.json new file mode 100644 index 0000000000..b22ff53256 --- /dev/null +++ b/domains/libraflow.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodersPro1234", + "email": "codeurspro@gmail.com" + }, + "records": { + "URL": "https://libra-flow-officiel.vercel.app" + } +} From ccca1ad871a6e193e0f0241684d0a1ca8254c297 Mon Sep 17 00:00:00 2001 From: Nexora Date: Fri, 17 Jul 2026 13:41:16 +0330 Subject: [PATCH 55/73] domain set --- domains/hamza-wahdat.is-a.dev | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hamza-wahdat.is-a.dev diff --git a/domains/hamza-wahdat.is-a.dev b/domains/hamza-wahdat.is-a.dev new file mode 100644 index 0000000000..1d186ded9d --- /dev/null +++ b/domains/hamza-wahdat.is-a.dev @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Nexora-sensi", + "email": "naserhojjati@qrypty.com" + }, + "records": { + "CNAME": "hamza-wahdat.pages.dev" + } +} From 15655fd9c00cab3e00600f7972fb64bbe190262d Mon Sep 17 00:00:00 2001 From: Muhammad Salman Date: Fri, 17 Jul 2026 12:49:39 +0200 Subject: [PATCH 56/73] Temporarily point salman-twin.is-a.dev at a non-CloudFront target --- domains/salman-twin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/salman-twin.json b/domains/salman-twin.json index dbecf6a5ea..89058579df 100644 --- a/domains/salman-twin.json +++ b/domains/salman-twin.json @@ -4,6 +4,6 @@ "email": "msalmansaeedch786@gmail.com" }, "records": { - "CNAME": "d2gxmdta6ef8lc.cloudfront.net" + "CNAME": "msalmansaeedch786.github.io" } } From af3ef45c57c754e7ac8e7fb16ac3e3a2a93290aa Mon Sep 17 00:00:00 2001 From: Waseem Jan Date: Fri, 17 Jul 2026 16:41:39 +0500 Subject: [PATCH 57/73] Add waseem.json for domain configuration --- domains/waseem.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/waseem.json diff --git a/domains/waseem.json b/domains/waseem.json new file mode 100644 index 0000000000..bd5f3b0ec9 --- /dev/null +++ b/domains/waseem.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "syedwaseemjan", + "email": "syedwaseemjan@gmail.com" + }, + "records": { + "CNAME": "syedwaseemjan.github.io" + } +} From 9a3654c320c1f4f2ce38372ced971f76a4810c81 Mon Sep 17 00:00:00 2001 From: Sai Nandu Date: Fri, 17 Jul 2026 17:46:21 +0530 Subject: [PATCH 58/73] adding sainandu.json contains the github username, email address and the root directory of the repository --- domains/sainandu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sainandu.json diff --git a/domains/sainandu.json b/domains/sainandu.json new file mode 100644 index 0000000000..1e6adc3f1f --- /dev/null +++ b/domains/sainandu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SaiNanduVajhala", + "email": "vajhalasainandu@gmail.com" + }, + "record": { + "CNAME": "sainanduvajhala.github.io" + } +} From f9d8885961d3f2487c0ab34a6c5da5a25a17daff Mon Sep 17 00:00:00 2001 From: Sai Nandu Date: Fri, 17 Jul 2026 18:02:22 +0530 Subject: [PATCH 59/73] Change 'record' to 'records' in sainandu.json --- domains/sainandu.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/sainandu.json b/domains/sainandu.json index 1e6adc3f1f..19b3965855 100644 --- a/domains/sainandu.json +++ b/domains/sainandu.json @@ -3,7 +3,8 @@ "username": "SaiNanduVajhala", "email": "vajhalasainandu@gmail.com" }, - "record": { + "records": { "CNAME": "sainanduvajhala.github.io" - } + }, + "proxied": true } From 8b003234e970b17ea3aef17fbe127cef3a36a685 Mon Sep 17 00:00:00 2001 From: YOCRRZ <137055000+YOCRRZ224@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:08:15 +0530 Subject: [PATCH 60/73] Delete _github-pages-challenge-yocrrz224.doxo.yocrrz.json I did it in root by mistake --- _github-pages-challenge-yocrrz224.doxo.yocrrz.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 _github-pages-challenge-yocrrz224.doxo.yocrrz.json diff --git a/_github-pages-challenge-yocrrz224.doxo.yocrrz.json b/_github-pages-challenge-yocrrz224.doxo.yocrrz.json deleted file mode 100644 index b9268a2cb7..0000000000 --- a/_github-pages-challenge-yocrrz224.doxo.yocrrz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YOCRRZ224", - "email": "yocrrz@yocrrz.is-a.dev" - }, - "records": { - "TXT": "7cb6eef4bd27452d236934f6dc8db0" - } -} From 42e6cb162d45cc2fc3f1f5e8404be361b65d94b9 Mon Sep 17 00:00:00 2001 From: YOCRRZ <137055000+YOCRRZ224@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:08:53 +0530 Subject: [PATCH 61/73] Create _github-pages-challenge-yocrrz224.doxo.json Add JSON configuration for GitHub Pages challenge. --- .../_github-pages-challenge-yocrrz224.doxo.yocrrz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-yocrrz224.doxo.yocrrz.json diff --git a/domains/_github-pages-challenge-yocrrz224.doxo.yocrrz.json b/domains/_github-pages-challenge-yocrrz224.doxo.yocrrz.json new file mode 100644 index 0000000000..b9268a2cb7 --- /dev/null +++ b/domains/_github-pages-challenge-yocrrz224.doxo.yocrrz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YOCRRZ224", + "email": "yocrrz@yocrrz.is-a.dev" + }, + "records": { + "TXT": "7cb6eef4bd27452d236934f6dc8db0" + } +} From 0a927d8df974821fad7fcac61621adfab361f10b Mon Sep 17 00:00:00 2001 From: Hayes Frank <88054399+Hayessolo@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:58:11 +0300 Subject: [PATCH 62/73] Update DNS records in _vercel.hayes.json --- domains/_vercel.hayes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.hayes.json diff --git a/domains/_vercel.hayes.json b/domains/_vercel.hayes.json new file mode 100644 index 0000000000..0325537763 --- /dev/null +++ b/domains/_vercel.hayes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hayessolo", + "email": "solohayes6@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=hayes.is-a.dev,c4d35062343216ef9315" + } +} From 514dbb9189c8a89ab23952dd7cc558225d840130 Mon Sep 17 00:00:00 2001 From: Wen Xi Goh Date: Fri, 17 Jul 2026 13:14:58 +0000 Subject: [PATCH 63/73] add _github-pages-challenge-wenxigoh.wenxigoh.json --- domains/_github-pages-challenge-wenxigoh.wenxigoh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-wenxigoh.wenxigoh.json diff --git a/domains/_github-pages-challenge-wenxigoh.wenxigoh.json b/domains/_github-pages-challenge-wenxigoh.wenxigoh.json new file mode 100644 index 0000000000..ff590a9ad0 --- /dev/null +++ b/domains/_github-pages-challenge-wenxigoh.wenxigoh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wenxigoh", + "email": "wenxi.goh@gmail.com" + }, + "records": { + "TXT": "5c3a0d4ffddc259aa9f3b3e0a45f02" + } +} \ No newline at end of file From 86139a0310996a190bb6b31d70c6ffb67fd1eea1 Mon Sep 17 00:00:00 2001 From: Clint Lorenzo Date: Fri, 17 Jul 2026 21:19:34 +0800 Subject: [PATCH 64/73] Update clintlorenzo.json --- domains/clintlorenzo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/clintlorenzo.json b/domains/clintlorenzo.json index c39b7ad305..caca4dd790 100644 --- a/domains/clintlorenzo.json +++ b/domains/clintlorenzo.json @@ -4,6 +4,8 @@ "email": "clintlorenzo11@gmail.com" }, "records": { - "A": ["216.198.79.1"] + "A": ["216.198.79.1"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } \ No newline at end of file From b8a76b1abe122217a51bfdf07526e8f3cfc42a7f Mon Sep 17 00:00:00 2001 From: Clint Lorenzo Date: Fri, 17 Jul 2026 21:25:18 +0800 Subject: [PATCH 65/73] Delete kevlarclint.json --- domains/kevlarclint.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/kevlarclint.json diff --git a/domains/kevlarclint.json b/domains/kevlarclint.json deleted file mode 100644 index 19354f9b85..0000000000 --- a/domains/kevlarclint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "kevclint", - "email": "kevlarclint@gmail.com" - }, - "records": { - "NS": [ - "chloe.ns.cloudflare.com", - "martin.ns.cloudflare.com" - ] - } -} \ No newline at end of file From bc545c65b71901c7db5699c712eccedcaddf099b Mon Sep 17 00:00:00 2001 From: AbishakParthi Date: Fri, 17 Jul 2026 20:11:59 +0530 Subject: [PATCH 66/73] Add JSON configuration for AbishakParthi domain --- domains/abishakeparthi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abishakeparthi.json diff --git a/domains/abishakeparthi.json b/domains/abishakeparthi.json new file mode 100644 index 0000000000..ed4d01a2fa --- /dev/null +++ b/domains/abishakeparthi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AbishakParthi", + "email": "abishakeparthi4@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 954001136a9de922453b08d493d31583f27966d5 Mon Sep 17 00:00:00 2001 From: Alae-Eddine Dahane Date: Fri, 17 Jul 2026 17:39:03 +0100 Subject: [PATCH 67/73] Register alae.is-a.dev Portfolio site for Alae-Eddine Dahane, a data scientist and developer. Co-Authored-By: Claude Sonnet 5 --- domains/alae.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/alae.json diff --git a/domains/alae.json b/domains/alae.json new file mode 100644 index 0000000000..60ad3a6bb6 --- /dev/null +++ b/domains/alae.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alae-eddinee", + "email": "eddine.dahane@gmail.com" + }, + "records": { + "CNAME": "alae-eddine-dahane.netlify.app" + } +} From 465c7e7199f44193505807ac55cfb8f449bc044d Mon Sep 17 00:00:00 2001 From: Razzak Ansari Date: Fri, 17 Jul 2026 22:56:15 +0530 Subject: [PATCH 68/73] Create _vercel.razzak.json --- domains/_vercel.razzak.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.razzak.json diff --git a/domains/_vercel.razzak.json b/domains/_vercel.razzak.json new file mode 100644 index 0000000000..d0c34b9027 --- /dev/null +++ b/domains/_vercel.razzak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "razzak118", + "email": "rajjakansari118@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=razzak.is-a.dev,808e4f040e25a4dfa9fd" + } +} From 38c2393edfc4fe9ad75059520b407829daaeda60 Mon Sep 17 00:00:00 2001 From: MaskDuck <70831061+MaskDuck@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:55:56 +0700 Subject: [PATCH 69/73] Copilot is not thinking --- domains/maskduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maskduck.json b/domains/maskduck.json index 08242c6eb7..050d0bc3ba 100644 --- a/domains/maskduck.json +++ b/domains/maskduck.json @@ -1,7 +1,7 @@ { "owner": { "username": "maskduck", - "discord": "_ngiu.a_" + "discord": "maskduck" }, "records": { "NS": ["ada.ns.cloudflare.com", "albert.ns.cloudflare.com"] From 279cf6abe7980d50ac90e844f84d06734c03df57 Mon Sep 17 00:00:00 2001 From: Charyll Date: Sat, 18 Jul 2026 08:33:23 +0800 Subject: [PATCH 70/73] fix: add owner email for charyll.is-a.dev domain --- domains/_vercel.charyll.json | 3 ++- domains/charyll.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.charyll.json b/domains/_vercel.charyll.json index a6b7c7bad5..ed1ab050bc 100644 --- a/domains/_vercel.charyll.json +++ b/domains/_vercel.charyll.json @@ -1,6 +1,7 @@ { "owner": { - "username": "TheCharmant" + "username": "TheCharmant", + "email": "charllycbncl@gmail.com" }, "records": { "TXT": "vc-domain-verify=charyll.is-a.dev,87b5f774bc0084801cf8" diff --git a/domains/charyll.json b/domains/charyll.json index 0ad64faac2..e580deadd6 100644 --- a/domains/charyll.json +++ b/domains/charyll.json @@ -1,6 +1,7 @@ { "owner": { - "username": "TheCharmant" + "username": "TheCharmant", + "email": "charllycbncl@gmail.com" }, "records": { "A": ["216.198.79.1"] From cd14dca5ab66cb8cc4e42377a984872e18446a8b Mon Sep 17 00:00:00 2001 From: Charyll Date: Sat, 18 Jul 2026 08:35:16 +0800 Subject: [PATCH 71/73] fix: add owner email and www subdomain for charyll.is-a.dev --- domains/_vercel.www.charyll.json | 9 +++++++++ domains/www.charyll.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.www.charyll.json create mode 100644 domains/www.charyll.json diff --git a/domains/_vercel.www.charyll.json b/domains/_vercel.www.charyll.json new file mode 100644 index 0000000000..f64de65744 --- /dev/null +++ b/domains/_vercel.www.charyll.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheCharmant", + "email": "charllycbncl@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=www.charyll.is-a.dev,556243264545610d4786" + } +} diff --git a/domains/www.charyll.json b/domains/www.charyll.json new file mode 100644 index 0000000000..175975126d --- /dev/null +++ b/domains/www.charyll.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheCharmant", + "email": "charllycbncl@gmail.com" + }, + "records": { + "CNAME": "fd178b925bbe95a9.vercel-dns-017.com." + } +} From a2139e87bca8d1b07ca5c592c0b5922e9af51bcf Mon Sep 17 00:00:00 2001 From: Charyll Date: Sat, 18 Jul 2026 08:44:19 +0800 Subject: [PATCH 72/73] fix: merge TXT records into _vercel.charyll.json, remove invalid _vercel.www.charyll.json, fix www CNAME --- domains/_vercel.charyll.json | 5 ++++- domains/_vercel.www.charyll.json | 9 --------- domains/www.charyll.json | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 domains/_vercel.www.charyll.json diff --git a/domains/_vercel.charyll.json b/domains/_vercel.charyll.json index ed1ab050bc..e9e1a1aa07 100644 --- a/domains/_vercel.charyll.json +++ b/domains/_vercel.charyll.json @@ -4,6 +4,9 @@ "email": "charllycbncl@gmail.com" }, "records": { - "TXT": "vc-domain-verify=charyll.is-a.dev,87b5f774bc0084801cf8" + "TXT": [ + "vc-domain-verify=charyll.is-a.dev,87b5f774bc0084801cf8", + "vc-domain-verify=www.charyll.is-a.dev,556243264545610d4786" + ] } } diff --git a/domains/_vercel.www.charyll.json b/domains/_vercel.www.charyll.json deleted file mode 100644 index f64de65744..0000000000 --- a/domains/_vercel.www.charyll.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TheCharmant", - "email": "charllycbncl@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=www.charyll.is-a.dev,556243264545610d4786" - } -} diff --git a/domains/www.charyll.json b/domains/www.charyll.json index 175975126d..5ea7221f09 100644 --- a/domains/www.charyll.json +++ b/domains/www.charyll.json @@ -4,6 +4,6 @@ "email": "charllycbncl@gmail.com" }, "records": { - "CNAME": "fd178b925bbe95a9.vercel-dns-017.com." + "CNAME": "fd178b925bbe95a9.vercel-dns-017.com" } } From 0d55b1d1f0e7c81e9de47df5dee5b42e56c86dd1 Mon Sep 17 00:00:00 2001 From: MaskDuck <70831061+MaskDuck@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:25:41 +0700 Subject: [PATCH 73/73] Rename hamza-wahdat.is-a.dev to hamza-wahdat.json --- domains/{hamza-wahdat.is-a.dev => hamza-wahdat.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{hamza-wahdat.is-a.dev => hamza-wahdat.json} (100%) diff --git a/domains/hamza-wahdat.is-a.dev b/domains/hamza-wahdat.json similarity index 100% rename from domains/hamza-wahdat.is-a.dev rename to domains/hamza-wahdat.json