From f89a8105541f01ae73e70842f3bb616866c75d00 Mon Sep 17 00:00:00 2001 From: RTX3080Ti Date: Fri, 31 Oct 2025 13:00:29 +0100 Subject: [PATCH 01/42] Create rtx3080ti0415.json --- domains/rtx3080ti0415.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rtx3080ti0415.json diff --git a/domains/rtx3080ti0415.json b/domains/rtx3080ti0415.json new file mode 100644 index 0000000000..609d751814 --- /dev/null +++ b/domains/rtx3080ti0415.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RTX3080Ti-Official", + "email": "rtx3080ti0415@gmail.com" + }, + "records": { + "CNAME": "https://rtx3080ti-official.github.io/" + } +} From eadad3c1468ebd0f9258bf9655f9339d91d76277 Mon Sep 17 00:00:00 2001 From: RTX3080Ti Date: Fri, 31 Oct 2025 13:02:55 +0100 Subject: [PATCH 02/42] Update CNAME record to remove HTTPS prefix --- domains/rtx3080ti0415.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rtx3080ti0415.json b/domains/rtx3080ti0415.json index 609d751814..bff4c11ad3 100644 --- a/domains/rtx3080ti0415.json +++ b/domains/rtx3080ti0415.json @@ -4,6 +4,6 @@ "email": "rtx3080ti0415@gmail.com" }, "records": { - "CNAME": "https://rtx3080ti-official.github.io/" + "CNAME": "rtx3080ti-official.github.io/" } } From db54716a381c14066d2672048420114e4c5ca86e Mon Sep 17 00:00:00 2001 From: RTX3080Ti Date: Fri, 31 Oct 2025 13:04:11 +0100 Subject: [PATCH 03/42] Remove trailing slash from CNAME record --- domains/rtx3080ti0415.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rtx3080ti0415.json b/domains/rtx3080ti0415.json index bff4c11ad3..2a55957f4b 100644 --- a/domains/rtx3080ti0415.json +++ b/domains/rtx3080ti0415.json @@ -4,6 +4,6 @@ "email": "rtx3080ti0415@gmail.com" }, "records": { - "CNAME": "rtx3080ti-official.github.io/" + "CNAME": "rtx3080ti-official.github.io" } } From 4cdd03dccfb83b0678f9734d06c115c14e5d7d4d Mon Sep 17 00:00:00 2001 From: Pedro Teles <77458410+pedrotelesh@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:26:30 -0300 Subject: [PATCH 04/42] Add pedroteles.json for domain configuration --- domains/pedroteles.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pedroteles.json diff --git a/domains/pedroteles.json b/domains/pedroteles.json new file mode 100644 index 0000000000..c88ea0f7b2 --- /dev/null +++ b/domains/pedroteles.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pedrotelesh", + "email": "[pedroteles3027@gmail.com]" + }, + "records": { + "CNAME": "pedrotelesh.github.io" + } +} From 14b60b71e351d3d002f53721e11fce2ad6d884b2 Mon Sep 17 00:00:00 2001 From: Pedro Teles <77458410+pedrotelesh@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:38:09 -0300 Subject: [PATCH 05/42] Fix email format in pedroteles.json --- domains/pedroteles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pedroteles.json b/domains/pedroteles.json index c88ea0f7b2..f3c7a71002 100644 --- a/domains/pedroteles.json +++ b/domains/pedroteles.json @@ -1,7 +1,7 @@ { "owner": { "username": "pedrotelesh", - "email": "[pedroteles3027@gmail.com]" + "email": "pedroteles3027@gmail.com" }, "records": { "CNAME": "pedrotelesh.github.io" From f5c0a61388588d01b83d84e0540ff1fc1bb6b14e Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 2 Nov 2025 11:20:40 +0100 Subject: [PATCH 06/42] Add JSON configuration for GitHub Pages --- domains/_github-pages-challenge-Ahhj93.bryan-ing.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Ahhj93.bryan-ing.json diff --git a/domains/_github-pages-challenge-Ahhj93.bryan-ing.json b/domains/_github-pages-challenge-Ahhj93.bryan-ing.json new file mode 100644 index 0000000000..8630ca32f2 --- /dev/null +++ b/domains/_github-pages-challenge-Ahhj93.bryan-ing.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ahhj93", + "email": "bryan0ing@gmail.com" + }, + "records": { + "TXT": "8a84f57bd26854f0eb2e321b09e905" + } +} From 67876b5ecf90131c59194714d6ca1fbc70cef3ec Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 2 Nov 2025 11:43:19 +0000 Subject: [PATCH 07/42] change file name --- ...yan-ing.json => _github-pages-challenge-ahhj93.bryan-ing.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Ahhj93.bryan-ing.json => _github-pages-challenge-ahhj93.bryan-ing.json} (100%) diff --git a/domains/_github-pages-challenge-Ahhj93.bryan-ing.json b/domains/_github-pages-challenge-ahhj93.bryan-ing.json similarity index 100% rename from domains/_github-pages-challenge-Ahhj93.bryan-ing.json rename to domains/_github-pages-challenge-ahhj93.bryan-ing.json From 3b8ff468346d137a1c0d3d82bded21aa03c90a4e Mon Sep 17 00:00:00 2001 From: lntcu Date: Sun, 2 Nov 2025 20:28:59 +0800 Subject: [PATCH 08/42] Commit --- domains/lntcu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lntcu.json diff --git a/domains/lntcu.json b/domains/lntcu.json new file mode 100644 index 0000000000..b6555fa793 --- /dev/null +++ b/domains/lntcu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lntcu", + "email": "lntcu@duck.com" + }, + "records": { + "CNAME": "ad43e23f8fb42140.vercel-dns-017.com." + } +} From 7d90f88ac686ea52c111bd41ea70712dee6a62f5 Mon Sep 17 00:00:00 2001 From: lntcu Date: Sun, 2 Nov 2025 20:30:04 +0800 Subject: [PATCH 09/42] Add Vercel domain configuration file --- domains/_vercel.lntcu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.lntcu.json diff --git a/domains/_vercel.lntcu.json b/domains/_vercel.lntcu.json new file mode 100644 index 0000000000..b6555fa793 --- /dev/null +++ b/domains/_vercel.lntcu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lntcu", + "email": "lntcu@duck.com" + }, + "records": { + "CNAME": "ad43e23f8fb42140.vercel-dns-017.com." + } +} From e8b6b5352bbad10d270594c341934fae208d539e Mon Sep 17 00:00:00 2001 From: lntcu Date: Mon, 3 Nov 2025 16:52:22 +0800 Subject: [PATCH 10/42] Update --- domains/lntcu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lntcu.json b/domains/lntcu.json index b6555fa793..28f9ee9e25 100644 --- a/domains/lntcu.json +++ b/domains/lntcu.json @@ -4,6 +4,6 @@ "email": "lntcu@duck.com" }, "records": { - "CNAME": "ad43e23f8fb42140.vercel-dns-017.com." + "A": ["216.198.79.1"] } } From 8c3ee20b3f5093eae404882b639c767044890d21 Mon Sep 17 00:00:00 2001 From: lntcu Date: Mon, 3 Nov 2025 16:52:51 +0800 Subject: [PATCH 11/42] Update DNS records in _vercel.lntcu.json --- domains/_vercel.lntcu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.lntcu.json b/domains/_vercel.lntcu.json index b6555fa793..c9fdc5d120 100644 --- a/domains/_vercel.lntcu.json +++ b/domains/_vercel.lntcu.json @@ -4,6 +4,6 @@ "email": "lntcu@duck.com" }, "records": { - "CNAME": "ad43e23f8fb42140.vercel-dns-017.com." + "TXT": "vc-domain-verify=lntcu.is-a.dev,05ca2abc8897ff53f1a2" } } From e00f37610de32956ff0e2c16cc2e0fd7e92b370d Mon Sep 17 00:00:00 2001 From: wylited <44154103+wylited@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:15:16 +0800 Subject: [PATCH 12/42] Add wyli.json for domain configuration --- domains/wyli.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/wyli.json diff --git a/domains/wyli.json b/domains/wyli.json new file mode 100644 index 0000000000..0aa3f20f3b --- /dev/null +++ b/domains/wyli.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "wylited", + }, + "records": { + "CNAME": "wylited.github.io" + } +} From 303fbaa103857cf6439ded47123a549f73cc07d9 Mon Sep 17 00:00:00 2001 From: wylited <44154103+wylited@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:18:36 +0800 Subject: [PATCH 13/42] Add email to owner in wyli.json --- domains/wyli.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/wyli.json b/domains/wyli.json index 0aa3f20f3b..f6cdfb298e 100644 --- a/domains/wyli.json +++ b/domains/wyli.json @@ -1,8 +1,9 @@ { "owner": { "username": "wylited", + "email": "idhaaboi@gmail.com", }, "records": { - "CNAME": "wylited.github.io" + "CNAME": "wylited.github.io", } } From 25ef005df0b92f4a7c379df7d785b079670422cf Mon Sep 17 00:00:00 2001 From: wylited <44154103+wylited@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:21:52 +0800 Subject: [PATCH 14/42] Fix formatting issues in wyli.json --- domains/wyli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/wyli.json b/domains/wyli.json index f6cdfb298e..d8dc7c3e41 100644 --- a/domains/wyli.json +++ b/domains/wyli.json @@ -1,9 +1,9 @@ { "owner": { "username": "wylited", - "email": "idhaaboi@gmail.com", + "email": "idhaaboi@gmail.com" }, "records": { - "CNAME": "wylited.github.io", + "CNAME": "wylited.github.io" } } From d629af94de32488736bad8ff1af47ffc5f6e39fa Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:16:53 +0530 Subject: [PATCH 15/42] Add docs.siddharth.json for domain configuration --- domains/docs.siddharth.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/docs.siddharth.json diff --git a/domains/docs.siddharth.json b/domains/docs.siddharth.json new file mode 100644 index 0000000000..f1329ad5a3 --- /dev/null +++ b/domains/docs.siddharth.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "siddharthjain25", + "email": "siddharthjainj25@gmail.com", + "discord": "804397662467915777" + }, + "records": { + "CNAME": "cname.vercel-dns.com", + }, + "proxied": false +} From dec3a03bb844ac29969287b39b67787ede04fcf5 Mon Sep 17 00:00:00 2001 From: Adriano Tisera <66109459+Axenide@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:58:50 -0300 Subject: [PATCH 16/42] Add axenide.json for domain configuration --- domains/axenide.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/axenide.json diff --git a/domains/axenide.json b/domains/axenide.json new file mode 100644 index 0000000000..eb0de7cd23 --- /dev/null +++ b/domains/axenide.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "axenide", + "email": "axenide@gmail.com" + }, + "records": { + "CNAME": "axenide.github.io" + } +} From fe10ce0cfaff75f1458a8c4efee683248dabf372 Mon Sep 17 00:00:00 2001 From: Shuta WAKAMIYA <129095495+BB-KING777@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:36:54 +0900 Subject: [PATCH 17/42] Add wakamiya.json with domain owner and records --- domains/wakamiya.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wakamiya.json diff --git a/domains/wakamiya.json b/domains/wakamiya.json new file mode 100644 index 0000000000..a4f1f4d30d --- /dev/null +++ b/domains/wakamiya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BB-KING777", + "email": "wakamiya@qurest.tech" + }, + "records": { + "A": ["216.198.79.1"] + } +} From c7f5a4cb9d6dea6097d2f5ab2071e7dbf0a69672 Mon Sep 17 00:00:00 2001 From: Shuta WAKAMIYA <129095495+BB-KING777@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:38:46 +0900 Subject: [PATCH 18/42] Add Vercel domain configuration for wakamiya --- domains/_vercel.wakamiya.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.wakamiya.json diff --git a/domains/_vercel.wakamiya.json b/domains/_vercel.wakamiya.json new file mode 100644 index 0000000000..af3142cfa3 --- /dev/null +++ b/domains/_vercel.wakamiya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BB-KING777", + "email": "wakamiya@qurest.tech" + }, + "records": { + "TXT": "vc-domain-verify=wakamiya.is-a.dev,b7d4db411b7cac3e365d" + } +} From 1105c95791380087003fd48bed532f898b117131 Mon Sep 17 00:00:00 2001 From: rupesh <203206227+rupzsh@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:33:18 +0000 Subject: [PATCH 19/42] Add JSON configuration files for rupesh and rupzsh domains --- domains/rupesh.json | 9 +++++++++ domains/rupzsh.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/rupesh.json create mode 100644 domains/rupzsh.json diff --git a/domains/rupesh.json b/domains/rupesh.json new file mode 100644 index 0000000000..5659bf43f8 --- /dev/null +++ b/domains/rupesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rupzsh", + "email": "[contactrupeshdubey@gmail.com]" + }, + "records": { + "CNAME": "rupzsh.github.io" + } +} \ No newline at end of file diff --git a/domains/rupzsh.json b/domains/rupzsh.json new file mode 100644 index 0000000000..5659bf43f8 --- /dev/null +++ b/domains/rupzsh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rupzsh", + "email": "[contactrupeshdubey@gmail.com]" + }, + "records": { + "CNAME": "rupzsh.github.io" + } +} \ No newline at end of file From 702a20b1543b833bee61b5945951ad71af852e91 Mon Sep 17 00:00:00 2001 From: rupesh <203206227+rupzsh@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:07:57 +0530 Subject: [PATCH 20/42] Fix email formatting in rupesh.json --- domains/rupesh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/rupesh.json b/domains/rupesh.json index 5659bf43f8..55cd3ba6c9 100644 --- a/domains/rupesh.json +++ b/domains/rupesh.json @@ -1,9 +1,9 @@ { "owner": { "username": "rupzsh", - "email": "[contactrupeshdubey@gmail.com]" + "email": "contactrupeshdubey@gmail.com" }, "records": { "CNAME": "rupzsh.github.io" } -} \ No newline at end of file +} From c433d6f683636cd4bc1c257288b8d37a49c29749 Mon Sep 17 00:00:00 2001 From: rupesh <203206227+rupzsh@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:08:22 +0530 Subject: [PATCH 21/42] Fix email format in rupzsh.json --- domains/rupzsh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/rupzsh.json b/domains/rupzsh.json index 5659bf43f8..55cd3ba6c9 100644 --- a/domains/rupzsh.json +++ b/domains/rupzsh.json @@ -1,9 +1,9 @@ { "owner": { "username": "rupzsh", - "email": "[contactrupeshdubey@gmail.com]" + "email": "contactrupeshdubey@gmail.com" }, "records": { "CNAME": "rupzsh.github.io" } -} \ No newline at end of file +} From 6ccf56b69c96c120883cf8ed9aa2af1eb01eb22e Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:41:59 +0530 Subject: [PATCH 22/42] Update CNAME and add TXT record in JSON config --- domains/docs.siddharth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/docs.siddharth.json b/domains/docs.siddharth.json index f1329ad5a3..063333b4c6 100644 --- a/domains/docs.siddharth.json +++ b/domains/docs.siddharth.json @@ -5,7 +5,8 @@ "discord": "804397662467915777" }, "records": { - "CNAME": "cname.vercel-dns.com", + "CNAME": "b8dc3ca64b659a40.vercel-dns-017.com.", + "TXT": "vc-domain-verify=docs.siddharth.is-a.dev,4f1858da957b68594875" }, "proxied": false } From 309f80c012980902bdee1fef1bea0a707810eddc Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:45:02 +0530 Subject: [PATCH 23/42] Change proxied status from false to true --- domains/docs.siddharth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/docs.siddharth.json b/domains/docs.siddharth.json index 063333b4c6..4014d32111 100644 --- a/domains/docs.siddharth.json +++ b/domains/docs.siddharth.json @@ -8,5 +8,5 @@ "CNAME": "b8dc3ca64b659a40.vercel-dns-017.com.", "TXT": "vc-domain-verify=docs.siddharth.is-a.dev,4f1858da957b68594875" }, - "proxied": false + "proxied": true } From 95a6ce73c3607ad2b1293c7662e117c849dec195 Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:52:04 +0530 Subject: [PATCH 24/42] Change proxied status to false in JSON config --- domains/docs.siddharth.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/docs.siddharth.json b/domains/docs.siddharth.json index 4014d32111..19b2f89d7b 100644 --- a/domains/docs.siddharth.json +++ b/domains/docs.siddharth.json @@ -5,8 +5,7 @@ "discord": "804397662467915777" }, "records": { - "CNAME": "b8dc3ca64b659a40.vercel-dns-017.com.", - "TXT": "vc-domain-verify=docs.siddharth.is-a.dev,4f1858da957b68594875" + "CNAME": "b8dc3ca64b659a40.vercel-dns-017.com." }, - "proxied": true + "proxied": false } From c01e199a8ee9583c4ceb6fd3020d5b870e92e05d Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:53:03 +0530 Subject: [PATCH 25/42] Remove trailing dot from CNAME record --- domains/docs.siddharth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/docs.siddharth.json b/domains/docs.siddharth.json index 19b2f89d7b..9ea92f48e0 100644 --- a/domains/docs.siddharth.json +++ b/domains/docs.siddharth.json @@ -5,7 +5,7 @@ "discord": "804397662467915777" }, "records": { - "CNAME": "b8dc3ca64b659a40.vercel-dns-017.com." + "CNAME": "b8dc3ca64b659a40.vercel-dns-017.com" }, "proxied": false } From edae47da4613c6ce24fc5180d7feadd404e3bea0 Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:57:29 +0530 Subject: [PATCH 26/42] Create _vercel.docs.siddharth.json --- domains/_vercel.docs.siddharth.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.docs.siddharth.json diff --git a/domains/_vercel.docs.siddharth.json b/domains/_vercel.docs.siddharth.json new file mode 100644 index 0000000000..e491185447 --- /dev/null +++ b/domains/_vercel.docs.siddharth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "siddharthjain25", + "email": "siddharthjainj25@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=docs.siddharth.is-a.dev,4f1858da957b68594875" + } +} From a0e6ac82a13d61df10a690996412dc0342d69cf0 Mon Sep 17 00:00:00 2001 From: Attilio Capocchiani Date: Mon, 3 Nov 2025 16:04:43 +0100 Subject: [PATCH 27/42] Add atti.json for domain configuration --- domains/atti.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/atti.json diff --git a/domains/atti.json b/domains/atti.json new file mode 100644 index 0000000000..b6ec2df235 --- /dev/null +++ b/domains/atti.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AttilioCapocchiani", + "email": "attilio.capocchiani@gmail.com" + }, + "records": { + "CNAME": "attiliocapocchiani.github.io" + } +} From 9a67f6d0933ea217594fa92c16e5e0285c1a5e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Cou=C3=B1ago?= <119623833+s-counago@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:55:32 +0100 Subject: [PATCH 28/42] Verifying scod.is-a.dev Subdomain with GitHub Pages --- .../_github-pages-challenge-s-counago.scod.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-s-counago.scod.is-a.dev.json diff --git a/domains/_github-pages-challenge-s-counago.scod.is-a.dev.json b/domains/_github-pages-challenge-s-counago.scod.is-a.dev.json new file mode 100644 index 0000000000..f2d220b04e --- /dev/null +++ b/domains/_github-pages-challenge-s-counago.scod.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "s-counago", + "email": "s.counago00@gmail.com" + }, + "records": { + "TXT": "e752b4691a60b7f3a470904a6100a1" + } +} From 5c1eddea04d8b705520b3fd8c088d3524c7c0e9f Mon Sep 17 00:00:00 2001 From: Paul Rodriguez <71314522+rgzpaul@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:11:08 +0100 Subject: [PATCH 29/42] Add rgzpaul.json domain configuration --- domains/rgzpaul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rgzpaul.json diff --git a/domains/rgzpaul.json b/domains/rgzpaul.json new file mode 100644 index 0000000000..e8fdbd60e0 --- /dev/null +++ b/domains/rgzpaul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rgzpaul", + "email": "paul@rodry.dev" + }, + "records": { + "URL": "https://rodry.dev" + } +} From ee641dc5c72fca515e5a5ce25b9db360f93a13d7 Mon Sep 17 00:00:00 2001 From: wasabina67 Date: Tue, 4 Nov 2025 01:19:49 +0900 Subject: [PATCH 30/42] Add wasabina67.json --- domains/wasabina67.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/wasabina67.json diff --git a/domains/wasabina67.json b/domains/wasabina67.json new file mode 100644 index 0000000000..2cf199b689 --- /dev/null +++ b/domains/wasabina67.json @@ -0,0 +1,10 @@ +{ + "description": "wasabina67 is a Developer!", + "owner": { + "username": "wasabina67", + "email": "wasabina67@gmail.com" + }, + "records": { + "CNAME": "wasabina67.github.io" + } +} From 41fb14512b973af0e272d51619ee08c9cf6372e0 Mon Sep 17 00:00:00 2001 From: Gus <157404072+gus5900000@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:36:39 +0100 Subject: [PATCH 31/42] augustin domain --- domains/_vercel.augustin.json | 9 +++++++++ domains/augustin.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.augustin.json create mode 100644 domains/augustin.json diff --git a/domains/_vercel.augustin.json b/domains/_vercel.augustin.json new file mode 100644 index 0000000000..9db6f084cf --- /dev/null +++ b/domains/_vercel.augustin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gus5900000", + "email": "augustinverissimo.pro@gmail.com " + }, + "records": { + "TXT": "vc-domain-verify=augustin.is-a.dev,5a14d629ec44e127d29e" + } +} \ No newline at end of file diff --git a/domains/augustin.json b/domains/augustin.json new file mode 100644 index 0000000000..f27f876159 --- /dev/null +++ b/domains/augustin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gus5900000", + "email": "augustinverissimo.pro@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 91e3888e711c1d3586c91212de46cbafc577bb35 Mon Sep 17 00:00:00 2001 From: Gus <157404072+gus5900000@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:40:40 +0100 Subject: [PATCH 32/42] Update _vercel.augustin.json --- domains/_vercel.augustin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.augustin.json b/domains/_vercel.augustin.json index 9db6f084cf..f17aba2dd8 100644 --- a/domains/_vercel.augustin.json +++ b/domains/_vercel.augustin.json @@ -1,9 +1,9 @@ { "owner": { "username": "gus5900000", - "email": "augustinverissimo.pro@gmail.com " + "email": "augustinverissimo.pro@gmail.com" }, "records": { "TXT": "vc-domain-verify=augustin.is-a.dev,5a14d629ec44e127d29e" } -} \ No newline at end of file +} From 14f63d7210987c1fbfbec25fe88124320cb6f9d0 Mon Sep 17 00:00:00 2001 From: Siddharth Jain <86470814+victorvondoom25@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:51:24 +0530 Subject: [PATCH 33/42] Registering my first subdomain. --- domains/anime.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/anime.json diff --git a/domains/anime.json b/domains/anime.json new file mode 100644 index 0000000000..38c8213229 --- /dev/null +++ b/domains/anime.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "victorvondoom25", + "email": "siddharthchess25@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + }, + "proxied": false +} From 4545714e6e94a7cbec8587b9607c8f240e81b8ab Mon Sep 17 00:00:00 2001 From: Siddharth Jain <86470814+victorvondoom25@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:53:59 +0530 Subject: [PATCH 34/42] Create _vercel.anime.json --- domains/_vercel.anime.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.anime.json diff --git a/domains/_vercel.anime.json b/domains/_vercel.anime.json new file mode 100644 index 0000000000..383f86d041 --- /dev/null +++ b/domains/_vercel.anime.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "victorvondoom25", + "email": "siddharthchess25@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=anime.is-a.dev,6cbe48943b96b90ad5b9" + } +} From fcae9e1863aecaa8a1884750d599ec0d9a7a9b19 Mon Sep 17 00:00:00 2001 From: xibn <198163721+x-ibn@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:24:20 +0700 Subject: [PATCH 35/42] Create sonic188-x-feast.json --- domains/sonic188-x-feast.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sonic188-x-feast.json diff --git a/domains/sonic188-x-feast.json b/domains/sonic188-x-feast.json new file mode 100644 index 0000000000..ad73ee4bc2 --- /dev/null +++ b/domains/sonic188-x-feast.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "x-lbn", + "email": "kaptenseo08@gmail.com" + }, + "records": { + "URL": "https://x-lbn.github.io/feastxsonic188/" + } +} From 12340c5b4061a3c9e49b6d99bdbe125f89aab875 Mon Sep 17 00:00:00 2001 From: xibn <198163721+x-ibn@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:34:53 +0700 Subject: [PATCH 36/42] Update sonic188-x-feast.json --- domains/sonic188-x-feast.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/sonic188-x-feast.json b/domains/sonic188-x-feast.json index ad73ee4bc2..2e8d5307c2 100644 --- a/domains/sonic188-x-feast.json +++ b/domains/sonic188-x-feast.json @@ -1,9 +1,9 @@ { "owner": { - "username": "x-lbn", + "username": "x-ibn", "email": "kaptenseo08@gmail.com" }, "records": { - "URL": "https://x-lbn.github.io/feastxsonic188/" + "URL": "https://x-ibn.github.io/feastxsonic188/" } } From 1fb60d5942b17ea2c87c22163f6cbc69bc8d0870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Cou=C3=B1ago?= <119623833+s-counago@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:12:44 +0100 Subject: [PATCH 37/42] removed "is-a.dev" from the filename --- ....is-a.dev.json => _github-pages-challenge-s-counago.scod.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-s-counago.scod.is-a.dev.json => _github-pages-challenge-s-counago.scod.json} (100%) diff --git a/domains/_github-pages-challenge-s-counago.scod.is-a.dev.json b/domains/_github-pages-challenge-s-counago.scod.json similarity index 100% rename from domains/_github-pages-challenge-s-counago.scod.is-a.dev.json rename to domains/_github-pages-challenge-s-counago.scod.json From d39a228a4be271f17173557da5e57a2541eca1c4 Mon Sep 17 00:00:00 2001 From: quin1sue Date: Tue, 4 Nov 2025 20:53:15 +0800 Subject: [PATCH 38/42] add quinsuedad.is-a.dev subdomain --- domains/_vercel.quinsuedad.json | 9 +++++++++ domains/quinsuedad.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.quinsuedad.json create mode 100644 domains/quinsuedad.json diff --git a/domains/_vercel.quinsuedad.json b/domains/_vercel.quinsuedad.json new file mode 100644 index 0000000000..f04929f973 --- /dev/null +++ b/domains/_vercel.quinsuedad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "quin1sue", + "email": "sepriothofficial@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=quinsuedad.is-a.dev,48612cbf6154818d7d54" + } +} \ No newline at end of file diff --git a/domains/quinsuedad.json b/domains/quinsuedad.json new file mode 100644 index 0000000000..a4749846a1 --- /dev/null +++ b/domains/quinsuedad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "quin1sue", + "email": "sepriothofficial@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} \ No newline at end of file From 7240ec331e49992fe1bf78533d316f87fd17afca Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:36:36 +0530 Subject: [PATCH 39/42] Delete domains/_vercel.docs.siddharth.json --- domains/_vercel.docs.siddharth.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_vercel.docs.siddharth.json diff --git a/domains/_vercel.docs.siddharth.json b/domains/_vercel.docs.siddharth.json deleted file mode 100644 index e491185447..0000000000 --- a/domains/_vercel.docs.siddharth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "siddharthjain25", - "email": "siddharthjainj25@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=docs.siddharth.is-a.dev,4f1858da957b68594875" - } -} From bfc316b2b29903c990f3a284f04c8b45d9fdc494 Mon Sep 17 00:00:00 2001 From: Siddharth Jain <83913594+siddharthjain25@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:38:02 +0530 Subject: [PATCH 40/42] Update TXT records for domain verification --- domains/_vercel.siddharth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.siddharth.json b/domains/_vercel.siddharth.json index 84d5690908..b3c99b2755 100644 --- a/domains/_vercel.siddharth.json +++ b/domains/_vercel.siddharth.json @@ -5,6 +5,6 @@ "discord": "804397662467915777" }, "records": { - "TXT": "vc-domain-verify=siddharth.is-a.dev,5b334303ef3dfd64b557" + "TXT": ["vc-domain-verify=siddharth.is-a.dev,5b334303ef3dfd64b557", "vc-domain-verify=docs.siddharth.is-a.dev,4f1858da957b68594875"] } } From d01fb859e750af0cbabed6b1c9b0135bd1645b3b Mon Sep 17 00:00:00 2001 From: rupesh <203206227+rupzsh@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:23:47 +0530 Subject: [PATCH 41/42] Delete domains/rupzsh.json --- domains/rupzsh.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/rupzsh.json diff --git a/domains/rupzsh.json b/domains/rupzsh.json deleted file mode 100644 index 55cd3ba6c9..0000000000 --- a/domains/rupzsh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rupzsh", - "email": "contactrupeshdubey@gmail.com" - }, - "records": { - "CNAME": "rupzsh.github.io" - } -} From 42eca14b82d12b7878b8a831781c4751cc518b16 Mon Sep 17 00:00:00 2001 From: rupesh <203206227+rupzsh@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:24:28 +0530 Subject: [PATCH 42/42] Update email for owner in rupesh.json --- domains/rupesh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rupesh.json b/domains/rupesh.json index 55cd3ba6c9..2b6da0cd48 100644 --- a/domains/rupesh.json +++ b/domains/rupesh.json @@ -1,7 +1,7 @@ { "owner": { "username": "rupzsh", - "email": "contactrupeshdubey@gmail.com" + "email": "rupzsh@gmail.com" }, "records": { "CNAME": "rupzsh.github.io"