From e7cb3126e73bc24ae7f463dead93d3313675499a Mon Sep 17 00:00:00 2001 From: "leo.lb" <86248211+leo-lb29@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:43:54 +0100 Subject: [PATCH 001/296] Create leolb.json --- domains/leolb.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/leolb.json diff --git a/domains/leolb.json b/domains/leolb.json new file mode 100644 index 000000000..1df9b7d5f --- /dev/null +++ b/domains/leolb.json @@ -0,0 +1,12 @@ +{ + "description": "Site personnel de Léo", + "repo": "https://github.com/leo-lb29/register", + "owner": { + "username": "leo-lb29", + "email": "postyourbot@gmail.com", + "discord": "leo.lb" + }, + "record": { + "CNAME": "leo.dev.project-maker.fr" + } +} From ea84be1acda12aab4ee52548af360d5e67171428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Sun, 2 Feb 2025 01:05:22 +0300 Subject: [PATCH 002/296] Create baturalp.json --- domains/baturalp.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/baturalp.json diff --git a/domains/baturalp.json b/domains/baturalp.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/baturalp.json @@ -0,0 +1 @@ + From 905292dcdea51f1cfa5e9bf2ae9f3db190fb3a79 Mon Sep 17 00:00:00 2001 From: islandboymv Date: Fri, 14 Feb 2025 16:11:28 +0500 Subject: [PATCH 003/296] Added islandboy.json --- domains/islandboy.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/islandboy.json diff --git a/domains/islandboy.json b/domains/islandboy.json new file mode 100644 index 000000000..7118c852e --- /dev/null +++ b/domains/islandboy.json @@ -0,0 +1,13 @@ +{ + "description": "Sub-domain of IslandBoy in is-a.dev", + "repo": "https://github.com/islandboymv/is-a-dev-register", + "owner": { + "username": "islandboymv" + }, + "record": { + "NS": [ + "barbara.ns.cloudflare.com", + "zahir.ns.cloudflare.com" + ] + } +} \ No newline at end of file From 331e4bfa6114d28f90926998c482b9cca247a9f7 Mon Sep 17 00:00:00 2001 From: islandboymv Date: Fri, 14 Feb 2025 16:12:55 +0500 Subject: [PATCH 004/296] Added islandboy.json --- domains/islandboy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/islandboy.json b/domains/islandboy.json index 7118c852e..ac881eaa8 100644 --- a/domains/islandboy.json +++ b/domains/islandboy.json @@ -2,7 +2,8 @@ "description": "Sub-domain of IslandBoy in is-a.dev", "repo": "https://github.com/islandboymv/is-a-dev-register", "owner": { - "username": "islandboymv" + "username": "islandboymv", + "email": "mifzaal.scout@gmail.com" }, "record": { "NS": [ From 9ac2e5b7a30cd525df27bdd382f9f7ab178f2847 Mon Sep 17 00:00:00 2001 From: Ujjval Joshi Date: Fri, 14 Feb 2025 17:55:36 +0530 Subject: [PATCH 005/296] Update ujjvaljoshi.json --- domains/ujjvaljoshi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ujjvaljoshi.json b/domains/ujjvaljoshi.json index ff022a990..29d8ce545 100644 --- a/domains/ujjvaljoshi.json +++ b/domains/ujjvaljoshi.json @@ -6,6 +6,6 @@ "email": "ujjvaljoshi45@gmail.com" }, "record": { - "CNAME": "portfolio-ivui.vercel.app" + "CNAME": "ujjvaljoshi45.github.io/portfolio" } } From 0bddef8d42611803aa075827e3562f05c011ba75 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 14 Feb 2025 22:08:37 +0500 Subject: [PATCH 006/296] added coolify-app --- domains/coolify-app.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/coolify-app.json diff --git a/domains/coolify-app.json b/domains/coolify-app.json new file mode 100644 index 000000000..5ca2c5200 --- /dev/null +++ b/domains/coolify-app.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "umarsidiki", + "email": "siddiquiumar0007@gmail.com" + }, + "record": { + "A": "130.162.58.142" + } +} \ No newline at end of file From d033c8cfc969d92b23ffd351c2083d3f3c7b7c9a Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 14 Feb 2025 22:13:20 +0500 Subject: [PATCH 007/296] fixed- coolify-app --- domains/coolify-app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 5ca2c5200..5cdf36f89 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -3,7 +3,7 @@ "username": "umarsidiki", "email": "siddiquiumar0007@gmail.com" }, - "record": { - "A": "130.162.58.142" - } + "records": { + "A": ["130.162.58.142"] + } } \ No newline at end of file From 3037469b16c3ebabfdcbee0979c447588a898104 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 14 Feb 2025 22:20:27 +0500 Subject: [PATCH 008/296] refixed --- domains/coolify-app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 5cdf36f89..eb126a4cc 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -3,7 +3,7 @@ "username": "umarsidiki", "email": "siddiquiumar0007@gmail.com" }, - "records": { - "A": ["130.162.58.142"] + "record": { + "URL": "http://130.162.58.142:8000/" } } \ No newline at end of file From 181e6c6db33ccb2af7317744bc82cc1edf8cfbf8 Mon Sep 17 00:00:00 2001 From: Jubal Slone Date: Fri, 14 Feb 2025 13:13:39 -0600 Subject: [PATCH 009/296] Create jubal.json --- domains/jubal.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jubal.json diff --git a/domains/jubal.json b/domains/jubal.json new file mode 100644 index 000000000..076d28baa --- /dev/null +++ b/domains/jubal.json @@ -0,0 +1,11 @@ +{ + "description": "Jubal Slone's website", + "repo": "https://github.com/jubalslone/jubalslone.github.io", + "owner": { + "username": "jubalslone", + "email": "jubal.slone@gmail.com" + }, + "record": { + "CNAME": "jubalslone.github.io" + } +} From 89f6aae699b67202ffdd56c591404883fadb9986 Mon Sep 17 00:00:00 2001 From: SoulDevs Date: Sat, 15 Feb 2025 08:07:16 +0530 Subject: [PATCH 010/296] Create _vercel.soul.json --- domains/_vercel.soul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.soul.json diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json new file mode 100644 index 000000000..a52169318 --- /dev/null +++ b/domains/_vercel.soul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SoulDevs", + "email": "soulcosmic1406@proton.me", + "discord": "soulcosmic1406_" + }, + "record": { + "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896" + } From 482bc4c1fca24a550def3ac05e6dc3bbb45f8c3c Mon Sep 17 00:00:00 2001 From: SoulDevs Date: Sat, 15 Feb 2025 08:10:18 +0530 Subject: [PATCH 011/296] Create soul.json --- domains/soul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/soul.json diff --git a/domains/soul.json b/domains/soul.json new file mode 100644 index 000000000..bc18daee4 --- /dev/null +++ b/domains/soul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SoulDevs", + "email": "soulcosmic1406@proton.me" + }, + "record": { + "CNAME": "main-protfolio-seven.vercel.app" + } +} From 29ab1551142d64cc14be5fd298fba9d093747e5c Mon Sep 17 00:00:00 2001 From: usamakhalid111 Date: Sat, 15 Feb 2025 22:43:56 +0500 Subject: [PATCH 012/296] Adding a domain --- domains/usamakhalid.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/usamakhalid.json diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json new file mode 100644 index 000000000..e8e7ac6a9 --- /dev/null +++ b/domains/usamakhalid.json @@ -0,0 +1,11 @@ +{ + "description": "THIS IS MY PORTFOLIO WEBSITE, But I am still working on it. I will update it soon.", + "repo": "https://github.com/usama0155/portfolio", + "owner": { + "username": "usama0155", + "email": "[usamak5453@gmail.com]" + }, + "record": { + "CNAME": "https://usama0155.github.io/portfolio/" + } +} \ No newline at end of file From 82fb3850b75a233ebc602ce4dbcf574c331c838e Mon Sep 17 00:00:00 2001 From: usamakhalid111 Date: Sun, 16 Feb 2025 10:53:04 +0500 Subject: [PATCH 013/296] resolved errors --- domains/usamakhalid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json index e8e7ac6a9..44cb53cf2 100644 --- a/domains/usamakhalid.json +++ b/domains/usamakhalid.json @@ -6,6 +6,6 @@ "email": "[usamak5453@gmail.com]" }, "record": { - "CNAME": "https://usama0155.github.io/portfolio/" + "CNAME": "usama0155.github.io/portfolio" } } \ No newline at end of file From 9e17794f2f595dd60ff0e0f9b081341ac4d303bb Mon Sep 17 00:00:00 2001 From: usamakhalid111 Date: Sat, 15 Feb 2025 22:43:56 +0500 Subject: [PATCH 014/296] Adding a domain --- domains/usamakhalid.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/usamakhalid.json diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json new file mode 100644 index 000000000..e8e7ac6a9 --- /dev/null +++ b/domains/usamakhalid.json @@ -0,0 +1,11 @@ +{ + "description": "THIS IS MY PORTFOLIO WEBSITE, But I am still working on it. I will update it soon.", + "repo": "https://github.com/usama0155/portfolio", + "owner": { + "username": "usama0155", + "email": "[usamak5453@gmail.com]" + }, + "record": { + "CNAME": "https://usama0155.github.io/portfolio/" + } +} \ No newline at end of file From 53317e2cb9e9fbd06544259b5fe786ce8eceafab Mon Sep 17 00:00:00 2001 From: usamakhalid111 Date: Sun, 16 Feb 2025 10:53:04 +0500 Subject: [PATCH 015/296] resolved errors --- domains/usamakhalid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json index e8e7ac6a9..44cb53cf2 100644 --- a/domains/usamakhalid.json +++ b/domains/usamakhalid.json @@ -6,6 +6,6 @@ "email": "[usamak5453@gmail.com]" }, "record": { - "CNAME": "https://usama0155.github.io/portfolio/" + "CNAME": "usama0155.github.io/portfolio" } } \ No newline at end of file From 6a786452bece2c38854c48c98faa0272b895effb Mon Sep 17 00:00:00 2001 From: usamakhalid111 Date: Sun, 16 Feb 2025 14:42:04 +0500 Subject: [PATCH 016/296] I hope now its resolved --- domains/usamakhalid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json index 44cb53cf2..4506fc819 100644 --- a/domains/usamakhalid.json +++ b/domains/usamakhalid.json @@ -6,6 +6,6 @@ "email": "[usamak5453@gmail.com]" }, "record": { - "CNAME": "usama0155.github.io/portfolio" + "CNAME": "usama0155.github.io" } } \ No newline at end of file From e43c70e900f4a421ede84eeeeb63004eda85f92d Mon Sep 17 00:00:00 2001 From: Dishant radadiya <164029200+Dishant402955@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:20:55 +0530 Subject: [PATCH 017/296] Create dishant.json --- domains/dishant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dishant.json diff --git a/domains/dishant.json b/domains/dishant.json new file mode 100644 index 000000000..acb34f8cb --- /dev/null +++ b/domains/dishant.json @@ -0,0 +1,11 @@ +{ + "domain":"is-a.dev", + "subdomain":"dishant", + "owner":{ + "repo":"https://github.com/Dishant402955/Portfolio", + "email":"dishantradadiya3036@gmail.com" + }, + "record":{ + "CNAME":"portfolio-dishants-projects-6881d6c0.vercel.app" + } +} From 6d907a93614a62e6ee458830bff6b8f42e9ca87b Mon Sep 17 00:00:00 2001 From: PixelBend <92285161+pixelbend@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:52:01 +0530 Subject: [PATCH 018/296] Create pixelbend.json --- domains/pixelbend.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pixelbend.json diff --git a/domains/pixelbend.json b/domains/pixelbend.json new file mode 100644 index 000000000..b3d2b2822 --- /dev/null +++ b/domains/pixelbend.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pixelbend", + "email": "m.arkamfahry@gmail.com" + }, + "record": { + "CNAME": "pixelbend.github.io" + } +} From 4acc42b987a9c27c6e145408016fcdbff47c7a58 Mon Sep 17 00:00:00 2001 From: BitBend <120765262+bitbend@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:09:39 +0530 Subject: [PATCH 019/296] Create bitbend.json --- domains/bitbend.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bitbend.json diff --git a/domains/bitbend.json b/domains/bitbend.json new file mode 100644 index 000000000..7d6db789d --- /dev/null +++ b/domains/bitbend.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bitbend", + "email": "arkamdev@gmail.com" + }, + "record": { + "CNAME": "bitbend.github.io" + } +} From c31b410324eed8b10737bb0b3caab74d820683f3 Mon Sep 17 00:00:00 2001 From: Idriss Douiri <112064985+AstroDriss@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:59:49 +0000 Subject: [PATCH 020/296] Update idriss.json --- domains/idriss.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/idriss.json b/domains/idriss.json index be40bb738..58db049ff 100644 --- a/domains/idriss.json +++ b/domains/idriss.json @@ -4,6 +4,6 @@ "email": "drisspennywise@gmail.com" }, "record": { - "CNAME": "idriss.douiri.org" + "A": ["76.76.21.21"] } } From b905f62de45a721a7716ff09d0b236a85a9d79ce Mon Sep 17 00:00:00 2001 From: Idriss Douiri <112064985+AstroDriss@users.noreply.github.com> Date: Sun, 16 Feb 2025 13:02:33 +0000 Subject: [PATCH 021/296] Create _vercel.idriss.json --- domains/_vercel.idriss.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.idriss.json diff --git a/domains/_vercel.idriss.json b/domains/_vercel.idriss.json new file mode 100644 index 000000000..286c47ce7 --- /dev/null +++ b/domains/_vercel.idriss.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AstroDriss", + "email": "drisspennywise@gmail.com" +}, + "record": { + "TXT": "vc-domain-verify=idriss.is-a.dev,375d6639e027c0907afd" + } +} From 84556234b6faee6ed454615a5f3d3183d2fd5e6f Mon Sep 17 00:00:00 2001 From: BougSoon Studio <133879335+BougSoon-Studio@users.noreply.github.com> Date: Sun, 16 Feb 2025 14:42:41 +0100 Subject: [PATCH 022/296] Update mr-julus.json --- domains/mr-julus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mr-julus.json b/domains/mr-julus.json index 7a5159704..69e7ef7d5 100644 --- a/domains/mr-julus.json +++ b/domains/mr-julus.json @@ -5,6 +5,6 @@ "email": "bougsoon.studio@gmail.com" }, "record": { - "CNAME": "mr-julus.web.app" + "TXT": "vc-domain-verify=mr-julus.is-a.dev,caaed911982c75cb0961" } } From a3d13a7a673f9258d1ce8d3ea6cb3772f17dc237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=96=E4=B8=80=E5=86=96?= Date: Sun, 16 Feb 2025 15:16:09 +0100 Subject: [PATCH 023/296] Create _discord.schuh.json --- domains/_discord.schuh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.schuh.json diff --git a/domains/_discord.schuh.json b/domains/_discord.schuh.json new file mode 100644 index 000000000..29d469ab3 --- /dev/null +++ b/domains/_discord.schuh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vqpe", + "email": "theschuhofyou@gmail.com" + }, + "record": { + "TXT": "dh=7e4702912048b4ff69b652081db69782cd50ccf3" + } +} From 86566d89e57906ff91de75a4c8abb2fc80503322 Mon Sep 17 00:00:00 2001 From: Juan Pablo Leon <55759064+juanleon8581@users.noreply.github.com> Date: Sun, 16 Feb 2025 09:41:47 -0500 Subject: [PATCH 024/296] Add juanpabloleonmaya subdomain register --- domains/_vercel.juanpabloleonmaya.json | 9 +++++++++ domains/juanpabloleonmaya.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.juanpabloleonmaya.json create mode 100644 domains/juanpabloleonmaya.json diff --git a/domains/_vercel.juanpabloleonmaya.json b/domains/_vercel.juanpabloleonmaya.json new file mode 100644 index 000000000..305e434d8 --- /dev/null +++ b/domains/_vercel.juanpabloleonmaya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "juanleon8581", + "email": "juanleon8581@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=juanpabloleonmaya.is-a.dev,60444b8f6c0ae7c91c12" + } +} \ No newline at end of file diff --git a/domains/juanpabloleonmaya.json b/domains/juanpabloleonmaya.json new file mode 100644 index 000000000..395a2c086 --- /dev/null +++ b/domains/juanpabloleonmaya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "juanleon8581", + "email": "juanleon8581@gmail.com" + }, + "record": { + "TXT": "juanpabloleonmaya.vercel.app" + } +} \ No newline at end of file From c2336a3f8d5c3436e64cd5ee77e2b459d074ab66 Mon Sep 17 00:00:00 2001 From: Nguyen Thanh Trieu Date: Sun, 16 Feb 2025 21:47:14 +0700 Subject: [PATCH 025/296] create konnn04 --- domains/konnn04.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/konnn04.json diff --git a/domains/konnn04.json b/domains/konnn04.json new file mode 100644 index 000000000..1da6901be --- /dev/null +++ b/domains/konnn04.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "konnn04", + "email": "trieukon1011@gmail.com" + }, + "record": { + "CNAME": "konnn04.github.io" + } + } + \ No newline at end of file From 4e71dc5599205550d20e443b2b4bc6ddddc1ee1c Mon Sep 17 00:00:00 2001 From: SA-Army <85917299+SA-Army@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:28:34 +0530 Subject: [PATCH 026/296] Create anveshraman.json --- domains/anveshraman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/anveshraman.json diff --git a/domains/anveshraman.json b/domains/anveshraman.json new file mode 100644 index 000000000..89f6b3639 --- /dev/null +++ b/domains/anveshraman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SA-Army", + "email": "anveshraman.ae@gmail.com" + }, + "record": { + "CNAME": "sa-army.github.io" + } +} From b5d3cf31f47dbf0f3113172431fc7bc92fa8b820 Mon Sep 17 00:00:00 2001 From: Enzo Mazzariol <150281793+enzomazzariol@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:09:39 +0100 Subject: [PATCH 027/296] Create enzomazzariol.json --- domains/enzomazzariol.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/enzomazzariol.json diff --git a/domains/enzomazzariol.json b/domains/enzomazzariol.json new file mode 100644 index 000000000..70cfa4472 --- /dev/null +++ b/domains/enzomazzariol.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enzomazzariol", + "email": "mazzariolenzo@gmail.com" + }, + "record": { + "CNAME": "enzomazzariol.netlify.app" + } +} From a83220b04a2ac8b45d84ae532ad8106ece35e071 Mon Sep 17 00:00:00 2001 From: prashant48653c Date: Sun, 16 Feb 2025 20:57:31 +0545 Subject: [PATCH 028/296] Added new domain --- domains/prasant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/prasant.json diff --git a/domains/prasant.json b/domains/prasant.json new file mode 100644 index 000000000..e7f6582ed --- /dev/null +++ b/domains/prasant.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/prashant48653c/portfolio", + "owner": { + "username": "prashant48653c", + "email": "acharyaprashant227@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} \ No newline at end of file From 8b0e49192451745a6261961b9cd52b8713ecc53c Mon Sep 17 00:00:00 2001 From: Luiz Araujo <87837854+leduardoaraujo@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:27:36 -0300 Subject: [PATCH 029/296] Create ludolua.json --- domains/ludolua.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ludolua.json diff --git a/domains/ludolua.json b/domains/ludolua.json new file mode 100644 index 000000000..ed49f49cf --- /dev/null +++ b/domains/ludolua.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "leduardoaraujo", + "email": "luizeduardo55062@gmail.com" + }, + "record": { + "CNAME": "leduardoaraujo.github.io" + } +} From bc4ca43eb46f504aa883c04bfe0210f7c8703234 Mon Sep 17 00:00:00 2001 From: Khaif Mohamed Date: Sun, 16 Feb 2025 21:13:20 +0530 Subject: [PATCH 030/296] create: _vercel.khaif.json --- domains/_vercel.khaif.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.khaif.json diff --git a/domains/_vercel.khaif.json b/domains/_vercel.khaif.json new file mode 100644 index 000000000..2f5f158f0 --- /dev/null +++ b/domains/_vercel.khaif.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khxif", + "email": "code.khaif@gmail.com" + }, + "record": { + "TXT": "fe39b6b2d8e96026a707" + } +} From 0bfa6519d2bba81f3f9c3f9b6100cdb56442d2ed Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 16 Feb 2025 17:03:37 +0100 Subject: [PATCH 031/296] Update markblum.json --- domains/markblum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/markblum.json b/domains/markblum.json index 073ee14d4..11b3bfc81 100644 --- a/domains/markblum.json +++ b/domains/markblum.json @@ -4,6 +4,6 @@ "email": "mark@el-blum.de" }, "record": { - "CNAME": "el-blum.selfhost.co" + "CNAME": "dyndns.el-blum.de" } } From 47f216394d9157fa3a5c90845a35d8f9a181fb42 Mon Sep 17 00:00:00 2001 From: Eduardo Bravo Date: Sun, 16 Feb 2025 12:37:34 -0400 Subject: [PATCH 032/296] chore: :speech_balloon: added euler.json --- domains/euler.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/euler.json diff --git a/domains/euler.json b/domains/euler.json new file mode 100644 index 000000000..2765bcc02 --- /dev/null +++ b/domains/euler.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Euler-B", + "email": "eduardojosebb.matescience@gmail.com" +}, + "record": { + "CNAME": "euler-b.pages.dev" + } +} \ No newline at end of file From 3290b625b3ef048c8fe96fb7ecb9423d673e86f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Ferr=C3=B3n?= Date: Sun, 16 Feb 2025 17:55:48 +0100 Subject: [PATCH 033/296] Create xavier.json --- domains/xavier.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/xavier.json diff --git a/domains/xavier.json b/domains/xavier.json new file mode 100644 index 000000000..fa5b6efeb --- /dev/null +++ b/domains/xavier.json @@ -0,0 +1,11 @@ +{ + "description": "Xavier Personal Development Site", + "repo": "https://github.com/MrSiir/mrsiir.github.io", + "owner": { + "username": "MrSiir", + "email": "mrsiir@gmail.com" + }, + "record": { + "CNAME": "mrsiir.github.io" + } +} \ No newline at end of file From 0d8a41f041786307b55956577d093bd762b2478d Mon Sep 17 00:00:00 2001 From: NotCoded <66999075+not-coded@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:35:50 +0100 Subject: [PATCH 034/296] Create _atproto.notcoded.json --- domains/_atproto.notcoded.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_atproto.notcoded.json diff --git a/domains/_atproto.notcoded.json b/domains/_atproto.notcoded.json new file mode 100644 index 000000000..293c22341 --- /dev/null +++ b/domains/_atproto.notcoded.json @@ -0,0 +1,11 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "not-coded", + "discord": "notcoded", + "discordUserID": "620662953347121163" + }, + "record": { + "TXT": "did=did:plc:hvgfiqmdl5sqcba2453dfpxe" + } +} From 1ab28f26b5e2b3b5447b7035469de9d2718cb751 Mon Sep 17 00:00:00 2001 From: NotCoded <66999075+not-coded@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:40:03 +0100 Subject: [PATCH 035/296] Create _discord.notcoded.json --- domains/_discord.notcoded.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_discord.notcoded.json diff --git a/domains/_discord.notcoded.json b/domains/_discord.notcoded.json new file mode 100644 index 000000000..4b0d5f267 --- /dev/null +++ b/domains/_discord.notcoded.json @@ -0,0 +1,11 @@ +{ + "description": "domain verification for discord", + "owner": { + "username": "not-coded", + "discord": "notcoded", + "discordUserID": "620662953347121163" + }, + "record": { + "TXT": "dh=0a6a5afd3a6ee9b2709a43a77e6679a2e9969384" + } +} From 4bdf22e85f1cef2ad72b293fc38a16080abb65bc Mon Sep 17 00:00:00 2001 From: NotCoded <66999075+not-coded@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:40:43 +0100 Subject: [PATCH 036/296] update discord username --- domains/notcoded.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/notcoded.json b/domains/notcoded.json index d065c32ac..de3fc586b 100644 --- a/domains/notcoded.json +++ b/domains/notcoded.json @@ -3,7 +3,7 @@ "repo": "https://github.com/not-coded/not-coded.github.io", "owner": { "username": "not-coded", - "discord": "Code#9844", + "discord": "notcoded", "discordUserID": "620662953347121163" }, "record": { From 04c3f819bbe9354a896fd1ef06398ed0ea133152 Mon Sep 17 00:00:00 2001 From: BougSoon Studio <133879335+BougSoon-Studio@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:53:04 +0100 Subject: [PATCH 037/296] Update mr-julus.json --- domains/mr-julus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mr-julus.json b/domains/mr-julus.json index 69e7ef7d5..eabbee29c 100644 --- a/domains/mr-julus.json +++ b/domains/mr-julus.json @@ -5,6 +5,6 @@ "email": "bougsoon.studio@gmail.com" }, "record": { - "TXT": "vc-domain-verify=mr-julus.is-a.dev,caaed911982c75cb0961" + "TXT": "mr-julus.vercel.app" } } From 6c34e17b623d764445ff62f5ffceff14a243c65e Mon Sep 17 00:00:00 2001 From: BougSoon Studio <133879335+BougSoon-Studio@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:54:54 +0100 Subject: [PATCH 038/296] Create _vercel.mr-julus.json --- domains/_vercel.mr-julus.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.mr-julus.json diff --git a/domains/_vercel.mr-julus.json b/domains/_vercel.mr-julus.json new file mode 100644 index 000000000..a1333e074 --- /dev/null +++ b/domains/_vercel.mr-julus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BougSoon-Studio", + "email": "bougsoon.studio@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=mr-julus.is-a.dev,caaed911982c75cb0961" + } +} From 882eeedbdced1987ad4c41d2db52b07aacdccca7 Mon Sep 17 00:00:00 2001 From: BougSoon Studio <133879335+BougSoon-Studio@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:56:00 +0100 Subject: [PATCH 039/296] Update mr-julus.json --- domains/mr-julus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mr-julus.json b/domains/mr-julus.json index eabbee29c..ef0d33648 100644 --- a/domains/mr-julus.json +++ b/domains/mr-julus.json @@ -5,6 +5,6 @@ "email": "bougsoon.studio@gmail.com" }, "record": { - "TXT": "mr-julus.vercel.app" + "CNAME": "mr-julus.vercel.app" } } From 3d3e6ce6a24dd35f10f9bc5b682d27f52795fd8c Mon Sep 17 00:00:00 2001 From: Juan Pablo Leon <55759064+juanleon8581@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:31:32 -0500 Subject: [PATCH 040/296] Updata A record for juanpabloleonmaya.json --- domains/juanpabloleonmaya.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/juanpabloleonmaya.json b/domains/juanpabloleonmaya.json index 395a2c086..fcd0b2390 100644 --- a/domains/juanpabloleonmaya.json +++ b/domains/juanpabloleonmaya.json @@ -4,6 +4,6 @@ "email": "juanleon8581@gmail.com" }, "record": { - "TXT": "juanpabloleonmaya.vercel.app" + "A": ["76.76.21.21"] } } \ No newline at end of file From 7672a401c7fd445e76a3999250cd24f305865330 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 16 Feb 2025 22:23:04 +0000 Subject: [PATCH 041/296] Create si458.json --- domains/si458.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/si458.json diff --git a/domains/si458.json b/domains/si458.json new file mode 100644 index 000000000..8382bc1e0 --- /dev/null +++ b/domains/si458.json @@ -0,0 +1,14 @@ +{ + "description": "Opensource software developer supporting opensourcea pplications", + "repo": "https://github.com/si458", + "owner": { + "username": "si458", + "email": "simonsmith5521@gmail.com" + }, + "record": { + "NS": [ + "jake.ns.cloudflare.com", + "jill.ns.cloudflare.com" + ] + } +} From 4dac34aba7173b8a384aeb26edecaed357e38f4f Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 16 Feb 2025 22:30:10 +0000 Subject: [PATCH 042/296] Update si458.json --- domains/si458.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/si458.json b/domains/si458.json index 8382bc1e0..3043e5a4d 100644 --- a/domains/si458.json +++ b/domains/si458.json @@ -1,5 +1,5 @@ { - "description": "Opensource software developer supporting opensourcea pplications", + "description": "an open source software developer supporting opensource applications", "repo": "https://github.com/si458", "owner": { "username": "si458", From b07746b098b64b43b4d02f1aafa22c675d6da6f9 Mon Sep 17 00:00:00 2001 From: JB Carreon Date: Mon, 17 Feb 2025 10:29:39 +0800 Subject: [PATCH 043/296] 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 6b3454fee..d35e7c01c 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -6,6 +6,6 @@ "email": "jbcarreon212@gmail.com" }, "record": { - "A": ["35.223.92.119"] + "A": ["34.56.187.73"] } } From 2b6d2a0512a39c16513e83033a4e2e5663d0ec43 Mon Sep 17 00:00:00 2001 From: orangc Date: Mon, 17 Feb 2025 08:55:44 +0300 Subject: [PATCH 044/296] Update usamakhalid.json --- domains/usamakhalid.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json index 4506fc819..45f90bddc 100644 --- a/domains/usamakhalid.json +++ b/domains/usamakhalid.json @@ -3,9 +3,9 @@ "repo": "https://github.com/usama0155/portfolio", "owner": { "username": "usama0155", - "email": "[usamak5453@gmail.com]" + "email": "usamak5453@gmail.com" }, "record": { "CNAME": "usama0155.github.io" } -} \ No newline at end of file +} From 8b2368fceaa72a6cb5d0486e9a2ac225216f0d17 Mon Sep 17 00:00:00 2001 From: Paul-Marc Date: Mon, 17 Feb 2025 09:12:35 +0200 Subject: [PATCH 045/296] Adding CNAME for dev.paulmarc.org --- domains/paulmarc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/paulmarc.json diff --git a/domains/paulmarc.json b/domains/paulmarc.json new file mode 100644 index 000000000..f059e27f5 --- /dev/null +++ b/domains/paulmarc.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Dev website for paulmarc.is-a.dev", + "repo": "https://github.com/paulmarc", + "owner": { + "username": "paulmarc", + "email": "develop@paulmarc.org" + }, + "record": { + "CNAME": "dev.paulmarc.org" + }, + "proxied": false +} From ce377a471f10d6b4228130acf9640f9c1334e40c Mon Sep 17 00:00:00 2001 From: Marco Voegeli <31365321+Marco-Voegeli@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:58:35 +0100 Subject: [PATCH 046/296] Update marco.voegeli.json Proxy doesn't seem to work so I removed it --- domains/marco.voegeli.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/marco.voegeli.json b/domains/marco.voegeli.json index 778087909..c92231ffe 100644 --- a/domains/marco.voegeli.json +++ b/domains/marco.voegeli.json @@ -2,10 +2,8 @@ "owner": { "username": "Marco-Voegeli", "email": "voegelijjm@gmail.com" - }, "record": { "CNAME": "marco-voegeli.github.io" - }, - "proxied": true + } } From aef9b6e2f6b8d140c9fd141ee3dbc42416428b86 Mon Sep 17 00:00:00 2001 From: Shahadat Hossen Shams <100944767+shshams@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:15:50 +0600 Subject: [PATCH 047/296] Create _vercel.xenonrexo.json --- domains/_vercel.xenonrexo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.xenonrexo.json diff --git a/domains/_vercel.xenonrexo.json b/domains/_vercel.xenonrexo.json new file mode 100644 index 000000000..2a6c78644 --- /dev/null +++ b/domains/_vercel.xenonrexo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shshahms", + "email": "shahadathossenshams@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=xenonrexo.is-a.dev,8fbb85bd77adeb090add" + } +} From 336ea0c20b40d5c7f0896ba2d77316f15eb5278f Mon Sep 17 00:00:00 2001 From: MrSiir Date: Mon, 17 Feb 2025 11:53:43 +0100 Subject: [PATCH 048/296] Create _github-pages-challenge-mrsiir.xavier.json --- domains/_github-pages-challenge-mrsiir.xavier.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-mrsiir.xavier.json diff --git a/domains/_github-pages-challenge-mrsiir.xavier.json b/domains/_github-pages-challenge-mrsiir.xavier.json new file mode 100644 index 000000000..f86ea66ba --- /dev/null +++ b/domains/_github-pages-challenge-mrsiir.xavier.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MrSiir", + "email": "mrsiir@gmail.com" + }, + "record": { + "TXT": "137e2b17a723cce89a10e5e245a3b5" + } +} \ No newline at end of file From bf6f5dcc2cf466438dd91b9ee08a24ac90630725 Mon Sep 17 00:00:00 2001 From: Khaif Mohamed Date: Mon, 17 Feb 2025 16:46:25 +0530 Subject: [PATCH 049/296] update _vercel.khaif.json --- domains/_vercel.khaif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.khaif.json b/domains/_vercel.khaif.json index 2f5f158f0..f197c11b8 100644 --- a/domains/_vercel.khaif.json +++ b/domains/_vercel.khaif.json @@ -4,6 +4,6 @@ "email": "code.khaif@gmail.com" }, "record": { - "TXT": "fe39b6b2d8e96026a707" + "TXT": "vc-domain-verify=khaif.is-a.dev,fe39b6b2d8e96026a707" } } From 387c84d703cfe4682a6c1c6a56d0ea3832dd6d3f Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Mon, 17 Feb 2025 18:32:59 +0700 Subject: [PATCH 050/296] config: add davidsneighbour.is-a.dev Signed-off-by: Patrick Kollitsch --- domains/davidsneighbour.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/davidsneighbour.json diff --git a/domains/davidsneighbour.json b/domains/davidsneighbour.json new file mode 100644 index 000000000..854028e93 --- /dev/null +++ b/domains/davidsneighbour.json @@ -0,0 +1,13 @@ +{ + "description": "My GitHub profile", + "owner": { + "username": "davidsneighbour", + "email": "83281+davidsneighbour@users.noreply.github.com" + }, + "record": { + "URL": "https://github.com/davidsneighbour/", + "MX": [ + "smtp.google.com" + ] + } +} From 3d7b7a4641bbf529c376a75624e884a77b6e5781 Mon Sep 17 00:00:00 2001 From: Dishant radadiya <164029200+Dishant402955@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:13:19 +0530 Subject: [PATCH 051/296] Update domains/dishant.json Co-authored-by: iostpa --- domains/dishant.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/dishant.json b/domains/dishant.json index acb34f8cb..05340852e 100644 --- a/domains/dishant.json +++ b/domains/dishant.json @@ -1,6 +1,4 @@ { - "domain":"is-a.dev", - "subdomain":"dishant", "owner":{ "repo":"https://github.com/Dishant402955/Portfolio", "email":"dishantradadiya3036@gmail.com" From 01b8d00788efb4491407d4dbd42d38af54db57ea Mon Sep 17 00:00:00 2001 From: Dishant radadiya <164029200+Dishant402955@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:13:33 +0530 Subject: [PATCH 052/296] Update domains/dishant.json Co-authored-by: iostpa --- domains/dishant.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/dishant.json b/domains/dishant.json index 05340852e..5d91b89b7 100644 --- a/domains/dishant.json +++ b/domains/dishant.json @@ -1,6 +1,7 @@ { + "repo":"https://github.com/Dishant402955/Portfolio", "owner":{ - "repo":"https://github.com/Dishant402955/Portfolio", + "username": "Dishant402955", "email":"dishantradadiya3036@gmail.com" }, "record":{ From 408c4d385094f06d07f0f57a902d619c37632a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20D=C3=ADaz=20Mu=C3=B1oz?= Date: Mon, 17 Feb 2025 13:14:11 +0100 Subject: [PATCH 053/296] Create albertodm.json --- domains/albertodm.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/albertodm.json diff --git a/domains/albertodm.json b/domains/albertodm.json new file mode 100644 index 000000000..868ccddca --- /dev/null +++ b/domains/albertodm.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/MonforteGG/portfolio", + "owner": { + "username": "MonforteGG", + "email": "albdiamun@gmail.com" + }, + "description": "portfolio website", + "record": { + "CNAME": "albertodm.netlify.app" + } +} From 470204b97f11874fb507736126dbffde6868345c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 17:48:43 +0300 Subject: [PATCH 054/296] Update baturalp.json --- domains/baturalp.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/baturalp.json b/domains/baturalp.json index 8b1378917..9707e7d66 100644 --- a/domains/baturalp.json +++ b/domains/baturalp.json @@ -1 +1,11 @@ - +{ + "description": "Baturalp Sönmez Portfolio website", + "repo": "https://github.com/Baturalp52/Baturalp52.github.io", + "owner": { + "username": "Baturalp52", + "email": "baturalpsonmez2002@gmail.com" + }, + "record": { + "CNAME": "baturalp52.github.io" + } +} From 07256c39d14cc75d46a1d99c6d255bad670fb10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 18:10:10 +0300 Subject: [PATCH 055/296] Update baturalp.json --- domains/baturalp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/baturalp.json b/domains/baturalp.json index 9707e7d66..dc50c1049 100644 --- a/domains/baturalp.json +++ b/domains/baturalp.json @@ -6,6 +6,7 @@ "email": "baturalpsonmez2002@gmail.com" }, "record": { - "CNAME": "baturalp52.github.io" + "CNAME": "baturalp52.github.io", + "TXT": "8e1fd82942a7ceae35f62019e370aa" } } From 203d67517cc23f6714a213c41658d1266accda69 Mon Sep 17 00:00:00 2001 From: Omar <180954465+omardotdev@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:57:19 +0200 Subject: [PATCH 056/296] add website --- domains/omardotdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/omardotdev.json diff --git a/domains/omardotdev.json b/domains/omardotdev.json new file mode 100644 index 000000000..e8f7e70c9 --- /dev/null +++ b/domains/omardotdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "omardotdev", + "email": "om749843@tutanota.de" + }, + "record": { + "CNAME": "omardotdev.codeberg.page" + } +} From 573da350bd35d357d2e0bbc5f6a50584ec812622 Mon Sep 17 00:00:00 2001 From: Omar <180954465+omardotdev@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:59:31 +0200 Subject: [PATCH 057/296] add discord id too --- domains/omardotdev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/omardotdev.json b/domains/omardotdev.json index e8f7e70c9..ed5543e76 100644 --- a/domains/omardotdev.json +++ b/domains/omardotdev.json @@ -1,7 +1,8 @@ { "owner": { "username": "omardotdev", - "email": "om749843@tutanota.de" + "email": "om749843@tutanota.de", + "discord": "1135918173959491595" }, "record": { "CNAME": "omardotdev.codeberg.page" From 3230be4afdfe93d4e08dfd744dd8d0c2fa8a53ba Mon Sep 17 00:00:00 2001 From: Omar <180954465+omardotdev@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:16:04 +0200 Subject: [PATCH 058/296] use correct domain scheme --- domains/omardotdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/omardotdev.json b/domains/omardotdev.json index ed5543e76..1fc9ec116 100644 --- a/domains/omardotdev.json +++ b/domains/omardotdev.json @@ -5,6 +5,6 @@ "discord": "1135918173959491595" }, "record": { - "CNAME": "omardotdev.codeberg.page" + "CNAME": "pages.omardotdev.codeberg.page" } } From 1c4d6119ac36ebe9e0d3b1152170ec5a4485b2be Mon Sep 17 00:00:00 2001 From: Nguyen Truong Ton <62142317+nguyentruongton@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:20:39 +0700 Subject: [PATCH 059/296] Create stark.json --- domains/stark | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stark diff --git a/domains/stark b/domains/stark new file mode 100644 index 000000000..582d30863 --- /dev/null +++ b/domains/stark @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nguyentruongton", + "email": "tonstark.dev@gmail.com" + }, + "record": { + "CNAME": "truongton.vercel.app" + } +} From b18b23d8399cfeecf30a5d5832c32181333e0bf0 Mon Sep 17 00:00:00 2001 From: Carlos Tirado Date: Mon, 17 Feb 2025 11:54:04 -0500 Subject: [PATCH 060/296] Create carlostirado.json --- domains/carlostirado.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/carlostirado.json diff --git a/domains/carlostirado.json b/domains/carlostirado.json new file mode 100644 index 000000000..f22b79ffd --- /dev/null +++ b/domains/carlostirado.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "carlostirado23", + "email": "mariotiradotovar@outlook.com" + }, + "record": { + "CNAME": "https://carlostirado.vercel.app/" + } +} From f732d0abbd9a5220d302baca2669186f69cf0a60 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Feb 2025 14:16:40 -0300 Subject: [PATCH 061/296] Update finch.json I have modified CNAME and EMAIL. Thank you. --- domains/finch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/finch.json b/domains/finch.json index cb9df88e5..d074436de 100644 --- a/domains/finch.json +++ b/domains/finch.json @@ -1,9 +1,9 @@ { "owner": { "username": "metalespesados", - "email": "metalespesados@icloud.com" + "email": "bengfm@icloud.com" }, "record": { - "CNAME": "metalespesados.vercel.app" + "CNAME": "ebn.netlify.app" } } From 16cf72cd449248a358182135839f21bf4a03a8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 20:56:27 +0300 Subject: [PATCH 062/296] Update baturalp.json --- domains/baturalp.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/baturalp.json b/domains/baturalp.json index dc50c1049..9707e7d66 100644 --- a/domains/baturalp.json +++ b/domains/baturalp.json @@ -6,7 +6,6 @@ "email": "baturalpsonmez2002@gmail.com" }, "record": { - "CNAME": "baturalp52.github.io", - "TXT": "8e1fd82942a7ceae35f62019e370aa" + "CNAME": "baturalp52.github.io" } } From 278cbe257dcbf16ec23d92e39e81c702e4ee8e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 20:58:07 +0300 Subject: [PATCH 063/296] Create _github-pages-challenge-Baturalp52.json --- domains/_github-pages-challenge-Baturalp52.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Baturalp52.json diff --git a/domains/_github-pages-challenge-Baturalp52.json b/domains/_github-pages-challenge-Baturalp52.json new file mode 100644 index 000000000..8907a66a2 --- /dev/null +++ b/domains/_github-pages-challenge-Baturalp52.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Baturalp52", + "email": "baturalpsonmez2002@gmail.com" + }, + "record": { + "TXT": "8e1fd82942a7ceae35f62019e370aa" + } +} From da0566c180e3dd1c6c35b08a156112f920a1089f Mon Sep 17 00:00:00 2001 From: "leo.lb" <86248211+leo-lb29@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:29:41 +0100 Subject: [PATCH 064/296] Update leolb.json --- domains/leolb.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/leolb.json b/domains/leolb.json index 1df9b7d5f..d8d150035 100644 --- a/domains/leolb.json +++ b/domains/leolb.json @@ -1,12 +1,11 @@ { - "description": "Site personnel de Léo", - "repo": "https://github.com/leo-lb29/register", + "description": "Leo LB Portfolio", + "repo": "https://github.com/leo-lb29", "owner": { "username": "leo-lb29", - "email": "postyourbot@gmail.com", - "discord": "leo.lb" + "email": "postyourbot@gmail.com" }, "record": { - "CNAME": "leo.dev.project-maker.fr" + "URL": "https://leolb.wagoo.app" } } From cea9c23951647b48ed648c057488621023fd0d53 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Tue, 18 Feb 2025 04:15:13 +0700 Subject: [PATCH 065/296] fix: add non-noreply email address as contact Signed-off-by: Patrick Kollitsch --- domains/davidsneighbour.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/davidsneighbour.json b/domains/davidsneighbour.json index 854028e93..ad352b6a0 100644 --- a/domains/davidsneighbour.json +++ b/domains/davidsneighbour.json @@ -2,7 +2,7 @@ "description": "My GitHub profile", "owner": { "username": "davidsneighbour", - "email": "83281+davidsneighbour@users.noreply.github.com" + "email": "pkollitsch+isadev@gmail.com" }, "record": { "URL": "https://github.com/davidsneighbour/", From 7c8ae54a776557d694e10bbe0a967e37c126e8d7 Mon Sep 17 00:00:00 2001 From: Connor Date: Mon, 17 Feb 2025 23:15:41 +0100 Subject: [PATCH 066/296] Update connor.json --- domains/connor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/connor.json b/domains/connor.json index 2fb2b310e..36a89f81f 100644 --- a/domains/connor.json +++ b/domains/connor.json @@ -3,9 +3,9 @@ "repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io", "owner": { "username": "ConnorDoesDev", - "email": "connor@cstudios.gay" + "email": "connor@dmc.chat" }, "record": { - "CNAME": "connordoesdev.github.io" + "A": ["173.249.45.163"] } } From 2722d67ba61b39389c85c89d094a3f33d7235d8e Mon Sep 17 00:00:00 2001 From: Nuggew Date: Mon, 17 Feb 2025 20:06:23 -0300 Subject: [PATCH 067/296] Register my website --- domains/nuggew.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nuggew.json diff --git a/domains/nuggew.json b/domains/nuggew.json new file mode 100644 index 000000000..5fcaa485a --- /dev/null +++ b/domains/nuggew.json @@ -0,0 +1,10 @@ +{ + "description": "nuggew's fortress (portfolio)", + "owner": { + "username": "Nuggew", + "email": "contato.guilherme.silva.araujo@gmail.com" + }, + "record": { + "URL": "nuggew.github.io" + } +} From f34e11ca9e5c358f66336ece4e9c00031930608d Mon Sep 17 00:00:00 2001 From: Ikram Maulana Date: Mon, 17 Feb 2025 23:58:41 +0000 Subject: [PATCH 068/296] remove proxied property from domain configurations --- domains/ikram.json | 3 +-- domains/kakureta.ikram.json | 3 +-- domains/links.ikram.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/ikram.json b/domains/ikram.json index 515170fc1..84ac66224 100644 --- a/domains/ikram.json +++ b/domains/ikram.json @@ -11,6 +11,5 @@ "v=spf1 include:spf.improvmx.com ~all", "google-site-verification=C38zyZL8LP_056d5IgevUInJTe4qerfxC6-qjQORdh4" ] - }, - "proxied": true + } } diff --git a/domains/kakureta.ikram.json b/domains/kakureta.ikram.json index 0bf36e18f..ff29ca1bb 100644 --- a/domains/kakureta.ikram.json +++ b/domains/kakureta.ikram.json @@ -6,6 +6,5 @@ }, "record": { "A": ["76.76.21.21"] - }, - "proxied": true + } } diff --git a/domains/links.ikram.json b/domains/links.ikram.json index 0bf36e18f..ff29ca1bb 100644 --- a/domains/links.ikram.json +++ b/domains/links.ikram.json @@ -6,6 +6,5 @@ }, "record": { "A": ["76.76.21.21"] - }, - "proxied": true + } } From 37ed092b28152a8450686db71cfd6203453368a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20L=C3=AA=20H=E1=BB=93?= Date: Tue, 18 Feb 2025 03:38:45 +0000 Subject: [PATCH 069/296] Create holedev.json --- domains/holedev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/holedev.json diff --git a/domains/holedev.json b/domains/holedev.json new file mode 100644 index 000000000..882353c20 --- /dev/null +++ b/domains/holedev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "holedev", + "email": "phanleho002@gmail.com" + }, + "record": { + "URL": "https://github.com/holedev" + } +} \ No newline at end of file From ad4b6173c12382208a01d07c6095f8a47205f2b3 Mon Sep 17 00:00:00 2001 From: JB Carreon Date: Tue, 18 Feb 2025 11:41:57 +0800 Subject: [PATCH 070/296] Enable cloudflare proxy: Update `jb.json` --- domains/jb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/jb.json b/domains/jb.json index d35e7c01c..adc9648b7 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -7,5 +7,6 @@ }, "record": { "A": ["34.56.187.73"] - } + }, + "proxied": true } From 1ccfee1e361d5dcadd46db771fdccb62356a72df Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:59:24 +0545 Subject: [PATCH 071/296] Create nabin.json --- domains/nabin.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/nabin.json diff --git a/domains/nabin.json b/domains/nabin.json new file mode 100644 index 000000000..be84f68e9 --- /dev/null +++ b/domains/nabin.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nabinkatwal7" + }, + "record": { + "RECORDTYPE": "A" + } +} From 9a5491b5af1d6ef15a54c888ab3cee6d7cf55cb5 Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:08:57 +0545 Subject: [PATCH 072/296] Update nabin.json --- domains/nabin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/nabin.json b/domains/nabin.json index be84f68e9..8aa251a49 100644 --- a/domains/nabin.json +++ b/domains/nabin.json @@ -3,6 +3,7 @@ "username": "nabinkatwal7" }, "record": { - "RECORDTYPE": "A" + "CNAME": "https://portfolio-v3-six-iota.vercel.app/", + "A": "76.76.21.21" } } From 194122fd44842f02db538e0508d8b3d1f78ebfab Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:10:37 +0545 Subject: [PATCH 073/296] Update nabin.json --- domains/nabin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/nabin.json b/domains/nabin.json index 8aa251a49..04d0f6b49 100644 --- a/domains/nabin.json +++ b/domains/nabin.json @@ -1,6 +1,7 @@ { "owner": { - "username": "nabinkatwal7" + "username": "nabinkatwal7", + "email":"mediocampistaa@gmail.com" }, "record": { "CNAME": "https://portfolio-v3-six-iota.vercel.app/", From 001b98e3f98a0168640f771d08bfca7a4bfc837a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20L=C3=AA=20H=E1=BB=93?= Date: Tue, 18 Feb 2025 04:49:38 +0000 Subject: [PATCH 074/296] change email owner holedev.json --- domains/holedev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/holedev.json b/domains/holedev.json index 882353c20..25c0f5245 100644 --- a/domains/holedev.json +++ b/domains/holedev.json @@ -1,7 +1,7 @@ { "owner": { "username": "holedev", - "email": "phanleho002@gmail.com" + "email": "contact@holedev.com" }, "record": { "URL": "https://github.com/holedev" From d6a24c44ebfc040e749c6dc2f257acf9d17469ed Mon Sep 17 00:00:00 2001 From: dtdung07 Date: Tue, 18 Feb 2025 12:05:09 +0700 Subject: [PATCH 075/296] Create dtdung.json --- domains/dtdung.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/dtdung.json diff --git a/domains/dtdung.json b/domains/dtdung.json new file mode 100644 index 000000000..db2e7f5e9 --- /dev/null +++ b/domains/dtdung.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dtdung07" + }, + "record": { + "URL": "https://dtdung.us.to" + } +} From 6233394ce06d806ccd61bb4ef13ea9496714b106 Mon Sep 17 00:00:00 2001 From: xuanthu <59557208+xuan-Thu@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:36:27 +0700 Subject: [PATCH 076/296] Create lazy.json --- domains/lazy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/lazy.json diff --git a/domains/lazy.json b/domains/lazy.json new file mode 100644 index 000000000..e4610e565 --- /dev/null +++ b/domains/lazy.json @@ -0,0 +1,10 @@ +{ + "description": "lazydragon.is-a.dev", + "owner": { + "username": "xuan-Thu", + "email": "xuanthu13090@gmail.com" + }, + "record": { + "CNAME": "xuan-thu.github.io" + } +} From d185c16d2fb0924b4561512f636c3d560742479a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Duy=20To=C3=A0n?= <93266912+tranduytoan@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:40:42 +0700 Subject: [PATCH 077/296] Create tranduytoan.json --- domains/tranduytoan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/tranduytoan.json diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json new file mode 100644 index 000000000..cafc84d34 --- /dev/null +++ b/domains/tranduytoan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "tranduytoan" + }, + "record": { + "CNAME": "tranduytoan.github.io" + } +} From bd0ea3c7737d746a222e2fa6f7e7a8bfab6fcfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Duy=20To=C3=A0n?= <93266912+tranduytoan@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:49:04 +0700 Subject: [PATCH 078/296] Add email --- domains/tranduytoan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json index cafc84d34..532ebdc88 100644 --- a/domains/tranduytoan.json +++ b/domains/tranduytoan.json @@ -1,6 +1,7 @@ { "owner": { - "username": "tranduytoan" + "username": "tranduytoan", + "email": "[toandeptraibodoiqua.10a4@gmail.com]" }, "record": { "CNAME": "tranduytoan.github.io" From 177b9d53c7df72c9eb780e11e2a5e4d6e4aa6976 Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 13:04:34 +0700 Subject: [PATCH 079/296] feat: add duc.is-a.dev --- domains/duc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/duc diff --git a/domains/duc b/domains/duc new file mode 100644 index 000000000..99533eb81 --- /dev/null +++ b/domains/duc @@ -0,0 +1,11 @@ +{ + "description": "duc.is-a.dev", + "repo": "https://github.com/duc-ios/duc-ios.github.io", + "owner": { + "username": "duc-ios", + "email": "[email protected]" + }, + "record": { + "CNAME": "duc-ios.github.io" + } +} From 301e5b646a636fabd087e2fafa4a47dfc4ee2b3e Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 13:11:09 +0700 Subject: [PATCH 080/296] feat(duc.is-a.dev): add email --- domains/duc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/duc b/domains/duc index 99533eb81..dcdd0bddb 100644 --- a/domains/duc +++ b/domains/duc @@ -3,7 +3,7 @@ "repo": "https://github.com/duc-ios/duc-ios.github.io", "owner": { "username": "duc-ios", - "email": "[email protected]" + "email": "hi@duk.one" }, "record": { "CNAME": "duc-ios.github.io" From fa13e9a0f1c1c60876edfcacda95d50f3ad11342 Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 13:16:16 +0700 Subject: [PATCH 081/296] fix: Rename duc to duc.json --- domains/{duc => duc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{duc => duc.json} (100%) diff --git a/domains/duc b/domains/duc.json similarity index 100% rename from domains/duc rename to domains/duc.json From d61f285e3090e91877e99b2df37162bad5b0b1b9 Mon Sep 17 00:00:00 2001 From: hieunt Date: Tue, 18 Feb 2025 13:20:15 +0700 Subject: [PATCH 082/296] Create alec.json --- alec.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 alec.json diff --git a/alec.json b/alec.json new file mode 100644 index 000000000..03ca80bdc --- /dev/null +++ b/alec.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "asidsdamad1" + }, + "record": { + "CNAME": "asidsdamad1.github.io/" + } +} From 363733b5e632ca1d7ec23500bc563ece593d95cc Mon Sep 17 00:00:00 2001 From: Laksh Nahar Date: Tue, 18 Feb 2025 11:59:59 +0530 Subject: [PATCH 083/296] Create lyaxsh.json --- domains/lyaxsh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lyaxsh.json diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json new file mode 100644 index 000000000..54c01068b --- /dev/null +++ b/domains/lyaxsh.json @@ -0,0 +1,11 @@ +{ + "description": "Simple portfolio website", + "repo": "https://github.com/lyaxsh/lyaxsh.github.io", + "owner": { + "username": "lyaxsh", + "email": "[email protected]" + }, + "record": { + "CNAME": "lyaxsh.github.io" + } +} From 29c8ef9b7a4e4f3b66da4d517f5067d93ee20320 Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:30:20 +0700 Subject: [PATCH 084/296] Create anhvt.json --- domains/anhvt.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/anhvt.json diff --git a/domains/anhvt.json b/domains/anhvt.json new file mode 100644 index 000000000..b8e61bcdb --- /dev/null +++ b/domains/anhvt.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "anhvt3010" + }, + "record": { + "CNAME": "https://build-cv.vercel.app" + } +} From d5e1c057100a521d6eae27530f540c51c5b7f164 Mon Sep 17 00:00:00 2001 From: Laksh Nahar Date: Tue, 18 Feb 2025 12:05:07 +0530 Subject: [PATCH 085/296] Update lyaxsh.json --- domains/lyaxsh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json index 54c01068b..7c4c61b87 100644 --- a/domains/lyaxsh.json +++ b/domains/lyaxsh.json @@ -1,9 +1,9 @@ { - "description": "Simple portfolio website", + "description": "Simple portfolio website for lyaxsh", "repo": "https://github.com/lyaxsh/lyaxsh.github.io", "owner": { "username": "lyaxsh", - "email": "[email protected]" + "email": "lakshnahar.forwork@gmail.com" }, "record": { "CNAME": "lyaxsh.github.io" From ed4c56a10a332fc84801d4c0be89750e3c379ba0 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:43:48 +0300 Subject: [PATCH 086/296] Rename _github-pages-challenge-Baturalp52.json to _github-pages-challenge-Baturalp52.baturalp.json --- ...lp52.json => _github-pages-challenge-Baturalp52.baturalp.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Baturalp52.json => _github-pages-challenge-Baturalp52.baturalp.json} (100%) diff --git a/domains/_github-pages-challenge-Baturalp52.json b/domains/_github-pages-challenge-Baturalp52.baturalp.json similarity index 100% rename from domains/_github-pages-challenge-Baturalp52.json rename to domains/_github-pages-challenge-Baturalp52.baturalp.json From ec03bcf477b2b2158213394ea2a7c335a2b4c125 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:44:42 +0300 Subject: [PATCH 087/296] Rename _github-pages-challenge-Baturalp52.baturalp.json to _github-pages-challenge-baturalp52.baturalp.json --- ...ralp.json => _github-pages-challenge-baturalp52.baturalp.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Baturalp52.baturalp.json => _github-pages-challenge-baturalp52.baturalp.json} (100%) diff --git a/domains/_github-pages-challenge-Baturalp52.baturalp.json b/domains/_github-pages-challenge-baturalp52.baturalp.json similarity index 100% rename from domains/_github-pages-challenge-Baturalp52.baturalp.json rename to domains/_github-pages-challenge-baturalp52.baturalp.json From 35610e4eba5f890c8b2970ea33aeeeb1d21cdf57 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:45:34 +0300 Subject: [PATCH 088/296] Rename stark to stark.json --- domains/{stark => stark.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{stark => stark.json} (100%) diff --git a/domains/stark b/domains/stark.json similarity index 100% rename from domains/stark rename to domains/stark.json From 797b646b7ef02fd9fbb25747686595e9e4a71160 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:53:12 +0300 Subject: [PATCH 089/296] Update nuggew.json --- domains/nuggew.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nuggew.json b/domains/nuggew.json index 5fcaa485a..8df1272f2 100644 --- a/domains/nuggew.json +++ b/domains/nuggew.json @@ -5,6 +5,6 @@ "email": "contato.guilherme.silva.araujo@gmail.com" }, "record": { - "URL": "nuggew.github.io" + "URL": "https://nuggew.github.io" } } From 9e1f52f5c1855180d7a721357999cefe906dc00a Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 10:22:29 +0300 Subject: [PATCH 090/296] Update tranduytoan.json --- domains/tranduytoan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json index 532ebdc88..a53d5ed79 100644 --- a/domains/tranduytoan.json +++ b/domains/tranduytoan.json @@ -1,7 +1,7 @@ { "owner": { "username": "tranduytoan", - "email": "[toandeptraibodoiqua.10a4@gmail.com]" + "email": "toandeptraibodoiqua.10a4@gmail.com" }, "record": { "CNAME": "tranduytoan.github.io" From c3b275faa08d2c01c5b0af5c71d6ff7f46db6f85 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 10:26:04 +0300 Subject: [PATCH 091/296] Update alec.json --- alec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alec.json b/alec.json index 03ca80bdc..8bd61cf74 100644 --- a/alec.json +++ b/alec.json @@ -3,6 +3,6 @@ "username": "asidsdamad1" }, "record": { - "CNAME": "asidsdamad1.github.io/" + "CNAME": "asidsdamad1.github.io" } } From 5751f74ae6fc5371ca1cdfd863ff72f74832a4f4 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 10:28:36 +0300 Subject: [PATCH 092/296] Rename alec.json to domains/alec.json --- alec.json => domains/alec.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename alec.json => domains/alec.json (100%) diff --git a/alec.json b/domains/alec.json similarity index 100% rename from alec.json rename to domains/alec.json From fb2816b9144aa1a4ae37952dd6ab181def5f372c Mon Sep 17 00:00:00 2001 From: Laksh Nahar Date: Tue, 18 Feb 2025 13:01:44 +0530 Subject: [PATCH 093/296] Create _github-pages-challenge-lyaxsh.json --- domains/_github-pages-challenge-lyaxsh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-lyaxsh.json diff --git a/domains/_github-pages-challenge-lyaxsh.json b/domains/_github-pages-challenge-lyaxsh.json new file mode 100644 index 000000000..796fbda51 --- /dev/null +++ b/domains/_github-pages-challenge-lyaxsh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lyaxsh", + "email": "lakshnahar.forwork@gmail.com" + }, + "record": { + "TXT": "052e15826ee7e1723c713d222b1bcc" + } +} From 4818ef406a88829c54771f2c01fdb1bc9f8b6c78 Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:48:45 +0000 Subject: [PATCH 094/296] update code --- domains/anhvt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anhvt.json b/domains/anhvt.json index b8e61bcdb..e750992e6 100644 --- a/domains/anhvt.json +++ b/domains/anhvt.json @@ -3,6 +3,6 @@ "username": "anhvt3010" }, "record": { - "CNAME": "https://build-cv.vercel.app" + "CNAME": "build-cv.vercel.app" } } From dbd7c09a83a1352f4a8248df146bf1e09fcd9177 Mon Sep 17 00:00:00 2001 From: Ujjval Joshi Date: Tue, 18 Feb 2025 13:46:00 +0530 Subject: [PATCH 095/296] Update and rename ujjvaljoshi.json to _vercel.ujjvaljoshi.json Migrated app to vercel --- domains/{ujjvaljoshi.json => _vercel.ujjvaljoshi.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{ujjvaljoshi.json => _vercel.ujjvaljoshi.json} (74%) diff --git a/domains/ujjvaljoshi.json b/domains/_vercel.ujjvaljoshi.json similarity index 74% rename from domains/ujjvaljoshi.json rename to domains/_vercel.ujjvaljoshi.json index 29d8ce545..f19d60b0c 100644 --- a/domains/ujjvaljoshi.json +++ b/domains/_vercel.ujjvaljoshi.json @@ -6,6 +6,6 @@ "email": "ujjvaljoshi45@gmail.com" }, "record": { - "CNAME": "ujjvaljoshi45.github.io/portfolio" + "TXT": "vc-domain-verify=ujjvaljoshi.is-a.dev,f7ed737aeb48311d634c" } } From 0c603a697e3240fc1189f5e631dbcfcc2a604de7 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 11:24:56 +0300 Subject: [PATCH 096/296] Rename _github-pages-challenge-lyaxsh.json to _github-pages-challenge-lyaxsh.lyaxsh.json --- ...nge-lyaxsh.json => _github-pages-challenge-lyaxsh.lyaxsh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-lyaxsh.json => _github-pages-challenge-lyaxsh.lyaxsh.json} (100%) diff --git a/domains/_github-pages-challenge-lyaxsh.json b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json similarity index 100% rename from domains/_github-pages-challenge-lyaxsh.json rename to domains/_github-pages-challenge-lyaxsh.lyaxsh.json From ea70f87e226f618fe6b215a106a35440920a799f Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 15:32:19 +0700 Subject: [PATCH 097/296] Create _github-pages-challenge-duc-ios.json --- domains/_github-pages-challenge-duc-ios.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-duc-ios.json diff --git a/domains/_github-pages-challenge-duc-ios.json b/domains/_github-pages-challenge-duc-ios.json new file mode 100644 index 000000000..4a017f679 --- /dev/null +++ b/domains/_github-pages-challenge-duc-ios.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "duc-ios", + "email": "hi@duk.one" + }, + "record": { + "TXT": "91c9fd955fd906fab980881cb5f477" + } +} From 29739b01ff3acf7396c611d188cb58ea784284bd Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 11:43:29 +0300 Subject: [PATCH 098/296] Rename _github-pages-challenge-duc-ios.json to _github-pages-challenge-duc-ios.duc.json --- ...enge-duc-ios.json => _github-pages-challenge-duc-ios.duc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-duc-ios.json => _github-pages-challenge-duc-ios.duc.json} (100%) diff --git a/domains/_github-pages-challenge-duc-ios.json b/domains/_github-pages-challenge-duc-ios.duc.json similarity index 100% rename from domains/_github-pages-challenge-duc-ios.json rename to domains/_github-pages-challenge-duc-ios.duc.json From 3e205a98e22d1db5b62fa3343bb6ae2414582b7c Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:49:32 +0700 Subject: [PATCH 099/296] Create thangle.json --- domains/thangle.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/thangle.json diff --git a/domains/thangle.json b/domains/thangle.json new file mode 100644 index 000000000..f2d390545 --- /dev/null +++ b/domains/thangle.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "thangle9999" + }, + "record": { + "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900" + } +} From 4da03140b9036ae5205d30df864f5c81cd1cf724 Mon Sep 17 00:00:00 2001 From: Shimizu <90589837+Mikofoxie@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:50:31 +0700 Subject: [PATCH 100/296] _vercel.shimizu.is-a.dev --- domains/_vercel.shimizu.is-a.dev | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.shimizu.is-a.dev diff --git a/domains/_vercel.shimizu.is-a.dev b/domains/_vercel.shimizu.is-a.dev new file mode 100644 index 000000000..f69c8f0a8 --- /dev/null +++ b/domains/_vercel.shimizu.is-a.dev @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=shimizu.is-a.dev,3356672e8054fe9b4d65" + } +} From 0082e25a583fdd5c7d9555e97c30d9b900efcd3d Mon Sep 17 00:00:00 2001 From: Shimizu <90589837+Mikofoxie@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:51:58 +0700 Subject: [PATCH 101/296] shimizu.json --- domains/shimizu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shimizu.json diff --git a/domains/shimizu.json b/domains/shimizu.json new file mode 100644 index 000000000..da5b1d4e5 --- /dev/null +++ b/domains/shimizu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "CNAME": "shimizulinks.vercel.app" + } +} From 250428c12e3d9be6786206e89419d80585c2123e Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:58:51 +0700 Subject: [PATCH 102/296] Update thangle.json --- domains/thangle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/thangle.json b/domains/thangle.json index f2d390545..521a29d38 100644 --- a/domains/thangle.json +++ b/domains/thangle.json @@ -1,6 +1,7 @@ { "owner": { - "username": "thangle9999" + "username": "thangle9999", + "discord": "thangle9999" }, "record": { "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900" From 695caf20bd6b214fcd9ff263c3205a6770e2e785 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 12:03:29 +0300 Subject: [PATCH 103/296] Rename _vercel.shimizu.is-a.dev to _vercel.shimizu.json --- domains/{_vercel.shimizu.is-a.dev => _vercel.shimizu.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel.shimizu.is-a.dev => _vercel.shimizu.json} (100%) diff --git a/domains/_vercel.shimizu.is-a.dev b/domains/_vercel.shimizu.json similarity index 100% rename from domains/_vercel.shimizu.is-a.dev rename to domains/_vercel.shimizu.json From 9199690729662025af971705b68a0cac89e78053 Mon Sep 17 00:00:00 2001 From: "Atom." <65351520+atom-tr@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:29:54 +0700 Subject: [PATCH 104/296] Create atomtr.json --- domains/atomtr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/atomtr.json diff --git a/domains/atomtr.json b/domains/atomtr.json new file mode 100644 index 000000000..0cea42150 --- /dev/null +++ b/domains/atomtr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "atom-tr", + "email": "thai.tr@hotmail.com", + "discord": "423327141921423361" + }, + "record": { + "CNAME": "astro-erudite.pages.dev" + }, + "repo": "https://github.com/atom-tr/astro-erudite" +} From ed6d0a85a0db5c359ecc64885d1d142a28d5b3f3 Mon Sep 17 00:00:00 2001 From: Zehao Date: Tue, 18 Feb 2025 17:47:45 +0800 Subject: [PATCH 105/296] Create _vercel.zehao.json --- domains/_vercel.zehao.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.zehao.json diff --git a/domains/_vercel.zehao.json b/domains/_vercel.zehao.json new file mode 100644 index 000000000..cf6b9d3ca --- /dev/null +++ b/domains/_vercel.zehao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "2eha0", + "email": "zehao93@outlook.com" + }, + "record": { + "TXT": "vc-domain-verify=zehao.is-a.dev,6fbc4cc62fac0cd68f14" + } +} From 5e9453a6f263cc26f1daef4f408c328c946e6ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Thanh=20Tri=E1=BB=81u?= <85620049+konnn04@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:49:22 +0700 Subject: [PATCH 106/296] Update konnn04.json --- domains/konnn04.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/domains/konnn04.json b/domains/konnn04.json index 1da6901be..2b0a05909 100644 --- a/domains/konnn04.json +++ b/domains/konnn04.json @@ -1,10 +1,11 @@ { - "owner": { - "username": "konnn04", - "email": "trieukon1011@gmail.com" - }, - "record": { - "CNAME": "konnn04.github.io" - } + "description": "Hello World!", + "repo": "https://github.com/konnn04/konnn04.github.io", + "owner": { + "username": "konnn04", + "email": "trieukon1011@gmail.com", + }, + "record": { + "CNAME": "konnn04.github.io" } - \ No newline at end of file +} From c0b13aa379802dbe436d68c5577119fb14b5ef29 Mon Sep 17 00:00:00 2001 From: Zehao Date: Tue, 18 Feb 2025 17:49:45 +0800 Subject: [PATCH 107/296] Create zehao.json --- domains/zehao.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zehao.json diff --git a/domains/zehao.json b/domains/zehao.json new file mode 100644 index 000000000..dd9f8938b --- /dev/null +++ b/domains/zehao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "2eha0", + "email": "zehao93@outlook.com" + }, + "record": { + "CNAME": "blog-pi-eight.vercel.app" + } +} From a086521d3d82e626a2b212638c1a1a092863195a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Thanh=20Tri=E1=BB=81u?= <85620049+konnn04@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:57:05 +0700 Subject: [PATCH 108/296] Update konnn04.json Fix json format, and update more info --- domains/konnn04.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/konnn04.json b/domains/konnn04.json index 2b0a05909..97a66b43e 100644 --- a/domains/konnn04.json +++ b/domains/konnn04.json @@ -1,11 +1,11 @@ { - "description": "Hello World!", - "repo": "https://github.com/konnn04/konnn04.github.io", - "owner": { - "username": "konnn04", - "email": "trieukon1011@gmail.com", - }, - "record": { - "CNAME": "konnn04.github.io" - } + "description": "Hello World!", + "repo": "https://github.com/konnn04/konnn04.github.io", + "owner": { + "username": "konnn04", + "email": "trieukon1011@gmail.com" + }, + "record": { + "CNAME": "konnn04.github.io" + } } From cb0bf35630f9726737a291c56b6b959258749c4a Mon Sep 17 00:00:00 2001 From: redcodemohammed <51872890+redcodemohammed@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:26:20 +0300 Subject: [PATCH 109/296] Create mohammed-wisam.json --- domains/mohammed-wisam.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mohammed-wisam.json diff --git a/domains/mohammed-wisam.json b/domains/mohammed-wisam.json new file mode 100644 index 000000000..660d94189 --- /dev/null +++ b/domains/mohammed-wisam.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "redcodemohammed", + "email": "redcodemohammed@gmail.com" + }, + "record": { + "CNAME": "mohammed-wisam.pages.dev" + } +} +# From 66aa23daaa741747d52b9115dbb60e47f98b119a Mon Sep 17 00:00:00 2001 From: redcodemohammed <51872890+redcodemohammed@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:28:19 +0300 Subject: [PATCH 110/296] Update and rename mohammed-wisam.json to mohammedwisam.json --- domains/{mohammed-wisam.json => mohammedwisam.json} | 1 - 1 file changed, 1 deletion(-) rename domains/{mohammed-wisam.json => mohammedwisam.json} (98%) diff --git a/domains/mohammed-wisam.json b/domains/mohammedwisam.json similarity index 98% rename from domains/mohammed-wisam.json rename to domains/mohammedwisam.json index 660d94189..a25cce59a 100644 --- a/domains/mohammed-wisam.json +++ b/domains/mohammedwisam.json @@ -7,4 +7,3 @@ "CNAME": "mohammed-wisam.pages.dev" } } -# From 6598164b5fb7d7a44f6db3db7cb0656d07deb777 Mon Sep 17 00:00:00 2001 From: Mifzaal Abdul Baari Date: Tue, 18 Feb 2025 15:44:28 +0500 Subject: [PATCH 111/296] Update NS records of islandboy.json --- domains/islandboy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/islandboy.json b/domains/islandboy.json index ac881eaa8..1ff10640a 100644 --- a/domains/islandboy.json +++ b/domains/islandboy.json @@ -7,8 +7,8 @@ }, "record": { "NS": [ - "barbara.ns.cloudflare.com", - "zahir.ns.cloudflare.com" + "lucy.ns.cloudflare.com", + "mario.ns.cloudflare.com" ] } -} \ No newline at end of file +} From bf2cd1059c6ef63b0088d0c35a8a524e85581af2 Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:36:12 +0545 Subject: [PATCH 112/296] Update domains/nabin.json Co-authored-by: orangc --- domains/nabin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nabin.json b/domains/nabin.json index 04d0f6b49..ed33745a1 100644 --- a/domains/nabin.json +++ b/domains/nabin.json @@ -4,7 +4,7 @@ "email":"mediocampistaa@gmail.com" }, "record": { - "CNAME": "https://portfolio-v3-six-iota.vercel.app/", + "CNAME": "portfolio-v3-six-iota.vercel.app" "A": "76.76.21.21" } } From da5031393a23382c3ee4d8b8f32b150a4b28ebc3 Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:36:25 +0545 Subject: [PATCH 113/296] Update domains/nabin.json Co-authored-by: orangc --- domains/nabin.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/nabin.json b/domains/nabin.json index ed33745a1..4ccee6dd2 100644 --- a/domains/nabin.json +++ b/domains/nabin.json @@ -5,6 +5,5 @@ }, "record": { "CNAME": "portfolio-v3-six-iota.vercel.app" - "A": "76.76.21.21" } } From 296f4d29a8375b989e7e56c64d6464463c81c283 Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:26:49 +0700 Subject: [PATCH 114/296] Register lmt.is-a.dev --- domains/lmt.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lmt.json diff --git a/domains/lmt.json b/domains/lmt.json new file mode 100644 index 000000000..5c7cca1a3 --- /dev/null +++ b/domains/lmt.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ThangLe9999", + "discord": "872078632565215282", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G5BtkuOaAUmFdixUP1IN4ZTmec-NZCllzsliK6q8sggJkBzasXefGfeEh6pBOiZ6ZkV2gr-GCdTN7LkP7QLPgLN6FglXac8BP1DSGDF3Lo8ULvrM-CpLUdeR0mqes6OQVvWdmPhZgVFGF3ItzDXQ7SqB6zrMbEWEwuZeg2KLHyPqvHsdrWLjzNpvVUwZRBuxicPyNTT70oMbPaOn3cvg4J_mVxNywnrIY5F34-T4tmiOEijsHmPwG2RzHsTCzC3cGYfNmokQtAsL0jhIMH4GzYdbTUsjDOrqbLdT-W2y33pQkeQuCjdf8KkeYCfacE0oWAZKFhrW2X0zJLYvGQBeuw.3qY1yT9H2x2WH2DePTziiw.PJvjWBGxfTgCKqZiHuAsRaUEdjld3XeMAw7NwX9P28VSFOS3-xsSiOvbLrCo1n1nTF-4g8EIRkkFJPn2P1T6YUDNuHVqbvnGg2wfhpfdSaM.yxghx67x9iGLMjDEKJdeAw" + }, + + "record": { + "TXT": "vc-domain-verify=lmt.is-a.dev,e18df29b9b97f6e4f8c8" + } + } + \ No newline at end of file From 032848ce6967a6844e574fa215d45c866556e1bf Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Tue, 18 Feb 2025 15:05:35 +0330 Subject: [PATCH 115/296] Create ashkan.json --- domains/ashkan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ashkan.json diff --git a/domains/ashkan.json b/domains/ashkan.json new file mode 100644 index 000000000..ad34f385a --- /dev/null +++ b/domains/ashkan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ashkan4472" + }, + "record": { + "CNAME": "ashkan4472.github.io" + } +} From bb18f553c539886e6814407c31746b6bcb28cf66 Mon Sep 17 00:00:00 2001 From: Sylphin <130824149+Sylphin3107@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:03:26 +0700 Subject: [PATCH 116/296] Create sylphin3107.json --- domains/sylphin3107.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sylphin3107.json diff --git a/domains/sylphin3107.json b/domains/sylphin3107.json new file mode 100644 index 000000000..6d5793229 --- /dev/null +++ b/domains/sylphin3107.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sylphin3107", + "email": "tqvcontacts@gmail.com" + }, + "record": { + "URL": "sylphin3107.uwu.ai" + } +} From ac43bf00d70ff0b97a032fcf12cf2fc506c87702 Mon Sep 17 00:00:00 2001 From: Vo-Hoang-Tuan Ngo Date: Tue, 18 Feb 2025 14:12:30 +0100 Subject: [PATCH 117/296] Create zerot69.json --- domains/zerot69.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/zerot69.json diff --git a/domains/zerot69.json b/domains/zerot69.json new file mode 100644 index 000000000..a7ceda1cb --- /dev/null +++ b/domains/zerot69.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "zerot69" + }, + "record": { + "CNAME": "zerot69.github.io" + } +} From a60d71c2da43563911fa314510cfc805993a128f Mon Sep 17 00:00:00 2001 From: Wahid Nursidik <59178637+dns24@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:45:48 +0700 Subject: [PATCH 118/296] Create brokends.json --- domains/brokends.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/brokends.json diff --git a/domains/brokends.json b/domains/brokends.json new file mode 100644 index 000000000..d3cf0501f --- /dev/null +++ b/domains/brokends.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dns24", + "email": "wahidns24@gmail.com" + }, + "record": { + "CNAME": "dns24.github.io" + } +} From 118aa1ea509d2ac93dfc642f4b6de728af315920 Mon Sep 17 00:00:00 2001 From: dauvet Date: Tue, 18 Feb 2025 20:51:53 +0700 Subject: [PATCH 119/296] Create dauvet.json --- domains/dauvet.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dauvet.json diff --git a/domains/dauvet.json b/domains/dauvet.json new file mode 100644 index 000000000..a40c252ad --- /dev/null +++ b/domains/dauvet.json @@ -0,0 +1,9 @@ + + "owner": { + "username": "dauvet", + "email": "vanhieu85@gmail.com" + }, + "record": { + "CNAME": "dauuvet.github.io" + } +} From d1686377460c5384a0e76227ab81dbaa3f765e1f Mon Sep 17 00:00:00 2001 From: Kevin Molina Date: Tue, 18 Feb 2025 09:59:20 -0400 Subject: [PATCH 120/296] Adding "kevinmolina" subdomain --- domains/_vercel.kevinmolina.json | 9 +++++++++ domains/kevinmolina.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.kevinmolina.json create mode 100644 domains/kevinmolina.json diff --git a/domains/_vercel.kevinmolina.json b/domains/_vercel.kevinmolina.json new file mode 100644 index 000000000..c30ac1bf5 --- /dev/null +++ b/domains/_vercel.kevinmolina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kevinmolinadev", + "email": "kevinmolina.dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=kevinmolina.is-a.dev,514e23dcdfedeb5ae4c5" + } +} \ No newline at end of file diff --git a/domains/kevinmolina.json b/domains/kevinmolina.json new file mode 100644 index 000000000..5d1d0baa9 --- /dev/null +++ b/domains/kevinmolina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kevinmolinadev", + "email": "kevinmolina.dev@gmail.com" + }, + "record": { + "CNAME": "kevinmolinadev.vercel.app" + } +} \ No newline at end of file From c58dbfb74ccaafd489e021d6e3c36103c0ec03e5 Mon Sep 17 00:00:00 2001 From: Roufox <61273311+Rouf0x@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:55:44 +0100 Subject: [PATCH 121/296] Update rouf0x.json --- domains/rouf0x.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/rouf0x.json b/domains/rouf0x.json index 47555a910..ad4235268 100644 --- a/domains/rouf0x.json +++ b/domains/rouf0x.json @@ -1,7 +1,6 @@ { "owner": { "username": "Rouf0x", - "email": "gabriel.ruf@gmail.com", "discord": "790712104058617876" }, "record": { From 62cfde0c55b38d314127be53e7867b2c54ce2bdd Mon Sep 17 00:00:00 2001 From: Roufox <61273311+Rouf0x@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:56:01 +0100 Subject: [PATCH 122/296] Update roufox.json --- domains/roufox.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/roufox.json b/domains/roufox.json index 653875194..cdcfccd46 100644 --- a/domains/roufox.json +++ b/domains/roufox.json @@ -1,7 +1,6 @@ { "owner": { "username": "Rouf0x", - "email": "gabriel.ruf@gmail.com", "discord": "790712104058617876" }, "record": { From 2fa4efc84876b54c1c5539eb19f223d20024e140 Mon Sep 17 00:00:00 2001 From: Roufox <61273311+Rouf0x@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:56:19 +0100 Subject: [PATCH 123/296] Update _discord.rouf0x.json --- domains/_discord.rouf0x.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/_discord.rouf0x.json b/domains/_discord.rouf0x.json index b8e5e35c2..c5afbd574 100644 --- a/domains/_discord.rouf0x.json +++ b/domains/_discord.rouf0x.json @@ -1,7 +1,6 @@ { "owner": { "username": "Roufox", - "email": "gabrielruf.fr@gmail.com", "discord": "Roufox" }, "record": { From 25694fe71f1deb4d4fe45c23a7c96e4edc17d39c Mon Sep 17 00:00:00 2001 From: Odie Date: Tue, 18 Feb 2025 15:03:06 +0000 Subject: [PATCH 124/296] feat: add andriampeno.json --- domains/andriampeno.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/andriampeno.json diff --git a/domains/andriampeno.json b/domains/andriampeno.json new file mode 100644 index 000000000..e613e77d6 --- /dev/null +++ b/domains/andriampeno.json @@ -0,0 +1,12 @@ +{ + "description": "Domain for my personal portfolio", + "repo": "https://github.com/odie100/odie100.github.io", + "owner": { + "username": "odie100", + "email": "andriampeno.odilon@gmail.com" + }, + "record": { + "CNAME": "odie100.github.io" + } + } + \ No newline at end of file From e8ccbadd6b38ac7c26eed2701ac664133cfb888f Mon Sep 17 00:00:00 2001 From: WSteeven Date: Tue, 18 Feb 2025 10:04:04 -0500 Subject: [PATCH 125/296] add my subdomain file JSON --- domains/wilson-cordova.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wilson-cordova.json diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json new file mode 100644 index 000000000..c05e472c1 --- /dev/null +++ b/domains/wilson-cordova.json @@ -0,0 +1,11 @@ +{ + "description": "Subdominio para el portafolio de Wilson Córdova", + "repo": "https://github.com/WSteeven/wilson-steeven.github.io", + "owner": { + "username": "WSteeven", + "email": "wilson972906@gmail.com" + }, + "record": { + "CNAME": ["wsteeven.github.io"] + } +} \ No newline at end of file From 6b15cda320362cb049519a5611d294a7cb92f9b6 Mon Sep 17 00:00:00 2001 From: Kenny Molina <42689547+xXMolinaXx@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:46:56 -0600 Subject: [PATCH 126/296] Create kennyMolina.json --- domains/kennyMolina.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kennyMolina.json diff --git a/domains/kennyMolina.json b/domains/kennyMolina.json new file mode 100644 index 000000000..d39dfa9f5 --- /dev/null +++ b/domains/kennyMolina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xXMolinaXx", + "email": "kjmolina@live.com" + }, + "record": { + "CNAME": "https://xxmolinaxx.github.io/" + } +} From f7dc3730de9cfde2c2b568589547472a808d52e8 Mon Sep 17 00:00:00 2001 From: Carlos Tirado Date: Tue, 18 Feb 2025 10:50:46 -0500 Subject: [PATCH 127/296] Update carlostirado.json --- domains/carlostirado.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/carlostirado.json b/domains/carlostirado.json index f22b79ffd..67bc47f9c 100644 --- a/domains/carlostirado.json +++ b/domains/carlostirado.json @@ -4,6 +4,6 @@ "email": "mariotiradotovar@outlook.com" }, "record": { - "CNAME": "https://carlostirado.vercel.app/" + "CNAME": "carlostirado.vercel.app" } } From 7266b9bdd064145bc17a3be3f4a3513df7507db2 Mon Sep 17 00:00:00 2001 From: Kenny Molina <42689547+xXMolinaXx@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:51:40 -0600 Subject: [PATCH 128/296] Rename kennyMolina.json to kennymolina.json --- domains/{kennyMolina.json => kennymolina.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{kennyMolina.json => kennymolina.json} (100%) diff --git a/domains/kennyMolina.json b/domains/kennymolina.json similarity index 100% rename from domains/kennyMolina.json rename to domains/kennymolina.json From 191e8fac00c3123c6797e54553b78a0cd87d130e Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Tue, 18 Feb 2025 10:54:32 -0500 Subject: [PATCH 129/296] Create ravi.json --- domains/ravi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ravi.json diff --git a/domains/ravi.json b/domains/ravi.json new file mode 100644 index 000000000..c524f989a --- /dev/null +++ b/domains/ravi.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website of Ravi", + "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", + "owner": { + "username": "ravikhokhar23" + }, + "record": { + "CNAME": "ravikhokhar23.github.io" + } +} From 748d2238c142f559db355068f26be1c257173328 Mon Sep 17 00:00:00 2001 From: Nuggew Date: Tue, 18 Feb 2025 13:31:02 -0300 Subject: [PATCH 130/296] Update nuggew.json --- domains/nuggew.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nuggew.json b/domains/nuggew.json index 8df1272f2..917fd7f2a 100644 --- a/domains/nuggew.json +++ b/domains/nuggew.json @@ -5,6 +5,6 @@ "email": "contato.guilherme.silva.araujo@gmail.com" }, "record": { - "URL": "https://nuggew.github.io" + "CNAME": "nuggew.github.io" } } From 81d58f8acd06cd2fc84401e6b2af8686f09090c2 Mon Sep 17 00:00:00 2001 From: Paul-Marc Date: Tue, 18 Feb 2025 19:39:18 +0200 Subject: [PATCH 131/296] Update paulmarc.json Redirecting to GitHub. --- domains/paulmarc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/paulmarc.json b/domains/paulmarc.json index f059e27f5..814800126 100644 --- a/domains/paulmarc.json +++ b/domains/paulmarc.json @@ -6,7 +6,7 @@ "email": "develop@paulmarc.org" }, "record": { - "CNAME": "dev.paulmarc.org" + "URL": "https://github.com/paulmarc" }, "proxied": false } From d83596773e7cd8636e5d970d5c17816fb2fd1bb0 Mon Sep 17 00:00:00 2001 From: Akash0816 Date: Tue, 18 Feb 2025 23:26:34 +0530 Subject: [PATCH 132/296] Create ak-profile.json --- ak-profile.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ak-profile.json diff --git a/ak-profile.json b/ak-profile.json new file mode 100644 index 000000000..6beabd313 --- /dev/null +++ b/ak-profile.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akash0816", + "email": "akashoffical321@gmail.com" + }, + "record": { + "CNAME": "Akash0816.github.io" + } +} From d25f8d62800103c88b7f447e11f8a81623624aa1 Mon Sep 17 00:00:00 2001 From: acruz97 Date: Tue, 18 Feb 2025 12:12:05 -0600 Subject: [PATCH 133/296] Update cruz.json --- domains/cruz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/cruz.json b/domains/cruz.json index ae4b088cf..3dcebf315 100644 --- a/domains/cruz.json +++ b/domains/cruz.json @@ -6,6 +6,7 @@ "email": "angelo.t.cruz1@gmail.com" }, "record": { - "CNAME": "acruz97.github.io" + "CNAME": "acruz97.github.io", + "TXT": "271f6d921b81604bb4e7e380285880" } } From caab9384b34d8b3da67cf4e0267c8a6c9829b5e8 Mon Sep 17 00:00:00 2001 From: Abhinav shyju <96369574+abhinavshyju@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:48:35 +0530 Subject: [PATCH 134/296] Create abhinav-shyju.json --- domains/abhinav-shyju.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abhinav-shyju.json diff --git a/domains/abhinav-shyju.json b/domains/abhinav-shyju.json new file mode 100644 index 000000000..24d2c8bbe --- /dev/null +++ b/domains/abhinav-shyju.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abhinavshyju", + "email":"abhinavshyjupc@gmail.com" + }, + "record": { + "CNAME": "portfolio-6ns.pages.dev" + } +} From 24983032cf94eb79da0f420413b3c516c70396db Mon Sep 17 00:00:00 2001 From: James Wiseman <62024516+JamesRobertWiseman@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:40:18 +0200 Subject: [PATCH 135/296] Create james-wiseman.json --- domains/james-wiseman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/james-wiseman.json diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json new file mode 100644 index 000000000..714b1da17 --- /dev/null +++ b/domains/james-wiseman.json @@ -0,0 +1,10 @@ +{ + "description": "Personal site for James Wiseman", + "owner": { + "username": "jamesrobertwiseman", + }, + "record": { + "CNAME": "jameswiseman.me" + }, + "proxied": true +} From 54dd1a694b1622891e138b21b73f4ac8a75f76e9 Mon Sep 17 00:00:00 2001 From: James Wiseman <62024516+JamesRobertWiseman@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:43:14 +0200 Subject: [PATCH 136/296] Update james-wiseman.json --- domains/james-wiseman.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json index 714b1da17..973df57b8 100644 --- a/domains/james-wiseman.json +++ b/domains/james-wiseman.json @@ -2,6 +2,7 @@ "description": "Personal site for James Wiseman", "owner": { "username": "jamesrobertwiseman", + "email": "hello@jameswiseman.me" }, "record": { "CNAME": "jameswiseman.me" From c3324a0199e542640e3ef4b6cdd91579dc62a6f9 Mon Sep 17 00:00:00 2001 From: Mahmoud Makady Date: Tue, 18 Feb 2025 22:23:42 +0200 Subject: [PATCH 137/296] Create mahmoud-makady.json --- domains/mahmoud-makady.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mahmoud-makady.json diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json new file mode 100644 index 000000000..7da8c61e3 --- /dev/null +++ b/domains/mahmoud-makady.json @@ -0,0 +1,11 @@ +{ + "mahmoud-makady": { + "owner": { + "username": "Mahmoud-Makady", + "email": "m.makady19@gmail.com" + }, + "records": { + "CNAME": "mahmoud-makady.netlify.app" + } + } +} From 3b860e0a7e491d1c8c92efced7faf9054d16bad5 Mon Sep 17 00:00:00 2001 From: Naman sethi <93597591+namansethi13@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:44:02 +0000 Subject: [PATCH 138/296] added namansethi --- domains/namansethi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/namansethi.json diff --git a/domains/namansethi.json b/domains/namansethi.json new file mode 100644 index 000000000..4bfb8065a --- /dev/null +++ b/domains/namansethi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "namansethi13", + "email": "heynamansethi@gmail.com" + }, + "record": { + "CNAME": "namansethi.vercel.app" + } + } + \ No newline at end of file From 3d1a8c6587b3fa4f102fa5dc11223f6e8cd543ad Mon Sep 17 00:00:00 2001 From: Naman sethi <93597591+namansethi13@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:56:42 +0000 Subject: [PATCH 139/296] added _vercel.namansethi.json --- domains/_vercel.namansethi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.namansethi.json diff --git a/domains/_vercel.namansethi.json b/domains/_vercel.namansethi.json new file mode 100644 index 000000000..fb48c2e36 --- /dev/null +++ b/domains/_vercel.namansethi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "namansethi13", + "discord": "namansethi", + "email": "namansethi1328@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=namansethi.is-a.dev,e0b892773250b43800c9" + } + } + \ No newline at end of file From a83694d89df8a497a2ccaa047868bd063d94a610 Mon Sep 17 00:00:00 2001 From: josem430 <44243335+josem430@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:31:58 -0500 Subject: [PATCH 140/296] Create _vercel.jmc.json --- domains/_vercel.jmc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.jmc.json diff --git a/domains/_vercel.jmc.json b/domains/_vercel.jmc.json new file mode 100644 index 000000000..ac1990440 --- /dev/null +++ b/domains/_vercel.jmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "josem430", + "email": "jmc300499@gmail.com", + "discord": "josem430" + }, + "record": { + "TXT": "vc-domain-verify=jmc.is-a.dev,27b92885b5a4c6e96615" + } +} From 18c90afe184a039f4e4163a8854d96c8746e358e Mon Sep 17 00:00:00 2001 From: Thuc Nguyen <59547942+thucngyyen@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:33:09 -0800 Subject: [PATCH 141/296] Create thuc.json --- domains/thuc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/thuc.json diff --git a/domains/thuc.json b/domains/thuc.json new file mode 100644 index 000000000..8490e92e4 --- /dev/null +++ b/domains/thuc.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "thucngyyen" + }, + "record": { + "RECORDTYPE": "thucngyyen.github.io" + } +} From 19c6722d315ba95231c3bfcf39d7d955f2eb3f01 Mon Sep 17 00:00:00 2001 From: "Eli j. Chavez" Date: Tue, 18 Feb 2025 22:09:20 -0400 Subject: [PATCH 142/296] Create elib0.json --- domains/elib0.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/elib0.json diff --git a/domains/elib0.json b/domains/elib0.json new file mode 100644 index 000000000..25a17df8d --- /dev/null +++ b/domains/elib0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "elib0", + "email": "elijose.c@gmail.com" + }, + "record": { + "TXT": "elib0.github.io" + } +} From d93f8235b87b6763aff7c66941b7ec2d7979526a Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Wed, 19 Feb 2025 07:10:05 +0400 Subject: [PATCH 143/296] URL should contain protocol --- domains/sylphin3107.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sylphin3107.json b/domains/sylphin3107.json index 6d5793229..673d0cd5d 100644 --- a/domains/sylphin3107.json +++ b/domains/sylphin3107.json @@ -4,6 +4,6 @@ "email": "tqvcontacts@gmail.com" }, "record": { - "URL": "sylphin3107.uwu.ai" + "URL": "https://sylphin3107.uwu.ai/" } } From 487dea73672d4a558b74409bede71238dcae430e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng=20Nam?= <80313991+NBlue@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:22:11 +0700 Subject: [PATCH 144/296] Create nguyen-phuong-nam --- domains/nguyen-phuong-nam | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nguyen-phuong-nam diff --git a/domains/nguyen-phuong-nam b/domains/nguyen-phuong-nam new file mode 100644 index 000000000..0f7c0f87d --- /dev/null +++ b/domains/nguyen-phuong-nam @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NBlue", + "email": "nam.np194336@gmail.com" + }, + "record": { + "CNAME": "https://protofilo-beta.vercel.app/" + } +} From 277f4ae13b3ca9cd00d9505f52d3b275b03469e0 Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:48:09 +0700 Subject: [PATCH 145/296] Update and rename lmt.json to _vercel.lmt.json --- domains/{lmt.json => _vercel.lmt.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename domains/{lmt.json => _vercel.lmt.json} (98%) diff --git a/domains/lmt.json b/domains/_vercel.lmt.json similarity index 98% rename from domains/lmt.json rename to domains/_vercel.lmt.json index 5c7cca1a3..923d666b0 100644 --- a/domains/lmt.json +++ b/domains/_vercel.lmt.json @@ -8,5 +8,5 @@ "record": { "TXT": "vc-domain-verify=lmt.is-a.dev,e18df29b9b97f6e4f8c8" } - } - \ No newline at end of file +} + From 6b455aadc71e87e2a65ac16d2626ac072a765de6 Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:38:58 +0545 Subject: [PATCH 146/296] Create _vercel.nabin.json --- domains/_vercel.nabin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.nabin.json diff --git a/domains/_vercel.nabin.json b/domains/_vercel.nabin.json new file mode 100644 index 000000000..1dcf09876 --- /dev/null +++ b/domains/_vercel.nabin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nabinkatwal7", + "email": "mediocampistaa@gmail.com" + }, + "record": { + "TXT": "portfolio-v3-six-iota.vercel.app" + } +} From 70cda1054c3c4e1e7c7c98ef511d1de18943c4d2 Mon Sep 17 00:00:00 2001 From: Ujjval Joshi Date: Wed, 19 Feb 2025 09:26:37 +0530 Subject: [PATCH 147/296] Create ujjvaljoshi.json --- domains/ujjvaljoshi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ujjvaljoshi.json diff --git a/domains/ujjvaljoshi.json b/domains/ujjvaljoshi.json new file mode 100644 index 000000000..aeffece32 --- /dev/null +++ b/domains/ujjvaljoshi.json @@ -0,0 +1,10 @@ +{ + "description": "Main Page", + "owner": { + "username": "ujjvaljoshi45", + "email": "ujjvaljoshi45@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 20aecb138c486b7bb08a96969917c10ac2d87868 Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:43:23 +0545 Subject: [PATCH 148/296] Update _vercel.nabin.json --- domains/_vercel.nabin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.nabin.json b/domains/_vercel.nabin.json index 1dcf09876..48c57c535 100644 --- a/domains/_vercel.nabin.json +++ b/domains/_vercel.nabin.json @@ -4,6 +4,6 @@ "email": "mediocampistaa@gmail.com" }, "record": { - "TXT": "portfolio-v3-six-iota.vercel.app" + "TXT": "vc-domain-verify=nabin.is-a.dev,bfd13935a3cb2aaea0e5" } } From 607a82019f96f63b7011239e5dd3ca17fcbe3946 Mon Sep 17 00:00:00 2001 From: Shubham Verma <84174011+Stroller15@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:48:24 +0530 Subject: [PATCH 149/296] Create shubhamverma.json --- domains/shubhamverma.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/shubhamverma.json diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json new file mode 100644 index 000000000..2141e8dc9 --- /dev/null +++ b/domains/shubhamverma.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Stroller15" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} From 50b542e84082bab002d1b779e16f2ed733260453 Mon Sep 17 00:00:00 2001 From: Nowshad Jawad <59194549+Jawad0501@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:40:32 +0600 Subject: [PATCH 150/296] Create jawad0501.json --- domains/jawad0501.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jawad0501.json diff --git a/domains/jawad0501.json b/domains/jawad0501.json new file mode 100644 index 000000000..a0cfc9d51 --- /dev/null +++ b/domains/jawad0501.json @@ -0,0 +1,11 @@ +{ + "description": "jawad's personal portfolio website", + "repo": "https://github.com/Jawad0501/terminal-portfolio.git", + "owner": { + "username": "Jawad0501", + "email": "anmjawad007@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 749b0710a0cbd7b5570fbc71f90a105873ba2d49 Mon Sep 17 00:00:00 2001 From: SoulDevs Date: Wed, 19 Feb 2025 10:42:01 +0530 Subject: [PATCH 151/296] Update domains/_vercel.soul.json Co-authored-by: 21Z <21z95@proton.me> --- domains/_vercel.soul.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json index a52169318..0c95fe2a4 100644 --- a/domains/_vercel.soul.json +++ b/domains/_vercel.soul.json @@ -6,4 +6,5 @@ }, "record": { "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896" - } + }, +} From 2aa22498557dec73b7a45f79dc2471e4965ce494 Mon Sep 17 00:00:00 2001 From: Hrithik Dhakrey <35266081+iamdhakrey@users.noreply.github.com> Date: Wed, 19 Feb 2025 05:42:22 +0000 Subject: [PATCH 152/296] Create iamdhakrey.json --- domains/iamdhakrey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/iamdhakrey.json diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json new file mode 100644 index 000000000..906251226 --- /dev/null +++ b/domains/iamdhakrey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iamdhakrey", + "email": "dhakreyhrithik@gmail.com" + }, + "record": { + "URL": "https://iamdhakrey.dev/" + } + } \ No newline at end of file From 44d33672993ca4180109f9cf898202fbc9d469c4 Mon Sep 17 00:00:00 2001 From: Ethan Tran Date: Wed, 19 Feb 2025 13:33:27 +0700 Subject: [PATCH 153/296] Create ethantran.json --- domains/ethantran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ethantran.json diff --git a/domains/ethantran.json b/domains/ethantran.json new file mode 100644 index 000000000..fd2b34f39 --- /dev/null +++ b/domains/ethantran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ethanxcode", + "email": "trannguyendanhuy2904@gmail.com" + }, + "record": { + "CNAME": "ethanxcode.vercel.app" + } +} From 8f2dc1433868f5638bec0272f9ddd2e6662dfb5a Mon Sep 17 00:00:00 2001 From: Kush Dhingra <132370004+thekushdhingra@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:08:27 +0530 Subject: [PATCH 154/296] Delete domains/kush.json --- domains/kush.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/kush.json diff --git a/domains/kush.json b/domains/kush.json deleted file mode 100644 index 185f39166..000000000 --- a/domains/kush.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kush-Dhingra", - "email": "kushdhingra3112@gmail.com", - "discord": "1035869217796403220" - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] - } -} From 427e490ab0a25c9332e60e8875785c1256e7eb2c Mon Sep 17 00:00:00 2001 From: Kush Dhingra <132370004+thekushdhingra@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:10:04 +0530 Subject: [PATCH 155/296] Delete domains/_vercel.kushdhingra.json --- domains/_vercel.kushdhingra.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 domains/_vercel.kushdhingra.json diff --git a/domains/_vercel.kushdhingra.json b/domains/_vercel.kushdhingra.json deleted file mode 100644 index 350a577a1..000000000 --- a/domains/_vercel.kushdhingra.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "kushdhingra" - }, - "record": { - "TXT": ["vc-domain-verify=kushdhingra.is-a.dev,a0343a97ff791537efcd"] - } -} From 03c15c9e8d068365d309aa37fc6c8539a158933d Mon Sep 17 00:00:00 2001 From: Kush Dhingra <132370004+thekushdhingra@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:10:27 +0530 Subject: [PATCH 156/296] Delete domains/kushdhingra.json --- domains/kushdhingra.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/kushdhingra.json diff --git a/domains/kushdhingra.json b/domains/kushdhingra.json deleted file mode 100644 index 94d0dfea3..000000000 --- a/domains/kushdhingra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kushdhingra", - "email": "kushdhingra3112@gmail.com", - "discord": "1035869217796403220", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJTReSXxF-8BxDH8rn6i_DIx0XuVrc4yYnOEN1Awfp7mZcYPIgcPt4mvsScPbJYhZLN5XtDlxl0DcdU8Za12GCk-aIWegJ9-_32bdjw3agBzaJ-ltaslRoVpNJ3zfLaQ9V-BrhwVMEJhpz5-0eYeEiikL4tHAoPzzKMlYIf8f5l7IL6aMfhBZvIFf0B3upGg2FeOpFCXAsttU5QiKkjUt4BjetuYb29UJoNzDco1ZExLdudlKd_fz6IcaAsw2K1u6MMDDs2khsic9M42AE3pRFCP_hacdllY5Z66ATlmKhYAxFryJYWrgbfpGX2PxSrQalAao_IP1TIGgiq7ugiBDw.Lg-WIZSH_nzEfnLZct78Cg.soPtqjy32EA2Ew63dHQ8P8-dt4ZihvZpipBVkHyX_rlnv-y5YpS5v2-2d3O5hGHRfCKnfxQsvewDfcPSGa4_Oq8BN01Kzhbet8AXRCK6uOM.ouoa2YqHKAeX9lKWZoFaog" - }, - "record": { - "CNAME": "kushdhingra.vercel.app" - } -} From e77b9e14c8b79c840811429a1e88f96f926b175b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petris=CC=A6or=20Buga?= Date: Wed, 19 Feb 2025 10:02:11 +0200 Subject: [PATCH 157/296] Create peterbuga.json --- domains/peterbuga.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/peterbuga.json diff --git a/domains/peterbuga.json b/domains/peterbuga.json new file mode 100644 index 000000000..9aec666b2 --- /dev/null +++ b/domains/peterbuga.json @@ -0,0 +1,10 @@ +{ + "description": "Presentation website for peterbuga", + "repo": "https://github.com/peterbuga/peterbuga.github.io", + "owner": { + "username": "peterbuga" + }, + "record": { + "CNAME": "peterbuga.github.io" + } +} From 8f776367f95e6464208529ce207375ab64e11c9d Mon Sep 17 00:00:00 2001 From: Layhout <85871695+Layhout@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:10:08 +0700 Subject: [PATCH 158/296] Create thavirak json --- domains/thavirak | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thavirak diff --git a/domains/thavirak b/domains/thavirak new file mode 100644 index 000000000..c1bf93590 --- /dev/null +++ b/domains/thavirak @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thavirak", + "email": "thavirak@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From ed4f23334651ce5963e6f2d4ed72779e8201a4e7 Mon Sep 17 00:00:00 2001 From: Layhout <85871695+Layhout@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:11:30 +0700 Subject: [PATCH 159/296] Create _vercel.thavirak.json --- domains/_vercel.thavirak.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.thavirak.json diff --git a/domains/_vercel.thavirak.json b/domains/_vercel.thavirak.json new file mode 100644 index 000000000..a9d574af4 --- /dev/null +++ b/domains/_vercel.thavirak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thavirak", + "email": "thavirak@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=thavirak.is-a.dev,7a6a4ebd89476f7b339a"] + } +} From 18edf5c6baea983d0418df868fb38a566cbe2ed9 Mon Sep 17 00:00:00 2001 From: Layhout <85871695+Layhout@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:12:37 +0700 Subject: [PATCH 160/296] Rename thavirak to thavirak.json --- domains/{thavirak => thavirak.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{thavirak => thavirak.json} (100%) diff --git a/domains/thavirak b/domains/thavirak.json similarity index 100% rename from domains/thavirak rename to domains/thavirak.json From 89527d57ee4849cd3a4a70504e6913742cc40754 Mon Sep 17 00:00:00 2001 From: Divyanshu Dhruv Date: Wed, 19 Feb 2025 14:25:58 +0530 Subject: [PATCH 161/296] Update divyanshudhruv.json Update CNAME from netlify to vercel. --- domains/divyanshudhruv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json index 4e927568d..7cd988fb0 100644 --- a/domains/divyanshudhruv.json +++ b/domains/divyanshudhruv.json @@ -6,6 +6,6 @@ "email": "divyanshudhruv24@gmail.com" }, "record": { - "CNAME": "divyanshudhruv.netlify.app" + "CNAME": "divyanshudhruv.vercel.app" } } From 48ae702e406412a88edc247c228626a1c8009866 Mon Sep 17 00:00:00 2001 From: Arya Date: Wed, 19 Feb 2025 16:41:40 +0700 Subject: [PATCH 162/296] Create worldsavior --- domains/worldsavior | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/worldsavior diff --git a/domains/worldsavior b/domains/worldsavior new file mode 100644 index 000000000..def794982 --- /dev/null +++ b/domains/worldsavior @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Worldsavior", + "email": "kajuki27@gmail.com" + }, + "record": { + "CNAME": "worldsavior.me" + } +} From f0831d68fceaac461b1fa79159eec4541bc5ad76 Mon Sep 17 00:00:00 2001 From: Rizqiansyah <57321470+RizqiSeijuuro@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:35:38 +0700 Subject: [PATCH 163/296] Create rizqi.json --- domains/rizqi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rizqi.json diff --git a/domains/rizqi.json b/domains/rizqi.json new file mode 100644 index 000000000..d567e13eb --- /dev/null +++ b/domains/rizqi.json @@ -0,0 +1,11 @@ +{ + "description": "Portofolio Website.", + "repo": "https://github.com/RizqiSeijuuro/portfolio", + "owner": { + "username": "RizqiSeijuuro", + "email": "rizqiansyah52@gmail.com" + }, + "record": { + "CNAME": "RizqiSeijuuro.github.io/portfolio" + } +} \ No newline at end of file From 71598e693b0cc000608041df0a12c7408845ff51 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Wed, 19 Feb 2025 17:55:33 +0530 Subject: [PATCH 164/296] Update arhanansari.jsoning Details --- domains/arhanansari.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/domains/arhanansari.json b/domains/arhanansari.json index 65d79a803..3860214ae 100644 --- a/domains/arhanansari.json +++ b/domains/arhanansari.json @@ -1,12 +1,11 @@ { - "domain": "arhanansari.is-a.dev", - "owner": { - "username": "ArhanAnsari", - "email": "arhanansari2009@gmail.com", - "x": "https://x.com/codewitharhan", - "discord": "@codewitharhan" - }, - "record": { - "CNAME": "arhanansari.vercel.app" - } + "description": "A sleek and 3D portfolio website for Arhan Ansari.", + "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio", + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "CNAME": "arhanansari.vercel.app" + } } From 63f56e936e6bb06973bdaa9bb77e830c99c0cf03 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Wed, 19 Feb 2025 18:02:00 +0530 Subject: [PATCH 165/296] Create _vercel.arhanansari.json --- domains/_vercel.arhanansari.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.arhanansari.json diff --git a/domains/_vercel.arhanansari.json b/domains/_vercel.arhanansari.json new file mode 100644 index 000000000..3f13b6a53 --- /dev/null +++ b/domains/_vercel.arhanansari.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=arhanansari.is-a.dev,73384f1ab64fc8f50509" + } +} From fd296e56e415bdb7e98b33270c3878f02200b809 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Wed, 19 Feb 2025 18:11:38 +0530 Subject: [PATCH 166/296] Update arhanansari.json --- domains/arhanansari.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/arhanansari.json b/domains/arhanansari.json index 3860214ae..fb16e46e7 100644 --- a/domains/arhanansari.json +++ b/domains/arhanansari.json @@ -3,7 +3,9 @@ "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio", "owner": { "username": "ArhanAnsari", - "email": "arhanansari2009@gmail.com" + "email": "arhanansari2009@gmail.com", + "x": "https://x.com/codewitharhan", + "discord": "@codewitharhan" }, "record": { "CNAME": "arhanansari.vercel.app" From 30e9f9f99d98e5434c74348e4bc28ea104e109af Mon Sep 17 00:00:00 2001 From: Vo-Hoang-Tuan Ngo Date: Wed, 19 Feb 2025 13:50:19 +0100 Subject: [PATCH 167/296] Update zerot69.json --- domains/zerot69.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/zerot69.json b/domains/zerot69.json index a7ceda1cb..c4654bd07 100644 --- a/domains/zerot69.json +++ b/domains/zerot69.json @@ -1,6 +1,7 @@ { "owner": { - "username": "zerot69" + "username": "zerot69", + "email": "ngo.vo.hoang.tuan.69@gmail.com" }, "record": { "CNAME": "zerot69.github.io" From e5a4d18e9fc68bbdeb200d06fbf41de8b1ef4990 Mon Sep 17 00:00:00 2001 From: Kajpio Date: Wed, 19 Feb 2025 14:37:28 +0100 Subject: [PATCH 168/296] Add kajetan.json --- domains/kajetan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kajetan.json diff --git a/domains/kajetan.json b/domains/kajetan.json new file mode 100644 index 000000000..79f0f0dd5 --- /dev/null +++ b/domains/kajetan.json @@ -0,0 +1,11 @@ +{ + "description": "Personal use for my portofolio website", + "repo": "https://github.com/Kajpio/kajpio.github.io", + "owner": { + "username": "Kajpio", + "email": "thugmichel14@gmail.com" + }, + "record": { + "CNAME": "kajpio.github.io" + } +} From b51a557082f75dd27ceeef7cca72949d2270c2b0 Mon Sep 17 00:00:00 2001 From: Tawiah <57331395+tawiahnyt@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:39:45 +0000 Subject: [PATCH 169/296] Create tawiah.json --- domains/tawiah.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tawiah.json diff --git a/domains/tawiah.json b/domains/tawiah.json new file mode 100644 index 000000000..cf4f34eec --- /dev/null +++ b/domains/tawiah.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/tawiahnyt/tawiah", + "owner": { + "username": "tawiahnyt", + "email": "tawiahin4k@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From ba66dc82688c87b4ccd93f480bd7272c62a254e2 Mon Sep 17 00:00:00 2001 From: Angga Eko Pratama Date: Wed, 19 Feb 2025 21:16:33 +0700 Subject: [PATCH 170/296] Create angganix.json --- domains/angganix.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/angganix.json diff --git a/domains/angganix.json b/domains/angganix.json new file mode 100644 index 000000000..ab07741ca --- /dev/null +++ b/domains/angganix.json @@ -0,0 +1,11 @@ +{ + "description": "For personal site, blogging, and displayed portofolio", + "repo": "https://github.com/angganix/angganix.github.io", + "owner": { + "username": "angganix", + "email": "angganix@gmail.com" + }, + "record": { + "CNAME": "angganix.github.io" + } +} From ac6a07f666b8a88c1feb92a7ceb1292d4aacee53 Mon Sep 17 00:00:00 2001 From: uditdev1 Date: Wed, 19 Feb 2025 19:49:34 +0530 Subject: [PATCH 171/296] add udit.json and _vercel.udit.json --- domains/_vercel.udit.json | 10 ++++++++++ domains/udit.json | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 domains/_vercel.udit.json create mode 100644 domains/udit.json diff --git a/domains/_vercel.udit.json b/domains/_vercel.udit.json new file mode 100644 index 000000000..5877b6aed --- /dev/null +++ b/domains/_vercel.udit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "uditdev", + "email" : "uditdev0008@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=udit.is-a.dev,8718c1c2a08417265d7e"] + } + } + \ No newline at end of file diff --git a/domains/udit.json b/domains/udit.json new file mode 100644 index 000000000..1583fe5c4 --- /dev/null +++ b/domains/udit.json @@ -0,0 +1,11 @@ +{ + "description": "Udit's portfolio", + "repo": "https://github.com/uditdev1/details", + "owner": { + "username": "uditdev", + "email": "uditdev0008@gmail.com" + }, + "record": { + "CNAME": "details-five.vercel.app" + } +} \ No newline at end of file From faab45ccae33692eadfc633e391a63c4c0945089 Mon Sep 17 00:00:00 2001 From: Fongg <46365986+nphng15@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:20:47 +0700 Subject: [PATCH 172/296] Create fongg.json --- domains/fongg.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/fongg.json diff --git a/domains/fongg.json b/domains/fongg.json new file mode 100644 index 000000000..5a0ef21ba --- /dev/null +++ b/domains/fongg.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nphng15" + }, + "record": { + "CNAME": "nphng15.github.io" + } +} From 853c4fbe0e45d4334da98dd8c5754a5735e65f0c Mon Sep 17 00:00:00 2001 From: Ilesh Thiada Date: Wed, 19 Feb 2025 20:44:13 +0530 Subject: [PATCH 173/296] Update therookiecoder.json --- domains/therookiecoder.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/therookiecoder.json b/domains/therookiecoder.json index 3dec24550..be47f4fa2 100644 --- a/domains/therookiecoder.json +++ b/domains/therookiecoder.json @@ -1,10 +1,12 @@ { + "description": "My personal website", + "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", "owner": { "username": "theRookieCoder", "email": "ileshkt@gmail.com", - "discord": "theRookieCoder#1287" + "discord": "therookiecoder" }, "record": { - "URL": "https://github.com/theRookieCoder" + "CNAME": "therookiecoder.github.io" } } From a0f8516bf95120b644f92f68ef195954496d3f38 Mon Sep 17 00:00:00 2001 From: Edgar Lopez Date: Wed, 19 Feb 2025 10:09:24 -0600 Subject: [PATCH 174/296] Create viernes.json --- domains/viernes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/viernes.json diff --git a/domains/viernes.json b/domains/viernes.json new file mode 100644 index 000000000..d8a7a2d67 --- /dev/null +++ b/domains/viernes.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "br0k3r", + "email": "br0k3r@protonmail.com" + }, + "record": { + "CNAME": "viernes.surge.sh" + } + } + \ No newline at end of file From 1eeedc706cb4064eb99da52ce5fa6ba39650cce7 Mon Sep 17 00:00:00 2001 From: Fongg <46365986+nphng15@users.noreply.github.com> Date: Wed, 19 Feb 2025 23:20:02 +0700 Subject: [PATCH 175/296] Update fongg.json --- domains/fongg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/fongg.json b/domains/fongg.json index 5a0ef21ba..ebf63ec29 100644 --- a/domains/fongg.json +++ b/domains/fongg.json @@ -1,6 +1,9 @@ { + "description": "nphng15.is-a.dev", + "repo": "https://github.com/nphng15/nphng15.github.io", "owner": { - "username": "nphng15" + "username": "nphng15", + "email": "23521172@gm.uit.edu.vn" }, "record": { "CNAME": "nphng15.github.io" From da4e5eef5faddd38a7b4b69d53841a8b8ed8b85d Mon Sep 17 00:00:00 2001 From: Akash0816 Date: Wed, 19 Feb 2025 22:51:50 +0530 Subject: [PATCH 176/296] Create akprofile.json --- domains/akprofile.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akprofile.json diff --git a/domains/akprofile.json b/domains/akprofile.json new file mode 100644 index 000000000..6beabd313 --- /dev/null +++ b/domains/akprofile.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akash0816", + "email": "akashoffical321@gmail.com" + }, + "record": { + "CNAME": "Akash0816.github.io" + } +} From 0b806ed29236a25846e073b623c812ceb5ceebd8 Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Wed, 19 Feb 2025 20:57:55 +0330 Subject: [PATCH 177/296] Adding `arsenobetaine.is-a.dev` Connecting the subdomain to my GitHub page. --- domains/arsenobetaine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/arsenobetaine.json diff --git a/domains/arsenobetaine.json b/domains/arsenobetaine.json new file mode 100644 index 000000000..f2e96f391 --- /dev/null +++ b/domains/arsenobetaine.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website for information on me and my projects.", + "repo": "https://github.com/arsenobetaine/arsenobetaine.is-a.dev", + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "CNAME": "arsenobetaine.github.io" + } +} From 56b33d2505fa6c6819b258b204e4d8a9e8187d1f Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Wed, 19 Feb 2025 20:59:10 +0330 Subject: [PATCH 178/296] Adding `_discord.arsenobetaine.is-a.dev` Connecting the subdomain to my discord account. --- domains/_discord.arsenobetaine.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.arsenobetaine.json diff --git a/domains/_discord.arsenobetaine.json b/domains/_discord.arsenobetaine.json new file mode 100644 index 000000000..cef3ec70a --- /dev/null +++ b/domains/_discord.arsenobetaine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "TXT": "dh=a7836fe0f1ee1642624faaa1e95fedba6f53f907" + } +} From 6f13771e5de4daf8a3b2ca40c446f6aadc9826ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa?= <119504786+sergarsilla@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:31:19 +0100 Subject: [PATCH 179/296] Create sergarsilla.json --- domains/sergarsilla.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/sergarsilla.json diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/sergarsilla.json @@ -0,0 +1 @@ + From 53b62654a3b4d25d93e5d6f605a1c1c8975a4fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa?= <119504786+sergarsilla@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:35:40 +0100 Subject: [PATCH 180/296] Update sergarsilla.json --- domains/sergarsilla.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json index 8b1378917..bead42d1e 100644 --- a/domains/sergarsilla.json +++ b/domains/sergarsilla.json @@ -1 +1,6 @@ - +{ + "owner": { + "username": "sergarsilla", + "email": "sergarsilla@gmail.com" + } +} From 04e375d95f0b8d11e6591744f5525e48ba5c5bd4 Mon Sep 17 00:00:00 2001 From: Thuc Nguyen <59547942+thucngyyen@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:51:37 -0800 Subject: [PATCH 181/296] Update thuc.json --- domains/thuc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thuc.json b/domains/thuc.json index 8490e92e4..1bf1a2bbb 100644 --- a/domains/thuc.json +++ b/domains/thuc.json @@ -3,6 +3,6 @@ "username": "thucngyyen" }, "record": { - "RECORDTYPE": "thucngyyen.github.io" + "CNAME": "thucngyyen.github.io" } } From a8ce5b1c90f6955cda0872b62c485e3155ebedf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa?= <119504786+sergarsilla@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:01:52 +0100 Subject: [PATCH 182/296] Update sergarsilla.json --- domains/sergarsilla.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json index bead42d1e..9ad926a9a 100644 --- a/domains/sergarsilla.json +++ b/domains/sergarsilla.json @@ -3,4 +3,7 @@ "username": "sergarsilla", "email": "sergarsilla@gmail.com" } + "record": { + "CNAME": "sergarsilla.github.io" + } } From cb5e190aa71466fbf7683cbb9bf673bba5318319 Mon Sep 17 00:00:00 2001 From: Zero_0R <80145720+Rahat87942R@users.noreply.github.com> Date: Thu, 20 Feb 2025 01:04:58 +0600 Subject: [PATCH 183/296] Create rahatrumi.is-a.dev.json --- domains/rahatrumi.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rahatrumi.is-a.dev.json diff --git a/domains/rahatrumi.is-a.dev.json b/domains/rahatrumi.is-a.dev.json new file mode 100644 index 000000000..d9cb4c7c7 --- /dev/null +++ b/domains/rahatrumi.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rahat87942R", + "email": "rumirahat63@gmail.com" + }, + "record": { + "CNAME": "rahatrumi.vercel.app" + } +} From 3932f371cda017bcc6c145f98ea78e1c3074ecbc Mon Sep 17 00:00:00 2001 From: Mahmoud Makady Date: Wed, 19 Feb 2025 21:41:28 +0200 Subject: [PATCH 184/296] Update mahmoud-makady.json --- domains/mahmoud-makady.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json index 7da8c61e3..9d081449f 100644 --- a/domains/mahmoud-makady.json +++ b/domains/mahmoud-makady.json @@ -1,5 +1,4 @@ { - "mahmoud-makady": { "owner": { "username": "Mahmoud-Makady", "email": "m.makady19@gmail.com" @@ -7,5 +6,4 @@ "records": { "CNAME": "mahmoud-makady.netlify.app" } - } } From f03cbf9abf57dbaa888da04caa7c43abf6517c98 Mon Sep 17 00:00:00 2001 From: Mahmoud Makady Date: Wed, 19 Feb 2025 22:18:39 +0200 Subject: [PATCH 185/296] Update mahmoud-makady.json From aa477ef2d4f597c130cdd924b25d028f7afd1666 Mon Sep 17 00:00:00 2001 From: Kenny Molina <42689547+xXMolinaXx@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:25:13 -0600 Subject: [PATCH 186/296] Update kennymolina.json --- domains/kennymolina.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kennymolina.json b/domains/kennymolina.json index d39dfa9f5..4f15f284c 100644 --- a/domains/kennymolina.json +++ b/domains/kennymolina.json @@ -4,6 +4,6 @@ "email": "kjmolina@live.com" }, "record": { - "CNAME": "https://xxmolinaxx.github.io/" + "CNAME": "xxmolinaxx.github.io" } } From 8cc918d2047970301d2de2735b4377deab8883b0 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 03:41:39 +0500 Subject: [PATCH 187/296] added / FIxed --- domains/coolify-app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index eb126a4cc..24a6d9720 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,6 +4,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "URL": "http://130.162.58.142:8000/" - } + "A": ["89.168.88.28"] + } } \ No newline at end of file From 4e23d6787f18e31ed659301d12e13063bdb707f4 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 03:51:52 +0500 Subject: [PATCH 188/296] added a records --- domains/coolify-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 24a6d9720..9033e7931 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,6 +4,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "A": ["89.168.88.28"] + "A": ["89.168.88.28", "129.159.253.45"] } } \ No newline at end of file From 9cbf4cba02bced62a260925fd987f176823ba50d Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 03:57:34 +0500 Subject: [PATCH 189/296] readded domain --- domains/coolify-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 9033e7931..8f27657c9 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,6 +4,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "A": ["89.168.88.28", "129.159.253.45"] + "A": ["129.159.253.45"] } } \ No newline at end of file From 45a5155e1738b2fff4051450b049315be0331105 Mon Sep 17 00:00:00 2001 From: Dzubayyan Ahmad Date: Thu, 20 Feb 2025 08:34:11 +0800 Subject: [PATCH 190/296] add masdzub.json all of requirement is ok personal site is https://masdzub.com --- domains/masdzub.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/masdzub.json diff --git a/domains/masdzub.json b/domains/masdzub.json new file mode 100644 index 000000000..a39de10c1 --- /dev/null +++ b/domains/masdzub.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/masdzub/masdzub.github.io", + "owner": { + "username": "masdzub", + "email": "hello@masdzub.com" + }, + "record": { + "CNAME": "masdzub-github-io.pages.dev" + } +} From 4455b26f0468c4af75b3c4364315bdb27c18a1bf Mon Sep 17 00:00:00 2001 From: Nathaniel Lewis <111205104+golvellius32@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:46:42 +1100 Subject: [PATCH 191/296] Create golvellius32 adding new gitbug page --- domains/golvellius32 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/golvellius32 diff --git a/domains/golvellius32 b/domains/golvellius32 new file mode 100644 index 000000000..ae112d20f --- /dev/null +++ b/domains/golvellius32 @@ -0,0 +1,11 @@ +{ + "description": "Golvellius's website", + "repo": "https://github.com/golvellius32/skills-github-pages-public", + "owner": { + "username": "0x3st", + "email": "[protected]", + }, + "record": { + "CNAME": "golvellius32.github.io" + } +} From d74c89747bb1ebc2c5698f1ec23b6b23f6b489ea Mon Sep 17 00:00:00 2001 From: Nathaniel Lewis <111205104+golvellius32@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:49:49 +1100 Subject: [PATCH 192/296] Update golvellius32 --- domains/golvellius32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/golvellius32 b/domains/golvellius32 index ae112d20f..972beb090 100644 --- a/domains/golvellius32 +++ b/domains/golvellius32 @@ -2,8 +2,8 @@ "description": "Golvellius's website", "repo": "https://github.com/golvellius32/skills-github-pages-public", "owner": { - "username": "0x3st", - "email": "[protected]", + "username": "golvellius32", + "email": "golvellius@hotmail.com", }, "record": { "CNAME": "golvellius32.github.io" From 27890df9532e834a8f98043fb041edcca16198fd Mon Sep 17 00:00:00 2001 From: Do Minh Duy Date: Thu, 20 Feb 2025 07:59:14 +0700 Subject: [PATCH 193/296] Create duyhandsome.json --- domains/duyhandsome.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/duyhandsome.json diff --git a/domains/duyhandsome.json b/domains/duyhandsome.json new file mode 100644 index 000000000..aaefa83e0 --- /dev/null +++ b/domains/duyhandsome.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dominhduy09" + }, + "record": { + "URL": "https://dominhduy09.github.io/profile/" + } +} From b8bf9e84768949349e1a11a5e9e98e05aed81a67 Mon Sep 17 00:00:00 2001 From: dauvet Date: Thu, 20 Feb 2025 08:06:27 +0700 Subject: [PATCH 194/296] Update dauvet.json --- domains/dauvet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dauvet.json b/domains/dauvet.json index a40c252ad..482ddd9e6 100644 --- a/domains/dauvet.json +++ b/domains/dauvet.json @@ -1,4 +1,4 @@ - +{ "owner": { "username": "dauvet", "email": "vanhieu85@gmail.com" From c8192f91605cbda2feb134b714daa0b2384e6140 Mon Sep 17 00:00:00 2001 From: Rizqiansyah <57321470+RizqiSeijuuro@users.noreply.github.com> Date: Thu, 20 Feb 2025 08:26:36 +0700 Subject: [PATCH 195/296] Update domains/rizqi.json Co-authored-by: JustDeveloper --- domains/rizqi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rizqi.json b/domains/rizqi.json index d567e13eb..99046675f 100644 --- a/domains/rizqi.json +++ b/domains/rizqi.json @@ -6,6 +6,6 @@ "email": "rizqiansyah52@gmail.com" }, "record": { - "CNAME": "RizqiSeijuuro.github.io/portfolio" + "CNAME": "rizqiseijuuro.github.io" } } \ No newline at end of file From 5ad5d6d235375f1fbfe48202ea102133fc92b7f7 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:08:58 +0800 Subject: [PATCH 196/296] Update ak-profile.json Co-authored-by: JustDeveloper --- ak-profile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ak-profile.json b/ak-profile.json index 6beabd313..cf97a0f79 100644 --- a/ak-profile.json +++ b/ak-profile.json @@ -4,6 +4,6 @@ "email": "akashoffical321@gmail.com" }, "record": { - "CNAME": "Akash0816.github.io" + "CNAME": "akash0816.github.io" } } From c6d446275212e0c69ca0365ca8cb1d67fe1d393d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng=20Nam?= <80313991+NBlue@users.noreply.github.com> Date: Thu, 20 Feb 2025 09:11:14 +0700 Subject: [PATCH 197/296] Update and rename nguyen-phuong-nam to nguyen-phuong-nam.json --- domains/{nguyen-phuong-nam => nguyen-phuong-nam.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{nguyen-phuong-nam => nguyen-phuong-nam.json} (68%) diff --git a/domains/nguyen-phuong-nam b/domains/nguyen-phuong-nam.json similarity index 68% rename from domains/nguyen-phuong-nam rename to domains/nguyen-phuong-nam.json index 0f7c0f87d..f9aabd490 100644 --- a/domains/nguyen-phuong-nam +++ b/domains/nguyen-phuong-nam.json @@ -4,6 +4,6 @@ "email": "nam.np194336@gmail.com" }, "record": { - "CNAME": "https://protofilo-beta.vercel.app/" + "CNAME": "protofilo-beta.vercel.app/" } } From b4fbbd960fe18ccc35fd93cf2226bb74a4b0e347 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:11:36 +0800 Subject: [PATCH 198/296] Rename ak-profile.json to domains/ak-profile.json --- ak-profile.json => domains/ak-profile.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ak-profile.json => domains/ak-profile.json (100%) diff --git a/ak-profile.json b/domains/ak-profile.json similarity index 100% rename from ak-profile.json rename to domains/ak-profile.json From 5648491a1a87423c503b50038ec7948320f240f9 Mon Sep 17 00:00:00 2001 From: Risqi Ahmad Sultoni Date: Thu, 20 Feb 2025 09:37:34 +0700 Subject: [PATCH 199/296] add my domain please --- domains/_vercel.risqiahmad.json | 10 ++++++++++ domains/risqiahmad.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 domains/_vercel.risqiahmad.json create mode 100644 domains/risqiahmad.json diff --git a/domains/_vercel.risqiahmad.json b/domains/_vercel.risqiahmad.json new file mode 100644 index 000000000..8a73f6c6e --- /dev/null +++ b/domains/_vercel.risqiahmad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "risqi17", + "email": "ahmadreys@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4"] + } + } + \ No newline at end of file diff --git a/domains/risqiahmad.json b/domains/risqiahmad.json new file mode 100644 index 000000000..c6225b852 --- /dev/null +++ b/domains/risqiahmad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "risqi17", + "email": "ahmadreys@gmail.com" + }, + "record": { + "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app" + } + } + \ No newline at end of file From 080535d249eac0048634b8e9b0226dce37377994 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:41:51 -0500 Subject: [PATCH 200/296] Update nguyen-phuong-nam.json --- domains/nguyen-phuong-nam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nguyen-phuong-nam.json b/domains/nguyen-phuong-nam.json index f9aabd490..de6f86e58 100644 --- a/domains/nguyen-phuong-nam.json +++ b/domains/nguyen-phuong-nam.json @@ -4,6 +4,6 @@ "email": "nam.np194336@gmail.com" }, "record": { - "CNAME": "protofilo-beta.vercel.app/" + "CNAME": "protofilo-beta.vercel.app" } } From 0e8c02c82b4c785f18f6de5258b4bacbda957ed2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:44:41 +0800 Subject: [PATCH 201/296] remove dnscontrol validation --- .github/workflows/{validation.yml => ci.yml} | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) rename .github/workflows/{validation.yml => ci.yml} (68%) diff --git a/.github/workflows/validation.yml b/.github/workflows/ci.yml similarity index 68% rename from .github/workflows/validation.yml rename to .github/workflows/ci.yml index fa0fa8f5f..38cf61d44 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Validation +name: CI on: pull_request: @@ -19,16 +19,6 @@ concurrency: cancel-in-progress: true jobs: - dnscontrol: - name: DNSControl - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: is-a-dev/dnscontrol-action@main - with: - args: check - tests: name: Tests runs-on: ubuntu-latest From 958a0a4032c59d51c93c1f2e107b398b78b6c578 Mon Sep 17 00:00:00 2001 From: Dniw Date: Thu, 20 Feb 2025 09:51:51 +0700 Subject: [PATCH 202/296] Register yellososa.is-a.dev --- domains/yellososa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yellososa.json diff --git a/domains/yellososa.json b/domains/yellososa.json new file mode 100644 index 000000000..d5141d19b --- /dev/null +++ b/domains/yellososa.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Dn1w", + "discord": "923208452581511199", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UYEThSdIZTWX2_fHUJL6USuvkXNHtizdv6i6tq7VlLbxQ8hB9ShSrlEvwEbAL7xapElXx-Zjn9-DeeQLlpD6evOb-qeUOLp2bBA_TK9RmLnJnQEfTNsnjZAJwkd_IZUWtSoPVISyooLfEIFROAalmyBvOqO4jo6f_VS62akDJjFkpNHGizyTy3Ap4o4ECYhw3DJDpj70ZUfYlMym4IR9vBx-FENksCdRszGj9uSnCqrut0ebez8BhS4orxwF3iyh2zjOJ9RnvZdaBUM_T0bovHD-4W26p4PiOXVlJG-TPiLAA1oJrpRTjO4pIOeokstysYJWCfZMtz8Vzf1wsAXUnw.AtmbV8Ll8uA5ExuCKoLJAA.rw-ak74Tw-ynZRDyHMgKIwwy6-i-RNUSCEHQrvr4lK24iT5nsdqkqzBPFbIAnpbL-UT9VjlXF5JE-VDkg4p9iXaTPcNm11FSaqOEFSwEPIY.LbsXNr4vTuO14AqbVrEXJA" + }, + + "record": { + "CNAME": "yellososa.github.io" + } + } + \ No newline at end of file From ec61bc5add1b9ab43c568b00d6605012a4f5e8ff Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:53:26 -0500 Subject: [PATCH 203/296] Rename rahatrumi.is-a.dev.json to rahatrumi.json --- domains/{rahatrumi.is-a.dev.json => rahatrumi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{rahatrumi.is-a.dev.json => rahatrumi.json} (100%) diff --git a/domains/rahatrumi.is-a.dev.json b/domains/rahatrumi.json similarity index 100% rename from domains/rahatrumi.is-a.dev.json rename to domains/rahatrumi.json From 18cab8b471d37854df4e5d6dd51106a1af391d81 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:54:14 -0500 Subject: [PATCH 204/296] Update sergarsilla.json --- domains/sergarsilla.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json index 9ad926a9a..33486348a 100644 --- a/domains/sergarsilla.json +++ b/domains/sergarsilla.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "sergarsilla", - "email": "sergarsilla@gmail.com" - } - "record": { - "CNAME": "sergarsilla.github.io" - } + "owner": { + "username": "sergarsilla", + "email": "sergarsilla@gmail.com" + }, + "record": { + "CNAME": "sergarsilla.github.io" + } } From 75ab265db929c90123c38c7341fa205671ee68f7 Mon Sep 17 00:00:00 2001 From: Nathaniel Lewis <111205104+golvellius32@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:59:53 +1100 Subject: [PATCH 205/296] Rename golvellius32 to golvellius32.json --- domains/{golvellius32 => golvellius32.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{golvellius32 => golvellius32.json} (100%) diff --git a/domains/golvellius32 b/domains/golvellius32.json similarity index 100% rename from domains/golvellius32 rename to domains/golvellius32.json From f3aa956be99d67af91fe2eef47866787c3fd2fcb Mon Sep 17 00:00:00 2001 From: Risqi Ahmad Sultoni Date: Thu, 20 Feb 2025 10:08:42 +0700 Subject: [PATCH 206/296] add my subdomain --- domains/_vercel.risqiahmad.json | 5 +++-- domains/risqiahmad.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/_vercel.risqiahmad.json b/domains/_vercel.risqiahmad.json index 8a73f6c6e..d543a0d55 100644 --- a/domains/_vercel.risqiahmad.json +++ b/domains/_vercel.risqiahmad.json @@ -1,10 +1,11 @@ { "owner": { "username": "risqi17", - "email": "ahmadreys@gmail.com" + "email": "ahmadreys@gmail.com", + "discord": "risqi_ahmad9230" }, "record": { - "TXT": ["vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4"] + "TXT": "vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4" } } \ No newline at end of file diff --git a/domains/risqiahmad.json b/domains/risqiahmad.json index c6225b852..325cc3b83 100644 --- a/domains/risqiahmad.json +++ b/domains/risqiahmad.json @@ -1,7 +1,8 @@ { "owner": { "username": "risqi17", - "email": "ahmadreys@gmail.com" + "email": "ahmadreys@gmail.com", + "discord": "risqi_ahmad9230" }, "record": { "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app" From ab3dff3b3387630f51645d372ba2fbe6adbf19d8 Mon Sep 17 00:00:00 2001 From: Terry Kim Date: Thu, 20 Feb 2025 16:09:31 +1300 Subject: [PATCH 207/296] Create _vercel.terry.json --- domains/_vercel.terry.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.terry.json diff --git a/domains/_vercel.terry.json b/domains/_vercel.terry.json new file mode 100644 index 000000000..19e0e060f --- /dev/null +++ b/domains/_vercel.terry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "realyoterry", + "email": "theterrykim@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=terry.is-a.dev,77663b6ef45302529609" + } +} From 7cf8d39c7a25cc91f666e76c715a0584d9ecd3f3 Mon Sep 17 00:00:00 2001 From: Terry Kim Date: Thu, 20 Feb 2025 16:10:12 +1300 Subject: [PATCH 208/296] Create terry.json --- domains/terry.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/terry.json diff --git a/domains/terry.json b/domains/terry.json new file mode 100644 index 000000000..264442cfd --- /dev/null +++ b/domains/terry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "realyoterry", + "email": "theterrykim@gmail.com" + }, + "record": { + "CNAME": "realyoterry.vercel.app" + } +} From 06e80d1fe9b2c7c5e11349ad343d6ab45dd79aff Mon Sep 17 00:00:00 2001 From: Ilesh Thiada Date: Thu, 20 Feb 2025 09:04:46 +0530 Subject: [PATCH 209/296] Create _github-pages-challenge-therookiecoder.therookiecoder.json --- ...ages-challenge-therookiecoder.therookiecoder.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_github-pages-challenge-therookiecoder.therookiecoder.json diff --git a/domains/_github-pages-challenge-therookiecoder.therookiecoder.json b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json new file mode 100644 index 000000000..fbf7295f8 --- /dev/null +++ b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json @@ -0,0 +1,12 @@ +{ + "description": "GitHub domain verification for my personal website", + "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", + "owner": { + "username": "theRookieCoder", + "email": "ileshkt@gmail.com", + "discord": "therookiecoder" + }, + "record": { + "TXT": "11a49aa635c8bc15e62134fbd34a46" + } +} From 4b0789646110acf550cbff340c8ea4bece290f9d Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Tue, 18 Feb 2025 14:39:22 +0700 Subject: [PATCH 210/296] Add ninh.json --- domains/ninh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ninh.json diff --git a/domains/ninh.json b/domains/ninh.json new file mode 100644 index 000000000..0e80e07a0 --- /dev/null +++ b/domains/ninh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sanG-github", + "email": "sanghuynh20000@gmail.com" + }, + "record": { + "CNAME": "haininh.vercel.app" + } +} From 83a9e59f9333374f60ae5bb1cfc6c209652e9be4 Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Tue, 18 Feb 2025 14:39:29 +0700 Subject: [PATCH 211/296] Add thanh-sang.json --- domains/thanh-sang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thanh-sang.json diff --git a/domains/thanh-sang.json b/domains/thanh-sang.json new file mode 100644 index 000000000..b5ba21e8f --- /dev/null +++ b/domains/thanh-sang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sanG-github", + "email": "sanghuynh20000@gmail.com" + }, + "record": { + "CNAME": "portfolio-logan.netlify.app" + } +} From e74f05834fa8e176cd2e8a4cca1ddffc07fbe3da Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Tue, 18 Feb 2025 16:27:00 +0700 Subject: [PATCH 212/296] Remove PFM site --- domains/ninh.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ninh.json diff --git a/domains/ninh.json b/domains/ninh.json deleted file mode 100644 index 0e80e07a0..000000000 --- a/domains/ninh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanG-github", - "email": "sanghuynh20000@gmail.com" - }, - "record": { - "CNAME": "haininh.vercel.app" - } -} From 313a5436867015afbbef6670bded7d2927b93b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Urroz?= <88216183+GitCesc07@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:41:01 -0600 Subject: [PATCH 213/296] Create cescdev.json --- domains/cescdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cescdev.json diff --git a/domains/cescdev.json b/domains/cescdev.json new file mode 100644 index 000000000..79520e392 --- /dev/null +++ b/domains/cescdev.json @@ -0,0 +1,9 @@ +{ +"owner": { + "username": "GitCesc07", +"email": "cesar0407197@gmail.com" +}, +"record": { + "CNAME": "cescdev-portafolio.netlify.app/" +} +} From 8694bbd28e4c931fbf0bf928501ec3ed89aeb826 Mon Sep 17 00:00:00 2001 From: Irfan Zharauri Nanda Sudiyanto Date: Thu, 20 Feb 2025 12:21:39 +0700 Subject: [PATCH 214/296] Add Vercel domain configuration for zara.is-a.dev --- domains/_vercel.zara.json | 9 +++++++++ domains/zara.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.zara.json create mode 100644 domains/zara.json diff --git a/domains/_vercel.zara.json b/domains/_vercel.zara.json new file mode 100644 index 000000000..e5e0538b0 --- /dev/null +++ b/domains/_vercel.zara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tutupharirabu", + "email": "code.zharaurien@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=zara.is-a.dev,54fd6194f447f7c5295b" + } +} \ No newline at end of file diff --git a/domains/zara.json b/domains/zara.json new file mode 100644 index 000000000..521b04e19 --- /dev/null +++ b/domains/zara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tutupharirabu", + "email": "code.zharaurien@gmail.com" + }, + "record": { + "CNAME": "portofolio-pribadi-irfan-zharauri.vercel.app" + } +} \ No newline at end of file From 425ec1221aa399d84dd6469abca5d2a778dd1cca Mon Sep 17 00:00:00 2001 From: Arya Date: Thu, 20 Feb 2025 16:31:33 +0700 Subject: [PATCH 215/296] Rename worldsavior to worldsavior.json --- domains/{worldsavior => worldsavior.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{worldsavior => worldsavior.json} (100%) diff --git a/domains/worldsavior b/domains/worldsavior.json similarity index 100% rename from domains/worldsavior rename to domains/worldsavior.json From 582b21ea4e8bd610698b6c1730e169231c8f954e Mon Sep 17 00:00:00 2001 From: "G.T." Date: Thu, 20 Feb 2025 12:39:19 +0300 Subject: [PATCH 216/296] the guvent.is-a.dev request --- domains/guvent.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/guvent.json diff --git a/domains/guvent.json b/domains/guvent.json new file mode 100644 index 000000000..470563897 --- /dev/null +++ b/domains/guvent.json @@ -0,0 +1,12 @@ +{ + "description": "The portfolio site of Guven Topal", + "repo": "https://github.com/guvent/guvent", + "owner": { + "username": "guvent", + "email": "me@guvent.com" + }, + "record": { + "CNAME": "guvent.com" + } + } + \ No newline at end of file From 77ed7345f3ba9d4438e17472b0b4fc3de5af9752 Mon Sep 17 00:00:00 2001 From: Md Ariful Islam <46021788+Arif-Islam@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:18:18 +0600 Subject: [PATCH 217/296] Create arif.json --- domains/arif.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/arif.json diff --git a/domains/arif.json b/domains/arif.json new file mode 100644 index 000000000..b3df945d0 --- /dev/null +++ b/domains/arif.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/Arif-Islam/Portfolio-site", + "owner": { + "username": "Arif-Islam", + "email": "arif8491@gmail.com" + }, + "record": { + "CNAME": "Arif-Islam.github.io" + } +} From ce8bea7782c0502c51852921edc5696a0f37d978 Mon Sep 17 00:00:00 2001 From: Amr Gawish <87614+agawish@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:00:30 +0000 Subject: [PATCH 218/296] Create amr.json To have `amr-is-a.dev` --- domains/amr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/amr.json diff --git a/domains/amr.json b/domains/amr.json new file mode 100644 index 000000000..d33621228 --- /dev/null +++ b/domains/amr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "agawish", + "email": "amr.gawish@gmail.com" + }, + "record": { + "CNAME": "amr-gawish.com" + } +} From 1769b61b3a9df5c7e7ef26832d25ea55e80f3030 Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:45:43 +0700 Subject: [PATCH 219/296] Update and rename _vercel.lmt.json to _discord.thangle.is-a.dev --- domains/{_vercel.lmt.json => _discord.thangle.is-a.dev} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_vercel.lmt.json => _discord.thangle.is-a.dev} (91%) diff --git a/domains/_vercel.lmt.json b/domains/_discord.thangle.is-a.dev similarity index 91% rename from domains/_vercel.lmt.json rename to domains/_discord.thangle.is-a.dev index 923d666b0..06ee5723d 100644 --- a/domains/_vercel.lmt.json +++ b/domains/_discord.thangle.is-a.dev @@ -6,7 +6,7 @@ }, "record": { - "TXT": "vc-domain-verify=lmt.is-a.dev,e18df29b9b97f6e4f8c8" + "TXT": "dh=8d98fb5fefbb1915e89d5dc43c9fdd9fa801557f" } } From 79c536d8b2cb9ac700da46de0a6bdf921fbcb784 Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:49:01 +0700 Subject: [PATCH 220/296] Rename _discord.thangle.is-a.dev to _discord.thangle.json --- domains/{_discord.thangle.is-a.dev => _discord.thangle.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.thangle.is-a.dev => _discord.thangle.json} (100%) diff --git a/domains/_discord.thangle.is-a.dev b/domains/_discord.thangle.json similarity index 100% rename from domains/_discord.thangle.is-a.dev rename to domains/_discord.thangle.json From 96d81b576e4db1b45e4458ef859138a2808ced07 Mon Sep 17 00:00:00 2001 From: Dishant radadiya <164029200+Dishant402955@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:18:44 +0530 Subject: [PATCH 221/296] Create _vercel.dishant.json (for the verification) --- domains/_vercel.dishant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.dishant.json diff --git a/domains/_vercel.dishant.json b/domains/_vercel.dishant.json new file mode 100644 index 000000000..8e1e08fd2 --- /dev/null +++ b/domains/_vercel.dishant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dishant402955", + "email": "dishantradadiya3036@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=dishant.is-a.dev,cfc2c6cd0ad49054757b" + } +} From 660a0a2155adc019d56be6615b062d889e949299 Mon Sep 17 00:00:00 2001 From: Adrian Miranda Date: Thu, 20 Feb 2025 10:40:59 -0300 Subject: [PATCH 222/296] Create adriancmiranda.json --- domains/adriancmiranda.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/adriancmiranda.json diff --git a/domains/adriancmiranda.json b/domains/adriancmiranda.json new file mode 100644 index 000000000..d3768400b --- /dev/null +++ b/domains/adriancmiranda.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "adriancmiranda", + "email": "ad@is-a.dev" + }, + "record": { + "URL": "https://adrian-miranda.vercel.app" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/adriancmiranda" + }, + "redirect_paths": true + } +} From a1fe971f087301e9bb46793d0796f05b67437021 Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Thu, 20 Feb 2025 17:15:23 +0330 Subject: [PATCH 223/296] Adding `_github-pages-challenge-arsenobetaine.arsenobetaine.is-a.dev` Connecting the subdomain to my GitHub account. --- ...thub-pages-challenge-arsenobetaine.arsenobetaine.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json diff --git a/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json new file mode 100644 index 000000000..ab62a0cc6 --- /dev/null +++ b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "TXT": "02ff8b21eeaed5e8333376fc244485" + } +} From c885fda20bf5e93c4ae737447fb8f72c9343ed96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petris=CC=A6or=20Buga?= Date: Thu, 20 Feb 2025 15:45:25 +0200 Subject: [PATCH 224/296] chore: Added owner.discord information --- domains/peterbuga.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/peterbuga.json b/domains/peterbuga.json index 9aec666b2..f4ee26dca 100644 --- a/domains/peterbuga.json +++ b/domains/peterbuga.json @@ -2,7 +2,8 @@ "description": "Presentation website for peterbuga", "repo": "https://github.com/peterbuga/peterbuga.github.io", "owner": { - "username": "peterbuga" + "username": "peterbuga", + "discord": "902580031044325407" }, "record": { "CNAME": "peterbuga.github.io" From e2ea23c1e6cc8bb10f98871dc65b0393ec9357f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20D=27C=C3=A9sares?= Date: Thu, 20 Feb 2025 10:46:22 -0300 Subject: [PATCH 225/296] Create idcesares.json --- domains/idcesares.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/idcesares.json diff --git a/domains/idcesares.json b/domains/idcesares.json new file mode 100644 index 000000000..53cb961d0 --- /dev/null +++ b/domains/idcesares.json @@ -0,0 +1,11 @@ +{ + "description": "Isaac D'Césares personal website", + "repo": "https://github.com/idcesares", + "owner": { + "username": "idcesares", + "email": "isaac.dcesares@gmail.com" + }, + "record": { + "URL": "https://dcesares.dev" + } +} From cab2aad6d9b32e0c5d0e0bdfb511a05da18cac61 Mon Sep 17 00:00:00 2001 From: Khanh Dang <96910105+lmlmdf404@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:16:51 +0700 Subject: [PATCH 226/296] Create blkdang1.json --- domains/blkdang1.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/blkdang1.json diff --git a/domains/blkdang1.json b/domains/blkdang1.json new file mode 100644 index 000000000..eea2ecdea --- /dev/null +++ b/domains/blkdang1.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "lmlmdf404" + }, + "record": { + "CNAME": "lmlmdf404.github.io" + } +} From 3e9949a78117b3775bf1ec3f9d14a1c05b1c3526 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 19:23:42 +0500 Subject: [PATCH 227/296] enabled proxy --- domains/coolify-app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 8f27657c9..819d44be5 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -5,5 +5,6 @@ }, "record": { "A": ["129.159.253.45"] - } + }, + "proxied": true } \ No newline at end of file From 687ee1f52339b8f35aa9d824d5c577bab023c36a Mon Sep 17 00:00:00 2001 From: Raafey Raza <95968156+RaafeyRaza@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:46:46 +0500 Subject: [PATCH 228/296] Create _vercel.raafey.json --- domains/_vercel.raafey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.raafey.json diff --git a/domains/_vercel.raafey.json b/domains/_vercel.raafey.json new file mode 100644 index 000000000..0e7768b13 --- /dev/null +++ b/domains/_vercel.raafey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RaafeyRaza", + "email": "raafeyraza1@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=raafey.is-a.dev,aa0e06a894333b259a4b" + } +} From 83415e333e0400279b5c58128bc0372fe4b3f81d Mon Sep 17 00:00:00 2001 From: Raafey Raza <95968156+RaafeyRaza@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:47:45 +0500 Subject: [PATCH 229/296] Update raafey.json --- domains/raafey.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/raafey.json b/domains/raafey.json index b2cd0e262..0e0c632bb 100644 --- a/domains/raafey.json +++ b/domains/raafey.json @@ -4,8 +4,6 @@ "email": "raafeyraza1@gmail.com" }, "record": { - "A": ["69.197.135.202"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + "CNAME": "v0-personal-portfolio-tf.vercel.app" } } From 04f1c170209e6ae75afab4f1886e935c3b407537 Mon Sep 17 00:00:00 2001 From: rajputsiya Date: Thu, 20 Feb 2025 20:56:50 +0530 Subject: [PATCH 230/296] add new domain json and _vercel json file --- domains/_vercel.siya.json | 10 ++++++++++ domains/siya.json | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 domains/_vercel.siya.json create mode 100644 domains/siya.json diff --git a/domains/_vercel.siya.json b/domains/_vercel.siya.json new file mode 100644 index 000000000..38ec823e9 --- /dev/null +++ b/domains/_vercel.siya.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rajputsiya", + "email" : "siyarajput9258@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=siya.is-a.dev,8b5584a1aeb3bb9a60c5"] + } + } + \ No newline at end of file diff --git a/domains/siya.json b/domains/siya.json new file mode 100644 index 000000000..23d0afd79 --- /dev/null +++ b/domains/siya.json @@ -0,0 +1,11 @@ +{ + "description": "Siya's portfolio", + "repo": "https://github.com/rajputsiya/portfolio", + "owner": { + "username": "rajputsiya", + "email": "siyarajput9258@gmail.com" + }, + "record": { + "CNAME": "siyarajput.vercel.app" + } +} \ No newline at end of file From ad04e41e97542a1d4c3bd731915e696b6e13ddd8 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 20 Feb 2025 19:52:06 +0400 Subject: [PATCH 231/296] Update _vercel.soul.json --- domains/_vercel.soul.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json index 0c95fe2a4..c9f35bd01 100644 --- a/domains/_vercel.soul.json +++ b/domains/_vercel.soul.json @@ -6,5 +6,5 @@ }, "record": { "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896" - }, + } } From a3232bbc61bdf6cf3227b1559912974fb04f8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C6=B0=C6=A1ng=20V=C4=83n=20Th=C3=B4ng?= <82353328+truongvanthong@users.noreply.github.com> Date: Thu, 20 Feb 2025 23:07:30 +0700 Subject: [PATCH 232/296] Create truongvanthong.json --- domains/truongvanthong.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/truongvanthong.json diff --git a/domains/truongvanthong.json b/domains/truongvanthong.json new file mode 100644 index 000000000..432565ec8 --- /dev/null +++ b/domains/truongvanthong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "truongvanthong", + "email": "thongvanpro2002@gmail.com" + }, + "record": { + "CNAME": "truongvanthong.github.io" + } +} From b21068907c3acdeb97d72ce4b3a1253851708712 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 20 Feb 2025 11:33:10 -0500 Subject: [PATCH 233/296] Create leek.is-a.dev --- domains/leek.is-a.dev | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/leek.is-a.dev diff --git a/domains/leek.is-a.dev b/domains/leek.is-a.dev new file mode 100644 index 000000000..8352459fc --- /dev/null +++ b/domains/leek.is-a.dev @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "leek", + "email": "leeked+isadev@gmail.com" + }, + "record": { + "URL": "https://leek.io" + } +} From e0b2deff17d565e5ae80845da870e02f8b6409c5 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 20 Feb 2025 11:35:50 -0500 Subject: [PATCH 234/296] Rename leek.is-a.dev to leek.json --- domains/{leek.is-a.dev => leek.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{leek.is-a.dev => leek.json} (100%) diff --git a/domains/leek.is-a.dev b/domains/leek.json similarity index 100% rename from domains/leek.is-a.dev rename to domains/leek.json From 93f13ccafe95fcb87862ce8fac0e2cd3820af61f Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 22:10:06 +0500 Subject: [PATCH 235/296] changes Record A --- domains/coolify-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 819d44be5..bfadfe245 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,7 +4,7 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "A": ["129.159.253.45"] + "A": ["89.168.88.28"] }, "proxied": true } \ No newline at end of file From 7ea2499576d49dbca4e461dde7f8710c354bb95e Mon Sep 17 00:00:00 2001 From: Aishik Mukherjee Date: Thu, 20 Feb 2025 22:54:55 +0530 Subject: [PATCH 236/296] Create aishik999.json --- domains/aishik999.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aishik999.json diff --git a/domains/aishik999.json b/domains/aishik999.json new file mode 100644 index 000000000..2e09e3b16 --- /dev/null +++ b/domains/aishik999.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aishik999", + "email": "aishikm2002@gmail.com" + }, + "record": { + "CNAME": "aishik999.vercel.app" + } +} From 67886054eb162a96d60f59afe282cb8509301096 Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Thu, 20 Feb 2025 20:42:05 +0200 Subject: [PATCH 237/296] Create img.devmatei.json --- domains/img.devmatei.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/img.devmatei.json diff --git a/domains/img.devmatei.json b/domains/img.devmatei.json new file mode 100644 index 000000000..b0b7702b5 --- /dev/null +++ b/domains/img.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "CNAME": "proxy.iostpa.com" + } +} From debdc4f324e4e5129e91968d237aebbb626543f9 Mon Sep 17 00:00:00 2001 From: Adarsh Kumar <86740712+adarshrkumar@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:36:48 -0800 Subject: [PATCH 238/296] Create adarshkumar.json --- adarshkumar.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 adarshkumar.json diff --git a/adarshkumar.json b/adarshkumar.json new file mode 100644 index 000000000..33719d97f --- /dev/null +++ b/adarshkumar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Adarsh R. Kumar", + "email": "adarshravikumar2@gmail.com" + }, + "record": { + "CNAME": "adarshrkumar.github.io" + } +} From a86757bc679d10cd8133656a7b7848490230d59e Mon Sep 17 00:00:00 2001 From: Adarsh Kumar <86740712+adarshrkumar@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:47:51 -0800 Subject: [PATCH 239/296] Rename adarshkumar.json to domains/adarshkumar.json --- adarshkumar.json => domains/adarshkumar.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename adarshkumar.json => domains/adarshkumar.json (100%) diff --git a/adarshkumar.json b/domains/adarshkumar.json similarity index 100% rename from adarshkumar.json rename to domains/adarshkumar.json From cd648b7a468d7c46de8dc8cccccf73529c897cce Mon Sep 17 00:00:00 2001 From: Nuggew Date: Thu, 20 Feb 2025 17:34:09 -0300 Subject: [PATCH 240/296] Create _discord.nuggew.json --- domains/_discord.nuggew.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.nuggew.json diff --git a/domains/_discord.nuggew.json b/domains/_discord.nuggew.json new file mode 100644 index 000000000..39d8df00c --- /dev/null +++ b/domains/_discord.nuggew.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Nuggew", + "email": "contato.guilherme.silva.araujo@gmail.com" + }, + "record": { + "TXT": "dh=a5d33ae1ddbac9692e675b562538f6b316f1aa1f" + } +} From 22bf04b5567be925687956b3e3290be5098be1bb Mon Sep 17 00:00:00 2001 From: Mert Demir Date: Fri, 21 Feb 2025 01:15:58 +0100 Subject: [PATCH 241/296] Create mertdemir.json --- domains/mertdemir.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mertdemir.json diff --git a/domains/mertdemir.json b/domains/mertdemir.json new file mode 100644 index 000000000..ca349c00b --- /dev/null +++ b/domains/mertdemir.json @@ -0,0 +1,12 @@ +{ + "description": "Mert Demir CV", + "repo": "https://github.com/mertdemir0/mertdemir0.github.io", + "owner": { + "username": "mertdemir0", + "email" : "mertdemir@pec.it" + + }, + "record": { + "CNAME": "mertdemir0.github.io" + } +} From 774d231a116d1b528e291182dd3207ca44eab8d5 Mon Sep 17 00:00:00 2001 From: levon Date: Fri, 21 Feb 2025 01:07:22 +0000 Subject: [PATCH 242/296] Create levon.json --- domains/levon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/levon.json diff --git a/domains/levon.json b/domains/levon.json new file mode 100644 index 000000000..a3e33e903 --- /dev/null +++ b/domains/levon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "levon-d", + "email": "mycroft2003@gmail.com" + }, + "record": { + "CNAME": "levon-d.github.io" + } +} From ac8bbe3cc9e0f0e2f059d01eae21d31bdaff97bd Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Fri, 21 Feb 2025 01:13:04 +0000 Subject: [PATCH 243/296] add contact --- domains/anhvt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/anhvt.json b/domains/anhvt.json index e750992e6..3200b804f 100644 --- a/domains/anhvt.json +++ b/domains/anhvt.json @@ -1,6 +1,7 @@ { "owner": { - "username": "anhvt3010" + "username": "anhvt3010", + "email": "anh.vt.3010@gmail.com" }, "record": { "CNAME": "build-cv.vercel.app" From ae7e6f364d2bcdd6f70918d356f571ef0fae55d4 Mon Sep 17 00:00:00 2001 From: Hrithik Dhakrey <35266081+iamdhakrey@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:03:51 +0530 Subject: [PATCH 244/296] Update iamdhakrey.json --- domains/iamdhakrey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json index 906251226..ba23e89e5 100644 --- a/domains/iamdhakrey.json +++ b/domains/iamdhakrey.json @@ -4,6 +4,6 @@ "email": "dhakreyhrithik@gmail.com" }, "record": { - "URL": "https://iamdhakrey.dev/" + "CNAME": "iamdhakrey.github.io" } } \ No newline at end of file From 49eced0919cad14410d109f645752680a79bf135 Mon Sep 17 00:00:00 2001 From: Hrithik Dhakrey <35266081+iamdhakrey@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:06:02 +0530 Subject: [PATCH 245/296] Update iamdhakrey.json --- domains/iamdhakrey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json index ba23e89e5..a9d55f97e 100644 --- a/domains/iamdhakrey.json +++ b/domains/iamdhakrey.json @@ -4,6 +4,6 @@ "email": "dhakreyhrithik@gmail.com" }, "record": { - "CNAME": "iamdhakrey.github.io" + "URL": "https://iamdhakrey.dev" } } \ No newline at end of file From c80bdf3c74c6d8d31d7992abdeb43e333aa24e20 Mon Sep 17 00:00:00 2001 From: "Harindra.Reddy" Date: Fri, 21 Feb 2025 11:37:22 +0530 Subject: [PATCH 246/296] Add inputly.is-a.dev subdomain --- domains/_vercel.inputly.json | 9 +++++++++ domains/inputly.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.inputly.json create mode 100644 domains/inputly.json diff --git a/domains/_vercel.inputly.json b/domains/_vercel.inputly.json new file mode 100644 index 000000000..37ca7e0ba --- /dev/null +++ b/domains/_vercel.inputly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NateNear", + "email": "matternate21@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=inputly.is-a.dev,650df8c4415b2035e3e3" + } +} \ No newline at end of file diff --git a/domains/inputly.json b/domains/inputly.json new file mode 100644 index 000000000..b2685635a --- /dev/null +++ b/domains/inputly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NateNear", + "email": "matternate21@gmail.com" + }, + "record": { + "CNAME": "inputly.vercel.app" + } +} \ No newline at end of file From 740e63f3bb5dfeb4ffb6a2d65dae5cc7740321e0 Mon Sep 17 00:00:00 2001 From: Rapper Gi Date: Fri, 21 Feb 2025 13:31:26 +0700 Subject: [PATCH 247/296] Create rappergi.json --- domains/rappergi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rappergi.json diff --git a/domains/rappergi.json b/domains/rappergi.json new file mode 100644 index 000000000..07a5ddf9c --- /dev/null +++ b/domains/rappergi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rappergi", + "email": "hoangvanchu202@gmail.com" + }, + "record": { + "NS": ["norm.ns.cloudflare.com", "pola.ns.cloudflare.com"] + } +} From 5f175ed50f065b5415211cda63d0bc629414b715 Mon Sep 17 00:00:00 2001 From: ThienNQ <88243209+NgoQuangThien@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:06:57 +0700 Subject: [PATCH 248/296] Create secsum.json Register new subdomain --- domains/secsum.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/secsum.json diff --git a/domains/secsum.json b/domains/secsum.json new file mode 100644 index 000000000..36a00b649 --- /dev/null +++ b/domains/secsum.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NgoQuangThien", + "email": "quangthien18032000@gmail.com" + }, + "record": { + "A": "3.24.49.246" + } +} From 2c723645f2a370d188fbb95a7ea570bffb8233f3 Mon Sep 17 00:00:00 2001 From: saxophone-dev Date: Fri, 21 Feb 2025 12:54:04 +0530 Subject: [PATCH 249/296] netlify --- domains/me.saxophone.json | 10 ++++++++++ domains/saxophone.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 domains/me.saxophone.json diff --git a/domains/me.saxophone.json b/domains/me.saxophone.json new file mode 100644 index 000000000..7ca869745 --- /dev/null +++ b/domains/me.saxophone.json @@ -0,0 +1,10 @@ +{ + "description": "my personal site where i do random stuff i guess", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "CNAME": "apex-loadbalancer.netlify.com" + } +} diff --git a/domains/saxophone.json b/domains/saxophone.json index 7e6fc1394..b762ec4b3 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,7 +1,7 @@ { "description": "my personal site where i do random stuff i guess", "owner": { - "username": "saxophone-guy", + "username": "saxophone-dev", "email": "itsarchit@keemail.me" }, "record": { @@ -10,6 +10,6 @@ "forward-email=itsarchit@keemail.me", "google-site-verification=xWSXW0sDedf6aw6w8tJnySqXZYExIAViuKmTEiuJZpU" ], - "A": ["216.24.57.1"] + "URL": "https://me.saxophone.is-a.dev" } } From 04a027a1e1332ba767236875cc2a94bf0f40299d Mon Sep 17 00:00:00 2001 From: saxophone-dev Date: Fri, 21 Feb 2025 13:51:30 +0530 Subject: [PATCH 250/296] vercel --- domains/_vercel.saxophone.json | 10 ++++++++++ domains/me.saxophone.json | 10 ---------- domains/saxophone.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 domains/_vercel.saxophone.json delete mode 100644 domains/me.saxophone.json diff --git a/domains/_vercel.saxophone.json b/domains/_vercel.saxophone.json new file mode 100644 index 000000000..cb0b800f5 --- /dev/null +++ b/domains/_vercel.saxophone.json @@ -0,0 +1,10 @@ +{ + "description": "vercel stuff for personal site", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "TXT": ["vc-domain-verify=saxophone.is-a.dev,e2dac8b9c5e42361fda8"] + } +} diff --git a/domains/me.saxophone.json b/domains/me.saxophone.json deleted file mode 100644 index 7ca869745..000000000 --- a/domains/me.saxophone.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "my personal site where i do random stuff i guess", - "owner": { - "username": "saxophone-dev", - "email": "itsarchit@keemail.me" - }, - "record": { - "CNAME": "apex-loadbalancer.netlify.com" - } -} diff --git a/domains/saxophone.json b/domains/saxophone.json index b762ec4b3..ae8888e00 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -10,6 +10,6 @@ "forward-email=itsarchit@keemail.me", "google-site-verification=xWSXW0sDedf6aw6w8tJnySqXZYExIAViuKmTEiuJZpU" ], - "URL": "https://me.saxophone.is-a.dev" + "A": ["76.76.21.21"] } } From c41064e882c3e2231a46dbc668c2cc5f509c4aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A2m=20Ng=E1=BB=8Dc=20Kh=C6=B0=C6=A1ng?= Date: Wed, 19 Feb 2025 06:40:29 +0000 Subject: [PATCH 251/296] Create khuong.json --- domains/khuong.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/khuong.json diff --git a/domains/khuong.json b/domains/khuong.json new file mode 100644 index 000000000..3959d95a7 --- /dev/null +++ b/domains/khuong.json @@ -0,0 +1,10 @@ +{ + "description": "khuong.is-a.dev : This is my personal notebook", + "owner": { + "username": "lamngockhuong", + "email": "me@ngockhuong.com" + }, + "record": { + "URL": "https://dev.ngockhuong.com" + } +} From 2a357e13ba0a0d7c8063ff363e117226f97810f4 Mon Sep 17 00:00:00 2001 From: lakshay choudhary Date: Fri, 21 Feb 2025 14:18:01 +0530 Subject: [PATCH 252/296] Create lux unlux lakshay.json --- domains/lakshay.json | 10 ++++++++++ domains/lux.json | 10 ++++++++++ domains/unlux.json | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 domains/lakshay.json create mode 100644 domains/lux.json create mode 100644 domains/unlux.json diff --git a/domains/lakshay.json b/domains/lakshay.json new file mode 100644 index 000000000..e6afac701 --- /dev/null +++ b/domains/lakshay.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "[email protected]" + }, + "record": { + "url": "https://unlux.dev" + } +} diff --git a/domains/lux.json b/domains/lux.json new file mode 100644 index 000000000..e6afac701 --- /dev/null +++ b/domains/lux.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "[email protected]" + }, + "record": { + "url": "https://unlux.dev" + } +} diff --git a/domains/unlux.json b/domains/unlux.json new file mode 100644 index 000000000..e6afac701 --- /dev/null +++ b/domains/unlux.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "[email protected]" + }, + "record": { + "url": "https://unlux.dev" + } +} From 56fb454031372f3e13b5160a726133ef48f8419b Mon Sep 17 00:00:00 2001 From: lakshay choudhary Date: Fri, 21 Feb 2025 14:22:50 +0530 Subject: [PATCH 253/296] added email field --- domains/lakshay.json | 2 +- domains/lux.json | 2 +- domains/unlux.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/lakshay.json b/domains/lakshay.json index e6afac701..6d7da3b05 100644 --- a/domains/lakshay.json +++ b/domains/lakshay.json @@ -2,7 +2,7 @@ "description": "Porfolio website link for lux", "owner": { "username": "unlux", - "email": "[email protected]" + "email": "support@unlux.dev" }, "record": { "url": "https://unlux.dev" diff --git a/domains/lux.json b/domains/lux.json index e6afac701..6d7da3b05 100644 --- a/domains/lux.json +++ b/domains/lux.json @@ -2,7 +2,7 @@ "description": "Porfolio website link for lux", "owner": { "username": "unlux", - "email": "[email protected]" + "email": "support@unlux.dev" }, "record": { "url": "https://unlux.dev" diff --git a/domains/unlux.json b/domains/unlux.json index e6afac701..6d7da3b05 100644 --- a/domains/unlux.json +++ b/domains/unlux.json @@ -2,7 +2,7 @@ "description": "Porfolio website link for lux", "owner": { "username": "unlux", - "email": "[email protected]" + "email": "support@unlux.dev" }, "record": { "url": "https://unlux.dev" From 63ab1d3b9f4f78c9961972eebe485cf82839bcb7 Mon Sep 17 00:00:00 2001 From: nvhai272 <136921099+nvhai272@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:00:05 +0700 Subject: [PATCH 254/296] Create nvhai272.json --- domains/nvhai272.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/nvhai272.json diff --git a/domains/nvhai272.json b/domains/nvhai272.json new file mode 100644 index 000000000..ff4640aed --- /dev/null +++ b/domains/nvhai272.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nvhai272" + }, + "record": { + "CNAME": "nvhai272.github.io" + } +} From 8e36a67fb0832c98146e1fdcbfa75548d8e05627 Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Fri, 21 Feb 2025 14:03:46 +0330 Subject: [PATCH 255/296] Update ashkan.json --- domains/ashkan.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/ashkan.json b/domains/ashkan.json index ad34f385a..c0f2d160b 100644 --- a/domains/ashkan.json +++ b/domains/ashkan.json @@ -1,6 +1,9 @@ { + "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications", + "repo": "https://github.com/Ashkan4472/ashkan4472.github.io", "owner": { - "username": "ashkan4472" + "username": "ashkan4472", + "email": "ashkan4472@gmail.com" }, "record": { "CNAME": "ashkan4472.github.io" From 657b5971e4b895eacba2365b47819876d7f0f849 Mon Sep 17 00:00:00 2001 From: jecoh12 <108396006+jecoh12@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:42:49 +0800 Subject: [PATCH 256/296] Create jecoh.json --- domains/jecoh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jecoh.json diff --git a/domains/jecoh.json b/domains/jecoh.json new file mode 100644 index 000000000..e19354fa8 --- /dev/null +++ b/domains/jecoh.json @@ -0,0 +1,11 @@ +{ + "description": "For personal/portfolio use only.", + "repo": "https://github.com/jecoh12/jecoh-is-a.dev", + "owner": { + "username": "jecoh12", + "email": "[jecoh12@gmail.com]" + }, + "record": { + "CNAME": "jecoh12.github.io" + } +} From 053cacc613f952134893725f6d7d1c7256f919ec Mon Sep 17 00:00:00 2001 From: DenisBlokhin <36451996+DenisBlokhin@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:22:52 +0300 Subject: [PATCH 257/296] Create denblo.json --- domains/denblo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/denblo.json diff --git a/domains/denblo.json b/domains/denblo.json new file mode 100644 index 000000000..1ed9a6bdc --- /dev/null +++ b/domains/denblo.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io", + "owner": { + "username": "DenisBlokhin", + "email": "denis.blokhin@outlook.com" + }, + "record": { + "CNAME": "DenisBlokhin.github.io" + } +} From 6b2d734e25a58ede1ea2935bdd3eb8a3e10f154f Mon Sep 17 00:00:00 2001 From: Jona Goldman Date: Fri, 21 Feb 2025 08:54:49 -0300 Subject: [PATCH 258/296] Create jonagoldman.json --- domains/jonagoldman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jonagoldman.json diff --git a/domains/jonagoldman.json b/domains/jonagoldman.json new file mode 100644 index 000000000..1bd9f1004 --- /dev/null +++ b/domains/jonagoldman.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/jonagoldman/jonagoldman.github.io", + "owner": { + "username": "jonagoldman", + "email": "jonagoldman@gmail.com" + }, + "record": { + "CNAME": "jonagoldman.github.io" + } +} From 7a1d5c5fab138fe0d08cc96f9ba2dd2084337c50 Mon Sep 17 00:00:00 2001 From: Sai Akash Janapati <82522996+akash-janapati@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:26:38 +0530 Subject: [PATCH 259/296] Create akashj.json --- domains/akashj.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akashj.json diff --git a/domains/akashj.json b/domains/akashj.json new file mode 100644 index 000000000..5e52375e9 --- /dev/null +++ b/domains/akashj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akash-janapati", + "email": "akash2009janapati@gmail.com" + }, + "record": { + "CNAME": "akash-janapati.github.io" + } +} From 9d1eb13a79fe04de8d9e3d80e3745cc553b6f7fc Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Fri, 21 Feb 2025 08:42:51 -0500 Subject: [PATCH 260/296] Added contact information --- domains/ravi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ravi.json b/domains/ravi.json index c524f989a..4bf4de478 100644 --- a/domains/ravi.json +++ b/domains/ravi.json @@ -2,7 +2,8 @@ "description": "Personal website of Ravi", "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", "owner": { - "username": "ravikhokhar23" + "username": "ravikhokhar23", + "email": "khokhar.ravikumar@gmail.com" }, "record": { "CNAME": "ravikhokhar23.github.io" From 24c7c8bed7e25d99d64b695ab5791d228a29ea43 Mon Sep 17 00:00:00 2001 From: sebas Date: Fri, 21 Feb 2025 08:55:32 -0600 Subject: [PATCH 261/296] Create sebdev.json --- domains/sebdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sebdev.json diff --git a/domains/sebdev.json b/domains/sebdev.json new file mode 100644 index 000000000..0dd244795 --- /dev/null +++ b/domains/sebdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sebdev", + "email": "seb@sebdev.io" + }, + "record": { + "CNAME": "blog.sebdev.io" + } +} From c67ce54f39945ee06502dc540d76c6033196a6f3 Mon Sep 17 00:00:00 2001 From: sebas Date: Fri, 21 Feb 2025 08:58:50 -0600 Subject: [PATCH 262/296] Update sebdev.json add gh username --- domains/sebdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sebdev.json b/domains/sebdev.json index 0dd244795..c51e20935 100644 --- a/domains/sebdev.json +++ b/domains/sebdev.json @@ -1,6 +1,6 @@ { "owner": { - "username": "sebdev", + "username": "sebdeveloper6952", "email": "seb@sebdev.io" }, "record": { From 5178b44ab3df2ba115d2109a8f4515dc3e595856 Mon Sep 17 00:00:00 2001 From: WSteeven <34004641+WSteeven@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:27:24 -0500 Subject: [PATCH 263/296] Update domains/wilson-cordova.json Remove unnecessary brackets Co-authored-by: JustDeveloper --- domains/wilson-cordova.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json index c05e472c1..737221366 100644 --- a/domains/wilson-cordova.json +++ b/domains/wilson-cordova.json @@ -6,6 +6,6 @@ "email": "wilson972906@gmail.com" }, "record": { - "CNAME": ["wsteeven.github.io"] + "CNAME": "wsteeven.github.io" } } \ No newline at end of file From 23b1f4073991420791f614fddaff4be79cfcb317 Mon Sep 17 00:00:00 2001 From: Blake <89687390+bnfone@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:34:42 +0100 Subject: [PATCH 264/296] Create xn--3s9h.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xn--3s9h is punycode for 🦄 I want to register 🦄.is-a.dev because I already own unicorn.is-a.dev --- domains/xn--3s9h.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/xn--3s9h.json diff --git a/domains/xn--3s9h.json b/domains/xn--3s9h.json new file mode 100644 index 000000000..02ef1de45 --- /dev/null +++ b/domains/xn--3s9h.json @@ -0,0 +1,11 @@ +{ + "description": "I own unicorn.is-a.dev, so I thought it would be funny if I also own xn--3s9h.is-a.dev which is a unicorn-emoji.is-a.dev", + "repo": "https://github.com/6nf0n3/is-a-dev_register", + "owner": { + "username": "bnfone", + "email": "is-a-dev-registration.zbden@simplelogin.com" + }, + "record": { + "CNAME": "unicorn-e21.pages.dev" + } +} From d394e8268a702a23bc69ee44fa21de2e6dd38aaa Mon Sep 17 00:00:00 2001 From: Blake <89687390+bnfone@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:07:07 +0100 Subject: [PATCH 265/296] Update xn--3s9h.json --- domains/xn--3s9h.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xn--3s9h.json b/domains/xn--3s9h.json index 02ef1de45..e401bb43f 100644 --- a/domains/xn--3s9h.json +++ b/domains/xn--3s9h.json @@ -6,6 +6,6 @@ "email": "is-a-dev-registration.zbden@simplelogin.com" }, "record": { - "CNAME": "unicorn-e21.pages.dev" + "URL": "https://unicorn.is-a.dev" } } From 08c1a9e114e0d2f66da98ed8d6d23bcb246d88bb Mon Sep 17 00:00:00 2001 From: saxophone Date: Sat, 22 Feb 2025 00:33:03 +0530 Subject: [PATCH 266/296] Create xn--ol8h.json --- domains/xn--ol8h.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/xn--ol8h.json diff --git a/domains/xn--ol8h.json b/domains/xn--ol8h.json new file mode 100644 index 000000000..322469f54 --- /dev/null +++ b/domains/xn--ol8h.json @@ -0,0 +1,10 @@ +{ + "description": "emoji redirect", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "URL": "https://saxophone.is-a.dev" + } +} From ce2720bbf129478c6c6ae57822d1f4a397b398f1 Mon Sep 17 00:00:00 2001 From: Glitched Da Kitty Cat School Account <178820833+GlitchedDaKittyCatSchoolaccount@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:08:33 -0600 Subject: [PATCH 267/296] Create _vercel.glitched-da-kitty-cat.json --- domains/_vercel.glitched-da-kitty-cat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.glitched-da-kitty-cat.json diff --git a/domains/_vercel.glitched-da-kitty-cat.json b/domains/_vercel.glitched-da-kitty-cat.json new file mode 100644 index 000000000..0ac16eaaa --- /dev/null +++ b/domains/_vercel.glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=glitched-da-kitty-cat.is-a.dev,d3ead0cedf604d462fbb" + } +} From 1e09d62866a4262dccc680846de719337da32149 Mon Sep 17 00:00:00 2001 From: Glitched Da Kitty Cat School Account <178820833+GlitchedDaKittyCatSchoolaccount@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:09:52 -0600 Subject: [PATCH 268/296] Create glitched-da-kitty-cat.json --- domains/glitched-da-kitty-cat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/glitched-da-kitty-cat.json diff --git a/domains/glitched-da-kitty-cat.json b/domains/glitched-da-kitty-cat.json new file mode 100644 index 000000000..18dc8b2e1 --- /dev/null +++ b/domains/glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "CNAME": "glitched-da-kitty-cat.vercel.app" + } +} From 5fb4c06b44ee145c1b1d997c5af3c3ce74edf1b6 Mon Sep 17 00:00:00 2001 From: Armando Salcedo <77073673+asd1495@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:50:33 -0600 Subject: [PATCH 269/296] Create armandosalcedo.json --- domains/armandosalcedo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/armandosalcedo.json diff --git a/domains/armandosalcedo.json b/domains/armandosalcedo.json new file mode 100644 index 000000000..baae0c54d --- /dev/null +++ b/domains/armandosalcedo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asd1495", + "email": "armando.salcedo95@gmail.com" + }, + "record": { + "CNAME": "asd1495.github.io" + } +} From 54ae7494cd10a5782d562121fb2e812c9290b5a7 Mon Sep 17 00:00:00 2001 From: acruz97 Date: Fri, 21 Feb 2025 15:06:00 -0600 Subject: [PATCH 270/296] Update cruz.json --- domains/cruz.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/cruz.json b/domains/cruz.json index 3dcebf315..6c2013d45 100644 --- a/domains/cruz.json +++ b/domains/cruz.json @@ -6,7 +6,6 @@ "email": "angelo.t.cruz1@gmail.com" }, "record": { - "CNAME": "acruz97.github.io", "TXT": "271f6d921b81604bb4e7e380285880" } } From 4a32c3c1336cc320096563dddf51fbb2a501dd14 Mon Sep 17 00:00:00 2001 From: Bernardo Nogueira <62897976+bernardonogueira8@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:03:56 -0300 Subject: [PATCH 271/296] Update saftec.json --- domains/saftec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saftec.json b/domains/saftec.json index 516324bb9..29f984f33 100644 --- a/domains/saftec.json +++ b/domains/saftec.json @@ -4,6 +4,6 @@ "email": "Samuraiflamesf@gmail.com" }, "record": { - "A": ["207.244.235.32"] + "A": ["152.67.45.142"] } } From 7b670543727578b09b6d0fceea786dbffb4cf980 Mon Sep 17 00:00:00 2001 From: Bernardo Nogueira <62897976+bernardonogueira8@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:04:08 -0300 Subject: [PATCH 272/296] Update hotfix.saftec.json --- domains/hotfix.saftec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hotfix.saftec.json b/domains/hotfix.saftec.json index 516324bb9..29f984f33 100644 --- a/domains/hotfix.saftec.json +++ b/domains/hotfix.saftec.json @@ -4,6 +4,6 @@ "email": "Samuraiflamesf@gmail.com" }, "record": { - "A": ["207.244.235.32"] + "A": ["152.67.45.142"] } } From 919e5f912266a36efd847001ced4305708bb65cc Mon Sep 17 00:00:00 2001 From: Lovian Alvaro Date: Sat, 22 Feb 2025 09:23:25 +0700 Subject: [PATCH 273/296] Create alvaro14.json --- domains/alvaro14.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/alvaro14.json diff --git a/domains/alvaro14.json b/domains/alvaro14.json new file mode 100644 index 000000000..2bebe860d --- /dev/null +++ b/domains/alvaro14.json @@ -0,0 +1,8 @@ + "owner": { + "username": "lovian", + "email": "stikamera26@gmail.com" + }, + "record": { + "CNAME": "cfpages-4pw.pages.dev" + } +} From e96ea58caf314bad8818314dbd4deb469ddfc92a Mon Sep 17 00:00:00 2001 From: Janith Madarasinghe <73998693+Janithpm@users.noreply.github.com> Date: Sat, 22 Feb 2025 08:12:34 +0530 Subject: [PATCH 274/296] Create janith.json --- domains/janith.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/janith.json diff --git a/domains/janith.json b/domains/janith.json new file mode 100644 index 000000000..92cf35b54 --- /dev/null +++ b/domains/janith.json @@ -0,0 +1,11 @@ +{ + "description": "Janith .is-a.dev domain", + "repo": "https://github.com/janithpm/janithpm.github.io", + "owner": { + "username": "Janithpm", + "email": "janithmadarasinghe@gmail.com" + }, + "record": { + "CNAME": "janithpm.github.io" + } +} From d726cb7e0249a4d17a12bed31c0a7b1845d165ac Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 21:50:24 -0500 Subject: [PATCH 275/296] Update denblo.json --- domains/denblo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/denblo.json b/domains/denblo.json index 1ed9a6bdc..b639fb837 100644 --- a/domains/denblo.json +++ b/domains/denblo.json @@ -5,6 +5,6 @@ "email": "denis.blokhin@outlook.com" }, "record": { - "CNAME": "DenisBlokhin.github.io" + "CNAME": "denisblokhin.github.io" } } From 1cf0e40a6517b600c38a7ac8c626aa65543c71b4 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:06:48 -0500 Subject: [PATCH 276/296] Update mahmoud-makady.json --- domains/mahmoud-makady.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json index 9d081449f..46eff1630 100644 --- a/domains/mahmoud-makady.json +++ b/domains/mahmoud-makady.json @@ -3,7 +3,7 @@ "username": "Mahmoud-Makady", "email": "m.makady19@gmail.com" }, - "records": { + "record": { "CNAME": "mahmoud-makady.netlify.app" } } From f235da18b4ebbf7ac589b18b58a6e3b0873bb291 Mon Sep 17 00:00:00 2001 From: Nothing <107240771+nguyenngocphung2000@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:27:04 +0700 Subject: [PATCH 277/296] Create ngocphung.json Update --- domains/ngocphung.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ngocphung.json diff --git a/domains/ngocphung.json b/domains/ngocphung.json new file mode 100644 index 000000000..2aee1f5fe --- /dev/null +++ b/domains/ngocphung.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nguyenngocphung2000" + }, + "record": { + "CNAME": "nguyenngocphung2000.github.io" + } +} From 9733ea7e875d70d0c3087043c80fa2b7396bfb2b Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:29:27 -0500 Subject: [PATCH 278/296] fix(json): invalid --- domains/alvaro14.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/alvaro14.json b/domains/alvaro14.json index 2bebe860d..cdc63ec9d 100644 --- a/domains/alvaro14.json +++ b/domains/alvaro14.json @@ -1,3 +1,4 @@ +{ "owner": { "username": "lovian", "email": "stikamera26@gmail.com" From a4920fe6c5a93b6899e0b2d0d9cee6c2e4dc8041 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:33:03 -0500 Subject: [PATCH 279/296] Update jecoh.json --- domains/jecoh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jecoh.json b/domains/jecoh.json index e19354fa8..22f4d0cd7 100644 --- a/domains/jecoh.json +++ b/domains/jecoh.json @@ -3,7 +3,7 @@ "repo": "https://github.com/jecoh12/jecoh-is-a.dev", "owner": { "username": "jecoh12", - "email": "[jecoh12@gmail.com]" + "email": "jecoh12@gmail.com" }, "record": { "CNAME": "jecoh12.github.io" From 9b39a0bc0bac979fed8fab91c26b4504e7332875 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:35:29 -0500 Subject: [PATCH 280/296] Update secsum.json --- domains/secsum.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/domains/secsum.json b/domains/secsum.json index 36a00b649..e35bf9625 100644 --- a/domains/secsum.json +++ b/domains/secsum.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "NgoQuangThien", - "email": "quangthien18032000@gmail.com" - }, - "record": { - "A": "3.24.49.246" - } + "owner": { + "username": "NgoQuangThien", + "email": "quangthien18032000@gmail.com" + }, + "record": { + "A": [ + "3.24.49.246" + ] + } } From 8d06779bbfe54585dba305301e5169e1f0626e59 Mon Sep 17 00:00:00 2001 From: Duong Tran <105262836+DTDucas@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:38:41 +0700 Subject: [PATCH 281/296] Create dtducas.json --- domains/dtducas.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dtducas.json diff --git a/domains/dtducas.json b/domains/dtducas.json new file mode 100644 index 000000000..d29c1ed94 --- /dev/null +++ b/domains/dtducas.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for DTDucas", + "repo": "https://github.com/DTDucas", + "owner": { + "username": "DTDucas", + "email": "baymax.contact@gmail.com" + }, + "record": { + "CNAME": "dtducas.github.io" + }, + "proxied": true +} From 405f1ea60f1d7df3b4ef83b0304050d1d4e504e5 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:47:47 -0500 Subject: [PATCH 282/296] Update domains/cescdev.json Co-authored-by: JustDeveloper --- domains/cescdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cescdev.json b/domains/cescdev.json index 79520e392..ee2571b3f 100644 --- a/domains/cescdev.json +++ b/domains/cescdev.json @@ -4,6 +4,6 @@ "email": "cesar0407197@gmail.com" }, "record": { - "CNAME": "cescdev-portafolio.netlify.app/" + "CNAME": "cescdev-portafolio.netlify.app" } } From 5b38a98037ccfa6b4d34fcea5048fa597a0cb356 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:48:04 -0500 Subject: [PATCH 283/296] chore: formatting --- domains/cescdev.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/cescdev.json b/domains/cescdev.json index ee2571b3f..a6b71ceae 100644 --- a/domains/cescdev.json +++ b/domains/cescdev.json @@ -1,9 +1,9 @@ { -"owner": { - "username": "GitCesc07", -"email": "cesar0407197@gmail.com" -}, -"record": { - "CNAME": "cescdev-portafolio.netlify.app" -} + "owner": { + "username": "GitCesc07", + "email": "cesar0407197@gmail.com" + }, + "record": { + "CNAME": "cescdev-portafolio.netlify.app" + } } From 3ddb4ddcf8a330f99ae4f5236ff7f1022f656caa Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:50:44 -0500 Subject: [PATCH 284/296] Update domains/arif.json Co-authored-by: JustDeveloper --- domains/arif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/arif.json b/domains/arif.json index b3df945d0..65cbda863 100644 --- a/domains/arif.json +++ b/domains/arif.json @@ -6,6 +6,6 @@ "email": "arif8491@gmail.com" }, "record": { - "CNAME": "Arif-Islam.github.io" + "CNAME": "arif-islam.github.io" } } From 9f0c2f1eb8c01783792c77bc01cba0cb11bb6be4 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:54:33 -0300 Subject: [PATCH 285/296] Create mateogariboglio.json --- domains/mateogariboglio.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mateogariboglio.json diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json new file mode 100644 index 000000000..22f1825fb --- /dev/null +++ b/domains/mateogariboglio.json @@ -0,0 +1,10 @@ +{ + "mateogariboglio": { + "owner": { + "username": "Mateo-404" + }, + "record": { + "CNAME": "portfolio-mateo-404s-projects.vercel.app" + } + } +} From 1d02468a3cfab33b81c9e3192dd973e6425b9a29 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:04:28 -0500 Subject: [PATCH 286/296] Update domains/elib0.json Co-authored-by: JustDeveloper --- domains/elib0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elib0.json b/domains/elib0.json index 25a17df8d..dfb6c8537 100644 --- a/domains/elib0.json +++ b/domains/elib0.json @@ -4,6 +4,6 @@ "email": "elijose.c@gmail.com" }, "record": { - "TXT": "elib0.github.io" + "CNAME": "elib0.github.io" } } From c49b120306f5e814f4fb78c23de7492b91cd3d16 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:05:15 -0300 Subject: [PATCH 287/296] Update mateogariboglio.json --- domains/mateogariboglio.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index 22f1825fb..b05778049 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -2,6 +2,7 @@ "mateogariboglio": { "owner": { "username": "Mateo-404" + "discord": "gary_______" }, "record": { "CNAME": "portfolio-mateo-404s-projects.vercel.app" From b56fb88bb20a6045fc61f4f624562df1838b9eda Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:16:15 -0500 Subject: [PATCH 288/296] Update golvellius32.json --- domains/golvellius32.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/golvellius32.json b/domains/golvellius32.json index 972beb090..5c7eb91fd 100644 --- a/domains/golvellius32.json +++ b/domains/golvellius32.json @@ -3,7 +3,7 @@ "repo": "https://github.com/golvellius32/skills-github-pages-public", "owner": { "username": "golvellius32", - "email": "golvellius@hotmail.com", + "email": "golvellius@hotmail.com" }, "record": { "CNAME": "golvellius32.github.io" From 43489c3e44bac18515e5b9f856b4ed76c34d1e28 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:17:41 -0300 Subject: [PATCH 289/296] Update mateogariboglio.json --- domains/mateogariboglio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index b05778049..fd94b30cc 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -1,7 +1,7 @@ { "mateogariboglio": { "owner": { - "username": "Mateo-404" + "username": "Mateo-404", "discord": "gary_______" }, "record": { From 28c81a42e56e108db3a88d4273eccd9cd1c50c34 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:18:58 -0500 Subject: [PATCH 290/296] chore: fixing json --- domains/mateogariboglio.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index fd94b30cc..3b73f89dc 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -1,11 +1,9 @@ { - "mateogariboglio": { "owner": { - "username": "Mateo-404", - "discord": "gary_______" + "username": "Mateo-404", + "discord": "gary_______" }, "record": { - "CNAME": "portfolio-mateo-404s-projects.vercel.app" + "CNAME": "portfolio-mateo-404s-projects.vercel.app" } - } } From ac33173f0530b6e2c4cf5f5e10b5dabcb18f4807 Mon Sep 17 00:00:00 2001 From: dauvet Date: Sat, 22 Feb 2025 11:22:42 +0700 Subject: [PATCH 291/296] Update dauvet.json --- domains/dauvet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dauvet.json b/domains/dauvet.json index 482ddd9e6..86909dbb3 100644 --- a/domains/dauvet.json +++ b/domains/dauvet.json @@ -4,6 +4,6 @@ "email": "vanhieu85@gmail.com" }, "record": { - "CNAME": "dauuvet.github.io" + "CNAME": "dauvet.github.io" } } From 654d5bcbd37c78641695f2c03d30c3dc518acc3d Mon Sep 17 00:00:00 2001 From: lakshay choudhary Date: Sat, 22 Feb 2025 09:56:33 +0530 Subject: [PATCH 292/296] fix minor rookie mistake --- domains/lakshay.json | 2 +- domains/lux.json | 2 +- domains/unlux.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/lakshay.json b/domains/lakshay.json index 6d7da3b05..48c3d9643 100644 --- a/domains/lakshay.json +++ b/domains/lakshay.json @@ -5,6 +5,6 @@ "email": "support@unlux.dev" }, "record": { - "url": "https://unlux.dev" + "URL": "https://unlux.dev" } } diff --git a/domains/lux.json b/domains/lux.json index 6d7da3b05..48c3d9643 100644 --- a/domains/lux.json +++ b/domains/lux.json @@ -5,6 +5,6 @@ "email": "support@unlux.dev" }, "record": { - "url": "https://unlux.dev" + "URL": "https://unlux.dev" } } diff --git a/domains/unlux.json b/domains/unlux.json index 6d7da3b05..48c3d9643 100644 --- a/domains/unlux.json +++ b/domains/unlux.json @@ -5,6 +5,6 @@ "email": "support@unlux.dev" }, "record": { - "url": "https://unlux.dev" + "URL": "https://unlux.dev" } } From ef31863934da555b791f075cb0ef644d1a6e02ed Mon Sep 17 00:00:00 2001 From: acruz97 Date: Fri, 21 Feb 2025 22:29:54 -0600 Subject: [PATCH 293/296] Delete domains/cruz.json --- domains/cruz.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/cruz.json diff --git a/domains/cruz.json b/domains/cruz.json deleted file mode 100644 index 6c2013d45..000000000 --- a/domains/cruz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my portfolio", - "repo": "https://github.com/acruz97/me", - "owner": { - "username": "acruz97", - "email": "angelo.t.cruz1@gmail.com" - }, - "record": { - "TXT": "271f6d921b81604bb4e7e380285880" - } -} From ef5ee30a4ed73503ef988b5c1d9a2585d183e2bf Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:31:12 -0300 Subject: [PATCH 294/296] Update mateogariboglio.json --- domains/mateogariboglio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index 3b73f89dc..2478ce6f1 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -4,6 +4,6 @@ "discord": "gary_______" }, "record": { - "CNAME": "portfolio-mateo-404s-projects.vercel.app" + "TXT": "https://docs.is-a.dev/guides/vercel/" } } From 4cee66031f5c1ace27d8f3a4c9f1d0e7a40580dd Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:40:51 -0300 Subject: [PATCH 295/296] Update mateogariboglio.json --- domains/mateogariboglio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index 2478ce6f1..3b73f89dc 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -4,6 +4,6 @@ "discord": "gary_______" }, "record": { - "TXT": "https://docs.is-a.dev/guides/vercel/" + "CNAME": "portfolio-mateo-404s-projects.vercel.app" } } From 31299d6112d717211a56ebb839e0561eb8659b44 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:42:33 -0300 Subject: [PATCH 296/296] Create _vercel.mateogariboglio.json --- domains/_vercel.mateogariboglio.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.mateogariboglio.json diff --git a/domains/_vercel.mateogariboglio.json b/domains/_vercel.mateogariboglio.json new file mode 100644 index 000000000..fdfca6250 --- /dev/null +++ b/domains/_vercel.mateogariboglio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mateo-404", + "discord": "gary_______" + }, + "record": { + "TXT": "vc-domain-verify=mateogariboglio.is-a.dev,5241b76c19e0f7de2f4a" + } +}