From d1abb58acaebe8f592d50087e16b3c6d0b3069dc Mon Sep 17 00:00:00 2001 From: MrLoneLy Date: Wed, 8 Oct 2025 18:23:06 +0500 Subject: [PATCH 01/20] Create tayyab.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR registers the subdomain tayyab.is-a.dev for Tayyab’s personal developer portfolio - Owner: Mr-Dev-Loper - Email: techworldhqofficial@gmail.com - Hosting: Hostinger (via A record) - Purpose: Portfolio - Currently Hosted on free domain https://honeydew-stingray-404070.hostingersite.com/ The A record points directly to my Hostinger server’s IP for a stable and consistent connection. --- domains/tayyab.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tayyab.json diff --git a/domains/tayyab.json b/domains/tayyab.json new file mode 100644 index 00000000000..932c443ccc4 --- /dev/null +++ b/domains/tayyab.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mr-Dev-Loper", + "email": "techworldhqofficial@gmail.com" + }, + "records": { + "A": "151.106.96.142" + } +} From 7837a3a65def49bba9eeb60aa4666a2d4b07290e Mon Sep 17 00:00:00 2001 From: MrLoneLy Date: Fri, 10 Oct 2025 21:27:42 +0500 Subject: [PATCH 02/20] Update tayyab.json invalid records fixed --- domains/tayyab.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tayyab.json b/domains/tayyab.json index 932c443ccc4..624efc58e74 100644 --- a/domains/tayyab.json +++ b/domains/tayyab.json @@ -4,6 +4,6 @@ "email": "techworldhqofficial@gmail.com" }, "records": { - "A": "151.106.96.142" + "A": ["151.106.96.142"] } } From 76c2d22b1e2edcb76b672a780d9c9d9e7a9a1df4 Mon Sep 17 00:00:00 2001 From: Kyle <181181143+Dekoder-py@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:21:12 +1300 Subject: [PATCH 03/20] Create _github-pages-challenge-Dekoder-py.kyle-b.json --- domains/_github-pages-challenge-Dekoder-py.kyle-b.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Dekoder-py.kyle-b.json diff --git a/domains/_github-pages-challenge-Dekoder-py.kyle-b.json b/domains/_github-pages-challenge-Dekoder-py.kyle-b.json new file mode 100644 index 00000000000..17a8dfbaceb --- /dev/null +++ b/domains/_github-pages-challenge-Dekoder-py.kyle-b.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dekoder-py", + "email": "dekod3r.py@gmail.com" + }, + "records": { + "TXT": "26b47eca394f3706c2478e85eb53a7" + } +} From 980fb1d9feeb51611dc871c45343a61e4b59ab14 Mon Sep 17 00:00:00 2001 From: Kyle <181181143+Dekoder-py@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:24:20 +1300 Subject: [PATCH 04/20] Rename _github-pages-challenge-Dekoder-py.kyle-b.json to _github-pages-challenge-dekoder-py.kyle-b.json --- ...kyle-b.json => _github-pages-challenge-dekoder-py.kyle-b.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Dekoder-py.kyle-b.json => _github-pages-challenge-dekoder-py.kyle-b.json} (100%) diff --git a/domains/_github-pages-challenge-Dekoder-py.kyle-b.json b/domains/_github-pages-challenge-dekoder-py.kyle-b.json similarity index 100% rename from domains/_github-pages-challenge-Dekoder-py.kyle-b.json rename to domains/_github-pages-challenge-dekoder-py.kyle-b.json From 43de1d161cef229822c4fd07ef0d5f3e2c23845f Mon Sep 17 00:00:00 2001 From: techieshreya <126698315+techieshreya@users.noreply.github.com> Date: Sat, 11 Oct 2025 13:13:40 +0530 Subject: [PATCH 05/20] Create shreya.json --- domains/shreya.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/shreya.json diff --git a/domains/shreya.json b/domains/shreya.json new file mode 100644 index 00000000000..1e360f240ab --- /dev/null +++ b/domains/shreya.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "techieshreya", + }, + "records": { + "A": ["216.198.79.1"] + } +} From e77eebe875f10098111dc4f35452d95aa96690db Mon Sep 17 00:00:00 2001 From: techieshreya <126698315+techieshreya@users.noreply.github.com> Date: Sat, 11 Oct 2025 13:14:44 +0530 Subject: [PATCH 06/20] Add Vercel configuration for domain verification --- domains/_vercel.shreya.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.shreya.json diff --git a/domains/_vercel.shreya.json b/domains/_vercel.shreya.json new file mode 100644 index 00000000000..576791ecddc --- /dev/null +++ b/domains/_vercel.shreya.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "techieshreya" + }, + "records": { + "TXT": "vc-domain-verify=shreya.is-a.dev,1f0ab3610dfa25ac7df8" + } +} From f3da4911935652f90fdf730b83c69532e49125ff Mon Sep 17 00:00:00 2001 From: Mrx <73874882+thelinuxuser-choice@users.noreply.github.com> Date: Sat, 11 Oct 2025 13:54:27 +0530 Subject: [PATCH 07/20] Add pwn.json for domain configuration --- domains/pwn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pwn.json diff --git a/domains/pwn.json b/domains/pwn.json new file mode 100644 index 00000000000..af0a43e41b3 --- /dev/null +++ b/domains/pwn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thelinuxuser-choice", + "discord": "1192130504665874532" + }, + "records": { + "CNAME": "thelinuxuser-choice.github.io" + } +} From ad2d219c268f61e583518abb8edf489b6ae2fd4e Mon Sep 17 00:00:00 2001 From: Nguyen Cong Minh Date: Sat, 11 Oct 2025 15:39:40 +0700 Subject: [PATCH 08/20] update records for subdomain cmse7en vercel --- domains/_vercel.cmse7en.json | 2 +- domains/cmse7en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.cmse7en.json b/domains/_vercel.cmse7en.json index 669e6790c89..f4d01fbe77d 100644 --- a/domains/_vercel.cmse7en.json +++ b/domains/_vercel.cmse7en.json @@ -4,6 +4,6 @@ "email": "cm.se7en.work@gmail.com" }, "records": { - "TXT": "insert-TXT-string-you-got-from-vercel-here" + "TXT": "vc-domain-verify=cmse7en.is-a.dev,b76e03f076c8226204d6" } } diff --git a/domains/cmse7en.json b/domains/cmse7en.json index 15419076c25..f91460a322a 100644 --- a/domains/cmse7en.json +++ b/domains/cmse7en.json @@ -4,6 +4,6 @@ "email": "cm.se7en.work@gmail.com" }, "records": { - "CNAME": "cname.vercel-dns.com" + "A": "216.198.79.1" } } From a863d8ffb378a426bc69075313930f29528d2d86 Mon Sep 17 00:00:00 2001 From: Nguyen Cong Minh Date: Sat, 11 Oct 2025 15:43:11 +0700 Subject: [PATCH 09/20] fix records A in subdomain cmse7en --- domains/cmse7en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cmse7en.json b/domains/cmse7en.json index f91460a322a..40c24a62d62 100644 --- a/domains/cmse7en.json +++ b/domains/cmse7en.json @@ -4,6 +4,6 @@ "email": "cm.se7en.work@gmail.com" }, "records": { - "A": "216.198.79.1" + "A": ["216.198.79.1"] } } From 6937d8ac0eeef33599c8c3ab1d08b453f0719330 Mon Sep 17 00:00:00 2001 From: Abdou Date: Sat, 11 Oct 2025 13:41:28 +0400 Subject: [PATCH 10/20] Create abdou.json --- domains/abdou.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/abdou.json diff --git a/domains/abdou.json b/domains/abdou.json new file mode 100644 index 00000000000..c4545423431 --- /dev/null +++ b/domains/abdou.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "abderra7mane" + }, + "records": { + "CNAME": "abdou.me" + } +} From 50fc771d104c825ec8347910ad78c0b079c131b9 Mon Sep 17 00:00:00 2001 From: Mulugeta Adamu Date: Sat, 11 Oct 2025 14:13:53 +0300 Subject: [PATCH 11/20] chore(dns): switch mulugeta.is-a.dev from CNAME to A record MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated DNS configuration to follow Vercel’s latest recommendation: - Removed old CNAME record (cname.vercel-dns.com) - Added new A record (216.198.79.1) This change ensures compatibility with Vercel’s new Anycast IP range and removes the “DNS Change Recommended” warning in the dashboard. --- domains/mulugeta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/mulugeta.json b/domains/mulugeta.json index d3d755e5478..fb97382d278 100644 --- a/domains/mulugeta.json +++ b/domains/mulugeta.json @@ -7,7 +7,7 @@ "linkedin": "https://www.linkedin.com/in/mulugeta-adamu/", "x": "https://x.com/MuleBeteAmhara" }, - "records": { - "CNAME": "cname.vercel-dns.com" - } +"records": { + "A": ["216.198.79.1"] +} } From 1b1a7a81843243dedb7166b805638ea8c151e421 Mon Sep 17 00:00:00 2001 From: barbox11 <123384500+barbox11@users.noreply.github.com> Date: Sat, 11 Oct 2025 10:13:09 -0500 Subject: [PATCH 12/20] Add barbox11.is-a.deb --- domains/barbox11.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/barbox11.json diff --git a/domains/barbox11.json b/domains/barbox11.json new file mode 100644 index 00000000000..90ff1925111 --- /dev/null +++ b/domains/barbox11.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "barbox11", + "email": "bcandamil5@gmail.com" + }, + "records": { + "CNAME": "portafolio-2o7.pages.dev" + } +} \ No newline at end of file From dbaf21664dad54ff67cf1d4eb742c3b548ee92ce Mon Sep 17 00:00:00 2001 From: manju-s <26manjugowda@gmail.com> Date: Sat, 11 Oct 2025 21:07:57 +0530 Subject: [PATCH 13/20] changes --- domains/_vercel.manju.json | 9 +++++++++ domains/manju.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.manju.json create mode 100644 domains/manju.json diff --git a/domains/_vercel.manju.json b/domains/_vercel.manju.json new file mode 100644 index 00000000000..0f1cf7dcac5 --- /dev/null +++ b/domains/_vercel.manju.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "manju-s", + "email": "manjus2609@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=manju.is-a.dev,f333959f9df4a837503f" + } +} \ No newline at end of file diff --git a/domains/manju.json b/domains/manju.json new file mode 100644 index 00000000000..f84e1b463d8 --- /dev/null +++ b/domains/manju.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "manju-s", + "email": "manjus2609@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} \ No newline at end of file From 254f1a3eb3dca6c0942ac5090126161e24c8fa09 Mon Sep 17 00:00:00 2001 From: bbourgeois Date: Sat, 11 Oct 2025 18:29:02 +0200 Subject: [PATCH 14/20] Add bengeois.is-a.dev domain --- domains/_vercel.bengeois.json | 9 +++++++++ domains/bengeois.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.bengeois.json create mode 100644 domains/bengeois.json diff --git a/domains/_vercel.bengeois.json b/domains/_vercel.bengeois.json new file mode 100644 index 00000000000..35e22e5a449 --- /dev/null +++ b/domains/_vercel.bengeois.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bengeois", + "email": "me@bbourgeois.dev" + }, + "records": { + "TXT": "vc-domain-verify=bengeois.is-a.dev,9f39528abf570a72ae35" + } +} \ No newline at end of file diff --git a/domains/bengeois.json b/domains/bengeois.json new file mode 100644 index 00000000000..59e73f8c3e0 --- /dev/null +++ b/domains/bengeois.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bengeois", + "email": "me@bbourgeois.dev" + }, + "records": { + "A": ["216.198.79.1"] + } +} \ No newline at end of file From ea5013f3d53d9314f6631f8f85c5c3e91494f83e Mon Sep 17 00:00:00 2001 From: LEWIS SAWE Date: Sat, 11 Oct 2025 20:43:14 +0300 Subject: [PATCH 15/20] Setup pages for protfolio --- domains/lewisawe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lewisawe.json diff --git a/domains/lewisawe.json b/domains/lewisawe.json new file mode 100644 index 00000000000..70072560bc8 --- /dev/null +++ b/domains/lewisawe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lewisawe", + "email": "[lewisbet9@gmail.com]" + }, + "records": { + "CNAME": "effective-pancake.pages.dev" + } +} \ No newline at end of file From 44e27cf1e5f1dccd16adc646c7f8ba062fbf9489 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 11 Oct 2025 20:44:18 +0300 Subject: [PATCH 16/20] Update file --- domains/shreya.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shreya.json b/domains/shreya.json index 1e360f240ab..9236077ba6a 100644 --- a/domains/shreya.json +++ b/domains/shreya.json @@ -1,6 +1,6 @@ { "owner": { - "username": "techieshreya", + "username": "techieshreya" }, "records": { "A": ["216.198.79.1"] From e637e752e021b58db5e89573cd4c1a2f994a052e Mon Sep 17 00:00:00 2001 From: Abdou Date: Sat, 11 Oct 2025 22:13:35 +0400 Subject: [PATCH 17/20] Update abdou.json --- domains/abdou.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abdou.json b/domains/abdou.json index c4545423431..49c5f0fe508 100644 --- a/domains/abdou.json +++ b/domains/abdou.json @@ -3,6 +3,6 @@ "username": "abderra7mane" }, "records": { - "CNAME": "abdou.me" + "CNAME": "cname.vercel-dns.com" } } From 0f066e84054d37781512892345e1ea37a627227f Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 11 Oct 2025 21:16:01 +0300 Subject: [PATCH 18/20] Update lewisawe.json --- domains/lewisawe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/lewisawe.json b/domains/lewisawe.json index 70072560bc8..f32a1537235 100644 --- a/domains/lewisawe.json +++ b/domains/lewisawe.json @@ -1,9 +1,9 @@ { "owner": { "username": "lewisawe", - "email": "[lewisbet9@gmail.com]" + "email": "lewisbet9@gmail.com" }, "records": { "CNAME": "effective-pancake.pages.dev" } -} \ No newline at end of file +} From a800019039d22929caa97b9e443490e5e0907480 Mon Sep 17 00:00:00 2001 From: Abdou Date: Sat, 11 Oct 2025 22:17:32 +0400 Subject: [PATCH 19/20] Create _vercel.abdou.json --- domains/_vercel.abdou.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.abdou.json diff --git a/domains/_vercel.abdou.json b/domains/_vercel.abdou.json new file mode 100644 index 00000000000..894eaa0d3c3 --- /dev/null +++ b/domains/_vercel.abdou.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "abderra7mane" + }, + "records": { + "TXT": "vc-domain-verify=abdou.is-a.dev,20c4d33b41e502b7d735" + } +} From 33604a116ca3bb5f207bf1e9433c0d92eef57bd3 Mon Sep 17 00:00:00 2001 From: Mrx <73874882+thelinuxuser-choice@users.noreply.github.com> Date: Sat, 11 Oct 2025 23:57:24 +0530 Subject: [PATCH 20/20] Add GitHub Pages challenge configuration file --- .../_github-pages-challenge-thelinuxuser-choice.pwn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-thelinuxuser-choice.pwn.json diff --git a/domains/_github-pages-challenge-thelinuxuser-choice.pwn.json b/domains/_github-pages-challenge-thelinuxuser-choice.pwn.json new file mode 100644 index 00000000000..27d28238aba --- /dev/null +++ b/domains/_github-pages-challenge-thelinuxuser-choice.pwn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thelinuxuser-choice", + "discord": "1192130504665874532" + }, + "records": { + "TXT": "2010cc05a7f67745011dac9d24bc07" + } +}