From 723b140db14fdbda94d638e6c8c64898ddbb4a06 Mon Sep 17 00:00:00 2001 From: saveetha-labs Date: Sun, 16 Nov 2025 21:14:54 +0530 Subject: [PATCH 01/56] Add sirisha.json with domain owner and records --- domains/sirisha.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sirisha.json diff --git a/domains/sirisha.json b/domains/sirisha.json new file mode 100644 index 00000000000..d13df3de92f --- /dev/null +++ b/domains/sirisha.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "saveetha-labs", + "email": "k.nobitha666@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} From 8d60e2fb03114d045ac6e0da659c26781cb0c2cc Mon Sep 17 00:00:00 2001 From: sachin746 Date: Mon, 17 Nov 2025 21:30:52 +0530 Subject: [PATCH 02/56] added proxy for HSTS --- domains/sach1n.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/sach1n.json b/domains/sach1n.json index 94f4ec3de5a..ca96a6b2b5a 100644 --- a/domains/sach1n.json +++ b/domains/sach1n.json @@ -5,5 +5,6 @@ }, "records": { "CNAME": "mysite-3202ef.gitlab.io" - } + }, + "proxied": true } From 7a24b8eb5f537f06f33278369112edccf34cccd1 Mon Sep 17 00:00:00 2001 From: sanchaykumar Date: Mon, 17 Nov 2025 21:43:21 +0530 Subject: [PATCH 03/56] add proxied true --- domains/sanchay.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/sanchay.json b/domains/sanchay.json index b35344e8d47..5a5bee15848 100644 --- a/domains/sanchay.json +++ b/domains/sanchay.json @@ -5,5 +5,6 @@ }, "records": { "CNAME": "site-c029ce.gitlab.io" - } + }, + "proxied": true } From 851c651ad2add8a01b4bb1618aebebabfef1bf61 Mon Sep 17 00:00:00 2001 From: Rachel Ayaka Lin <108897109+RachelAyaka@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:36:19 -0800 Subject: [PATCH 04/56] Create rachel-ayaka-lin.json --- domains/rachel-ayaka-lin.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/rachel-ayaka-lin.json diff --git a/domains/rachel-ayaka-lin.json b/domains/rachel-ayaka-lin.json new file mode 100644 index 00000000000..49ee474eeb2 --- /dev/null +++ b/domains/rachel-ayaka-lin.json @@ -0,0 +1,8 @@ +{ + "owner": { + "email": "rachellin117@gmail.com@google.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} From 2e386ecc0a6efddffa2a5b6b38be2e1a14dea167 Mon Sep 17 00:00:00 2001 From: Gd_nightmare Date: Mon, 17 Nov 2025 16:49:56 +0000 Subject: [PATCH 05/56] Create sbadiane.json --- domains/sbadiane.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sbadiane.json diff --git a/domains/sbadiane.json b/domains/sbadiane.json new file mode 100644 index 00000000000..6ffa8331021 --- /dev/null +++ b/domains/sbadiane.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "badStephane", + "email": "badstephane14@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 1e4c9610d3ba22e87e2ba7e9ddd611124c88525b Mon Sep 17 00:00:00 2001 From: Gd_nightmare Date: Mon, 17 Nov 2025 16:56:39 +0000 Subject: [PATCH 06/56] Create _vercel.sbadiane.json --- domains/_vercel.sbadiane.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.sbadiane.json diff --git a/domains/_vercel.sbadiane.json b/domains/_vercel.sbadiane.json new file mode 100644 index 00000000000..a2f769550a1 --- /dev/null +++ b/domains/_vercel.sbadiane.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "badStephane", + "email": "badstephane14@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=sbadiane.is-a.dev,eadccd58fe10ffd6ef50" + } +} From 496f84b8a8daef56137ae38658311e703180398d Mon Sep 17 00:00:00 2001 From: Rachel Ayaka Lin <108897109+RachelAyaka@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:07:11 -0800 Subject: [PATCH 07/56] Update rachel-ayaka-lin.json --- domains/rachel-ayaka-lin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rachel-ayaka-lin.json b/domains/rachel-ayaka-lin.json index 49ee474eeb2..b4dd9feb7ee 100644 --- a/domains/rachel-ayaka-lin.json +++ b/domains/rachel-ayaka-lin.json @@ -1,6 +1,6 @@ { "owner": { - "email": "rachellin117@gmail.com@google.com" + "email": "rachellin117@gmail.com" }, "record": { "CNAME": "cname.vercel-dns.com" From b5c082a04b21754fc48d2fac2a3aa858b720d3e1 Mon Sep 17 00:00:00 2001 From: Kaleem Ahmad Date: Mon, 17 Nov 2025 22:17:05 +0500 Subject: [PATCH 08/56] Add email and updated DNS (A) records instead of just CNAME to kaleem.json --- domains/kaleem.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/domains/kaleem.json b/domains/kaleem.json index 83145feecb5..86bfdfd4e25 100644 --- a/domains/kaleem.json +++ b/domains/kaleem.json @@ -1,8 +1,21 @@ { "owner": { - "username": "imkaleemahmad" + "username": "imkaleemahmad", + "email": "imkaleemahmad@gmail.com" }, "records": { - "CNAME": "imkaleemahmad.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] } } From 5c137de8a1be810cd4c436550e076bbad4f50994 Mon Sep 17 00:00:00 2001 From: Rachel Ayaka Lin <108897109+RachelAyaka@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:28:04 -0800 Subject: [PATCH 09/56] Update rachel-ayaka-lin.json --- domains/rachel-ayaka-lin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rachel-ayaka-lin.json b/domains/rachel-ayaka-lin.json index b4dd9feb7ee..5245b809c8c 100644 --- a/domains/rachel-ayaka-lin.json +++ b/domains/rachel-ayaka-lin.json @@ -2,7 +2,7 @@ "owner": { "email": "rachellin117@gmail.com" }, - "record": { + "records": { "CNAME": "cname.vercel-dns.com" } } From 6f0ba25f2117dca2cdf4563aa2c9e38648004c3e Mon Sep 17 00:00:00 2001 From: Rachel Ayaka Lin <108897109+RachelAyaka@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:34:27 -0800 Subject: [PATCH 10/56] Update rachel-ayaka-lin.json --- domains/rachel-ayaka-lin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/rachel-ayaka-lin.json b/domains/rachel-ayaka-lin.json index 5245b809c8c..e6d8281ab7c 100644 --- a/domains/rachel-ayaka-lin.json +++ b/domains/rachel-ayaka-lin.json @@ -1,5 +1,6 @@ { "owner": { + "username": "RachelAyaka", "email": "rachellin117@gmail.com" }, "records": { From 9358e9490d54c36895f47e82a669a731ad6d1d0b Mon Sep 17 00:00:00 2001 From: Vo Quang Chien Date: Tue, 18 Nov 2025 08:21:54 +0700 Subject: [PATCH 11/56] Update 2giosangmitom.json --- domains/2giosangmitom.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/2giosangmitom.json b/domains/2giosangmitom.json index 93c7f8adfaa..1087c846dc0 100644 --- a/domains/2giosangmitom.json +++ b/domains/2giosangmitom.json @@ -4,6 +4,6 @@ "email": "2giosangmitom@gmail.com" }, "records": { - "CNAME": "2giosangmitom.netlify.app" + "A": ["75.2.60.5"] } } From cf5744291e23b5666f6f19f9a8c95af517fda3ed Mon Sep 17 00:00:00 2001 From: ahmadshobirin Date: Tue, 18 Nov 2025 09:19:22 +0700 Subject: [PATCH 12/56] register ahmadshobirin.is-a.dev --- domains/ahmadshobirin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ahmadshobirin.json diff --git a/domains/ahmadshobirin.json b/domains/ahmadshobirin.json new file mode 100644 index 00000000000..2791b4833b0 --- /dev/null +++ b/domains/ahmadshobirin.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio of Ahmad Shobirin", + "owner": { + "username": "ahmadshobirin", + "email": "ahmadshobirin.dev@gmail.com" + }, + "records": { + "CNAME": "ahmadshobirin.github.io" + } +} \ No newline at end of file From 225b6b70ed7c1915770b6ad5da6314e4d51be48e Mon Sep 17 00:00:00 2001 From: Juan Silva Date: Tue, 18 Nov 2025 01:41:06 -0300 Subject: [PATCH 13/56] Add loom.juansilva.json for domain configuration --- domains/loom.juansilva.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/loom.juansilva.json diff --git a/domains/loom.juansilva.json b/domains/loom.juansilva.json new file mode 100644 index 00000000000..363f19d4b34 --- /dev/null +++ b/domains/loom.juansilva.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "juansilvadesign", + "email": "contact@juansilva.design", + "whatsapp": "+5521966442965", + "linkedin": "juansilvadesign", + "twitter": "juansilvadesign", + "instagram": "juansilva.design", + "threads": "juansilvadesign", + "figma": "juansilvadesign", + "dribbble": "juansilvadesign", + "discord": "1418278686498754655", + "telegram": "juansilvadesign", + "medium": "juansilvadesign" + }, + "description": "Juan Silva - Full-Stack Developer", + "records": { + "CNAME": "loom-downloader-7xpq.onrender.com" + } +} From f79631e87e659381bf316992e9fb0039953d5b7f Mon Sep 17 00:00:00 2001 From: mhfed Date: Tue, 18 Nov 2025 11:44:27 +0700 Subject: [PATCH 14/56] Add minhhieu.json for domain configuration with owner and CNAME record --- domains/_vercel.minhhieu.json | 9 +++++++++ domains/minhhieu.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.minhhieu.json create mode 100644 domains/minhhieu.json diff --git a/domains/_vercel.minhhieu.json b/domains/_vercel.minhhieu.json new file mode 100644 index 00000000000..cf3a45f83ad --- /dev/null +++ b/domains/_vercel.minhhieu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mhfed", + "email": "nmhieu04091999@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=minhhieu.is-a.dev,e4fbabb61a0aaa6c6168" + } +} \ No newline at end of file diff --git a/domains/minhhieu.json b/domains/minhhieu.json new file mode 100644 index 00000000000..ba902697400 --- /dev/null +++ b/domains/minhhieu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mhfed", + "email": "nmhieu04091999@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} \ No newline at end of file From ec5dfe2e173b79a7a040a144a7f814e87c77886d Mon Sep 17 00:00:00 2001 From: yashghogre Date: Mon, 17 Nov 2025 22:51:30 +0530 Subject: [PATCH 15/56] feat: added ysh subdomain --- domains/__vercel.ysh.json | 9 +++++++++ domains/ysh.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/__vercel.ysh.json create mode 100644 domains/ysh.json diff --git a/domains/__vercel.ysh.json b/domains/__vercel.ysh.json new file mode 100644 index 00000000000..e6ce866d792 --- /dev/null +++ b/domains/__vercel.ysh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yashghogre", + "email": "yashghogre100@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=ysh.is-a.dev,75ab9f95fa0d1713632a" + } +} diff --git a/domains/ysh.json b/domains/ysh.json new file mode 100644 index 00000000000..d1b23e7d408 --- /dev/null +++ b/domains/ysh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yashghogre", + "email": "yashghogre100@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 6b0afdac9ef26276f712286d40d211ce45390e8e Mon Sep 17 00:00:00 2001 From: yashghogre Date: Tue, 18 Nov 2025 12:26:59 +0530 Subject: [PATCH 16/56] chore: indentation fix --- domains/__vercel.ysh.json | 14 +++++++------- domains/ysh.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/domains/__vercel.ysh.json b/domains/__vercel.ysh.json index e6ce866d792..2deda483e5c 100644 --- a/domains/__vercel.ysh.json +++ b/domains/__vercel.ysh.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "yashghogre", - "email": "yashghogre100@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=ysh.is-a.dev,75ab9f95fa0d1713632a" - } + "owner": { + "username": "yashghogre", + "email": "yashghogre100@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=ysh.is-a.dev,75ab9f95fa0d1713632a" + } } diff --git a/domains/ysh.json b/domains/ysh.json index d1b23e7d408..b779c559b3e 100644 --- a/domains/ysh.json +++ b/domains/ysh.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "yashghogre", - "email": "yashghogre100@gmail.com" - }, - "records": { - "A": ["216.198.79.1"] - } + "owner": { + "username": "yashghogre", + "email": "yashghogre100@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } } From 405900e8dde5c0b2ceed10dcdfa3e482c8d6c57c Mon Sep 17 00:00:00 2001 From: yashghogre Date: Tue, 18 Nov 2025 12:29:56 +0530 Subject: [PATCH 17/56] chore: fix file name --- domains/{__vercel.ysh.json => _vercel.ysh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{__vercel.ysh.json => _vercel.ysh.json} (100%) diff --git a/domains/__vercel.ysh.json b/domains/_vercel.ysh.json similarity index 100% rename from domains/__vercel.ysh.json rename to domains/_vercel.ysh.json From 1b8a089fe6282837c6894dfbe8b11a16763055be Mon Sep 17 00:00:00 2001 From: levintoo Date: Tue, 18 Nov 2025 10:45:19 +0300 Subject: [PATCH 18/56] add vercel domain config --- domains/_vercel.levin.json | 9 +++++++++ domains/levin.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.levin.json create mode 100644 domains/levin.json diff --git a/domains/_vercel.levin.json b/domains/_vercel.levin.json new file mode 100644 index 00000000000..b463b183572 --- /dev/null +++ b/domains/_vercel.levin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "levintoo", + "email": "tooklevin@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=levin.is-a.dev,912118f2dd1c86e02f04" + } +} diff --git a/domains/levin.json b/domains/levin.json new file mode 100644 index 00000000000..80b5ec08d5a --- /dev/null +++ b/domains/levin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "levintoo", + "email": "tooklevin@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From b57e3034bb0a28fd558495974449ef3e49ab40f7 Mon Sep 17 00:00:00 2001 From: Terence Zhang Date: Tue, 18 Nov 2025 17:01:02 +0800 Subject: [PATCH 19/56] Add subdomain json --- domains/terencezhang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/terencezhang.json diff --git a/domains/terencezhang.json b/domains/terencezhang.json new file mode 100644 index 00000000000..b0b5c23630a --- /dev/null +++ b/domains/terencezhang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TerenceZhang29", + "email": "terencezhang829@gmail.com" + }, + "records": { + "CNAME": "TerenceZhang29.github.io" + } +} From b11d5af0db147348a6e6415957341e019744dbb5 Mon Sep 17 00:00:00 2001 From: Justin Valencia <82667185+nyastin@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:48:44 +0800 Subject: [PATCH 20/56] Create j10.json --- domains/j10.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/j10.json diff --git a/domains/j10.json b/domains/j10.json new file mode 100644 index 00000000000..d700d688a90 --- /dev/null +++ b/domains/j10.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "nyastin", + "email": "jstnvlnca@gmail.com" + }, + "records": { + "A": [ + "216.198.79.1" + ] + } +} From 62fa2fd509651c4a4f8a49afcad1a35129c03df6 Mon Sep 17 00:00:00 2001 From: Justin Valencia <82667185+nyastin@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:05:33 +0800 Subject: [PATCH 21/56] Create _vercel.j10.json --- domains/_vercel.j10.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.j10.json diff --git a/domains/_vercel.j10.json b/domains/_vercel.j10.json new file mode 100644 index 00000000000..86067e78456 --- /dev/null +++ b/domains/_vercel.j10.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "nyastin", + "email": "jstnvlnca@gmail.com" + }, + "records": { + "TXT": [ + "vc-domain-verify=j10.is-a.dev,871a9138b0207b040c1d" + ] + } +} From ba77ab81303413962b2273f59193f67e0d77c1fc Mon Sep 17 00:00:00 2001 From: Looly <193342835+Loolybooly@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:46:09 +0200 Subject: [PATCH 22/56] shut up copilot --- domains/tunes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tunes.json diff --git a/domains/tunes.json b/domains/tunes.json new file mode 100644 index 00000000000..995c923646e --- /dev/null +++ b/domains/tunes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Loolybooly", + "email": "loolytunes@proton.me" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 473f3b7b66cdeedde45c90e854bdc0c3d54dd3e4 Mon Sep 17 00:00:00 2001 From: Looly <193342835+Loolybooly@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:47:04 +0200 Subject: [PATCH 23/56] SHUT UP COPILOT --- domains/_vercel.tunes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.tunes.json diff --git a/domains/_vercel.tunes.json b/domains/_vercel.tunes.json new file mode 100644 index 00000000000..0a837772e98 --- /dev/null +++ b/domains/_vercel.tunes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Loolybooly", + "email": "loolytunes@proton.me" + }, + "records": { + "TXT": "vc-domain-verify=tunes.is-a.dev,c3f03e5b033f7219b57a" + } +} From 0980f900113104b61e703339e9d8b03ce8333a85 Mon Sep 17 00:00:00 2001 From: Looly <193342835+Loolybooly@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:00:37 +0200 Subject: [PATCH 24/56] e --- domains/tunes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tunes.json b/domains/tunes.json index 995c923646e..c36dc7ec3e2 100644 --- a/domains/tunes.json +++ b/domains/tunes.json @@ -4,6 +4,6 @@ "email": "loolytunes@proton.me" }, "records": { - "A": ["216.198.79.1"] + "CNAME": "tunesis-awebdev.vercel.app" } } From 18ccf5910e85a7abc5f36edaa4ac917e267e66c2 Mon Sep 17 00:00:00 2001 From: Prashant Chataut Date: Tue, 18 Nov 2025 22:54:21 +0545 Subject: [PATCH 25/56] Add knowprashant.json with domain details --- domains/knowprashant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/knowprashant.json diff --git a/domains/knowprashant.json b/domains/knowprashant.json new file mode 100644 index 00000000000..20f28ae378e --- /dev/null +++ b/domains/knowprashant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "prashantchataut", + "email": "prashantchataut8@gmail.com" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + } +} From 4f3cf61cb35cbd2c353080b819c15a00dfdbafbc Mon Sep 17 00:00:00 2001 From: N1xev Date: Tue, 18 Nov 2025 19:50:43 +0200 Subject: [PATCH 26/56] Add samouly is a dev <: thanks --- domains/samouly.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/samouly.json diff --git a/domains/samouly.json b/domains/samouly.json new file mode 100644 index 00000000000..0ac522a06b9 --- /dev/null +++ b/domains/samouly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "o6.r", + "email": "alasamouly@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} \ No newline at end of file From d2e2a34e323bc5147d97817b773dd557a269a3ba Mon Sep 17 00:00:00 2001 From: Vidura Fernando <40495273+heymeowcat@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:22:21 +0530 Subject: [PATCH 27/56] Add heymeowcat.json for domain configuration --- domains/heymeowcat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/heymeowcat.json diff --git a/domains/heymeowcat.json b/domains/heymeowcat.json new file mode 100644 index 00000000000..cfe60cde871 --- /dev/null +++ b/domains/heymeowcat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "heymeowcat", + "email": "heyvidura@gmail.com" + }, + "records": { + "CNAME": "heymeowcat.github.io" + } +} From 168347996b220c89055a7561f26c80d48583c9dd Mon Sep 17 00:00:00 2001 From: Bostjan Stupica Date: Tue, 18 Nov 2025 21:38:46 +0100 Subject: [PATCH 28/56] Add bostjan.is-a.dev subdomain --- domains/bostjan.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/bostjan.json diff --git a/domains/bostjan.json b/domains/bostjan.json new file mode 100644 index 00000000000..719485e7ea0 --- /dev/null +++ b/domains/bostjan.json @@ -0,0 +1,15 @@ +{ "description": "Personal page with basic info.", + "repo": "https://github.com/bostjans/register", + "owner": { + "username": "bostjans", + "email": "bostjan@stupica.com", + "linkedin": "https://www.linkedin.com/in/bostjanstupica" + }, + "records": { + "CNAME": "bostjan.dev404.net", + "URLsample1": "https://bostjan.dev404.net", + "MXsample1": [ "www669.your-server.de" ], + "MX": [ { "target": "www669.your-server.de", "priority": 11 } ], + "TXT": [ "v=spf1 +mx +ip4:213.136.93.171 +ip4:213.133.105.238 ~all" ] + } +} From bda0d9f8d24807034627178b570a1aa84d334229 Mon Sep 17 00:00:00 2001 From: Maws <161387286+Maws7140@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:53:59 -0500 Subject: [PATCH 29/56] Add maws.json for domain configuration --- domains/maws.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/maws.json diff --git a/domains/maws.json b/domains/maws.json new file mode 100644 index 00000000000..40fd4f1b722 --- /dev/null +++ b/domains/maws.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Maws7140", + "email": "feranwb@gmail.com" + }, + "records": { + "CNAME": "Maws7140.github.io" + } +} From 6e0b9228bc73c359afc84a6f3ed2a9ab84b9701a Mon Sep 17 00:00:00 2001 From: Ian Calica Date: Wed, 19 Nov 2025 10:59:59 +0800 Subject: [PATCH 30/56] Fixed my record --- domains/iantakumi.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/iantakumi.json b/domains/iantakumi.json index 03e29633adc..d115fac46d5 100644 --- a/domains/iantakumi.json +++ b/domains/iantakumi.json @@ -1,8 +1,9 @@ { "owner": { - "username": "ianTakumi" + "username": "ianTakumi", + "email": "iggc654@gmail.com" }, "records": { - "CNAME": "finalportfolio-45m2.onrender.com" + "A": ["216.24.57.1"] } } From d9d481c2a87e9d8bc01ebc16f041e8fcceb1adb6 Mon Sep 17 00:00:00 2001 From: Deny Herianto Date: Wed, 19 Nov 2025 13:54:10 +0700 Subject: [PATCH 31/56] Add deny.is-a.dev for domain --- domains/deny.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/deny.json diff --git a/domains/deny.json b/domains/deny.json new file mode 100644 index 00000000000..407d9898b5c --- /dev/null +++ b/domains/deny.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "denyherianto", + "email": "deny.hrnt@gmail.com" + }, + "records": { + "CNAME": "denyherianto.com" + } +} From 78a6c1522a8fa2b1480b448562cac05ff2099292 Mon Sep 17 00:00:00 2001 From: Bostjan Stupica Date: Wed, 19 Nov 2025 08:14:05 +0100 Subject: [PATCH 32/56] Add bostjan.is-a.dev subdomain --- domains/bostjan.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/bostjan.json b/domains/bostjan.json index 719485e7ea0..5ff07536fe5 100644 --- a/domains/bostjan.json +++ b/domains/bostjan.json @@ -7,8 +7,6 @@ }, "records": { "CNAME": "bostjan.dev404.net", - "URLsample1": "https://bostjan.dev404.net", - "MXsample1": [ "www669.your-server.de" ], "MX": [ { "target": "www669.your-server.de", "priority": 11 } ], "TXT": [ "v=spf1 +mx +ip4:213.136.93.171 +ip4:213.133.105.238 ~all" ] } From ad636133ade131cb54c833c24aee5bba507bc585 Mon Sep 17 00:00:00 2001 From: JB Carreon Date: Wed, 19 Nov 2025 16:18:29 +0800 Subject: [PATCH 33/56] Update jb.json --- domains/jb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jb.json b/domains/jb.json index c74b6cd9ab6..c5622983882 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -4,7 +4,7 @@ "email": "jbcarreon212@gmail.com" }, "records": { - "A": ["34.56.187.73"] + "URL": "https://pxy.jbc.lol/" }, "proxied": true } From 2d6d15bb5061138154c3e11215a8d093b3ed4e9b Mon Sep 17 00:00:00 2001 From: Bostjan Stupica Date: Wed, 19 Nov 2025 10:20:37 +0100 Subject: [PATCH 34/56] Add bostjan.is-a.dev subdomain --- domains/bostjan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/bostjan.json b/domains/bostjan.json index 5ff07536fe5..8871e13ef1f 100644 --- a/domains/bostjan.json +++ b/domains/bostjan.json @@ -9,5 +9,6 @@ "CNAME": "bostjan.dev404.net", "MX": [ { "target": "www669.your-server.de", "priority": 11 } ], "TXT": [ "v=spf1 +mx +ip4:213.136.93.171 +ip4:213.133.105.238 ~all" ] - } + }, + "proxied": true } From df23041a0700c481e424956735551b61878678f1 Mon Sep 17 00:00:00 2001 From: Thomas Emad <78617156+t0mmy-3mad@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:33:08 +0200 Subject: [PATCH 35/56] Added json files --- domains/_vercel.tommy-emad.json | 9 +++++++++ domains/tommy-emad.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.tommy-emad.json create mode 100644 domains/tommy-emad.json diff --git a/domains/_vercel.tommy-emad.json b/domains/_vercel.tommy-emad.json new file mode 100644 index 00000000000..fde52cb9261 --- /dev/null +++ b/domains/_vercel.tommy-emad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "t0mmy-3mad", + "email": "thomasemad2008@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=tommy.is-a.dev,f1d2678bd9404447dc5b" + } +} diff --git a/domains/tommy-emad.json b/domains/tommy-emad.json new file mode 100644 index 00000000000..fac664abea2 --- /dev/null +++ b/domains/tommy-emad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "t0mmy-3mad", + "email": "thomasemad2008@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 91d519330743cac4fe9ec4c665449b4c2aeeaa93 Mon Sep 17 00:00:00 2001 From: JB Carreon Date: Wed, 19 Nov 2025 19:55:40 +0800 Subject: [PATCH 36/56] remove proxy --- domains/jb.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/jb.json b/domains/jb.json index c5622983882..bda944d2d98 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -5,6 +5,5 @@ }, "records": { "URL": "https://pxy.jbc.lol/" - }, - "proxied": true + } } From 3990273b5e72a8404792d7445b722707f396392b Mon Sep 17 00:00:00 2001 From: Thomas Emad <78617156+t0mmy-3mad@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:04:24 +0200 Subject: [PATCH 37/56] Update domain verification record in JSON file --- domains/_vercel.tommy-emad.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.tommy-emad.json b/domains/_vercel.tommy-emad.json index fde52cb9261..416b828ee69 100644 --- a/domains/_vercel.tommy-emad.json +++ b/domains/_vercel.tommy-emad.json @@ -4,6 +4,7 @@ "email": "thomasemad2008@gmail.com" }, "records": { - "TXT": "vc-domain-verify=tommy.is-a.dev,f1d2678bd9404447dc5b" + "TXT": "vc-domain-verify=tommy-emad.is-a.dev,7b300679c57f235fa9d0" } } + From 24e35a8d5963d37e41723d35e7aec0d16fded1e1 Mon Sep 17 00:00:00 2001 From: QwQ-dev Date: Wed, 19 Nov 2025 23:16:19 +0800 Subject: [PATCH 38/56] Create qwqdev.json --- domains/qwqdev.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/qwqdev.json diff --git a/domains/qwqdev.json b/domains/qwqdev.json new file mode 100644 index 00000000000..e7328ebd4cf --- /dev/null +++ b/domains/qwqdev.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "QwQ-dev" + }, + "records": { + "CNAME": "e5qvzf9h.luvipcdn.cn" + } +} From 8830c41ae9b28897f3179d75ce2907c4fa99b1fb Mon Sep 17 00:00:00 2001 From: QwQ-dev Date: Wed, 19 Nov 2025 23:17:24 +0800 Subject: [PATCH 39/56] Create qwq-dev.json --- domains/qwq-dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/qwq-dev.json diff --git a/domains/qwq-dev.json b/domains/qwq-dev.json new file mode 100644 index 00000000000..e7328ebd4cf --- /dev/null +++ b/domains/qwq-dev.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "QwQ-dev" + }, + "records": { + "CNAME": "e5qvzf9h.luvipcdn.cn" + } +} From 45a78803b4cb23e20ec54d33ce7ed7fb5d954653 Mon Sep 17 00:00:00 2001 From: sachin kumar yadav <56162613+sachin746@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:44:41 +0530 Subject: [PATCH 40/56] Update sach1n.json --- domains/sach1n.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/domains/sach1n.json b/domains/sach1n.json index b2be0da1a21..12f4bec2e4c 100644 --- a/domains/sach1n.json +++ b/domains/sach1n.json @@ -1,10 +1,20 @@ { - "owner": { - "username": "sachin746", - "email": "sachinbhadur9@gmail.com" + "owner": { + "username": "sachin746", + "email": "sachinbhadur9@gmail.com" + }, + "domain": "sach1n.is-a.dev", + "records": [ + { + "type": "ALIAS", + "host": "@", + "value": "sachin746-group.gitlab.io." }, - "records": { - "CNAME": "mysite-3202ef.gitlab.io" - }, - "proxied": true + { + "type": "TXT", + "host": "_gitlab-pages-verification-code", + "value": "gitlab-pages-verification-code=714ee5df07d8f97f7c932587207b49d3" + } + ], + "proxied": false } From 4a5290c877cb98069df69f6a7fc1bf01d2b432af Mon Sep 17 00:00:00 2001 From: sachin kumar yadav <56162613+sachin746@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:47:34 +0530 Subject: [PATCH 41/56] Update sach1n.json --- domains/sach1n.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/sach1n.json b/domains/sach1n.json index 12f4bec2e4c..0577c5657ab 100644 --- a/domains/sach1n.json +++ b/domains/sach1n.json @@ -3,12 +3,11 @@ "username": "sachin746", "email": "sachinbhadur9@gmail.com" }, - "domain": "sach1n.is-a.dev", "records": [ { - "type": "ALIAS", + "type": "CNAME", "host": "@", - "value": "sachin746-group.gitlab.io." + "value": "sachin746-group.gitlab.io" }, { "type": "TXT", From 7403aa491eaa880625161d6ecade663cfbaa3db0 Mon Sep 17 00:00:00 2001 From: sachin746 Date: Wed, 19 Nov 2025 22:00:08 +0530 Subject: [PATCH 42/56] updated sach1n --- ...gitlab-pages-verification-code.sach1n.json | 9 +++++++++ domains/sach1n.json | 20 +++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 domains/_gitlab-pages-verification-code.sach1n.json diff --git a/domains/_gitlab-pages-verification-code.sach1n.json b/domains/_gitlab-pages-verification-code.sach1n.json new file mode 100644 index 00000000000..2353aaa6088 --- /dev/null +++ b/domains/_gitlab-pages-verification-code.sach1n.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sachin746", + "email": "sachinbhadur9@gmail.com" + }, + "records": { + "TXT": "gitlab-pages-verification-code=714ee5df07d8f97f7c932587207b49d3" + } +} diff --git a/domains/sach1n.json b/domains/sach1n.json index 0577c5657ab..e57f2d9445c 100644 --- a/domains/sach1n.json +++ b/domains/sach1n.json @@ -1,19 +1,9 @@ { - "owner": { - "username": "sachin746", - "email": "sachinbhadur9@gmail.com" - }, - "records": [ - { - "type": "CNAME", - "host": "@", - "value": "sachin746-group.gitlab.io" + "owner": { + "username": "sachin746", + "email": "sachinbhadur9@gmail.com" }, - { - "type": "TXT", - "host": "_gitlab-pages-verification-code", - "value": "gitlab-pages-verification-code=714ee5df07d8f97f7c932587207b49d3" + "records": { + "CNAME": "sachin746-group.gitlab.io." } - ], - "proxied": false } From adb87e040920bc5f68ec1bd39ddfef312589527f Mon Sep 17 00:00:00 2001 From: sachin kumar yadav <56162613+sachin746@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:13:05 +0530 Subject: [PATCH 43/56] Update sach1n.json --- domains/sach1n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sach1n.json b/domains/sach1n.json index e57f2d9445c..016b24a3c46 100644 --- a/domains/sach1n.json +++ b/domains/sach1n.json @@ -4,6 +4,6 @@ "email": "sachinbhadur9@gmail.com" }, "records": { - "CNAME": "sachin746-group.gitlab.io." + "CNAME": "mysite-3202ef.gitlab.io" } } From 8a59ad4c6839968aa628fb5f26adade3919bae2e Mon Sep 17 00:00:00 2001 From: sanchaykumar Date: Wed, 19 Nov 2025 22:27:40 +0530 Subject: [PATCH 44/56] add txt record --- domains/_gitlab-pages-verification-code.sanchay.json | 11 +++++++++++ domains/sanchay.json | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 domains/_gitlab-pages-verification-code.sanchay.json diff --git a/domains/_gitlab-pages-verification-code.sanchay.json b/domains/_gitlab-pages-verification-code.sanchay.json new file mode 100644 index 00000000000..6fcb91ce0ab --- /dev/null +++ b/domains/_gitlab-pages-verification-code.sanchay.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "sanchay9", + "email": "sanchaykumar9@gmail.com" + }, + "records": { + "TXT": [ + "gitlab-pages-verification-code=22ed8e5d4937ab2e27b07ca0a1b13dca" + ] + } +} diff --git a/domains/sanchay.json b/domains/sanchay.json index 5a5bee15848..b35344e8d47 100644 --- a/domains/sanchay.json +++ b/domains/sanchay.json @@ -5,6 +5,5 @@ }, "records": { "CNAME": "site-c029ce.gitlab.io" - }, - "proxied": true + } } From 99f11176d119863d2781d9da7a18c2a0148bf70a Mon Sep 17 00:00:00 2001 From: vegacy339 Date: Wed, 19 Nov 2025 21:03:10 +0400 Subject: [PATCH 45/56] Create vegacy339.json --- domains/vegacy339.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/vegacy339.json diff --git a/domains/vegacy339.json b/domains/vegacy339.json new file mode 100644 index 00000000000..d534a6debd2 --- /dev/null +++ b/domains/vegacy339.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vegacy339", + "email": "persqoff@gmail.com" + }, + "records": { + "CNAME": "vegacy339.github.io" + }, + "proxied": true +} From a8a8471a59b7c2c13e65992eba9b621f7e034a4a Mon Sep 17 00:00:00 2001 From: Loolybooly <193342835+Loolybooly@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:13:10 +0200 Subject: [PATCH 46/56] Add 4 subdomains to my subdomain --- domains/_vercel.tunes.json | 2 +- domains/brainrot-wiki.tunes.json | 9 +++++++++ domains/butteryclicks.tunes.json | 9 +++++++++ domains/degoogle-ify.tunes.json | 9 +++++++++ domains/gayballs.tunes.json | 9 +++++++++ 5 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 domains/brainrot-wiki.tunes.json create mode 100644 domains/butteryclicks.tunes.json create mode 100644 domains/degoogle-ify.tunes.json create mode 100644 domains/gayballs.tunes.json diff --git a/domains/_vercel.tunes.json b/domains/_vercel.tunes.json index 0a837772e98..1ff24ac503a 100644 --- a/domains/_vercel.tunes.json +++ b/domains/_vercel.tunes.json @@ -4,6 +4,6 @@ "email": "loolytunes@proton.me" }, "records": { - "TXT": "vc-domain-verify=tunes.is-a.dev,c3f03e5b033f7219b57a" + "TXT": ["vc-domain-verify=tunes.is-a.dev,c3f03e5b033f7219b57a", "vc-domain-verify=brainrot-wiki.tunes.is-a.dev,ae79a9d5504891f1402a", "vc-domain-verify=butteryclicks.tunes.is-a.dev,9eac8f1ba2223202a75f", "vc-domain-verify=degoogle-ify.tunes.is-a.dev,6228d8eadf3ac3ed56ef", "vc-domain-verify=gayballs.tunes.is-a.dev,7c83a9c7b4734a3e4bce"] } } diff --git a/domains/brainrot-wiki.tunes.json b/domains/brainrot-wiki.tunes.json new file mode 100644 index 00000000000..3148d8bff48 --- /dev/null +++ b/domains/brainrot-wiki.tunes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Loolybooly", + "email": "loolytunes@proton.me" + }, + "records": { + "CNAME": "brainrot-wiki.vercel.app" + } +} \ No newline at end of file diff --git a/domains/butteryclicks.tunes.json b/domains/butteryclicks.tunes.json new file mode 100644 index 00000000000..3687f3a6ee7 --- /dev/null +++ b/domains/butteryclicks.tunes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Loolybooly", + "email": "loolytunes@proton.me" + }, + "records": { + "CNAME": "butteryclicks.vercel.app" + } +} \ No newline at end of file diff --git a/domains/degoogle-ify.tunes.json b/domains/degoogle-ify.tunes.json new file mode 100644 index 00000000000..880b47338e2 --- /dev/null +++ b/domains/degoogle-ify.tunes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Loolybooly", + "email": "loolytunes@proton.me" + }, + "records": { + "CNAME": "degoogle-ify.vercel.app" + } +} \ No newline at end of file diff --git a/domains/gayballs.tunes.json b/domains/gayballs.tunes.json new file mode 100644 index 00000000000..0a36082c682 --- /dev/null +++ b/domains/gayballs.tunes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Loolybooly", + "email": "loolytunes@proton.me" + }, + "records": { + "CNAME": "gayballs.vercel.app" + } +} \ No newline at end of file From fde4cad828ed7a71043d96fb1b6b26f5ef67c7c8 Mon Sep 17 00:00:00 2001 From: N1xev Date: Wed, 19 Nov 2025 19:23:01 +0200 Subject: [PATCH 47/56] fix(username): i added discord username instead of github username. --- domains/samouly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/samouly.json b/domains/samouly.json index 0ac522a06b9..6914ba51c4e 100644 --- a/domains/samouly.json +++ b/domains/samouly.json @@ -1,6 +1,6 @@ { "owner": { - "username": "o6.r", + "username": "N1xev", "email": "alasamouly@gmail.com" }, "records": { From 14252d5b7260ad9662a1952a72d546e717e8ee66 Mon Sep 17 00:00:00 2001 From: N1xev Date: Wed, 19 Nov 2025 19:34:41 +0200 Subject: [PATCH 48/56] changed from netlify to cloudflare pages. --- domains/samouly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/samouly.json b/domains/samouly.json index 6914ba51c4e..8942578da52 100644 --- a/domains/samouly.json +++ b/domains/samouly.json @@ -4,6 +4,6 @@ "email": "alasamouly@gmail.com" }, "records": { - "A": ["75.2.60.5"] + "CNAME": "samouly.pages.dev" } } \ No newline at end of file From e9e58520cf829c6d68910d41a415b8d5dffcc49e Mon Sep 17 00:00:00 2001 From: Kaleem Ahmad Date: Wed, 19 Nov 2025 22:37:34 +0500 Subject: [PATCH 49/56] Add DMARC TXT record for kaleem.is-a.dev --- domains/_dmarc.kaleem.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_dmarc.kaleem.json diff --git a/domains/_dmarc.kaleem.json b/domains/_dmarc.kaleem.json new file mode 100644 index 00000000000..8ab534981e5 --- /dev/null +++ b/domains/_dmarc.kaleem.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "imkaleemahmad", + "email": "imkaleemahmad@gmail.com" + }, + "records": { + "TXT": "v=DMARC1; p=none; rua=mailto:imkaleemahmad@gmail.com" + } +} From d26a042f817b684c02a61efabec0f20681c15742 Mon Sep 17 00:00:00 2001 From: iostpa Date: Wed, 19 Nov 2025 20:37:23 +0200 Subject: [PATCH 50/56] Nitpick --- domains/samouly.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/samouly.json b/domains/samouly.json index 8942578da52..342f68c6d10 100644 --- a/domains/samouly.json +++ b/domains/samouly.json @@ -4,6 +4,7 @@ "email": "alasamouly@gmail.com" }, "records": { - "CNAME": "samouly.pages.dev" + "CNAME": "samouly.pages.dev" } -} \ No newline at end of file + +} From b8cdb2321274777167e4f54499f9b529e842f7f2 Mon Sep 17 00:00:00 2001 From: iostpa Date: Wed, 19 Nov 2025 20:41:43 +0200 Subject: [PATCH 51/56] Nitpick --- domains/bostjan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/bostjan.json b/domains/bostjan.json index 8871e13ef1f..c13604184d1 100644 --- a/domains/bostjan.json +++ b/domains/bostjan.json @@ -1,4 +1,5 @@ -{ "description": "Personal page with basic info.", +{ + "description": "Personal page with basic info.", "repo": "https://github.com/bostjans/register", "owner": { "username": "bostjans", From b16773b528fe8b2512d504774357863224b35453 Mon Sep 17 00:00:00 2001 From: iostpa Date: Wed, 19 Nov 2025 20:44:09 +0200 Subject: [PATCH 52/56] Nitpick --- domains/maws.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maws.json b/domains/maws.json index 40fd4f1b722..dca35424502 100644 --- a/domains/maws.json +++ b/domains/maws.json @@ -4,6 +4,6 @@ "email": "feranwb@gmail.com" }, "records": { - "CNAME": "Maws7140.github.io" + "CNAME": "maws7140.github.io" } } From 76de9ef5b49634bd851243ee0fffcd7dae244c66 Mon Sep 17 00:00:00 2001 From: Gabriele Firriolo <62284449+GabrieleFirriolo@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:02:32 +0100 Subject: [PATCH 53/56] Update domain records for gabrielefirriolo --- domains/gabrielefirriolo | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/gabrielefirriolo diff --git a/domains/gabrielefirriolo b/domains/gabrielefirriolo new file mode 100644 index 00000000000..e82b63cbb1b --- /dev/null +++ b/domains/gabrielefirriolo @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "GabrieleFirriolo", + }, + "records": { + "A": ["216.198.79.1"] + } +} From 6c469505c7a30e5e997e3df02bda1bb31a74eb95 Mon Sep 17 00:00:00 2001 From: Gabriele Firriolo <62284449+GabrieleFirriolo@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:03:33 +0100 Subject: [PATCH 54/56] Add Vercel domain configuration for GabrieleFirriolo --- domains/_vercel.gabrielefirriolo.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.gabrielefirriolo.json diff --git a/domains/_vercel.gabrielefirriolo.json b/domains/_vercel.gabrielefirriolo.json new file mode 100644 index 00000000000..a059f52fc89 --- /dev/null +++ b/domains/_vercel.gabrielefirriolo.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "GabrieleFirriolo", + }, + "records": { + "TXT": "vc-domain-verify=gabrielefirriolo.is-a.dev,f23b206e781114e9c558" + } +} From a0c36ea40cad9aceadfb9735556d1f0d37e50cef Mon Sep 17 00:00:00 2001 From: Gabriele Firriolo Date: Wed, 19 Nov 2025 20:08:01 +0100 Subject: [PATCH 55/56] fix --- domains/{gabrielefirriolo => gabrielefirriolo.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{gabrielefirriolo => gabrielefirriolo.json} (66%) diff --git a/domains/gabrielefirriolo b/domains/gabrielefirriolo.json similarity index 66% rename from domains/gabrielefirriolo rename to domains/gabrielefirriolo.json index e82b63cbb1b..d67aae60952 100644 --- a/domains/gabrielefirriolo +++ b/domains/gabrielefirriolo.json @@ -1,6 +1,6 @@ { "owner": { - "username": "GabrieleFirriolo", + "username": "GabrieleFirriolo" }, "records": { "A": ["216.198.79.1"] From 70d0333507851fbfec13af233f45f8cf0514c3be Mon Sep 17 00:00:00 2001 From: Gabriele Firriolo Date: Wed, 19 Nov 2025 20:12:48 +0100 Subject: [PATCH 56/56] add email --- domains/_vercel.gabrielefirriolo.json | 1 + domains/gabrielefirriolo.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.gabrielefirriolo.json b/domains/_vercel.gabrielefirriolo.json index a059f52fc89..259af9071ec 100644 --- a/domains/_vercel.gabrielefirriolo.json +++ b/domains/_vercel.gabrielefirriolo.json @@ -1,6 +1,7 @@ { "owner": { "username": "GabrieleFirriolo", + "email":"gabrifirr.business@gmail.com" }, "records": { "TXT": "vc-domain-verify=gabrielefirriolo.is-a.dev,f23b206e781114e9c558" diff --git a/domains/gabrielefirriolo.json b/domains/gabrielefirriolo.json index d67aae60952..75b5b2c814f 100644 --- a/domains/gabrielefirriolo.json +++ b/domains/gabrielefirriolo.json @@ -1,6 +1,7 @@ { "owner": { - "username": "GabrieleFirriolo" + "username": "GabrieleFirriolo", + "email":"gabrifirr.business@gmail.com" }, "records": { "A": ["216.198.79.1"]