From dee76965612c1dfbdd983541fe3e4e6bc0ff95e5 Mon Sep 17 00:00:00 2001 From: Zyrenx Date: Wed, 22 Jul 2026 20:09:39 +0700 Subject: [PATCH 01/29] Add TXT record to socheath.json Added TXT record for domain verification. --- domains/socheath.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/socheath.json b/domains/socheath.json index b43a5884cc..b74224b289 100644 --- a/domains/socheath.json +++ b/domains/socheath.json @@ -4,6 +4,9 @@ "email": "cheathekm@gmail.com" }, "records": { - "CNAME": "zentharou.vercel.app" + "CNAME": "zentharou.vercel.app", + "TXT": { + "_vercel": "vc-domain-verify=socheath.is-a.dev,cbf1289668ce5dbad9b4" + } } } From f065888517b0d5288a234054029c8e77527ecf68 Mon Sep 17 00:00:00 2001 From: Zyrenx Date: Wed, 22 Jul 2026 20:51:46 +0700 Subject: [PATCH 02/29] Modify CNAME record in socheath.json Updated CNAME record and removed TXT verification. --- domains/socheath.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/socheath.json b/domains/socheath.json index b74224b289..c3fa6fb172 100644 --- a/domains/socheath.json +++ b/domains/socheath.json @@ -4,9 +4,6 @@ "email": "cheathekm@gmail.com" }, "records": { - "CNAME": "zentharou.vercel.app", - "TXT": { - "_vercel": "vc-domain-verify=socheath.is-a.dev,cbf1289668ce5dbad9b4" - } + "CNAME": "socheath.pages.dev" } } From fe232704595d8e3e08a2f92399253e4dd26301c1 Mon Sep 17 00:00:00 2001 From: Zyrenx Date: Thu, 23 Jul 2026 09:13:55 +0700 Subject: [PATCH 03/29] Add proxied field to socheath.json --- domains/socheath.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/socheath.json b/domains/socheath.json index c3fa6fb172..76903581d3 100644 --- a/domains/socheath.json +++ b/domains/socheath.json @@ -5,5 +5,6 @@ }, "records": { "CNAME": "socheath.pages.dev" - } + }, + "proxied": true } From df43c8f5e3b4df5d21c4b1c6ed6c33c817f3a7ce Mon Sep 17 00:00:00 2001 From: Zyrenx Date: Fri, 24 Jul 2026 14:50:26 +0700 Subject: [PATCH 04/29] Replace CNAME record with A record --- domains/socheath.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/socheath.json b/domains/socheath.json index 76903581d3..516c20028f 100644 --- a/domains/socheath.json +++ b/domains/socheath.json @@ -4,7 +4,6 @@ "email": "cheathekm@gmail.com" }, "records": { - "CNAME": "socheath.pages.dev" + "A": ["216.198.79.1"] }, - "proxied": true } From a11ff04351799edcee8819c5b734c2e033ea092b Mon Sep 17 00:00:00 2001 From: Zyrenx Date: Fri, 24 Jul 2026 14:54:00 +0700 Subject: [PATCH 05/29] Add Vercel domain configuration file --- domains/_vercel.socheath.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.socheath.json diff --git a/domains/_vercel.socheath.json b/domains/_vercel.socheath.json new file mode 100644 index 0000000000..41e9599f58 --- /dev/null +++ b/domains/_vercel.socheath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zxyren", + "email": "cheathekm@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=socheath.is-a.dev,08e7c378f7ae5916dbb0" + }, +} From bdf24a998fe1e8b8ddd2d401ec054af92eff0696 Mon Sep 17 00:00:00 2001 From: Zyrenx Date: Fri, 24 Jul 2026 15:01:15 +0700 Subject: [PATCH 06/29] Fix JSON formatting in socheath.json --- domains/socheath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/socheath.json b/domains/socheath.json index 516c20028f..40f1539986 100644 --- a/domains/socheath.json +++ b/domains/socheath.json @@ -5,5 +5,5 @@ }, "records": { "A": ["216.198.79.1"] - }, + } } From cd36262f9c5c5b26a4c41588625ca121fc6fbce8 Mon Sep 17 00:00:00 2001 From: Zyrenx Date: Fri, 24 Jul 2026 15:01:29 +0700 Subject: [PATCH 07/29] Fix JSON formatting in _vercel.socheath.json --- domains/_vercel.socheath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.socheath.json b/domains/_vercel.socheath.json index 41e9599f58..bd6d19916a 100644 --- a/domains/_vercel.socheath.json +++ b/domains/_vercel.socheath.json @@ -5,5 +5,5 @@ }, "records": { "TXT": "vc-domain-verify=socheath.is-a.dev,08e7c378f7ae5916dbb0" - }, + } } From 7e47afb596a77b51a1fd09c5a59d17e92ebce0bd Mon Sep 17 00:00:00 2001 From: AquAxs Date: Fri, 24 Jul 2026 17:28:33 +0200 Subject: [PATCH 08/29] Create aqua.json --- aqua.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 aqua.json diff --git a/aqua.json b/aqua.json new file mode 100644 index 0000000000..fdc2e64cfb --- /dev/null +++ b/aqua.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "aquaxs1" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 3558a104bd72f3522e8552b65d8d32de07b39295 Mon Sep 17 00:00:00 2001 From: AquAxs Date: Fri, 24 Jul 2026 17:30:27 +0200 Subject: [PATCH 09/29] Create _vercel.aqua.json --- domains/_vercel.aqua.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.aqua.json diff --git a/domains/_vercel.aqua.json b/domains/_vercel.aqua.json new file mode 100644 index 0000000000..ae89273103 --- /dev/null +++ b/domains/_vercel.aqua.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "aquaxs1" + }, + "records": { + "TXT": "vc-domain-verify=aqua.is-a.dev,c86d96ea9de1d85b550c" + } +} From 9c9200543e5be254390349a1cbc6c06e5858bd34 Mon Sep 17 00:00:00 2001 From: AquAxs Date: Fri, 24 Jul 2026 18:23:44 +0200 Subject: [PATCH 10/29] Rename aqua.json to domain/aqua.json --- aqua.json => domain/aqua.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename aqua.json => domain/aqua.json (100%) diff --git a/aqua.json b/domain/aqua.json similarity index 100% rename from aqua.json rename to domain/aqua.json From 3dad0f97a1e0ff54fa2326384c9d600bbf44d5f4 Mon Sep 17 00:00:00 2001 From: AquAxs Date: Fri, 24 Jul 2026 18:28:01 +0200 Subject: [PATCH 11/29] Rename aqua.json to aqua.json --- {domain => domains}/aqua.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {domain => domains}/aqua.json (100%) diff --git a/domain/aqua.json b/domains/aqua.json similarity index 100% rename from domain/aqua.json rename to domains/aqua.json From d8d93cc09f54f452e35e709dc3607c765a113de4 Mon Sep 17 00:00:00 2001 From: Haidar Date: Mon, 27 Jul 2026 07:25:16 +0700 Subject: [PATCH 12/29] Add haidar17.json for domain configuration --- domains/haidar17.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/haidar17.json diff --git a/domains/haidar17.json b/domains/haidar17.json new file mode 100644 index 0000000000..c5b2dffcf8 --- /dev/null +++ b/domains/haidar17.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "haidar17-dev", + "email": "adeelhaidar95@gmail.com" + }, + "records": { + "CNAME": "haidar17.pages.dev" + } +} From dfe6f55b1ed9ab149f7b9f49d64a6bea867229b9 Mon Sep 17 00:00:00 2001 From: Haidar Date: Mon, 27 Jul 2026 08:00:18 +0700 Subject: [PATCH 13/29] Update CNAME record in haidar17.json --- domains/haidar17.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/haidar17.json b/domains/haidar17.json index c5b2dffcf8..a69672b2d1 100644 --- a/domains/haidar17.json +++ b/domains/haidar17.json @@ -4,6 +4,6 @@ "email": "adeelhaidar95@gmail.com" }, "records": { - "CNAME": "haidar17.pages.dev" + "CNAME": "haidar17-dev.github.io/" } } From 7b2d3e0425e0789ae46ed0f5acd7b23e347e51c7 Mon Sep 17 00:00:00 2001 From: Haidar Date: Mon, 27 Jul 2026 08:00:56 +0700 Subject: [PATCH 14/29] Fix CNAME record format in haidar17.json --- domains/haidar17.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/haidar17.json b/domains/haidar17.json index a69672b2d1..d7eb3802aa 100644 --- a/domains/haidar17.json +++ b/domains/haidar17.json @@ -4,6 +4,6 @@ "email": "adeelhaidar95@gmail.com" }, "records": { - "CNAME": "haidar17-dev.github.io/" + "CNAME": "haidar17-dev.github.io" } } From deb503f748be966ff7c806eb2eac7774adb5f71a Mon Sep 17 00:00:00 2001 From: niladrisamanta <148302350+niladrisamanta@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:21:49 +0530 Subject: [PATCH 15/29] Create niladri.json --- domains/niladri.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/niladri.json diff --git a/domains/niladri.json b/domains/niladri.json new file mode 100644 index 0000000000..87dc281793 --- /dev/null +++ b/domains/niladri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "niladrisamanta", + "email": "niladris12345@gmail.com" + }, + "records": { + "CNAME": "resume-dol.pages.dev" + } +} From f0cfbf4a7828939236e3ffec0ebfd2f45cf3c6f5 Mon Sep 17 00:00:00 2001 From: vini <45770550+vinimachadosantana@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:15:58 -0300 Subject: [PATCH 16/29] Add vinimachadosantana.json for domain configuration --- domains/vinimachadosantana.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/vinimachadosantana.json diff --git a/domains/vinimachadosantana.json b/domains/vinimachadosantana.json new file mode 100644 index 0000000000..57cb6ea942 --- /dev/null +++ b/domains/vinimachadosantana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vinimachadosantana", + "email": "vinimachadosantana@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 13f4b7a46f2648c09b59310b94b0a90a12f0ec7b Mon Sep 17 00:00:00 2001 From: vini <45770550+vinimachadosantana@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:17:45 -0300 Subject: [PATCH 17/29] Add Vercel domain configuration for vinimachadosantana --- domains/_vercel.vinimachadosantana.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.vinimachadosantana.json diff --git a/domains/_vercel.vinimachadosantana.json b/domains/_vercel.vinimachadosantana.json new file mode 100644 index 0000000000..8f749026e2 --- /dev/null +++ b/domains/_vercel.vinimachadosantana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vinimachadosantana", + "email": "vinimachadosantana@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=vinimachadosantana.is-a.dev,244647a5471020706c99" + } +} From a91096f82f9c743b0255ea330fdd41de3d78d1d1 Mon Sep 17 00:00:00 2001 From: bymariow Date: Sun, 26 Jul 2026 20:09:34 -0700 Subject: [PATCH 18/29] Add JSON file for Mario Fajardo's portfolio --- domains/mariofajardo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mariofajardo.json diff --git a/domains/mariofajardo.json b/domains/mariofajardo.json new file mode 100644 index 0000000000..408cd58eb4 --- /dev/null +++ b/domains/mariofajardo.json @@ -0,0 +1,11 @@ +{ + "description": "Portafolio de Mario Fajardo - Desarrollador Fullstack", + "repo": "https://github.com/MarioFajard0/portafolio", + "owner": { + "username": "MarioFajard0", + "email": "bymariow@icloud.com" + }, + "record": { + "CNAME": "mariofajardo.netlify.app" + } +} From 59b0c57aa5dd50241fa39fb6f067cc9703b74555 Mon Sep 17 00:00:00 2001 From: bymariow Date: Sun, 26 Jul 2026 20:42:17 -0700 Subject: [PATCH 19/29] Rename 'record' to 'records' in JSON file --- domains/mariofajardo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mariofajardo.json b/domains/mariofajardo.json index 408cd58eb4..a363d92336 100644 --- a/domains/mariofajardo.json +++ b/domains/mariofajardo.json @@ -5,7 +5,7 @@ "username": "MarioFajard0", "email": "bymariow@icloud.com" }, - "record": { + "records": { "CNAME": "mariofajardo.netlify.app" } } From bead6d02cbd97b277a8b108bc4cc8ebee83a9087 Mon Sep 17 00:00:00 2001 From: Jhames Gequinto Date: Mon, 27 Jul 2026 14:25:35 +0800 Subject: [PATCH 20/29] Create jhames.json --- domains/jhames.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jhames.json diff --git a/domains/jhames.json b/domains/jhames.json new file mode 100644 index 0000000000..44e874d980 --- /dev/null +++ b/domains/jhames.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JHAMES001", + "email": "jhamesgequinto@gmail.com" + }, + "records": { + "CNAME": "jhames001.github.io" + } +} From c811db7d5ac08905303669f4ad7ab8bdddcab661 Mon Sep 17 00:00:00 2001 From: AndyFaniry <72925371+AndyFaniry@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:08:59 +0300 Subject: [PATCH 21/29] Create andy-ramaroson.json --- domains/andy-ramaroson.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/andy-ramaroson.json diff --git a/domains/andy-ramaroson.json b/domains/andy-ramaroson.json new file mode 100644 index 0000000000..675d86e14e --- /dev/null +++ b/domains/andy-ramaroson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AndyFaniry", + "email": "ramarosonandyfaniry@gmail.com" + }, + "records": { + "CNAME": "andy-ramaroson.pages.dev" + } +} From 319205bc5027e9608600464fa3a21fc383520d35 Mon Sep 17 00:00:00 2001 From: Siddharth Sahoo Date: Mon, 27 Jul 2026 15:28:24 +0530 Subject: [PATCH 22/29] Add GitHub Pages verification TXT for sid.is-a.dev Adds a DNS TXT record required by GitHub Pages to release the custom-domain lock on sid.is-a.dev so it can be assigned to 11sid11/11sid11.github.io. The verification code is obtained from the GitHub Pages domain verification flow (https://github.com/settings/pages). Per the is-a-dev dnsconfig.js schema, this is a separate domain file at the verification hostname path, following the same pattern as other verified subdomains. --- domains/_github-pages-challenge-11sid11.sid.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-11sid11.sid.json diff --git a/domains/_github-pages-challenge-11sid11.sid.json b/domains/_github-pages-challenge-11sid11.sid.json new file mode 100644 index 0000000000..10430be01b --- /dev/null +++ b/domains/_github-pages-challenge-11sid11.sid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "11sid11", + "email": "sid6117828@gmail.com" + }, + "records": { + "TXT": "3ee5f5a1c7920d09e2e2cf4699bbc2" + } +} From e28c696131049ef23a95ebfa359fb5dd8b798081 Mon Sep 17 00:00:00 2001 From: ExpertCrafts Date: Mon, 27 Jul 2026 15:43:42 +0530 Subject: [PATCH 23/29] e --- domains/expert.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/expert.json diff --git a/domains/expert.json b/domains/expert.json new file mode 100644 index 0000000000..39eadaa8e7 --- /dev/null +++ b/domains/expert.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ExpertCrafts" + }, + "records": { + "CNAME": "expertcrafts.github.io" + } +} From e396cad73582d11c62f6b6c8d8c30f397fb8fb2d Mon Sep 17 00:00:00 2001 From: ExpertCrafts Date: Mon, 27 Jul 2026 15:59:43 +0530 Subject: [PATCH 24/29] email --- domains/expert.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/expert.json b/domains/expert.json index 39eadaa8e7..b7bd32361c 100644 --- a/domains/expert.json +++ b/domains/expert.json @@ -1,6 +1,7 @@ { "owner": { - "username": "ExpertCrafts" + "username": "ExpertCrafts", + "email": "ppp06112009@gmail.com" }, "records": { "CNAME": "expertcrafts.github.io" From 44c3154dd3c48f04ef7dffd231623a240ff73850 Mon Sep 17 00:00:00 2001 From: jamesng16 Date: Mon, 27 Jul 2026 17:50:58 +0700 Subject: [PATCH 25/29] Register hoangviet.is-a.dev for AI Engineer portfolio --- domains/hoangviet.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hoangviet.json diff --git a/domains/hoangviet.json b/domains/hoangviet.json new file mode 100644 index 0000000000..9651a83734 --- /dev/null +++ b/domains/hoangviet.json @@ -0,0 +1,11 @@ +{ + "description": "AI Engineer Portfolio", + "owner": { + "username": "jamesng16", + "email": "ngviethoang.work@gmail.com" + }, + "records": { + "CNAME": "jamesng16.github.io" + }, + "proxied": true +} From 5a306d7dd8c38aabfc22a827465a5f59b8797fe1 Mon Sep 17 00:00:00 2001 From: jamesng16 Date: Mon, 27 Jul 2026 19:32:05 +0700 Subject: [PATCH 26/29] fix: remove description field, follow domain structure docs --- domains/hoangviet.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/hoangviet.json b/domains/hoangviet.json index 9651a83734..e8f62bfc53 100644 --- a/domains/hoangviet.json +++ b/domains/hoangviet.json @@ -1,5 +1,4 @@ { - "description": "AI Engineer Portfolio", "owner": { "username": "jamesng16", "email": "ngviethoang.work@gmail.com" From 29404904c3844c0f76d1c7f03d704eec301f1e7f Mon Sep 17 00:00:00 2001 From: jamesng16 Date: Mon, 27 Jul 2026 19:34:55 +0700 Subject: [PATCH 27/29] fix: use URL redirect instead of CNAME (project page, not user page) --- domains/hoangviet.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/hoangviet.json b/domains/hoangviet.json index e8f62bfc53..6a8248a6ec 100644 --- a/domains/hoangviet.json +++ b/domains/hoangviet.json @@ -4,7 +4,6 @@ "email": "ngviethoang.work@gmail.com" }, "records": { - "CNAME": "jamesng16.github.io" - }, - "proxied": true + "URL": "https://jamesng16.github.io/Portfolio/" + } } From ab171c3d4018653aacfa57f776b8a8f56faf40c3 Mon Sep 17 00:00:00 2001 From: Yousafe <168273055+Y0usaf3@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:12:04 +0100 Subject: [PATCH 28/29] Delete domains/youssef.json --- domains/youssef.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/youssef.json diff --git a/domains/youssef.json b/domains/youssef.json deleted file mode 100644 index f3dc1b27c4..0000000000 --- a/domains/youssef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YoussefDevPro", - "email": "youssef.pro.coding@gmail.com" - }, - "records": { - "CNAME": "youssef-portfolio-sigma-youssefdevpros-projects.vercel.app" - } -} From 1a7e8ad0d7bdc7559c141b73dea6a053934ffafd Mon Sep 17 00:00:00 2001 From: Yousafe <168273055+Y0usaf3@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:12:20 +0100 Subject: [PATCH 29/29] Delete domains/_vercel.youssef.json --- domains/_vercel.youssef.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_vercel.youssef.json diff --git a/domains/_vercel.youssef.json b/domains/_vercel.youssef.json deleted file mode 100644 index 750473bf91..0000000000 --- a/domains/_vercel.youssef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YoussefDevPro", - "email": "youssef.pro.coding@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=youssef.is-a.dev,8a21ff17b71b3518be3c" - } -}