From f5d4d98e2f0be2772ea0628280bbbdb136f85873 Mon Sep 17 00:00:00 2001 From: Jevmis Date: Mon, 13 Jul 2026 18:24:57 +0100 Subject: [PATCH 01/34] Add michaeljndueso.is-a.dev subdomain --- domains/michaeljndueso.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 domains/michaeljndueso.json diff --git a/domains/michaeljndueso.json b/domains/michaeljndueso.json new file mode 100644 index 00000000000..e3452ba1b38 --- /dev/null +++ b/domains/michaeljndueso.json @@ -0,0 +1,6 @@ +{"owner": + {"username": "Jevmis", + "email": "jevmis28.mj@gmail.com"}, + "records": + {"CNAME": "Jevmis.github.io" + }} From ef6c403e0d60d242ca3ce52d0635c97917549176 Mon Sep 17 00:00:00 2001 From: Kirtan Jain <94744255+kirtann@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:13:49 +0530 Subject: [PATCH 02/34] Add Vercel configuration for domain verification --- domains/_vercel.kirtan.json | 9 +++++++++ domains/kirtan.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.kirtan.json create mode 100644 domains/kirtan.json diff --git a/domains/_vercel.kirtan.json b/domains/_vercel.kirtan.json new file mode 100644 index 00000000000..177311c4cd7 --- /dev/null +++ b/domains/_vercel.kirtan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kirtann", + "email": "kirtansuniljain1234@gmail.com" + }, + "records": { + "TXT": ["vc-domain-verify=kirtan.is-a.dev,c2ed4f2c4e592df30007"] + } +} diff --git a/domains/kirtan.json b/domains/kirtan.json new file mode 100644 index 00000000000..a68fbba1b0b --- /dev/null +++ b/domains/kirtan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kirtann", + "email": "kirtansuniljain1234@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From dd3e3e7b6b271530e390b403b758a30df7b509bb Mon Sep 17 00:00:00 2001 From: vikash-nuvai Date: Fri, 17 Jul 2026 18:52:38 +0530 Subject: [PATCH 03/34] add _vercel.vikashv and www.vikashv (Vercel verification) --- domains/_vercel.vikashv.json | 9 +++++++++ domains/www.vikashv.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.vikashv.json create mode 100644 domains/www.vikashv.json diff --git a/domains/_vercel.vikashv.json b/domains/_vercel.vikashv.json new file mode 100644 index 00000000000..39017fe2532 --- /dev/null +++ b/domains/_vercel.vikashv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "codecrypt112", + "email": "skpvikaash@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=www.vikashv.is-a.dev,3a25d79520faaee0b85b" + } +} diff --git a/domains/www.vikashv.json b/domains/www.vikashv.json new file mode 100644 index 00000000000..0635517a8a0 --- /dev/null +++ b/domains/www.vikashv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "codecrypt112", + "email": "skpvikaash@gmail.com" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + } +} From a95135aeb1286ef28f7dc3a2d2cfe46b2e9315d2 Mon Sep 17 00:00:00 2001 From: vikash-nuvai Date: Fri, 17 Jul 2026 18:54:44 +0530 Subject: [PATCH 04/34] fix: update email to hatb5609@gmail.com --- domains/_vercel.vikashv.json | 2 +- domains/www.vikashv.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.vikashv.json b/domains/_vercel.vikashv.json index 39017fe2532..f17f978ac91 100644 --- a/domains/_vercel.vikashv.json +++ b/domains/_vercel.vikashv.json @@ -1,7 +1,7 @@ { "owner": { "username": "codecrypt112", - "email": "skpvikaash@gmail.com" + "email": "hatb5609@gmail.com" }, "records": { "TXT": "vc-domain-verify=www.vikashv.is-a.dev,3a25d79520faaee0b85b" diff --git a/domains/www.vikashv.json b/domains/www.vikashv.json index 0635517a8a0..cfdcaf68544 100644 --- a/domains/www.vikashv.json +++ b/domains/www.vikashv.json @@ -1,7 +1,7 @@ { "owner": { "username": "codecrypt112", - "email": "skpvikaash@gmail.com" + "email": "hatb5609@gmail.com" }, "records": { "CNAME": "cname.vercel-dns.com" From f3bef1121883fdee62ad0f851d6f7ffebd7fc5ec Mon Sep 17 00:00:00 2001 From: Intellix <141814641+IntellsGamer@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:05:59 +0330 Subject: [PATCH 05/34] Add intellix.json for domain configuration --- domains/intellix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/intellix.json diff --git a/domains/intellix.json b/domains/intellix.json new file mode 100644 index 00000000000..61ea99a5b5a --- /dev/null +++ b/domains/intellix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "IntellsGamer", + "email": "ilia.delbarir@gmail.com" + }, + "records": { + "NS": [ + "javon.ns.cloudflare.com", + "roxy.ns.cloudflare.com" + ] + } +} From 24cb2643fb8605928c4fb5a44ff5a9470bed5611 Mon Sep 17 00:00:00 2001 From: AbishakParthi Date: Fri, 17 Jul 2026 20:24:27 +0530 Subject: [PATCH 06/34] Add Vercel domain configuration for AbishakParthi --- domains/_vercel.abishakeparthi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.abishakeparthi.json diff --git a/domains/_vercel.abishakeparthi.json b/domains/_vercel.abishakeparthi.json new file mode 100644 index 00000000000..098f48643b3 --- /dev/null +++ b/domains/_vercel.abishakeparthi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AbishakParthi", + "email": "abishakeparthi4@gmail.com" + }, + "records": { + "TXT": ["vc-domain-verify=abishakeparthi.is-a.dev,e39363dd707bf3c2eb47"] + } +} From 33dd677bd6cf8e2d33e0f90643d0a9fa3fd2bd63 Mon Sep 17 00:00:00 2001 From: Jevmis Date: Fri, 17 Jul 2026 17:18:16 +0100 Subject: [PATCH 07/34] Register michaeljndueso.is-a.dev Requesting the subdomain michaeljndueso.is-a.dev for my personal portfolio and technical documentation website. The website showcases my work as a Quality Assurance Engineer, including: - Software Testing - Test Automation (Cypress & Playwright) - API Testing - Performance Testing - Security Testing - SQL Validation - Engineering Documentation - QA Dashboards - Technical Articles Website: https://jevmis.github.io/docs/ --- domains/michaeljndueso.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/domains/michaeljndueso.json b/domains/michaeljndueso.json index e3452ba1b38..665d6ac30fa 100644 --- a/domains/michaeljndueso.json +++ b/domains/michaeljndueso.json @@ -1,6 +1,9 @@ -{"owner": - {"username": "Jevmis", - "email": "jevmis28.mj@gmail.com"}, - "records": - {"CNAME": "Jevmis.github.io" - }} +{ + "owner": { + "username": "Jevmis", + "email": "jevmis28.mj@gmail.com" + }, + "records": { + "CNAME": "jevmis.github.io" + } +} From 81f80ad9464cd719ee7fa58e6c0942e0bf1b1e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?job=20=C2=AF=5C=5F=28=E3=83=84=29=5F/=C2=AF?= <143734146+FWEEaaaa1@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:52:21 +0100 Subject: [PATCH 08/34] Update URL to CNAME in j0b.json --- domains/j0b.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/j0b.json b/domains/j0b.json index 0fa2e880c1c..29d99509165 100644 --- a/domains/j0b.json +++ b/domains/j0b.json @@ -4,6 +4,6 @@ "email": "gorgonfweman@outlook.com" }, "records": { - "URL": "https://guns.lol/jobbo" + "CNAME": "edge.redirect.pizza" } } From 5571d9326604562010b170f65999fb4e863ed572 Mon Sep 17 00:00:00 2001 From: RJOB SAMY Date: Fri, 17 Jul 2026 18:52:45 +0100 Subject: [PATCH 09/34] Add samyrjob.json for domain configuration --- domains/samyrjob.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/samyrjob.json diff --git a/domains/samyrjob.json b/domains/samyrjob.json new file mode 100644 index 00000000000..d7c253f904d --- /dev/null +++ b/domains/samyrjob.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "samyrjob", + "email": "samy_rjob@proton.me" + }, + "records": { + "CNAME": "samyrjob.github.io" + } +} From d5ed00d20c872406846252d6520264bd93318f27 Mon Sep 17 00:00:00 2001 From: shotosystems Date: Fri, 17 Jul 2026 21:48:47 +0200 Subject: [PATCH 10/34] Update CNAME record for shoto domain --- domains/shoto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shoto.json b/domains/shoto.json index d87369aa548..cf63dc81bb0 100644 --- a/domains/shoto.json +++ b/domains/shoto.json @@ -5,7 +5,7 @@ }, "proxied": true, "records": { - "CNAME": "shotosystems.github.io", + "CNAME": "shoto.dev", "TXT": [ "apple-domain=0dyJwiurnRgVXp1C", "v=spf1 include:icloud.com ~all" From a17a37038f94b48f73573a85f1d6681272f97eed Mon Sep 17 00:00:00 2001 From: shotosystems Date: Fri, 17 Jul 2026 21:54:35 +0200 Subject: [PATCH 11/34] Update CNAME record to point to www.shoto.dev --- domains/shoto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shoto.json b/domains/shoto.json index cf63dc81bb0..bdd4a739390 100644 --- a/domains/shoto.json +++ b/domains/shoto.json @@ -5,7 +5,7 @@ }, "proxied": true, "records": { - "CNAME": "shoto.dev", + "CNAME": "www.shoto.dev", "TXT": [ "apple-domain=0dyJwiurnRgVXp1C", "v=spf1 include:icloud.com ~all" From a40e96326db06dc94d0a7ab4a5f0aa6ce0405ea6 Mon Sep 17 00:00:00 2001 From: Tahmid Ramim Date: Sat, 18 Jul 2026 02:32:40 +0600 Subject: [PATCH 12/34] Add ramim.json for domain configuration --- domains/ramim.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ramim.json diff --git a/domains/ramim.json b/domains/ramim.json new file mode 100644 index 00000000000..4bfd0b37d3c --- /dev/null +++ b/domains/ramim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Raaaaaaamim" + }, + "records": { + "CNAME": "portfolio-ai3.pages.dev" + }, + "proxied": true +} From cfd1c8bf3e9a69f84dac2ca4333c544475411e55 Mon Sep 17 00:00:00 2001 From: andrew37673 <126502137+andrew37673@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:37:15 +0300 Subject: [PATCH 13/34] Delete domains/andrew-book.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reason for removal: I have successfully migrated my project to a dedicated custom domain (andrew-blog.dev). Consequently, the andrew-book.is-a.dev subdomain is no longer in use and can be released back into the pool for others to utilize. Gratitude: Thank you for providing this service. It was an invaluable starting point for my project’s development and I truly appreciate the support provided by the community. --- domains/andrew-book.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/andrew-book.json diff --git a/domains/andrew-book.json b/domains/andrew-book.json deleted file mode 100644 index 0e302af4868..00000000000 --- a/domains/andrew-book.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "andrew37673", - "email": "annonim.mario19@gmail.com" - }, - "records": { - "CNAME": "andrew37673.github.io" - } -} From d08a8ea176c2fba5b6e17a1fb42dccb364e063aa Mon Sep 17 00:00:00 2001 From: shehadeh-mohammad Date: Sat, 18 Jul 2026 04:25:19 +0300 Subject: [PATCH 14/34] Add auto-aura.json for domain configuration --- domains/auto-aura.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/auto-aura.json diff --git a/domains/auto-aura.json b/domains/auto-aura.json new file mode 100644 index 00000000000..3645f94fabe --- /dev/null +++ b/domains/auto-aura.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shehadeh-mohammad", + "email": "mohammad.shehadeh.dev@gmail.com" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + } +} From ec21d7d0a1a6646b858a704e97093529a166e9f9 Mon Sep 17 00:00:00 2001 From: Ahmedkhn143 Date: Sat, 18 Jul 2026 09:20:19 +0500 Subject: [PATCH 15/34] add _vercel.ahmadkhan.json for Vercel domain verification --- domains/_vercel.ahmadkhan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.ahmadkhan.json diff --git a/domains/_vercel.ahmadkhan.json b/domains/_vercel.ahmadkhan.json new file mode 100644 index 00000000000..4d176ef564c --- /dev/null +++ b/domains/_vercel.ahmadkhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ahmedkhn143", + "email": "ahmadkha8143@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=ahmadkhan.is-a.dev,6f8f4c5d687cb27b984c" + } +} From 5ba61124daf2d2c2d5e3dd2a8f3fe0239673e59c Mon Sep 17 00:00:00 2001 From: "Jed Nikko M. San Agustin" <146443656+jed-bot@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:04:44 +0800 Subject: [PATCH 16/34] Update CNAME record format in jednikko.json --- domains/jednikko.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/jednikko.json diff --git a/domains/jednikko.json b/domains/jednikko.json new file mode 100644 index 00000000000..363910c1896 --- /dev/null +++ b/domains/jednikko.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "jed-bot" + }, + "records": { + "CNAME": "personal-web-red-xi.vercel.app" + } +} From d2d2889beb604065b73cbfef6331e568f0f3cf12 Mon Sep 17 00:00:00 2001 From: "Jed Nikko M. San Agustin" <146443656+jed-bot@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:07:08 +0800 Subject: [PATCH 17/34] asasda --- domains/jednikko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jednikko.json b/domains/jednikko.json index 363910c1896..394f7cce85a 100644 --- a/domains/jednikko.json +++ b/domains/jednikko.json @@ -3,6 +3,6 @@ "username": "jed-bot" }, "records": { - "CNAME": "personal-web-red-xi.vercel.app" + "CNAME": "102f854c46ac8139.vercel-dns-017.com" } } From 9d4d722022553ca53205aac0a62e6aa17397f95d Mon Sep 17 00:00:00 2001 From: MaskDuck <70831061+MaskDuck@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:51:40 +0700 Subject: [PATCH 18/34] Modify email forwarder configuration Updated email forwarder details and changed MX records. --- domains/skduck.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/domains/skduck.json b/domains/skduck.json index 10ca767c68a..4f4d97a8986 100644 --- a/domains/skduck.json +++ b/domains/skduck.json @@ -1,14 +1,12 @@ { "description": "my em@il forwarder", "owner": { - "username": "mAskDucK", - "discord": "MaskDuck#1337", - "twitter": "MaskDuck1", - "reddit": "u/maskduck", - "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + "username": "maskduck", + "discord": "maskduck", + }, "records": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=QW5hUHpaVzUtMnhReTdmV2pTbW1XS3p4YW9jNnh5OWNmRFFnNzAwMU9nSGtqb3RRX3puR21ZSm9rNWd2dVdETm5xVQ==" } } From 13e1c769b60674e617f90130a16127132bfbbe86 Mon Sep 17 00:00:00 2001 From: MaskDuck <70831061+MaskDuck@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:54:36 +0700 Subject: [PATCH 19/34] Update skduck.json --- domains/skduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/skduck.json b/domains/skduck.json index 4f4d97a8986..1223c5a86a5 100644 --- a/domains/skduck.json +++ b/domains/skduck.json @@ -2,7 +2,7 @@ "description": "my em@il forwarder", "owner": { "username": "maskduck", - "discord": "maskduck", + "discord": "maskduck" }, "records": { From 2cd9b73a1435a9759cd9053201283e16df26d019 Mon Sep 17 00:00:00 2001 From: Ankit Ghimire Date: Sat, 18 Jul 2026 15:59:45 +0545 Subject: [PATCH 20/34] Add Vercel domain configuration for ankit --- domains/_vercel.ankit.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.ankit.json diff --git a/domains/_vercel.ankit.json b/domains/_vercel.ankit.json new file mode 100644 index 00000000000..4af1ef8c7bc --- /dev/null +++ b/domains/_vercel.ankit.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ghimire-ankit" + }, + "records": { + "TXT": "vc-domain-verify=ankit.is-a.dev,561ff230badf1b061a06" + } +} From 295473f00305b82129a71700d1bfd5158a032383 Mon Sep 17 00:00:00 2001 From: Intellix <141814641+IntellsGamer@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:21:52 +0330 Subject: [PATCH 21/34] Update intellix.json --- domains/intellix.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/intellix.json b/domains/intellix.json index 61ea99a5b5a..f81e159a776 100644 --- a/domains/intellix.json +++ b/domains/intellix.json @@ -4,9 +4,8 @@ "email": "ilia.delbarir@gmail.com" }, "records": { - "NS": [ - "javon.ns.cloudflare.com", - "roxy.ns.cloudflare.com" - ] + "www": { + "CNAME": "01c824de6aa413b7.vercel-dns-017.com." + } } } From 72adbf86fe8e309a2114be8aeee1e849d31ed128 Mon Sep 17 00:00:00 2001 From: Intellix <141814641+IntellsGamer@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:22:15 +0330 Subject: [PATCH 22/34] Create _vercel.intellix.json --- domains/_vercel.intellix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_vercel.intellix.json diff --git a/domains/_vercel.intellix.json b/domains/_vercel.intellix.json new file mode 100644 index 00000000000..0afa7c58ab2 --- /dev/null +++ b/domains/_vercel.intellix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "IntellsGamer", + "email": "ilia.delbarir@gmail.com" + }, + "records": { + "TXT": [ + "vc-domain-verify=www.intellix.is-a.dev,d0cd7da70e1a2222124e", + "vc-domain-verify=intellix.is-a.dev,99bcb2b2da5c62ccdcc2" + ] + } +} From b174a4a62c058930b1ecdb84be7ab8e6132696c3 Mon Sep 17 00:00:00 2001 From: Intellix <141814641+IntellsGamer@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:27:50 +0330 Subject: [PATCH 23/34] Update intellix.json --- domains/intellix.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/intellix.json b/domains/intellix.json index f81e159a776..ca9dfaf6bf6 100644 --- a/domains/intellix.json +++ b/domains/intellix.json @@ -4,8 +4,6 @@ "email": "ilia.delbarir@gmail.com" }, "records": { - "www": { - "CNAME": "01c824de6aa413b7.vercel-dns-017.com." - } + "CNAME": "01c824de6aa413b7.vercel-dns-017.com." } } From 8b6170857ec204a8bf1325158f81857f5cc01fcf Mon Sep 17 00:00:00 2001 From: Intellix <141814641+IntellsGamer@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:28:12 +0330 Subject: [PATCH 24/34] Update _vercel.intellix.json From c94864187374cbfc464a673d93aabe1e4292d6c3 Mon Sep 17 00:00:00 2001 From: Intellix <141814641+IntellsGamer@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:31:33 +0330 Subject: [PATCH 25/34] Update intellix.json --- domains/intellix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/intellix.json b/domains/intellix.json index ca9dfaf6bf6..a3c2c56d272 100644 --- a/domains/intellix.json +++ b/domains/intellix.json @@ -4,6 +4,6 @@ "email": "ilia.delbarir@gmail.com" }, "records": { - "CNAME": "01c824de6aa413b7.vercel-dns-017.com." + "CNAME": "01c824de6aa413b7.vercel-dns-017.com" } } From 0690632a151e843d2b1766f2412e4dd89ec9c731 Mon Sep 17 00:00:00 2001 From: Intellix <141814641+IntellsGamer@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:31:40 +0330 Subject: [PATCH 26/34] Update _vercel.intellix.json From 7ae6d69799aaa9697ef3351321262392eac562ea Mon Sep 17 00:00:00 2001 From: Piyush Makwana Date: Sat, 18 Jul 2026 18:35:43 +0530 Subject: [PATCH 27/34] Add piyushmakwana.json configuration file for domain records --- domains/piyushmakwana.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/piyushmakwana.json diff --git a/domains/piyushmakwana.json b/domains/piyushmakwana.json new file mode 100644 index 00000000000..c762d08a54b --- /dev/null +++ b/domains/piyushmakwana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "piyushcert", + "email": "piyushcert@zohomail.in" + }, + "records": { + "CNAME": "piyushcert.github.io" + } +} From d99defe433025463e74ebd7f2107f6031f7c0060 Mon Sep 17 00:00:00 2001 From: Valentino Laurenz Sitorus Date: Sat, 18 Jul 2026 20:17:03 +0700 Subject: [PATCH 28/34] Update TXT record for domain verification --- domains/_vercel.valen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.valen.json b/domains/_vercel.valen.json index d34f655d21a..22a66bbc8ef 100644 --- a/domains/_vercel.valen.json +++ b/domains/_vercel.valen.json @@ -4,6 +4,6 @@ "email": "valenlangia@gmail.com" }, "records": { - "TXT": "vc-domain-verify=valen.is.a.dev,565208044e6c0aa2a349" + "TXT": "vc-domain-verify=valen.is-a.dev,c9f5d74640b4d8c97d6e" } } From 8ac4670f15f48071fd2c4f54c23a93c964e8ee52 Mon Sep 17 00:00:00 2001 From: Abhigyan <170253496+UltraBot05@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:41:50 +0530 Subject: [PATCH 29/34] Add Vercel domain verification configuration abhigyan.json is merged so on maintainers instuction i have made this file --- domains/_vercel.abhigyan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.abhigyan.json diff --git a/domains/_vercel.abhigyan.json b/domains/_vercel.abhigyan.json new file mode 100644 index 00000000000..8269a6c2829 --- /dev/null +++ b/domains/_vercel.abhigyan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "UltraBot05", + "email": "tlauncherati@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=abhigyan.is-a.dev,d2382b73e3282c5eb8d4" + } +} From 9718e773df1fe70e9da411c3ab9414d89420d999 Mon Sep 17 00:00:00 2001 From: Hafiz Anish Ali Date: Sat, 18 Jul 2026 19:30:43 +0500 Subject: [PATCH 30/34] Create anish-developer.json --- domains/anish-developer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/anish-developer.json diff --git a/domains/anish-developer.json b/domains/anish-developer.json new file mode 100644 index 00000000000..281cbe87742 --- /dev/null +++ b/domains/anish-developer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alihafizanish-del", + "email": "alihafizanish@gmail.com" + }, + "records": { + "CNAME": "portfolio-website-design-red.vercel.app" + } +} From 09f003e640e464e395ed1143344e3d9e80ce24a4 Mon Sep 17 00:00:00 2001 From: ILMFAMILY001 Date: Sat, 18 Jul 2026 20:02:16 +0530 Subject: [PATCH 31/34] Add agnal.json for domain configuration --- domains/agnal.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/agnal.json diff --git a/domains/agnal.json b/domains/agnal.json new file mode 100644 index 00000000000..4a8dc3813c7 --- /dev/null +++ b/domains/agnal.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ILMFAMILY001" + }, + "records": { + "CNAME": "agnal-tom.onrender.com" + } +} From c4eaf8da207cacd9c6d32e4c14fd4f381f8c7b5a Mon Sep 17 00:00:00 2001 From: Hafiz Anish Ali Date: Sat, 18 Jul 2026 21:13:24 +0500 Subject: [PATCH 32/34] Add Vercel domain configuration for anish-developer --- domains/_vercel.anish-developer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.anish-developer.json diff --git a/domains/_vercel.anish-developer.json b/domains/_vercel.anish-developer.json new file mode 100644 index 00000000000..ed401cf8f84 --- /dev/null +++ b/domains/_vercel.anish-developer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alihafizanish-del", + "email": "alihafizanish@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=anish-developer.is-a.dev,d7148d2bf394a5d35b8e" + } +} From acbc758e9a7fa839414dbc9382853cfd39a5bf08 Mon Sep 17 00:00:00 2001 From: HamzaSyrage <161835363+HamzaSyrage@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:35:18 +0300 Subject: [PATCH 33/34] hamza-syrage.json --- domains/hamza-syrage.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hamza-syrage.json diff --git a/domains/hamza-syrage.json b/domains/hamza-syrage.json new file mode 100644 index 00000000000..c0b2ff63d39 --- /dev/null +++ b/domains/hamza-syrage.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hamzaSyrage", + "email": "hamzasyrage@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 55caca2f62fe09a7e5adff632818645f6e14dc92 Mon Sep 17 00:00:00 2001 From: HamzaSyrage <161835363+HamzaSyrage@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:36:39 +0300 Subject: [PATCH 34/34] _vercel.hamza-syrage.json --- domains/_vercel.hamza-syrage.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.hamza-syrage.json diff --git a/domains/_vercel.hamza-syrage.json b/domains/_vercel.hamza-syrage.json new file mode 100644 index 00000000000..eb65e48add7 --- /dev/null +++ b/domains/_vercel.hamza-syrage.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hamzaSyrage", + "email": "hamzasyrage@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=hamza-syrage.is-a.dev,e1bbf2f3d6d02e55842f" + } +}