From 29597d85ef68fbcde122fd3f864dae908fa7977f Mon Sep 17 00:00:00 2001 From: SyRoxS1 Date: Wed, 8 Oct 2025 11:58:30 +0200 Subject: [PATCH 01/56] chore(): Create syroxs.json file --- domains/syroxs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/syroxs.json diff --git a/domains/syroxs.json b/domains/syroxs.json new file mode 100644 index 00000000000..4a5afe22a26 --- /dev/null +++ b/domains/syroxs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SyRoxS1", + "email": "[email protected]" + }, + "records": { + "A": ["5.39.72.152"] + } +} \ No newline at end of file From 7f342915899c308979a49d4bbc0946cd8c7df4c1 Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Mon, 27 Oct 2025 11:41:22 -0700 Subject: [PATCH 02/56] Replace CNAME record with TXT record for domain --- domains/tools.sukhi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tools.sukhi.json b/domains/tools.sukhi.json index cdd42b1041b..2021dc54ed2 100644 --- a/domains/tools.sukhi.json +++ b/domains/tools.sukhi.json @@ -3,6 +3,6 @@ "username": "callmesukhi" }, "records": { - "CNAME": "e5cf823ab1f85797.vercel-dns-017.com" + "TXT": "vc-domain-verify=tools.sukhi.is-a.dev,31937bb41e6dc6ce7144" } } From 4ad926c70626368db44705f9cb611d83e7bec5b7 Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Mon, 27 Oct 2025 13:49:37 -0700 Subject: [PATCH 03/56] Remove TXT and MX records from sukhi.json Removed TXT and MX records from sukhi.json. --- domains/sukhi.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/domains/sukhi.json b/domains/sukhi.json index 3adb82a455b..2c306c9b590 100644 --- a/domains/sukhi.json +++ b/domains/sukhi.json @@ -3,14 +3,6 @@ "username": "callmesukhi" }, "records": { - "A": ["216.198.79.1"], - "TXT": [ - "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCYai9FPrQzzXXpfQnOvpRuMSwKsdiqt0QUsycDt1+Qzty7LVj+zLjRB2p1ve+ACRh601TOgz+rwMlDUoxjsrGk4vIY/VEidLgBPY/LNd4NMbEf+OG4WVqASLaw8wGyip8pGVgDZCAgr30febQXhjMPuJ9oNSInWQc+873TfM3RoQIDAQAB", - "v=spf1 include:amazonses.com ~all", - "v=DMARC1; p=none;" - ], - "MX": [ - "feedback-smtp.us-east-1.amazonses.com" - ] + "A": ["216.198.79.1"] } } From 835ab9e0880123bd5c4be4fc75cfb659bbde5d6a Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Mon, 27 Oct 2025 13:51:12 -0700 Subject: [PATCH 04/56] Add JSON configuration for resend._domainkey --- domains/resend._domainkey.sukhi.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/resend._domainkey.sukhi.json diff --git a/domains/resend._domainkey.sukhi.json b/domains/resend._domainkey.sukhi.json new file mode 100644 index 00000000000..55d82a9c89b --- /dev/null +++ b/domains/resend._domainkey.sukhi.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "callmesukhi" + }, + "records": { + "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCYai9FPrQzzXXpfQnOvpRuMSwKsdiqt0QUsycDt1+Qzty7LVj+zLjRB2p1ve+ACRh601TOgz+rwMlDUoxjsrGk4vIY/VEidLgBPY/LNd4NMbEf+OG4WVqASLaw8wGyip8pGVgDZCAgr30febQXhjMPuJ9oNSInWQc+873TfM3RoQIDAQAB" + } +} From 4f03faeb20389253e7d4e73ec4b5e580d5c01963 Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Mon, 27 Oct 2025 13:52:11 -0700 Subject: [PATCH 05/56] Add DNS configuration for callmesukhi --- domains/send.sukhi.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/send.sukhi.json diff --git a/domains/send.sukhi.json b/domains/send.sukhi.json new file mode 100644 index 00000000000..ae9dc4c7598 --- /dev/null +++ b/domains/send.sukhi.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "callmesukhi" + }, + "records": { + "MX": [ + { + "target": "feedback-smtp.us-east-1.amazonses.com", + "priority": 10 + } + ], + "TXT": [ + "v=spf1 include:amazonses.com ~all" + ] + } +} From e6485b9834cfe2e8afe271fa272122a1d2ad3e45 Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Mon, 27 Oct 2025 13:52:44 -0700 Subject: [PATCH 06/56] Create _dmarc.sukhi.json --- domains/_dmarc.sukhi.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_dmarc.sukhi.json diff --git a/domains/_dmarc.sukhi.json b/domains/_dmarc.sukhi.json new file mode 100644 index 00000000000..ef9734c2bc8 --- /dev/null +++ b/domains/_dmarc.sukhi.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "callmesukhi" + }, + "records": { + "TXT": "v=DMARC1; p=none;" + } +} From 3bcd42716ab1687a11756233a665173310f89753 Mon Sep 17 00:00:00 2001 From: YOUTA1004 <160814695+YOUTA1004@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:01:28 +0900 Subject: [PATCH 07/56] Add youdai.json for domain configuration --- domains/youdai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/youdai.json diff --git a/domains/youdai.json b/domains/youdai.json new file mode 100644 index 00000000000..21ab7a0b08b --- /dev/null +++ b/domains/youdai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "email": "youtayamano@gmail.com", + "github": "YOUTA1004" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} From 131bd2d27ecd049a7e6385c09bce4aab63989a5d Mon Sep 17 00:00:00 2001 From: jleoj <84648928+jleoj@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:40:13 -0700 Subject: [PATCH 08/56] Create _vercel.b.json --- domains/_vercel.b.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.b.json diff --git a/domains/_vercel.b.json b/domains/_vercel.b.json new file mode 100644 index 00000000000..c5295831a3c --- /dev/null +++ b/domains/_vercel.b.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jleoj", + "email": "belderinternational@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=b.is-a.dev,07d7c7641673cba188b2" + } +} \ No newline at end of file From 7727624c62c6755d908dee10028a4d0858b89d88 Mon Sep 17 00:00:00 2001 From: jleoj <84648928+jleoj@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:44:13 -0700 Subject: [PATCH 09/56] Update b.json --- domains/b.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/b.json b/domains/b.json index c9a32a0b570..c2d2a750790 100644 --- a/domains/b.json +++ b/domains/b.json @@ -4,6 +4,6 @@ "email": "belderinternational@gmail.com" }, "records": { - "URL": "https://lj.is-a.dev" + "A": "216.198.79.1" } } From 01a516654e126202de2b7fc2caa477b27248eb3f Mon Sep 17 00:00:00 2001 From: jleoj <84648928+jleoj@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:45:36 -0700 Subject: [PATCH 10/56] Update lj.json for vercel dns --- domains/lj.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lj.json b/domains/lj.json index cdc61ed4c70..c2d2a750790 100644 --- a/domains/lj.json +++ b/domains/lj.json @@ -4,6 +4,6 @@ "email": "belderinternational@gmail.com" }, "records": { - "CNAME": "cname.vercel-dns.com" + "A": "216.198.79.1" } } From 1e6704384b99daa8924fce83142eca6975e87b77 Mon Sep 17 00:00:00 2001 From: jleoj <84648928+jleoj@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:49:22 -0700 Subject: [PATCH 11/56] Change A record to an array format --- domains/b.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/b.json b/domains/b.json index c2d2a750790..ae2f1e99118 100644 --- a/domains/b.json +++ b/domains/b.json @@ -4,6 +4,6 @@ "email": "belderinternational@gmail.com" }, "records": { - "A": "216.198.79.1" + "A": ["216.198.79.1"] } } From f86e9ad5605782932997a9591688b5d651954e38 Mon Sep 17 00:00:00 2001 From: Hasan <120640600+hasan-bro-coder@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:11:09 +0600 Subject: [PATCH 12/56] Add hasanur.json for domain configuration --- domains/hasanur.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hasanur.json diff --git a/domains/hasanur.json b/domains/hasanur.json new file mode 100644 index 00000000000..cbbef8a178d --- /dev/null +++ b/domains/hasanur.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hasan-bro-coder", + "email": "hasanur23910@gmail.com", + "discord": "hasan894" + }, + "records": { + "CNAME": "hasanur.vercel.app" + } +} From 3d23fb3ada18985f103c4914eed2fdf4ac0126e3 Mon Sep 17 00:00:00 2001 From: Hasan <120640600+hasan-bro-coder@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:14:02 +0600 Subject: [PATCH 13/56] Add Vercel domain configuration file --- domains/_vercel.hasanur.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.hasanur.json diff --git a/domains/_vercel.hasanur.json b/domains/_vercel.hasanur.json new file mode 100644 index 00000000000..d434b9f8da5 --- /dev/null +++ b/domains/_vercel.hasanur.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hasan-bro-coder", + "email": "hasanur23910@gmail.com", + "discord": "hasan894" + }, + "records": { + "TXT": "vc-domain-verify=hasanur.is-a.dev,922ef0a0570f38acaa7f" + } +} From 2d08ea9024d46cc6d135f2ef49a942484e34fe0b Mon Sep 17 00:00:00 2001 From: Hasan <120640600+hasan-bro-coder@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:15:40 +0600 Subject: [PATCH 14/56] Add A record to hasanur.json --- domains/hasanur.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/hasanur.json b/domains/hasanur.json index cbbef8a178d..7ddcf0068c5 100644 --- a/domains/hasanur.json +++ b/domains/hasanur.json @@ -5,6 +5,7 @@ "discord": "hasan894" }, "records": { - "CNAME": "hasanur.vercel.app" + "CNAME": "hasanur.vercel.app", + "A": ["216.198.79.1"], } } From 88f0fad9cb351f93b849a6699c441adfdd3d770f Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Tue, 28 Oct 2025 11:14:40 -0700 Subject: [PATCH 15/56] Add TXT record for domain verification --- domains/sukhi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/sukhi.json b/domains/sukhi.json index 2c306c9b590..78e4023f790 100644 --- a/domains/sukhi.json +++ b/domains/sukhi.json @@ -3,6 +3,7 @@ "username": "callmesukhi" }, "records": { - "A": ["216.198.79.1"] + "A": ["216.198.79.1"], + "TXT": ["vc-domain-verify=tools.sukhi.is-a.dev,31937bb41e6dc6ce7144"] } } From 6e63649acd949c1774d21c8b4992e7e358944072 Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Tue, 28 Oct 2025 11:15:39 -0700 Subject: [PATCH 16/56] Remove TXT record from sukhi.json Removed TXT record from sukhi.json. --- domains/sukhi.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/sukhi.json b/domains/sukhi.json index 78e4023f790..2c306c9b590 100644 --- a/domains/sukhi.json +++ b/domains/sukhi.json @@ -3,7 +3,6 @@ "username": "callmesukhi" }, "records": { - "A": ["216.198.79.1"], - "TXT": ["vc-domain-verify=tools.sukhi.is-a.dev,31937bb41e6dc6ce7144"] + "A": ["216.198.79.1"] } } From 77353b52b5bb67f35a9c359621a316f35e89be52 Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Tue, 28 Oct 2025 11:17:04 -0700 Subject: [PATCH 17/56] Update TXT records for domain verification --- domains/_vercel.sukhi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.sukhi.json b/domains/_vercel.sukhi.json index ef6920c129d..022ee64f08e 100644 --- a/domains/_vercel.sukhi.json +++ b/domains/_vercel.sukhi.json @@ -3,6 +3,6 @@ "username": "callmesukhi" }, "records": { - "TXT": "vc-domain-verify=sukhi.is-a.dev,31777786ab359e7114be" + "TXT": ["vc-domain-verify=sukhi.is-a.dev,31777786ab359e7114be", "vc-domain-verify=tools.sukhi.is-a.dev,31937bb41e6dc6ce7144"] } } From 879ef8258f492781bfb180cf904aa20db0b7476d Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Tue, 28 Oct 2025 11:42:57 -0700 Subject: [PATCH 18/56] Update DNS records in tools.sukhi.json Replaced TXT record with a CNAME record for domain verification. --- domains/tools.sukhi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tools.sukhi.json b/domains/tools.sukhi.json index 2021dc54ed2..cdd42b1041b 100644 --- a/domains/tools.sukhi.json +++ b/domains/tools.sukhi.json @@ -3,6 +3,6 @@ "username": "callmesukhi" }, "records": { - "TXT": "vc-domain-verify=tools.sukhi.is-a.dev,31937bb41e6dc6ce7144" + "CNAME": "e5cf823ab1f85797.vercel-dns-017.com" } } From 0f3832c59e10b8f9d5461e038a15052110cb3f42 Mon Sep 17 00:00:00 2001 From: Jairo Date: Tue, 28 Oct 2025 20:53:55 +0100 Subject: [PATCH 19/56] Add DNS configuration for _discord.jairoms.is-a.dev --- domains/_discord.jairoms.is-a.dev | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_discord.jairoms.is-a.dev diff --git a/domains/_discord.jairoms.is-a.dev b/domains/_discord.jairoms.is-a.dev new file mode 100644 index 00000000000..2e82a9cc46f --- /dev/null +++ b/domains/_discord.jairoms.is-a.dev @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "JairoMS27" + }, + "records": { + "TXT": "dh=a694d1a546c783dd1ec83376736a3442f8d6c0a7" + } +} From c920d91f2f5e2eff1a6207e122ee2f4e50b4e079 Mon Sep 17 00:00:00 2001 From: YOUTA1004 <160814695+YOUTA1004@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:01:41 +0900 Subject: [PATCH 20/56] Update domains/youdai.json Co-authored-by: iostpa --- domains/youdai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/youdai.json b/domains/youdai.json index 21ab7a0b08b..6443264c3f1 100644 --- a/domains/youdai.json +++ b/domains/youdai.json @@ -1,7 +1,7 @@ { "owner": { "email": "youtayamano@gmail.com", - "github": "YOUTA1004" + "username": "YOUTA1004" }, "record": { "CNAME": "cname.vercel-dns.com" From c15a97dffdb5d51c33bfef082d3f2dc9766e8b02 Mon Sep 17 00:00:00 2001 From: YOUTA1004 <160814695+YOUTA1004@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:01:57 +0900 Subject: [PATCH 21/56] Update domains/youdai.json Co-authored-by: iostpa --- domains/youdai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/youdai.json b/domains/youdai.json index 6443264c3f1..42e5fdbc4eb 100644 --- a/domains/youdai.json +++ b/domains/youdai.json @@ -3,7 +3,7 @@ "email": "youtayamano@gmail.com", "username": "YOUTA1004" }, - "record": { + "records": { "CNAME": "cname.vercel-dns.com" } } From 6d4b347665b198e4bcb68fb46a021b0b5f6d44bb Mon Sep 17 00:00:00 2001 From: Sukhmander Singh Date: Tue, 28 Oct 2025 17:37:34 -0700 Subject: [PATCH 22/56] Update _vercel.sukhi.json --- domains/_vercel.sukhi.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.sukhi.json b/domains/_vercel.sukhi.json index 022ee64f08e..b49e4d75d57 100644 --- a/domains/_vercel.sukhi.json +++ b/domains/_vercel.sukhi.json @@ -3,6 +3,9 @@ "username": "callmesukhi" }, "records": { - "TXT": ["vc-domain-verify=sukhi.is-a.dev,31777786ab359e7114be", "vc-domain-verify=tools.sukhi.is-a.dev,31937bb41e6dc6ce7144"] + "TXT": [ + "vc-domain-verify=sukhi.is-a.dev,31777786ab359e7114be", + "vc-domain-verify=tools.sukhi.is-a.dev,31937bb41e6dc6ce7144" + ] } } From 2f3098d1cb781b19c38f778b020ef99ce8d3b675 Mon Sep 17 00:00:00 2001 From: jleoj <84648928+jleoj@users.noreply.github.com> Date: Tue, 28 Oct 2025 19:47:05 -0700 Subject: [PATCH 23/56] Update lj.json --- domains/lj.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lj.json b/domains/lj.json index c2d2a750790..ae2f1e99118 100644 --- a/domains/lj.json +++ b/domains/lj.json @@ -4,6 +4,6 @@ "email": "belderinternational@gmail.com" }, "records": { - "A": "216.198.79.1" + "A": ["216.198.79.1"] } } From 3dca5051aac3b4e46219b5ab09c96cea44ad503e Mon Sep 17 00:00:00 2001 From: Eduardo-RS Date: Tue, 28 Oct 2025 21:56:43 -0700 Subject: [PATCH 24/56] Create eduardors.json --- domains/eduardors.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/eduardors.json diff --git a/domains/eduardors.json b/domains/eduardors.json new file mode 100644 index 00000000000..6a80fe2cbad --- /dev/null +++ b/domains/eduardors.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "EduardoRS", + "email": "eduardors2195@gmail.com" + }, + "records": { + "CNAME": "eduardors.github.io" + }, + "description": "Personal developer portfolio and notes.", + "website": "https://eduardo-rs.github.io/eduardors.github.io/", + "links": { + "github": "https://github.com/Eduardo-RS" + } +} From ede00ec16985294ca94a3a11cf6b0e691fc856eb Mon Sep 17 00:00:00 2001 From: Eduardo-RS Date: Tue, 28 Oct 2025 22:03:43 -0700 Subject: [PATCH 25/56] feat(domains): request eduardo-rs.is-a.dev --- domains/eduardors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/eduardors.json b/domains/eduardors.json index 6a80fe2cbad..adc9a23f5d5 100644 --- a/domains/eduardors.json +++ b/domains/eduardors.json @@ -1,6 +1,6 @@ { "owner": { - "username": "EduardoRS", + "username": "eduardo-rs", "email": "eduardors2195@gmail.com" }, "records": { @@ -9,6 +9,6 @@ "description": "Personal developer portfolio and notes.", "website": "https://eduardo-rs.github.io/eduardors.github.io/", "links": { - "github": "https://github.com/Eduardo-RS" + "github": "https://github.com/eduardo-rs" } } From 9548f497f0d485a69d5a9a12320643c0dcadacc6 Mon Sep 17 00:00:00 2001 From: Ashwin P Shine <145422102+ashwinpshinewrk@users.noreply.github.com> Date: Wed, 29 Oct 2025 06:16:44 +0000 Subject: [PATCH 26/56] Add domain configuration for ashwinpshine --- domains/ashwinpshine | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ashwinpshine diff --git a/domains/ashwinpshine b/domains/ashwinpshine new file mode 100644 index 00000000000..73a4dfd7ea2 --- /dev/null +++ b/domains/ashwinpshine @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ashwinpshinewrk", + "email": "ashwinshine.nonu@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} From f7a8cee26761f2d784d06b7589f667da2d3394d4 Mon Sep 17 00:00:00 2001 From: Ashwin P Shine <145422102+ashwinpshinewrk@users.noreply.github.com> Date: Wed, 29 Oct 2025 06:23:01 +0000 Subject: [PATCH 27/56] Rename ashwinpshine to ashwinpshine.json --- domains/{ashwinpshine => ashwinpshine.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{ashwinpshine => ashwinpshine.json} (100%) diff --git a/domains/ashwinpshine b/domains/ashwinpshine.json similarity index 100% rename from domains/ashwinpshine rename to domains/ashwinpshine.json From 8c3a0c39163e34ffdf027c8386a27ecf93a5e2e6 Mon Sep 17 00:00:00 2001 From: Amr Samir <166875160+AMrSamir-Official@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:48:05 +0300 Subject: [PATCH 28/56] make amrsamir domain --- domains/amrsamir.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/amrsamir.json diff --git a/domains/amrsamir.json b/domains/amrsamir.json new file mode 100644 index 00000000000..7f9432b1576 --- /dev/null +++ b/domains/amrsamir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amrsamir", + "email": "amrsamir.email@gmail.com" + }, + "records": { + "CNAME": "amrsamir.vercel.app" + } +} From e7d162587b68196639ca91a05f467ef528514a08 Mon Sep 17 00:00:00 2001 From: Angel Fhaye Rafanan Date: Wed, 29 Oct 2025 10:09:32 +0000 Subject: [PATCH 29/56] Add domain request for angelfhaye.is-a.dev --- domains/angelfhaye.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/angelfhaye.json diff --git a/domains/angelfhaye.json b/domains/angelfhaye.json new file mode 100644 index 00000000000..770ea843aea --- /dev/null +++ b/domains/angelfhaye.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "CheonsaFhaye14" + }, + "records": { + "CNAME": "CheonsaFhaye14.github.io" + } +} From 47f17bb81a34ce028b3e0eff2f0d60357555b8b3 Mon Sep 17 00:00:00 2001 From: Angel Fhaye Rafanan Date: Wed, 29 Oct 2025 10:23:23 +0000 Subject: [PATCH 30/56] Add angelfhaye.is-a.dev domain --- domains/angelfhaye.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/angelfhaye.json b/domains/angelfhaye.json index 770ea843aea..02677e5f57b 100644 --- a/domains/angelfhaye.json +++ b/domains/angelfhaye.json @@ -1,8 +1,9 @@ { "owner": { - "username": "CheonsaFhaye14" + "username": "CheonsaFhaye14", + "email": "angelfhayerafanan@gmail.com" }, "records": { - "CNAME": "CheonsaFhaye14.github.io" + "CNAME": "cheonsafhaye14.github.io" } } From 4b1b984e7b73c7e9ca90246784c0e6fb629c4bfa Mon Sep 17 00:00:00 2001 From: Samuel Kimin Date: Wed, 29 Oct 2025 18:11:04 +0700 Subject: [PATCH 31/56] Add samuelkimin.json for domain configuration --- domains/samuelkimin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/samuelkimin.json diff --git a/domains/samuelkimin.json b/domains/samuelkimin.json new file mode 100644 index 00000000000..a41e08f648a --- /dev/null +++ b/domains/samuelkimin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "samuelkimin", + "email": "samuel.kimin0@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From fec6a1522cb58f6ba699d07f15abcf28483b88b5 Mon Sep 17 00:00:00 2001 From: Hasan <120640600+hasan-bro-coder@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:12:17 +0600 Subject: [PATCH 32/56] Fix formatting in hasanur.json --- domains/hasanur.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hasanur.json b/domains/hasanur.json index 7ddcf0068c5..85c9ca7cee5 100644 --- a/domains/hasanur.json +++ b/domains/hasanur.json @@ -6,6 +6,6 @@ }, "records": { "CNAME": "hasanur.vercel.app", - "A": ["216.198.79.1"], + "A": ["216.198.79.1"] } } From 30d12758271397b24e954979a681bade7d331c0d Mon Sep 17 00:00:00 2001 From: Samuel Kimin Date: Wed, 29 Oct 2025 18:12:45 +0700 Subject: [PATCH 33/56] Add Vercel domain configuration for samuelkimin --- domains/_vercel.samuelkimin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.samuelkimin.json diff --git a/domains/_vercel.samuelkimin.json b/domains/_vercel.samuelkimin.json new file mode 100644 index 00000000000..430d5db1d56 --- /dev/null +++ b/domains/_vercel.samuelkimin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "samuelkimin", + "email": "samuel.kimin0@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=samuelkimin.is-a.dev,a2669881d9aa4fdd8c8e" + } +} From 87af4221e7f2704f0b5863a36a48aa3faee5b1c1 Mon Sep 17 00:00:00 2001 From: Hasan <120640600+hasan-bro-coder@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:16:11 +0600 Subject: [PATCH 34/56] Remove CNAME record from hasanur.json --- domains/hasanur.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/hasanur.json b/domains/hasanur.json index 85c9ca7cee5..f29dcae1994 100644 --- a/domains/hasanur.json +++ b/domains/hasanur.json @@ -5,7 +5,6 @@ "discord": "hasan894" }, "records": { - "CNAME": "hasanur.vercel.app", "A": ["216.198.79.1"] } } From 1a06a5eb9c6f985c105ed3744752c1b3946ef514 Mon Sep 17 00:00:00 2001 From: tlasky Date: Wed, 29 Oct 2025 13:59:11 +0100 Subject: [PATCH 35/56] added domains/tlasky.json --- domains/tlasky.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tlasky.json diff --git a/domains/tlasky.json b/domains/tlasky.json new file mode 100644 index 00000000000..c8d01728c91 --- /dev/null +++ b/domains/tlasky.json @@ -0,0 +1,10 @@ +{ + "description": "David Tláskal", + "owner": { + "username": "dtlasky", + "email": "dav.tlaskal@proton.me" + }, + "record": { + "CNAME": "tlasky.fly.dev" + } +} \ No newline at end of file From 9b15c66c42d1c60d8289f9a632d8f3763dfe0bf4 Mon Sep 17 00:00:00 2001 From: tlasky Date: Wed, 29 Oct 2025 14:03:42 +0100 Subject: [PATCH 36/56] fixed domains/tlasky.json --- domains/tlasky.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/tlasky.json b/domains/tlasky.json index c8d01728c91..5e73c9e0097 100644 --- a/domains/tlasky.json +++ b/domains/tlasky.json @@ -1,10 +1,9 @@ { - "description": "David Tláskal", "owner": { "username": "dtlasky", "email": "dav.tlaskal@proton.me" }, - "record": { + "records": { "CNAME": "tlasky.fly.dev" } } \ No newline at end of file From 95d1f41c6b9ef3657c1d7f29da907ed6cb295da2 Mon Sep 17 00:00:00 2001 From: SyRoxS1 Date: Wed, 29 Oct 2025 14:11:23 +0100 Subject: [PATCH 37/56] add email --- domains/syroxs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/syroxs.json b/domains/syroxs.json index 4a5afe22a26..2c0f1b87af7 100644 --- a/domains/syroxs.json +++ b/domains/syroxs.json @@ -1,7 +1,7 @@ { "owner": { "username": "SyRoxS1", - "email": "[email protected]" + "email": "qwetfydqdhjvqfuyg@cock.li" }, "records": { "A": ["5.39.72.152"] From ecd30a92e017d1979d8b6d83fef9cfde229e082b Mon Sep 17 00:00:00 2001 From: Shameem <103162659+littleceo@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:17:37 +0530 Subject: [PATCH 38/56] changed username to littleceo --- domains/izumie.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/izumie.json b/domains/izumie.json index 7d24d7862be..8a734627fbc 100644 --- a/domains/izumie.json +++ b/domains/izumie.json @@ -1,9 +1,9 @@ { "owner": { - "username": "mr-izu", + "username": "littleceo", "email": "pyavamottapettavan@gmail.com" }, "records": { - "CNAME": "mr-izu.github.io" + "CNAME": "littleceo.github.io" } } From eef714a36519c1969e2f25876bda13beb00ec32f Mon Sep 17 00:00:00 2001 From: Shameem <103162659+LittleCeo@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:26:39 +0530 Subject: [PATCH 39/56] changed username to littleceo --- domains/{izumie.json => littleceo.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{izumie.json => littleceo.json} (80%) diff --git a/domains/izumie.json b/domains/littleceo.json similarity index 80% rename from domains/izumie.json rename to domains/littleceo.json index 8a734627fbc..ff54297f7be 100644 --- a/domains/izumie.json +++ b/domains/littleceo.json @@ -1,6 +1,6 @@ { "owner": { - "username": "littleceo", + "username": "LittleCeo", "email": "pyavamottapettavan@gmail.com" }, "records": { From 19fa01b4b7646e4bfb2e8ea9b0d5bb2f0b7876bc Mon Sep 17 00:00:00 2001 From: FWEEaaaa1 <143734146+FWEEaaaa1@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:12:36 +0000 Subject: [PATCH 40/56] Create j0b.json j0b.is-a.dev will seem cool especially with the 0 lol --- domains/j0b.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/j0b.json diff --git a/domains/j0b.json b/domains/j0b.json new file mode 100644 index 00000000000..0fa2e880c1c --- /dev/null +++ b/domains/j0b.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FWEEaaaa1", + "email": "gorgonfweman@outlook.com" + }, + "records": { + "URL": "https://guns.lol/jobbo" + } +} From b559aec84dff3e29f8a9a3dcdb55387c3aedcd5b Mon Sep 17 00:00:00 2001 From: Mayukhjit Chakraborty Date: Wed, 29 Oct 2025 14:45:09 +0000 Subject: [PATCH 41/56] feat(domains): add mayukhjitchakraborty.is-a-dev CNAME -> mayukhjit-c.github.io --- domains/mayukhjitchakraborty.is-a.dev.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/mayukhjitchakraborty.is-a.dev.json diff --git a/domains/mayukhjitchakraborty.is-a.dev.json b/domains/mayukhjitchakraborty.is-a.dev.json new file mode 100644 index 00000000000..afb02bcdc9d --- /dev/null +++ b/domains/mayukhjitchakraborty.is-a.dev.json @@ -0,0 +1 @@ +-NoNewline From 56ec1e1f261bf857ac721325a4a588afb4f32311 Mon Sep 17 00:00:00 2001 From: Mayukhjit Chakraborty Date: Wed, 29 Oct 2025 14:52:35 +0000 Subject: [PATCH 42/56] fix(domains): rename file and correct JSON for mayukhjitchakraborty subdomain --- ...yukhjitchakraborty.is-a.dev.json => mayukhjitchakraborty.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mayukhjitchakraborty.is-a.dev.json => mayukhjitchakraborty.json} (100%) diff --git a/domains/mayukhjitchakraborty.is-a.dev.json b/domains/mayukhjitchakraborty.json similarity index 100% rename from domains/mayukhjitchakraborty.is-a.dev.json rename to domains/mayukhjitchakraborty.json From 67bc1db40b9cf44812ba4a26808b0338774cc473 Mon Sep 17 00:00:00 2001 From: Jairo Date: Wed, 29 Oct 2025 18:24:49 +0100 Subject: [PATCH 43/56] Rename _discord.jairoms.is-a.dev to _discord.jairoms.json --- domains/{_discord.jairoms.is-a.dev => _discord.jairoms.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.jairoms.is-a.dev => _discord.jairoms.json} (100%) diff --git a/domains/_discord.jairoms.is-a.dev b/domains/_discord.jairoms.json similarity index 100% rename from domains/_discord.jairoms.is-a.dev rename to domains/_discord.jairoms.json From 41fb13148eaf150981d95510ea27d91a9fd149b0 Mon Sep 17 00:00:00 2001 From: Sai Varun <98223018+saivarun1410@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:01:22 +0530 Subject: [PATCH 44/56] Add saivarunthupakula.dev for my portfolio --- domains/saivarunthupakula.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/saivarunthupakula.dev.json diff --git a/domains/saivarunthupakula.dev.json b/domains/saivarunthupakula.dev.json new file mode 100644 index 00000000000..0af2f4ea251 --- /dev/null +++ b/domains/saivarunthupakula.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "saivarun1410", + "email": "saivarun1410@gmail.com" + }, + "record": { + "CNAME": "saivarunthupakula.netlify.app" + }, + "description": "Sai Varun Thupakula | Java • ReactJS • Spring Boot • AWS • Kafka • Docker" +} From 2e90f9d98e94557891aa04b38ff18bb60b3b54f0 Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Long <43560378+nguyenngoclongdev@users.noreply.github.com> Date: Thu, 30 Oct 2025 00:48:52 +0000 Subject: [PATCH 45/56] Create nguyenngoclong.json --- domains/nguyenngoclong.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nguyenngoclong.json diff --git a/domains/nguyenngoclong.json b/domains/nguyenngoclong.json new file mode 100644 index 00000000000..b2ce5c0a854 --- /dev/null +++ b/domains/nguyenngoclong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nguyenngoclongdev", + "email": "nguyenngoclong.dev@outlook.com" + }, + "records": { + "CNAME": "nguyenngoclongdev.github.io" + } +} \ No newline at end of file From 68625f5a211168a79a9a7b6f3a72ba0a488306b3 Mon Sep 17 00:00:00 2001 From: Vinay Ghate <47355614+vinay-ghate@users.noreply.github.com> Date: Thu, 30 Oct 2025 08:11:31 +0530 Subject: [PATCH 46/56] Add 0xvinay.json with domain owner and records --- domains/0xvinay.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/0xvinay.json diff --git a/domains/0xvinay.json b/domains/0xvinay.json new file mode 100644 index 00000000000..a9b7f686851 --- /dev/null +++ b/domains/0xvinay.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "vinay-ghate", + "email": "vsg0131@gmail.com", + "linkedin": "https://www.linkedin.com/in/vinay-ghate" + }, + "records": { + "TXT": ["v=spf1 include:spf.improvmx.com ~all"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + } +} From 7d983b876e3415c362fc48ad00c86a6b08d88c77 Mon Sep 17 00:00:00 2001 From: Imtitled <134732678+DevlopRishi@users.noreply.github.com> Date: Thu, 30 Oct 2025 08:47:29 +0530 Subject: [PATCH 47/56] Add rishu.json for domain configuration --- domains/rishu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rishu.json diff --git a/domains/rishu.json b/domains/rishu.json new file mode 100644 index 00000000000..cbf177ae20a --- /dev/null +++ b/domains/rishu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevlopRishi", + "email": "gavelrishu@gmail.com" + }, + "records": { + "CNAME": "devloprishi.github.io" + }, + } From 49fb92ad117dc921c296f6ebf4e2cca33728eab3 Mon Sep 17 00:00:00 2001 From: gaeely Date: Thu, 30 Oct 2025 11:29:01 +0530 Subject: [PATCH 48/56] Create angl.json --- domains/angl.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/angl.json diff --git a/domains/angl.json b/domains/angl.json new file mode 100644 index 00000000000..3fbe346fbb2 --- /dev/null +++ b/domains/angl.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "gaeely" + }, + "records": { + "A": [ + "216.24.57.1" + ] + } +} From 89ba11858abad2169387e2ef160857855aecc9b8 Mon Sep 17 00:00:00 2001 From: kasius-net Date: Thu, 30 Oct 2025 12:36:13 +0530 Subject: [PATCH 49/56] Create kassa.json --- domains/kassa.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/kassa.json diff --git a/domains/kassa.json b/domains/kassa.json new file mode 100644 index 00000000000..91b886f8f23 --- /dev/null +++ b/domains/kassa.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "kasius-net" + }, + "records": { + "A": "206.168.149.42" + } +} From 84b79547de6a20891ed0332c81c1fafae707334a Mon Sep 17 00:00:00 2001 From: Eduardo-RS Date: Thu, 30 Oct 2025 00:38:00 -0700 Subject: [PATCH 50/56] chore: rename website to repo --- domains/eduardors.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/eduardors.json b/domains/eduardors.json index adc9a23f5d5..e040d262ddd 100644 --- a/domains/eduardors.json +++ b/domains/eduardors.json @@ -7,8 +7,5 @@ "CNAME": "eduardors.github.io" }, "description": "Personal developer portfolio and notes.", - "website": "https://eduardo-rs.github.io/eduardors.github.io/", - "links": { - "github": "https://github.com/eduardo-rs" - } + "repo": "https://eduardo-rs.github.io/eduardors.github.io/" } From 28c3559012da6794d810548f53993d0094e347bd Mon Sep 17 00:00:00 2001 From: Mayukhjit Chakraborty Date: Thu, 30 Oct 2025 08:21:08 +0000 Subject: [PATCH 51/56] Add JSON configuration for mayukhjitchakraborty --- domains/mayukhjitchakraborty.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/mayukhjitchakraborty.json b/domains/mayukhjitchakraborty.json index afb02bcdc9d..287e610b5bc 100644 --- a/domains/mayukhjitchakraborty.json +++ b/domains/mayukhjitchakraborty.json @@ -1 +1,9 @@ --NoNewline +{ + "owner": { + "username": "mayukhjit-c", + "email": "cinderallem@gmail.com" + }, + "records": { + "CNAME": "mayukhjit-portfolio.pages.dev" + } +} From 74e4988df5b792423b60dca5201c35a27e16cb8d Mon Sep 17 00:00:00 2001 From: Mayukhjit Chakraborty Date: Thu, 30 Oct 2025 08:21:18 +0000 Subject: [PATCH 52/56] feat(domains): add mayukhjitchakraborty.is-a-dev (CNAME -> mayukhjit-portfolio.pages.dev) --- domains/mayukhjitchakraborty.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/mayukhjitchakraborty.json b/domains/mayukhjitchakraborty.json index 287e610b5bc..4522a0e2f25 100644 --- a/domains/mayukhjitchakraborty.json +++ b/domains/mayukhjitchakraborty.json @@ -7,3 +7,4 @@ "CNAME": "mayukhjit-portfolio.pages.dev" } } + From 08dc3dec5004a9a46f8b09dd575b0b73d12de072 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:51:54 +0800 Subject: [PATCH 53/56] Update domains/kassa.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/kassa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kassa.json b/domains/kassa.json index 91b886f8f23..df769804cb6 100644 --- a/domains/kassa.json +++ b/domains/kassa.json @@ -3,6 +3,6 @@ "username": "kasius-net" }, "records": { - "A": "206.168.149.42" + "A": ["206.168.149.42"] } } From 7056be8e752e4a08dfe2aea45fd55fced9942679 Mon Sep 17 00:00:00 2001 From: Sai Varun <98223018+saivarun1410@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:21:55 +0530 Subject: [PATCH 54/56] Rename 'record' to 'records' in JSON file --- domains/{saivarunthupakula.dev.json => saivarunthupakula.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{saivarunthupakula.dev.json => saivarunthupakula.json} (94%) diff --git a/domains/saivarunthupakula.dev.json b/domains/saivarunthupakula.json similarity index 94% rename from domains/saivarunthupakula.dev.json rename to domains/saivarunthupakula.json index 0af2f4ea251..eb1de46ecf4 100644 --- a/domains/saivarunthupakula.dev.json +++ b/domains/saivarunthupakula.json @@ -3,7 +3,7 @@ "username": "saivarun1410", "email": "saivarun1410@gmail.com" }, - "record": { + "records": { "CNAME": "saivarunthupakula.netlify.app" }, "description": "Sai Varun Thupakula | Java • ReactJS • Spring Boot • AWS • Kafka • Docker" From c7549ca9ab594c831be5f08a664ca9b045a85e52 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:52:33 +0800 Subject: [PATCH 55/56] Update domains/rishu.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/rishu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rishu.json b/domains/rishu.json index cbf177ae20a..8a93c64730b 100644 --- a/domains/rishu.json +++ b/domains/rishu.json @@ -5,5 +5,5 @@ }, "records": { "CNAME": "devloprishi.github.io" - }, + } } From c16e63b6b81aec900e938d856451eadc2173d217 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 30 Oct 2025 18:02:55 +0800 Subject: [PATCH 56/56] Update amrsamir.json --- domains/amrsamir.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/amrsamir.json b/domains/amrsamir.json index 7f9432b1576..adcd01c1884 100644 --- a/domains/amrsamir.json +++ b/domains/amrsamir.json @@ -1,6 +1,6 @@ { "owner": { - "username": "amrsamir", + "username": "AMrSamir-Official", "email": "amrsamir.email@gmail.com" }, "records": {