From 95df0990a2064e8b3534ba6da17bd92151adeaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlon=20Hern=C3=A1ndez?= Date: Tue, 5 May 2026 17:51:39 -0500 Subject: [PATCH 01/92] Add marlondev.json for domain configuration --- domains/marlondev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/marlondev.json diff --git a/domains/marlondev.json b/domains/marlondev.json new file mode 100644 index 00000000000..2d65c962eb3 --- /dev/null +++ b/domains/marlondev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "overchernited", + "email": "mmarlon.ssantiago@gmail.com" + }, + "record": { + "CNAME": "chernitovets.github.io" + } +} From 805bd14783542ad38af2a934b8b0b948f6e994bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlon=20Hern=C3=A1ndez?= Date: Thu, 7 May 2026 13:14:56 -0500 Subject: [PATCH 02/92] Rename 'record' to 'records' in marlondev.json My error, i wrote record instead of records causing errors. sorry. --- domains/marlondev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/marlondev.json b/domains/marlondev.json index 2d65c962eb3..8bd35ed7c3b 100644 --- a/domains/marlondev.json +++ b/domains/marlondev.json @@ -3,7 +3,7 @@ "username": "overchernited", "email": "mmarlon.ssantiago@gmail.com" }, - "record": { + "records": { "CNAME": "chernitovets.github.io" } } From b147faf3524aeb3fe4d9c1fbf3189f50f584f838 Mon Sep 17 00:00:00 2001 From: Sasi Praneeth Reddy Sadhu Date: Fri, 24 Jul 2026 16:44:45 -0400 Subject: [PATCH 03/92] Add sasi.json for domain configuration --- domains/sasi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sasi.json diff --git a/domains/sasi.json b/domains/sasi.json new file mode 100644 index 00000000000..974399d179c --- /dev/null +++ b/domains/sasi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sasi-Praneeth-Reddy", + "email": "sasipraneethreddy.sadhu@gmail.com" + }, + "records": { + "CNAME": "portfolio-v1-sasi17.vercel.app/" + } +} From f73b45d2f3f06452369298c07816ab9768668f35 Mon Sep 17 00:00:00 2001 From: Sasi Praneeth Reddy Sadhu Date: Mon, 27 Jul 2026 13:03:35 -0400 Subject: [PATCH 04/92] Update owner email and change DNS records I am providing the vercel A type value. --- domains/sasi.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/sasi.json b/domains/sasi.json index 974399d179c..4e158dcae1a 100644 --- a/domains/sasi.json +++ b/domains/sasi.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Sasi-Praneeth-Reddy", - "email": "sasipraneethreddy.sadhu@gmail.com" - }, - "records": { - "CNAME": "portfolio-v1-sasi17.vercel.app/" - } + "owner": { + "username": "Sasi-Praneeth-Reddy", + "email": "sasi.praneethreddy@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } } From d6bac303bcea80f2748a4033cd44efc9b2910bcb Mon Sep 17 00:00:00 2001 From: Sasi Praneeth Reddy Sadhu Date: Mon, 27 Jul 2026 13:13:12 -0400 Subject: [PATCH 05/92] Add Vercel configuration for domain verification --- domains/_vercel.sasi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.sasi.json diff --git a/domains/_vercel.sasi.json b/domains/_vercel.sasi.json new file mode 100644 index 00000000000..b536819bdef --- /dev/null +++ b/domains/_vercel.sasi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sasi-Praneeth-Reddy", + "email": "sasi.praneethreddy@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=sasi.is-a.dev,a7daad2c0e0cd1195375" + } +} From 19c7ae2e8e9cae23889046e68aa2f4b7eb4ae40f Mon Sep 17 00:00:00 2001 From: Ali Muhammad Date: Tue, 28 Jul 2026 18:37:28 +0500 Subject: [PATCH 06/92] Add alianalytics.json configuration file --- domains/alianalytics.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/alianalytics.json diff --git a/domains/alianalytics.json b/domains/alianalytics.json new file mode 100644 index 00000000000..4a2a9451329 --- /dev/null +++ b/domains/alianalytics.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alimuhammadshaker-png", + "email": "alimuhammadshaker@gmail.com" + }, + "records": { + "CNAME": "custom-domains.chatgpt.site." + }, + "proxied": false +} From e2b5788f58b636cf5200a0f25931eacac01a026b Mon Sep 17 00:00:00 2001 From: Ali Muhammad Date: Tue, 28 Jul 2026 18:58:11 +0500 Subject: [PATCH 07/92] Add OpenAI site verification JSON file --- domains/_openai-site-verification.alianalytics.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_openai-site-verification.alianalytics.json diff --git a/domains/_openai-site-verification.alianalytics.json b/domains/_openai-site-verification.alianalytics.json new file mode 100644 index 00000000000..56861f9f999 --- /dev/null +++ b/domains/_openai-site-verification.alianalytics.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alimuhammadshaker-png", + "email": "alimuhammadshaker@gmail.com" + }, + "records": { + "TXT": "openai-site-verification=BtDf-vgzHeWeQEIRDTzAZr4dsQPWnWg4yrhiECDiiwI" + }, + "proxied": false +} From 93eeb106873ac04c5c5a6e27ea85a0ad3672b458 Mon Sep 17 00:00:00 2001 From: Ali Muhammad Date: Tue, 28 Jul 2026 19:01:56 +0500 Subject: [PATCH 08/92] Add _cf-custom-hostname configuration file --- domains/_cf-custom-hostname.alianalytics.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_cf-custom-hostname.alianalytics.json diff --git a/domains/_cf-custom-hostname.alianalytics.json b/domains/_cf-custom-hostname.alianalytics.json new file mode 100644 index 00000000000..d68218c0c08 --- /dev/null +++ b/domains/_cf-custom-hostname.alianalytics.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alimuhammadshaker-png", + "email": "alimuhammadshaker@gmail.com" + }, + "records": { + "TXT": "678ea3f2-ba25-4e80-a919-fdd3bac121ac" + }, + "proxied": false +} From 5558ba1cc07a2f04aac5eac16f38312aa1640788 Mon Sep 17 00:00:00 2001 From: Ali Muhammad Date: Tue, 28 Jul 2026 19:30:15 +0500 Subject: [PATCH 09/92] Fix CNAME record in alianalytics.json Removed trailing dot from CNAME record. --- domains/alianalytics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alianalytics.json b/domains/alianalytics.json index 4a2a9451329..9c0aedd4375 100644 --- a/domains/alianalytics.json +++ b/domains/alianalytics.json @@ -4,7 +4,7 @@ "email": "alimuhammadshaker@gmail.com" }, "records": { - "CNAME": "custom-domains.chatgpt.site." + "CNAME": "custom-domains.chatgpt.site" }, "proxied": false } From 1ab5e514294e0b95374f45f7eca4245c44cf702e Mon Sep 17 00:00:00 2001 From: jdmrtne Date: Wed, 29 Jul 2026 19:49:02 +0800 Subject: [PATCH 10/92] Add jdmrtne.json for domain configuration --- domains/jdmrtne.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jdmrtne.json diff --git a/domains/jdmrtne.json b/domains/jdmrtne.json new file mode 100644 index 00000000000..27cfb175345 --- /dev/null +++ b/domains/jdmrtne.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jdmrtne", + "email": "judemrtne@gmail.com" + }, + "records": { + "A": ["192.0.2.1"] + } +} From ccb3fd2c721e0f8f90b69d6952a0383fe7c65e81 Mon Sep 17 00:00:00 2001 From: jdmrtne Date: Wed, 29 Jul 2026 20:00:52 +0800 Subject: [PATCH 11/92] Replace A record with CNAME record in JSON --- domains/jdmrtne.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jdmrtne.json b/domains/jdmrtne.json index 27cfb175345..2fed42f15c6 100644 --- a/domains/jdmrtne.json +++ b/domains/jdmrtne.json @@ -4,6 +4,6 @@ "email": "judemrtne@gmail.com" }, "records": { - "A": ["192.0.2.1"] + "CNAME": "jdmrtne.github.io" } } From 3d36f29e42c6245a24ad4dc8b48f26041ad6af70 Mon Sep 17 00:00:00 2001 From: jdmrtne Date: Wed, 29 Jul 2026 23:23:10 +0800 Subject: [PATCH 12/92] Update CNAME record to point to new domain --- domains/jdmrtne.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jdmrtne.json b/domains/jdmrtne.json index 2fed42f15c6..4804c572e32 100644 --- a/domains/jdmrtne.json +++ b/domains/jdmrtne.json @@ -4,6 +4,6 @@ "email": "judemrtne@gmail.com" }, "records": { - "CNAME": "jdmrtne.github.io" + "CNAME": "devjude.vercel.app" } } From 13b6fb8d2137ee298ee7c30dc2039b48a6704915 Mon Sep 17 00:00:00 2001 From: Mohaideen Jamal Date: Thu, 30 Jul 2026 10:45:54 +0300 Subject: [PATCH 13/92] Create mohaideenjamal.json --- domains/mohaideenjamal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mohaideenjamal.json diff --git a/domains/mohaideenjamal.json b/domains/mohaideenjamal.json new file mode 100644 index 00000000000..c3a2cc9a0a3 --- /dev/null +++ b/domains/mohaideenjamal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mohaideenjamal", + "email": "mohaideenjamallink@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From b68032832fbd7833fbbce05151ffe4d2664cc222 Mon Sep 17 00:00:00 2001 From: Mohaideen Jamal Date: Thu, 30 Jul 2026 10:46:56 +0300 Subject: [PATCH 14/92] Create _vercel.mohaideenjamal.json --- domains/_vercel.mohaideenjamal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.mohaideenjamal.json diff --git a/domains/_vercel.mohaideenjamal.json b/domains/_vercel.mohaideenjamal.json new file mode 100644 index 00000000000..af857ea3bba --- /dev/null +++ b/domains/_vercel.mohaideenjamal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mohaideenjamal", + "email": "mohaideenjamallink@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=mohaideenjamal.is-a.dev,7edcae1e7a8cacfa7b21" + } +} From c9dfc46a24c4cb3ef77da969bbe8c7030d8d5928 Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Thu, 30 Jul 2026 15:37:37 +0500 Subject: [PATCH 15/92] Add server configuration for domain records --- domains/server | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/server diff --git a/domains/server b/domains/server new file mode 100644 index 00000000000..d144797508e --- /dev/null +++ b/domains/server @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FahadNaeem424", + "email": "fahadnaeem424@gmail.com" + }, + "records": { + "A": ["129.213.59.48"] + } +} From 77ee176e5045003a41ee46a13882ed68b4d29459 Mon Sep 17 00:00:00 2001 From: Piyush Sagar Date: Thu, 30 Jul 2026 16:22:41 +0530 Subject: [PATCH 16/92] Add JSON configuration files for domain verification --- domains/_vercel.piyushsagar.json | 8 ++++++++ domains/piyushsagar.json | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.piyushsagar.json create mode 100644 domains/piyushsagar.json diff --git a/domains/_vercel.piyushsagar.json b/domains/_vercel.piyushsagar.json new file mode 100644 index 00000000000..1aaa65a5d77 --- /dev/null +++ b/domains/_vercel.piyushsagar.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Piyush-Sagar" + }, + "records": { + "TXT": "vc-domain-verify=piyushsagar.is-a.dev,fb3e1450588dbcc762d6" + } +} \ No newline at end of file diff --git a/domains/piyushsagar.json b/domains/piyushsagar.json new file mode 100644 index 00000000000..3a2345b74b2 --- /dev/null +++ b/domains/piyushsagar.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Piyush-Sagar" + }, + "records": { + "A": [ + "216.198.79.1" + ] + } +} \ No newline at end of file From 60233205f29d9b446897d0ea1c44e90e18338e7a Mon Sep 17 00:00:00 2001 From: Piyush Sagar Date: Thu, 30 Jul 2026 16:27:51 +0530 Subject: [PATCH 17/92] Add email field to owner in JSON configuration files --- domains/_vercel.piyushsagar.json | 3 ++- domains/piyushsagar.json | 17 +++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/domains/_vercel.piyushsagar.json b/domains/_vercel.piyushsagar.json index 1aaa65a5d77..abfd1c41cc3 100644 --- a/domains/_vercel.piyushsagar.json +++ b/domains/_vercel.piyushsagar.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Piyush-Sagar" + "username": "Piyush-Sagar", + "email": "sagarpiyush.27@gmail.com" }, "records": { "TXT": "vc-domain-verify=piyushsagar.is-a.dev,fb3e1450588dbcc762d6" diff --git a/domains/piyushsagar.json b/domains/piyushsagar.json index 3a2345b74b2..5af78d9f687 100644 --- a/domains/piyushsagar.json +++ b/domains/piyushsagar.json @@ -1,10 +1,11 @@ { - "owner": { - "username": "Piyush-Sagar" - }, - "records": { - "A": [ - "216.198.79.1" - ] - } + "owner": { + "username": "Piyush-Sagar", + "email": "sagarpiyush.27@gmail.com" + }, + "records": { + "A": [ + "216.198.79.1" + ] + } } \ No newline at end of file From 969c2a0a106fbd39cd71cf41749e94cd5ffdcb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neisser=20Torres=20Pe=C3=B1a?= <103004569+neisserdev@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:21:15 -0400 Subject: [PATCH 18/92] Add neisser.json for domain configuration --- domains/neisser.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/neisser.json diff --git a/domains/neisser.json b/domains/neisser.json new file mode 100644 index 00000000000..e4e5aad759d --- /dev/null +++ b/domains/neisser.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "neisserdev" + }, + "records": { + "A": "216.198.79.1" + } +} From 0c170dd519ca228629dbd9ab647be27466e38081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neisser=20Torres=20Pe=C3=B1a?= <103004569+neisserdev@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:22:41 -0400 Subject: [PATCH 19/92] Add Vercel domain configuration for neisserdev --- domains/_vercel.neisser.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.neisser.json diff --git a/domains/_vercel.neisser.json b/domains/_vercel.neisser.json new file mode 100644 index 00000000000..8c88b61dd43 --- /dev/null +++ b/domains/_vercel.neisser.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "neisserdev" + }, + "records": { + "TXT": "vc-domain-verify=neisser.is-a.dev,a5a3585612a28d2aa5bc" + } +} From 298d20ffec0dfe33f6455278c276397fe4077ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neisser=20Torres=20Pe=C3=B1a?= <103004569+neisserdev@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:24:27 -0400 Subject: [PATCH 20/92] Add www.neisser.json for domain configuration --- domains/www.neisser.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/www.neisser.json diff --git a/domains/www.neisser.json b/domains/www.neisser.json new file mode 100644 index 00000000000..90177ccefbf --- /dev/null +++ b/domains/www.neisser.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "neisserdev" + }, + "records": { + "CNAME": "25650de11d572035.vercel-dns-017.com" + } +} From 413c93d61e7262d05860b0595df680ae91bd60f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neisser=20Torres=20Pe=C3=B1a?= <103004569+neisserdev@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:30:08 -0400 Subject: [PATCH 21/92] Add email and change A record format in neisser.json --- domains/neisser.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/neisser.json b/domains/neisser.json index e4e5aad759d..c9ba86bd8d0 100644 --- a/domains/neisser.json +++ b/domains/neisser.json @@ -1,8 +1,11 @@ { "owner": { - "username": "neisserdev" + "username": "neisserdev", + "email": "benjamdoley@gmail.com" }, "records": { - "A": "216.198.79.1" + "A": [ + "216.198.79.1" + ] } } From ec5a2620282ab0177814267baa8770d4ec0e00d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neisser=20Torres=20Pe=C3=B1a?= <103004569+neisserdev@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:31:43 -0400 Subject: [PATCH 22/92] Add email to owner in _vercel.neisser.json Added email field to the owner object. --- domains/_vercel.neisser.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.neisser.json b/domains/_vercel.neisser.json index 8c88b61dd43..e282476d32f 100644 --- a/domains/_vercel.neisser.json +++ b/domains/_vercel.neisser.json @@ -1,6 +1,7 @@ { "owner": { - "username": "neisserdev" + "username": "neisserdev", + "email": "benjamdoley@gmail.com" }, "records": { "TXT": "vc-domain-verify=neisser.is-a.dev,a5a3585612a28d2aa5bc" From b540188ee227433a6255fc475a77ca90cf974460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neisser=20Torres=20Pe=C3=B1a?= <103004569+neisserdev@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:32:29 -0400 Subject: [PATCH 23/92] Delete domains/www.neisser.json --- domains/www.neisser.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 domains/www.neisser.json diff --git a/domains/www.neisser.json b/domains/www.neisser.json deleted file mode 100644 index 90177ccefbf..00000000000 --- a/domains/www.neisser.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "neisserdev" - }, - "records": { - "CNAME": "25650de11d572035.vercel-dns-017.com" - } -} From 4ae5ceeb58c1024a98bc34820e92371ef446702d Mon Sep 17 00:00:00 2001 From: Johnny7691 <76558233+Johnny7691@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:59:22 +0200 Subject: [PATCH 24/92] Add JSON configuration for johnnykhondowe domain --- domains/johnnykhondowe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/johnnykhondowe.json diff --git a/domains/johnnykhondowe.json b/domains/johnnykhondowe.json new file mode 100644 index 00000000000..c892c37e227 --- /dev/null +++ b/domains/johnnykhondowe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Johnny7691", + "email": "johnnykhondowe6@gmail.com" + }, + "records": { + "CNAME": "custom-domains.chatgpt.site" + } +} From 3c5a4b4d9452e3c0d2715e0fbcf3816b9dcd529c Mon Sep 17 00:00:00 2001 From: Johnny7691 <76558233+Johnny7691@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:03:33 +0200 Subject: [PATCH 25/92] Add OpenAI site verification JSON file --- domains/_openai-site-verification.johnnykhondowe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_openai-site-verification.johnnykhondowe.json diff --git a/domains/_openai-site-verification.johnnykhondowe.json b/domains/_openai-site-verification.johnnykhondowe.json new file mode 100644 index 00000000000..c0b8aebd7d9 --- /dev/null +++ b/domains/_openai-site-verification.johnnykhondowe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Johnny7691", + "email": "johnnykhondowe6@gmail.com" + }, + "records": { + "TXT": "openai-site-verification=6pAxUcWWNt0vnPFfQXp-wb8Hs4hwu5odMjJjA4hX5f0" + } +} From 607927c0739914abeaf86b2bb497a95e1e1e8a40 Mon Sep 17 00:00:00 2001 From: Johnny7691 <76558233+Johnny7691@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:04:09 +0200 Subject: [PATCH 26/92] Add JSON configuration for custom hostname --- domains/_cf-custom-hostname.johnnykhondowe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_cf-custom-hostname.johnnykhondowe.json diff --git a/domains/_cf-custom-hostname.johnnykhondowe.json b/domains/_cf-custom-hostname.johnnykhondowe.json new file mode 100644 index 00000000000..7674f746b5d --- /dev/null +++ b/domains/_cf-custom-hostname.johnnykhondowe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Johnny7691", + "email": "johnnykhondowe6@gmail.com" + }, + "records": { + "TXT": "d1747b96-d255-4f91-b404-847f8d50e9bb" + } +} From 08691ffe9b7f68c4c76f149002ad5ec2fbcb0b96 Mon Sep 17 00:00:00 2001 From: Jingyuan <94727401+Jingyuan-Zheng@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:49:47 +0200 Subject: [PATCH 27/92] Fix CV language redirects --- domains/cv.zjy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cv.zjy.json b/domains/cv.zjy.json index 41159c49c8f..f4f49b5b9e9 100644 --- a/domains/cv.zjy.json +++ b/domains/cv.zjy.json @@ -9,6 +9,6 @@ "custom_paths": { "/zh": "https://jingyuan-zheng.github.io/zh/%E5%85%B3%E4%BA%8E%E6%88%91/" }, - "redirect_paths": true + "redirect_paths": false } } From c5809d7556010609b5febfdccd60d4a41581763a Mon Sep 17 00:00:00 2001 From: Zohaib Opai Date: Fri, 31 Jul 2026 16:12:14 +0500 Subject: [PATCH 28/92] Add zohaibopai.json for domain configuration --- domains/zohaibopai.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/zohaibopai.json diff --git a/domains/zohaibopai.json b/domains/zohaibopai.json new file mode 100644 index 00000000000..e0d11188b4b --- /dev/null +++ b/domains/zohaibopai.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ZohaibOpai" + "email": "zohaibdude2505@gmail.com" + + }, + "record": { + "CNAME": "personal-portfolio-five-gray-65.vercel.app" + } +} From a4b181e106ac7422fd37a0ca1fb045c16b0be20e Mon Sep 17 00:00:00 2001 From: Zohaib Opai Date: Fri, 31 Jul 2026 16:17:32 +0500 Subject: [PATCH 29/92] Fix JSON formatting for username entry --- domains/zohaibopai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zohaibopai.json b/domains/zohaibopai.json index e0d11188b4b..1e114d89b11 100644 --- a/domains/zohaibopai.json +++ b/domains/zohaibopai.json @@ -1,6 +1,6 @@ { "owner": { - "username": "ZohaibOpai" + "username": "ZohaibOpai" , "email": "zohaibdude2505@gmail.com" }, From a74a995632ee0c0255c299e235d16be8b1b919dd Mon Sep 17 00:00:00 2001 From: Zohaib Opai Date: Fri, 31 Jul 2026 16:17:50 +0500 Subject: [PATCH 30/92] Update zohaibopai.json From b06f8cf76250745076d5a74b29cbc5f5d0b38f1f Mon Sep 17 00:00:00 2001 From: Asad Developer Date: Fri, 31 Jul 2026 16:54:18 +0500 Subject: [PATCH 31/92] Create _vercel.asad-mujtaba.json --- domains/_vercel.asad-mujtaba.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.asad-mujtaba.json diff --git a/domains/_vercel.asad-mujtaba.json b/domains/_vercel.asad-mujtaba.json new file mode 100644 index 00000000000..c264ef019a7 --- /dev/null +++ b/domains/_vercel.asad-mujtaba.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asad-developer99", + "email": "asad.developer99@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=asad-mujtaba.is-a.dev,0c7e5c512c44f46e442a" + } + } From 75012499f2acf05f3be5e24239aa1075c071061e Mon Sep 17 00:00:00 2001 From: jdmrtne Date: Fri, 31 Jul 2026 20:50:14 +0800 Subject: [PATCH 32/92] Update DNS records in jdmrtne.json --- domains/jdmrtne.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jdmrtne.json b/domains/jdmrtne.json index 4804c572e32..5a263a75d57 100644 --- a/domains/jdmrtne.json +++ b/domains/jdmrtne.json @@ -4,6 +4,6 @@ "email": "judemrtne@gmail.com" }, "records": { - "CNAME": "devjude.vercel.app" + "A": ["216.198.79.1"] } } From b8bbdba2ef4f2216d30070e0dd0570539f19d38c Mon Sep 17 00:00:00 2001 From: jdmrtne Date: Fri, 31 Jul 2026 21:00:24 +0800 Subject: [PATCH 33/92] Add Vercel domain verification configuration --- domains/_vercel.jdmrtne.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.jdmrtne.json diff --git a/domains/_vercel.jdmrtne.json b/domains/_vercel.jdmrtne.json new file mode 100644 index 00000000000..eaf4b2dd0ab --- /dev/null +++ b/domains/_vercel.jdmrtne.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jdmrtne", + "email": "judemrtne@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=jdmrtne.is-a.dev,a80dc19b1f1a3b281246" + } +} From ac723ee44d1e7f235ddd01ef724db2a341c304a7 Mon Sep 17 00:00:00 2001 From: luken Date: Fri, 31 Jul 2026 15:48:08 +0200 Subject: [PATCH 34/92] Update lourenco.json --- domains/lourenco.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/lourenco.json b/domains/lourenco.json index c4c06068167..51c6cd4511b 100644 --- a/domains/lourenco.json +++ b/domains/lourenco.json @@ -3,6 +3,14 @@ "username": "crytsalsl2" }, "records": { - "A": ["216.198.79.1"] + "A": [ + "216.198.79.1" + ], + "MX": [ + { + "priority": 10, + "target": "inbound-smtp.eu-west-1.amazonaws.com" + } + ] } } From a67d5a5ff058ddc12d4e6f120705df8f91902a58 Mon Sep 17 00:00:00 2001 From: luken Date: Fri, 31 Jul 2026 15:48:29 +0200 Subject: [PATCH 35/92] Create send.lourenco.json --- domains/send.lourenco.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/send.lourenco.json diff --git a/domains/send.lourenco.json b/domains/send.lourenco.json new file mode 100644 index 00000000000..99f2709ef88 --- /dev/null +++ b/domains/send.lourenco.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "crytsalsl2" + }, + "records": { + "MX": [ + { + "priority": 10, + "target": "feedback-smtp.eu-west-1.amazonses.com" + } + ], + "TXT": "v=spf1 include:amazonses.com ~all" + } +} From e151fc2483f463a170016de45870802cc2af6956 Mon Sep 17 00:00:00 2001 From: luken Date: Fri, 31 Jul 2026 15:48:42 +0200 Subject: [PATCH 36/92] Create resend._domainkey.lourenco.json --- domains/resend._domainkey.lourenco.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/resend._domainkey.lourenco.json diff --git a/domains/resend._domainkey.lourenco.json b/domains/resend._domainkey.lourenco.json new file mode 100644 index 00000000000..bbcfa5ceb67 --- /dev/null +++ b/domains/resend._domainkey.lourenco.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "crytsalsl2" + }, + "records": { + "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaMSllvh3WRlK3pXdOJ1fPbypFZFSyXq0CqtgGsEbBnevYAIwHI9DdSqcUW9BUlyXH3EmDRp0EEJowCLUVzTw4Tkda24NyYRigumu1llM0xyXm8M5EqHcMeZZbt480+k/EOKoRiV55nMgJUebZKWMw/ARFM20UbKQZDCWkWlbUoQIDAQAB" + } +} From 423fef27a2ad86c6819c0d10f62e0928e6a26805 Mon Sep 17 00:00:00 2001 From: luken Date: Fri, 31 Jul 2026 15:48:59 +0200 Subject: [PATCH 37/92] Create _dmarc.lourenco.json --- domains/_dmarc.lourenco.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_dmarc.lourenco.json diff --git a/domains/_dmarc.lourenco.json b/domains/_dmarc.lourenco.json new file mode 100644 index 00000000000..0ee16b9cb69 --- /dev/null +++ b/domains/_dmarc.lourenco.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "crytsalsl2" + }, + "records": { + "TXT": "v=DMARC1; p=none;" + } +} From d479f5993858362d45d817c19c16ed01b4e02acc Mon Sep 17 00:00:00 2001 From: luken Date: Fri, 31 Jul 2026 15:50:45 +0200 Subject: [PATCH 38/92] Update lourenco.json From e741cdce8d040ac29884d179e36a0a2a39aa5af0 Mon Sep 17 00:00:00 2001 From: luken Date: Fri, 31 Jul 2026 15:51:24 +0200 Subject: [PATCH 39/92] Update lourenco.json From ddca317022210296974874d3e15ea38d95ba4c18 Mon Sep 17 00:00:00 2001 From: Ahmed Talaat <163349195+a7med-Talaat@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:14:32 +0300 Subject: [PATCH 40/92] Add a7medtal3at.json for domain configuration --- domains/a7medtal3at.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/a7medtal3at.json diff --git a/domains/a7medtal3at.json b/domains/a7medtal3at.json new file mode 100644 index 00000000000..2bc784b837c --- /dev/null +++ b/domains/a7medtal3at.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "a7med-Talaat", + "email": "ahmedtalaatsalah05@gmail.com" + }, + "records": { + "CNAME": "ahmedtal3at.vercel.app" + } +} From b2ca8d2ef41f215a82e7a8f368842eb5427a8a09 Mon Sep 17 00:00:00 2001 From: Sethru Wijayawansha <163238938+itzSD0811@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:39:23 +0530 Subject: [PATCH 41/92] Add sethru.json for domain configuration --- domains/sethru.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sethru.json diff --git a/domains/sethru.json b/domains/sethru.json new file mode 100644 index 00000000000..804dd09d00f --- /dev/null +++ b/domains/sethru.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itzSD0811", + "email": "microsd0811@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 7e9a35a9f529faa55393050ca79188fee9d50d39 Mon Sep 17 00:00:00 2001 From: Sethru Wijayawansha <163238938+itzSD0811@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:40:16 +0530 Subject: [PATCH 42/92] Add Vercel domain configuration file --- domains/_vercel.sethru.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.sethru.json diff --git a/domains/_vercel.sethru.json b/domains/_vercel.sethru.json new file mode 100644 index 00000000000..ee47b9a0b3b --- /dev/null +++ b/domains/_vercel.sethru.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itzsd0811", + "email": "microsd0811@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=sethru.is-a.dev,215440b87d039eb7ebcc" + } +} From 908f270c9292b606466ce9ea7569e4a0af666cf1 Mon Sep 17 00:00:00 2001 From: Karim Muhamamd <165163355+KariMuhammad@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:23:45 +0300 Subject: [PATCH 43/92] Add domain configuration for karim.algibaby --- domains/karim.algibaby | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/karim.algibaby diff --git a/domains/karim.algibaby b/domains/karim.algibaby new file mode 100644 index 00000000000..0a574bc6d54 --- /dev/null +++ b/domains/karim.algibaby @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KariMuhammad", + "email": "kimoomar005@gmail.com" + }, + "records": { + "CNAME": "https://karim-muhammad.kimoomar005.workers.dev/" + } +} From 328644cfbbf362ccb396c31f01686eda1f44356b Mon Sep 17 00:00:00 2001 From: Karim Muhamamd <165163355+KariMuhammad@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:28:25 +0300 Subject: [PATCH 44/92] Rename karim.algibaby to karim.algibaby.json --- domains/{karim.algibaby => karim.algibaby.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{karim.algibaby => karim.algibaby.json} (100%) diff --git a/domains/karim.algibaby b/domains/karim.algibaby.json similarity index 100% rename from domains/karim.algibaby rename to domains/karim.algibaby.json From 787605031d154952f0bb5c47fba38ab02e15a77f Mon Sep 17 00:00:00 2001 From: Karim Muhamamd <165163355+KariMuhammad@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:31:17 +0300 Subject: [PATCH 45/92] Update CNAME record format in JSON --- domains/karim.algibaby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/karim.algibaby.json b/domains/karim.algibaby.json index 0a574bc6d54..c34abe56d80 100644 --- a/domains/karim.algibaby.json +++ b/domains/karim.algibaby.json @@ -4,6 +4,6 @@ "email": "kimoomar005@gmail.com" }, "records": { - "CNAME": "https://karim-muhammad.kimoomar005.workers.dev/" + "CNAME": "karim-muhammad.kimoomar005.workers.dev" } } From a8b6c8f1262fc500c1146ada75cff5cc2769480f Mon Sep 17 00:00:00 2001 From: Karim Muhamamd <165163355+KariMuhammad@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:33:11 +0300 Subject: [PATCH 46/92] Update CNAME record to new Vercel URL --- domains/karim.algibaby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/karim.algibaby.json b/domains/karim.algibaby.json index c34abe56d80..d67f0aa6f8c 100644 --- a/domains/karim.algibaby.json +++ b/domains/karim.algibaby.json @@ -4,6 +4,6 @@ "email": "kimoomar005@gmail.com" }, "records": { - "CNAME": "karim-muhammad.kimoomar005.workers.dev" + "CNAME": "full-portfolio-eight.vercel.app" } } From 0ce725dcc053d9620049246c683bd6b744bc2b8f Mon Sep 17 00:00:00 2001 From: Karim Muhamamd <165163355+KariMuhammad@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:38:39 +0300 Subject: [PATCH 47/92] Rename karim.algibaby.json to karim-algibaby.json --- domains/{karim.algibaby.json => karim-algibaby.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{karim.algibaby.json => karim-algibaby.json} (100%) diff --git a/domains/karim.algibaby.json b/domains/karim-algibaby.json similarity index 100% rename from domains/karim.algibaby.json rename to domains/karim-algibaby.json From 89511160b54ba5c010423515217013484af298d9 Mon Sep 17 00:00:00 2001 From: Sasi Praneeth Reddy Sadhu Date: Fri, 31 Jul 2026 12:45:48 -0400 Subject: [PATCH 48/92] Replace A record with CNAME in sasi.json --- domains/sasi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sasi.json b/domains/sasi.json index 4e158dcae1a..87303f93e2a 100644 --- a/domains/sasi.json +++ b/domains/sasi.json @@ -4,6 +4,6 @@ "email": "sasi.praneethreddy@gmail.com" }, "records": { - "A": ["216.198.79.1"] + "CNAME": "sspr09.web.app" } } From 3091400bf60202022ac3976d9d35b2aba5fad829 Mon Sep 17 00:00:00 2001 From: Karim Muhamamd <165163355+KariMuhammad@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:05:08 +0300 Subject: [PATCH 49/92] Update CNAME record for karim-algibaby --- domains/karim-algibaby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/karim-algibaby.json b/domains/karim-algibaby.json index d67f0aa6f8c..7e81c848e30 100644 --- a/domains/karim-algibaby.json +++ b/domains/karim-algibaby.json @@ -4,6 +4,6 @@ "email": "kimoomar005@gmail.com" }, "records": { - "CNAME": "full-portfolio-eight.vercel.app" + "CNAME": "karim-algibaby.vercel.app" } } From 80b758ac5776a798a87026360961b15478a65cb8 Mon Sep 17 00:00:00 2001 From: Jstarzz <136287579+Jstarzz@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:53:50 -0400 Subject: [PATCH 50/92] Add josiah.is-a.dev --- domains/josiah.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/josiah.json diff --git a/domains/josiah.json b/domains/josiah.json new file mode 100644 index 00000000000..311c6375a96 --- /dev/null +++ b/domains/josiah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jstarzz", + "email": "josiahdavis321@gmail.com" + }, + "records": { + "CNAME": "jstarzz.github.io" + } +} From 02a6c22d6763bc987c9512ea76942e4496cfd327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ng=E1=BB=8Dc=20Minh=20Tri=E1=BA=BFt?= <87625652+alotritne@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:25:13 +0700 Subject: [PATCH 51/92] Update mtriet.json --- domains/mtriet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mtriet.json b/domains/mtriet.json index 7169af98aed..5a1682103ad 100644 --- a/domains/mtriet.json +++ b/domains/mtriet.json @@ -5,6 +5,6 @@ "facebook": "https://www.facebook.com/alotritne" }, "records": { - "CNAME": "my-blog-421o.onrender.com" + "CNAME": "mtriet-portfolio.onrender.com" } } From f7ddd198fa0b7566e67b35b269143bfa2b8cd474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ng=E1=BB=8Dc=20Minh=20Tri=E1=BA=BFt?= <87625652+alotritne@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:28:34 +0700 Subject: [PATCH 52/92] Create api.mtriet.json --- domains/api.mtriet.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/api.mtriet.json diff --git a/domains/api.mtriet.json b/domains/api.mtriet.json new file mode 100644 index 00000000000..12905cbf850 --- /dev/null +++ b/domains/api.mtriet.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alotritne", + "email": "alotritne@gmail.com", + "facebook": "https://www.facebook.com/alotritne" + }, + "records": { + "CNAME": "mtriet-portfolio-api.onrender.com" + } +} From e2ef3da09ec78dfe14ba65d4cde1055ca0ca0740 Mon Sep 17 00:00:00 2001 From: "Manish." <121482214+keirsalterego@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:10:34 +0530 Subject: [PATCH 53/92] keir.is-a.dev: point to GitHub Pages, drop email records --- domains/keir.json | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/domains/keir.json b/domains/keir.json index feed1457573..c8254cdc3b1 100644 --- a/domains/keir.json +++ b/domains/keir.json @@ -1,18 +1,9 @@ { - "owner": { - "username": "keirsalterego", - "email": "keirsalterego@gmail.com" - }, - "proxied": true, - "records": { - "CNAME": "keir.vercel.app", - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": [ - "v=spf1 a mx include:spf.forwardemail.net ~all", - "forward-email=manish:keirsalterego@gmail.com" - ] - } + "owner": { + "username": "keirsalterego", + "email": "keirsalterego@gmail.com" + }, + "records": { + "CNAME": "keirsalterego.github.io" + } } From fe1a3137d3beb70ef4d353aa912f9917ac7d4a11 Mon Sep 17 00:00:00 2001 From: Muhammad Ramzan Khan <72704184+ramzan1813@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:42:49 +0000 Subject: [PATCH 54/92] Add ramzankhan.json configuration file for domain records --- domains/ramzankhan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ramzankhan.json diff --git a/domains/ramzankhan.json b/domains/ramzankhan.json new file mode 100644 index 00000000000..95b8f3fe81d --- /dev/null +++ b/domains/ramzankhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ramzan1813", + "email": "ramzanniazi85@outlook.com" + }, + "records": { + "CNAME": "ramzan1813.github.io" + } +} From 3307328f03a278d4a4c1fcbcc887a03d5e35b060 Mon Sep 17 00:00:00 2001 From: marlon Date: Fri, 31 Jul 2026 14:39:20 -0500 Subject: [PATCH 55/92] feat: register marlon.is-a.dev --- domains/marlon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/marlon.json diff --git a/domains/marlon.json b/domains/marlon.json new file mode 100644 index 00000000000..410365b89b4 --- /dev/null +++ b/domains/marlon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "overchernited", + "email": "mmarlon.ssantiago@gmail.com" + }, + "records": { + "CNAME": "overchernited.github.io" + } +} From ea7a633f7530ffa7545fd9036bc08e54b42bd5c5 Mon Sep 17 00:00:00 2001 From: si nasser <99527916+NASSREDDINE-net@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:41:57 +0100 Subject: [PATCH 56/92] Add nassreddine.json with owner and records --- domains/nassreddine.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nassreddine.json diff --git a/domains/nassreddine.json b/domains/nassreddine.json new file mode 100644 index 00000000000..938b710555b --- /dev/null +++ b/domains/nassreddine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NASSREDDINE-net", + "email": "nassreddineelmakhlouq@gmail.com" + }, + "records": { + "CNAME": "nassreddine-net.github.io" + } +} From 6d00d6ffd11170e387c13db4ebe5cb927e674cee Mon Sep 17 00:00:00 2001 From: rubikmaster Date: Fri, 31 Jul 2026 17:05:41 -0400 Subject: [PATCH 57/92] Add greg.json with owner and records information --- domains/greg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/greg.json diff --git a/domains/greg.json b/domains/greg.json new file mode 100644 index 00000000000..7d5578c0178 --- /dev/null +++ b/domains/greg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ARubikMaster", + "email": "mrgregdev@proton.me" + }, + "records": { + "CNAME": "arubikmaster.github.io" + } +} From f0c8b8b67ae699cd1430e9cb3445e21a554659ec Mon Sep 17 00:00:00 2001 From: Tumininu <81719806+mercykolapo@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:20:41 +0100 Subject: [PATCH 58/92] Add tumi.json for domain configuration --- domains/tumi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tumi.json diff --git a/domains/tumi.json b/domains/tumi.json new file mode 100644 index 00000000000..928cad42c66 --- /dev/null +++ b/domains/tumi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mercykolapo", + "email": "mercyoluwatumininukolapo@gmail.com" + }, + "records": { + "CNAME": "latest-portfolio-cp2.pages.dev" + } +} From 5b2d494b6cf88191371b0255c0084e2a08250f52 Mon Sep 17 00:00:00 2001 From: Zohaib Opai Date: Sat, 1 Aug 2026 08:50:26 +0500 Subject: [PATCH 59/92] Rename 'record' to 'records' in JSON file --- domains/zohaibopai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zohaibopai.json b/domains/zohaibopai.json index 1e114d89b11..4c8b7ed6851 100644 --- a/domains/zohaibopai.json +++ b/domains/zohaibopai.json @@ -4,7 +4,7 @@ "email": "zohaibdude2505@gmail.com" }, - "record": { + "records": { "CNAME": "personal-portfolio-five-gray-65.vercel.app" } } From 36ddf7332deaaf463fbc2d46196ced7a218b2fa1 Mon Sep 17 00:00:00 2001 From: Kaivalya-11 <163290396+Kaivalya-11@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:38:02 +0530 Subject: [PATCH 60/92] Add corebytestudios.is-a.dev --- domains/corebytestudios.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/corebytestudios.json diff --git a/domains/corebytestudios.json b/domains/corebytestudios.json new file mode 100644 index 00000000000..c1a6e89adee --- /dev/null +++ b/domains/corebytestudios.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Kaivalya-11", + "email": "", + "discord": "" + }, + "record": { + "CNAME": "corebyte-studios.vercel.app" + } +} From be57566e238ebbe67f9374597058db92ec32b86c Mon Sep 17 00:00:00 2001 From: Kaivalya-11 <163290396+Kaivalya-11@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:59:44 +0530 Subject: [PATCH 61/92] updated --- domains/corebytestudios.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/corebytestudios.json b/domains/corebytestudios.json index c1a6e89adee..00093c5ca3e 100644 --- a/domains/corebytestudios.json +++ b/domains/corebytestudios.json @@ -1,10 +1,10 @@ { "owner": { "username": "Kaivalya-11", - "email": "", + "email": "kaivalyagavaskar1425@gmail.com", "discord": "" }, - "record": { + "records": { "CNAME": "corebyte-studios.vercel.app" } } From 75d16595f6fca6f89b45227da570f9f01b8aa82c Mon Sep 17 00:00:00 2001 From: Kaivalya-11 <163290396+Kaivalya-11@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:02:29 +0530 Subject: [PATCH 62/92] Update corebytestudios.json From af46bc582d0c71e662ce3546678b5940bc99c296 Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 09:44:54 +0500 Subject: [PATCH 63/92] Update A record IP address in fahadnaeem.json --- domains/fahadnaeem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fahadnaeem.json b/domains/fahadnaeem.json index 32bb672b796..d144797508e 100644 --- a/domains/fahadnaeem.json +++ b/domains/fahadnaeem.json @@ -4,6 +4,6 @@ "email": "fahadnaeem424@gmail.com" }, "records": { - "A": ["79.72.72.15"] + "A": ["129.213.59.48"] } } From 0893c6186c6b1037f90ed445a3fc2467a00c4e3c Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 09:55:23 +0500 Subject: [PATCH 64/92] Rename server to server.json --- domains/{server => server.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{server => server.json} (100%) diff --git a/domains/server b/domains/server.json similarity index 100% rename from domains/server rename to domains/server.json From 81d18c5fdfad60244244468c44fd2b3325d5de78 Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 09:58:49 +0500 Subject: [PATCH 65/92] Update A record IP address in server.json --- domains/server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.json b/domains/server.json index d144797508e..32bb672b796 100644 --- a/domains/server.json +++ b/domains/server.json @@ -4,6 +4,6 @@ "email": "fahadnaeem424@gmail.com" }, "records": { - "A": ["129.213.59.48"] + "A": ["79.72.72.15"] } } From 8276072b538e690c93b566210d8af92bcb019e5f Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 09:59:03 +0500 Subject: [PATCH 66/92] Update A record IP address in server.json --- domains/server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.json b/domains/server.json index 32bb672b796..d144797508e 100644 --- a/domains/server.json +++ b/domains/server.json @@ -4,6 +4,6 @@ "email": "fahadnaeem424@gmail.com" }, "records": { - "A": ["79.72.72.15"] + "A": ["129.213.59.48"] } } From 30dc3f82c83e29437fb801016b266608a65189da Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 10:01:01 +0500 Subject: [PATCH 67/92] Delete domains/server.json --- domains/server.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/server.json diff --git a/domains/server.json b/domains/server.json deleted file mode 100644 index d144797508e..00000000000 --- a/domains/server.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FahadNaeem424", - "email": "fahadnaeem424@gmail.com" - }, - "records": { - "A": ["129.213.59.48"] - } -} From 84e2e3adb508d8a39a4bec432af7fbf24d865e42 Mon Sep 17 00:00:00 2001 From: Juergen Law Laturisa Date: Sat, 1 Aug 2026 14:28:37 +0700 Subject: [PATCH 68/92] Add laturisa.json for personal portfolio website --- domains/laturisa.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/laturisa.json diff --git a/domains/laturisa.json b/domains/laturisa.json new file mode 100644 index 00000000000..7ab7b23de9a --- /dev/null +++ b/domains/laturisa.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/juergenlaturisa/JuergenLaturisa", + "owner": { + "username": "juergenlaturisa", + "email": "juergenllaturisa@gmail.com" + }, + "record": { + "CNAME": "juergenlaturisa.github.io" + } +} From 2c7821f20f0e7ac3de22c37177d98baa680fd8f9 Mon Sep 17 00:00:00 2001 From: Snahasish Dey <82492280+basic30@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:03:46 +0530 Subject: [PATCH 69/92] Add snahasish.json for domain configuration --- domains/snahasish.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/snahasish.json diff --git a/domains/snahasish.json b/domains/snahasish.json new file mode 100644 index 00000000000..1ae79be24a3 --- /dev/null +++ b/domains/snahasish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "basic30", + "email": "snahasishdey143@gmail.com" + }, + "records": { + "CNAME": "basic30.github.io" + } +} From cdaa3f6e2a46491c276c140a801b399480829d0f Mon Sep 17 00:00:00 2001 From: Juergen Law Laturisa Date: Sat, 1 Aug 2026 14:43:04 +0700 Subject: [PATCH 70/92] Update repository format in laturisa.json --- domains/laturisa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/laturisa.json b/domains/laturisa.json index 7ab7b23de9a..87f2b302497 100644 --- a/domains/laturisa.json +++ b/domains/laturisa.json @@ -1,11 +1,11 @@ { "description": "Personal portfolio website", - "repo": "https://github.com/juergenlaturisa/JuergenLaturisa", + "repo": "juergenlaturisa/JuergenLaturisa", "owner": { "username": "juergenlaturisa", "email": "juergenllaturisa@gmail.com" }, - "record": { + "records": { "CNAME": "juergenlaturisa.github.io" } } From 146cc3020b3a0f9aa1179c5b07a7d430e95d2859 Mon Sep 17 00:00:00 2001 From: Mayank Pandey Date: Sat, 1 Aug 2026 13:29:10 +0530 Subject: [PATCH 71/92] Update CNAME record in mynk.json --- domains/mynk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mynk.json b/domains/mynk.json index 8d7ddab6bc2..4e3bf402a84 100644 --- a/domains/mynk.json +++ b/domains/mynk.json @@ -3,6 +3,6 @@ "username": "Mayank-Pandey7" }, "records": { - "CNAME": "my-portfolio-ten-iota-82.vercel.app" + "CNAME": "portfolio-mayank-dev.vercel.app" } } From 9a05eb7e7e41789c46248fb5d6a4bd51c1584d53 Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 13:03:44 +0500 Subject: [PATCH 72/92] Update A record IP address in fahad.json --- domains/fahad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fahad.json b/domains/fahad.json index 32bb672b796..d144797508e 100644 --- a/domains/fahad.json +++ b/domains/fahad.json @@ -4,6 +4,6 @@ "email": "fahadnaeem424@gmail.com" }, "records": { - "A": ["79.72.72.15"] + "A": ["129.213.59.48"] } } From 85cf0ea4e7f82de4af61025e7811368feba98881 Mon Sep 17 00:00:00 2001 From: Jeffrey Lau Date: Sat, 1 Aug 2026 08:05:30 +0000 Subject: [PATCH 73/92] Register jeffreylau.is-a.dev --- domains/jeffreylau.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jeffreylau.json diff --git a/domains/jeffreylau.json b/domains/jeffreylau.json new file mode 100644 index 00000000000..2238c44d64f --- /dev/null +++ b/domains/jeffreylau.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "JeffreyLauDev", + "email": "jeffylau007@gmail.com" + }, + "records": { + "CNAME": "jeffreylaudev.github.io" + }, + "proxied": true +} From b707356832a7b494e6802b1b14fb75fde590372f Mon Sep 17 00:00:00 2001 From: Mayank Pandey Date: Sat, 1 Aug 2026 13:35:47 +0530 Subject: [PATCH 74/92] Update mynk.json to include TXT record Added TXT record for domain verification. --- domains/mynk.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/mynk.json b/domains/mynk.json index 4e3bf402a84..9d1e30c6266 100644 --- a/domains/mynk.json +++ b/domains/mynk.json @@ -3,6 +3,9 @@ "username": "Mayank-Pandey7" }, "records": { - "CNAME": "portfolio-mayank-dev.vercel.app" + "CNAME": "portfolio-mayank-dev.vercel.app", + "TXT": { + "_vercel": "vc-domain-verify=mynk.is-a.dev,4c43dd693ba0300bf262" + } } } From 86e7bc2d57fbddee801551211766b43a1e46285a Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 13:05:47 +0500 Subject: [PATCH 75/92] Update A record IP address in www.fahad.json --- domains/www.fahad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.fahad.json b/domains/www.fahad.json index 32bb672b796..d144797508e 100644 --- a/domains/www.fahad.json +++ b/domains/www.fahad.json @@ -4,6 +4,6 @@ "email": "fahadnaeem424@gmail.com" }, "records": { - "A": ["79.72.72.15"] + "A": ["129.213.59.48"] } } From 1d531dd96636fc5ad26421fa7559095fc1d79168 Mon Sep 17 00:00:00 2001 From: Fahad Naeem Date: Sat, 1 Aug 2026 13:06:38 +0500 Subject: [PATCH 76/92] Update A record IP address in JSON file --- domains/www.fahadnaeem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.fahadnaeem.json b/domains/www.fahadnaeem.json index 32bb672b796..d144797508e 100644 --- a/domains/www.fahadnaeem.json +++ b/domains/www.fahadnaeem.json @@ -4,6 +4,6 @@ "email": "fahadnaeem424@gmail.com" }, "records": { - "A": ["79.72.72.15"] + "A": ["129.213.59.48"] } } From 944f42f661fe18fde80b24da984a45d3b3e988e6 Mon Sep 17 00:00:00 2001 From: Mayank Pandey Date: Sat, 1 Aug 2026 13:37:19 +0530 Subject: [PATCH 77/92] Update mynk.json to remove TXT record Removed TXT record for domain verification. --- domains/mynk.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/mynk.json b/domains/mynk.json index 9d1e30c6266..4e3bf402a84 100644 --- a/domains/mynk.json +++ b/domains/mynk.json @@ -3,9 +3,6 @@ "username": "Mayank-Pandey7" }, "records": { - "CNAME": "portfolio-mayank-dev.vercel.app", - "TXT": { - "_vercel": "vc-domain-verify=mynk.is-a.dev,4c43dd693ba0300bf262" - } + "CNAME": "portfolio-mayank-dev.vercel.app" } } From bf98a1d4611cc8101f057a835bfa88a5c557ef11 Mon Sep 17 00:00:00 2001 From: Anandhu Sajan Date: Sat, 1 Aug 2026 11:09:50 +0300 Subject: [PATCH 78/92] Register anandhusajan.is-a.dev redirecting to anandhusajan.com --- domains/anandhusajan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/anandhusajan.json diff --git a/domains/anandhusajan.json b/domains/anandhusajan.json new file mode 100644 index 00000000000..a8d5327cbf0 --- /dev/null +++ b/domains/anandhusajan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anandhusajan", + "email": "mail@anandhusajan.com" + }, + "records": { + "URL": "https://anandhusajan.com" + } +} From 0da631a1bff2853654819a6aa28f27f3f7a87a6f Mon Sep 17 00:00:00 2001 From: nhan1012007 Date: Sat, 1 Aug 2026 16:05:54 +0700 Subject: [PATCH 79/92] Register artemiscutieee.is-a.dev --- domains/_vercel.artemiscutieee.json | 9 +++++++++ domains/artemiscutieee.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.artemiscutieee.json create mode 100644 domains/artemiscutieee.json diff --git a/domains/_vercel.artemiscutieee.json b/domains/_vercel.artemiscutieee.json new file mode 100644 index 00000000000..4b8ff0443ca --- /dev/null +++ b/domains/_vercel.artemiscutieee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BachNgungBang", + "email": "votrinhan1011@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=artemiscutieee.is-a.dev,fc6953479856de79ecd9" + } +} diff --git a/domains/artemiscutieee.json b/domains/artemiscutieee.json new file mode 100644 index 00000000000..3ade60dcd5f --- /dev/null +++ b/domains/artemiscutieee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BachNgungBang", + "email": "votrinhan1011@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 6367a404976c9b69193027ae71f5339b406d6ac0 Mon Sep 17 00:00:00 2001 From: parthyk Date: Sat, 1 Aug 2026 15:47:04 +0530 Subject: [PATCH 80/92] Add parthiban.is-a.dev --- domains/parthiban.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/parthiban.json diff --git a/domains/parthiban.json b/domains/parthiban.json new file mode 100644 index 00000000000..9c3d2c7d2f6 --- /dev/null +++ b/domains/parthiban.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "parthyk", + "email": "parthybank@gmail.com" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + }, + "proxied": false +} From 0362c1dc4c614e78f2d5efc7b474a6fff05850aa Mon Sep 17 00:00:00 2001 From: parthyk Date: Sat, 1 Aug 2026 16:07:10 +0530 Subject: [PATCH 81/92] Rename to parthybank.is-a.dev --- domains/{parthiban.json => parthybank.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{parthiban.json => parthybank.json} (100%) diff --git a/domains/parthiban.json b/domains/parthybank.json similarity index 100% rename from domains/parthiban.json rename to domains/parthybank.json From 52a3abbeb21dedd63c01359344d4446d392841a8 Mon Sep 17 00:00:00 2001 From: AWADHESH KUMAR Date: Sat, 1 Aug 2026 16:07:56 +0530 Subject: [PATCH 82/92] Add gccawadhesh.json for domain configuration --- domains/gccawadhesh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gccawadhesh.json diff --git a/domains/gccawadhesh.json b/domains/gccawadhesh.json new file mode 100644 index 00000000000..a7c2ed57dc8 --- /dev/null +++ b/domains/gccawadhesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gccawadhesh", + "email": "awadheshkumar210424@gmail.com" + }, + "records": { + "CNAME": "gccawadhesh.github.io" + } +} From df9ea820d7e91499379c0ea24054b212bee4a9fa Mon Sep 17 00:00:00 2001 From: "chon.dev" Date: Sat, 1 Aug 2026 18:56:24 +0800 Subject: [PATCH 83/92] Update chon.json --- domains/chon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/chon.json b/domains/chon.json index 6c3661c3356..be37be392b2 100644 --- a/domains/chon.json +++ b/domains/chon.json @@ -3,6 +3,6 @@ "username": "hey-chon" }, "records": { - "CNAME": "chon-portfolio.netlify.app" + "CNAME": "chondev-prtflio.netlify.app" } } From d737477b971ced5ddeb990dcd14ea271ff96df0c Mon Sep 17 00:00:00 2001 From: Victor Silva Date: Sat, 1 Aug 2026 09:12:44 -0300 Subject: [PATCH 84/92] Update domain owner details and CNAME record --- domains/victorsilva | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/victorsilva diff --git a/domains/victorsilva b/domains/victorsilva new file mode 100644 index 00000000000..65dfbf6a397 --- /dev/null +++ b/domains/victorsilva @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vmsilvamolina", + "email": "mail@victorsilva.com.uy" + }, + "records": { + "CNAME": "vmsilvamolina.github.io" + } +} From c7d8eac56eb79e7ce8e3d79ad661e98bd672a7f0 Mon Sep 17 00:00:00 2001 From: Victor Silva Date: Sat, 1 Aug 2026 09:19:58 -0300 Subject: [PATCH 85/92] Rename victorsilva to victorsilva.json --- domains/{victorsilva => victorsilva.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{victorsilva => victorsilva.json} (100%) diff --git a/domains/victorsilva b/domains/victorsilva.json similarity index 100% rename from domains/victorsilva rename to domains/victorsilva.json From 824530d9fc6c44e7f195f472c22a4ea272dd1e4b Mon Sep 17 00:00:00 2001 From: luken Date: Sat, 1 Aug 2026 15:22:35 +0200 Subject: [PATCH 86/92] Add newline at end of lourenco.json Fix JSON formatting by adding missing newline at end of file. From 81f7cc9428d8318ebec16e229b9bbe8e0f53b194 Mon Sep 17 00:00:00 2001 From: dragsbruh Date: Mon, 3 Aug 2026 11:16:12 +0530 Subject: [PATCH 87/92] Delete domains/_vercel.sasi.json --- domains/_vercel.sasi.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_vercel.sasi.json diff --git a/domains/_vercel.sasi.json b/domains/_vercel.sasi.json deleted file mode 100644 index b536819bdef..00000000000 --- a/domains/_vercel.sasi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sasi-Praneeth-Reddy", - "email": "sasi.praneethreddy@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=sasi.is-a.dev,a7daad2c0e0cd1195375" - } -} From 29c9bc152cf484dc4816aa1f73f73b0766c477a0 Mon Sep 17 00:00:00 2001 From: dragsbruh Date: Mon, 3 Aug 2026 11:24:07 +0530 Subject: [PATCH 88/92] Delete domains/marlondev.json --- domains/marlondev.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/marlondev.json diff --git a/domains/marlondev.json b/domains/marlondev.json deleted file mode 100644 index 8bd35ed7c3b..00000000000 --- a/domains/marlondev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "overchernited", - "email": "mmarlon.ssantiago@gmail.com" - }, - "records": { - "CNAME": "chernitovets.github.io" - } -} From 40617827211a1da6498634d99012fd6de750def3 Mon Sep 17 00:00:00 2001 From: dragsbruh Date: Mon, 3 Aug 2026 11:33:26 +0530 Subject: [PATCH 89/92] Update domains/corebytestudios.json --- domains/corebytestudios.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/corebytestudios.json b/domains/corebytestudios.json index 00093c5ca3e..fca39fc244c 100644 --- a/domains/corebytestudios.json +++ b/domains/corebytestudios.json @@ -1,8 +1,7 @@ { "owner": { "username": "Kaivalya-11", - "email": "kaivalyagavaskar1425@gmail.com", - "discord": "" + "email": "kaivalyagavaskar1425@gmail.com" }, "records": { "CNAME": "corebyte-studios.vercel.app" From 8086d7494cf3b54440a68c33fe5be6d27c5ef267 Mon Sep 17 00:00:00 2001 From: dragsbruh Date: Mon, 3 Aug 2026 11:34:38 +0530 Subject: [PATCH 90/92] Update domains/zohaibopai.json --- domains/zohaibopai.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/zohaibopai.json b/domains/zohaibopai.json index 4c8b7ed6851..79b1cd69bdc 100644 --- a/domains/zohaibopai.json +++ b/domains/zohaibopai.json @@ -1,8 +1,7 @@ { "owner": { "username": "ZohaibOpai" , - "email": "zohaibdude2505@gmail.com" - + "email": "zohaibdude2505@gmail.com" }, "records": { "CNAME": "personal-portfolio-five-gray-65.vercel.app" From 56d9390e5f228e22f3ce55d3f4b808920883cead Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Mon, 3 Aug 2026 12:45:23 +0530 Subject: [PATCH 91/92] Update mynk.json --- domains/mynk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mynk.json b/domains/mynk.json index 4e3bf402a84..7429a2d7f26 100644 --- a/domains/mynk.json +++ b/domains/mynk.json @@ -3,6 +3,6 @@ "username": "Mayank-Pandey7" }, "records": { - "CNAME": "portfolio-mayank-dev.vercel.app" + "CNAME": "portfolio-mayank-dev.vercel.app" } } From 3de000aa065c79dee0864fdc43586fe960015d67 Mon Sep 17 00:00:00 2001 From: Alexoy Vladimirov Date: Mon, 3 Aug 2026 16:22:02 +0700 Subject: [PATCH 92/92] add: nekoai.json --- domains/nekoai.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nekoai.json diff --git a/domains/nekoai.json b/domains/nekoai.json new file mode 100644 index 00000000000..3810745bef9 --- /dev/null +++ b/domains/nekoai.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ssdarealest", + "email": "ssdarealeast@proton.me", + "discord": "727497287777124414" + }, + "records": { + "NS": ["cartman.ns.cloudflare.com", "marlowe.ns.cloudflare.com"] + } +}