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/101] 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/101] 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/101] 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/101] 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/101] 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/101] 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/101] 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/101] 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 7672a401c7fd445e76a3999250cd24f305865330 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 16 Feb 2025 22:23:04 +0000 Subject: [PATCH 009/101] 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 010/101] 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 011/101] 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 387c84d703cfe4682a6c1c6a56d0ea3832dd6d3f Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Mon, 17 Feb 2025 18:32:59 +0700 Subject: [PATCH 012/101] 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 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 013/101] 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 014/101] 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 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 015/101] 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 016/101] 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 017/101] 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 018/101] 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 019/101] 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 020/101] 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 021/101] 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 022/101] 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 023/101] 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 024/101] 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 025/101] 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 026/101] 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 027/101] 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 028/101] 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 029/101] 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 030/101] 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 031/101] 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 032/101] 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 033/101] 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 034/101] 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 035/101] 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 036/101] 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 037/101] 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 038/101] 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 039/101] 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 d5e1c057100a521d6eae27530f540c51c5b7f164 Mon Sep 17 00:00:00 2001 From: Laksh Nahar Date: Tue, 18 Feb 2025 12:05:07 +0530 Subject: [PATCH 040/101] 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 041/101] 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 042/101] 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 043/101] 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 044/101] 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 045/101] 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 046/101] 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 047/101] 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 048/101] 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 dbd7c09a83a1352f4a8248df146bf1e09fcd9177 Mon Sep 17 00:00:00 2001 From: Ujjval Joshi Date: Tue, 18 Feb 2025 13:46:00 +0530 Subject: [PATCH 049/101] 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 050/101] 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 051/101] 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 052/101] 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 053/101] 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 054/101] _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 055/101] 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 056/101] 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 057/101] 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 058/101] 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 059/101] 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 060/101] 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 061/101] 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 062/101] 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 6598164b5fb7d7a44f6db3db7cb0656d07deb777 Mon Sep 17 00:00:00 2001 From: Mifzaal Abdul Baari Date: Tue, 18 Feb 2025 15:44:28 +0500 Subject: [PATCH 063/101] 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 064/101] 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 065/101] 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 066/101] 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 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 067/101] 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 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 068/101] 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 d1686377460c5384a0e76227ab81dbaa3f765e1f Mon Sep 17 00:00:00 2001 From: Kevin Molina Date: Tue, 18 Feb 2025 09:59:20 -0400 Subject: [PATCH 069/101] 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 f7dc3730de9cfde2c2b568589547472a808d52e8 Mon Sep 17 00:00:00 2001 From: Carlos Tirado Date: Tue, 18 Feb 2025 10:50:46 -0500 Subject: [PATCH 070/101] 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 748d2238c142f559db355068f26be1c257173328 Mon Sep 17 00:00:00 2001 From: Nuggew Date: Tue, 18 Feb 2025 13:31:02 -0300 Subject: [PATCH 071/101] 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 d83596773e7cd8636e5d970d5c17816fb2fd1bb0 Mon Sep 17 00:00:00 2001 From: Akash0816 Date: Tue, 18 Feb 2025 23:26:34 +0530 Subject: [PATCH 072/101] 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 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 073/101] 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 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 074/101] 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 d93f8235b87b6763aff7c66941b7ec2d7979526a Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Wed, 19 Feb 2025 07:10:05 +0400 Subject: [PATCH 075/101] 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 076/101] 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 077/101] 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 853c4fbe0e45d4334da98dd8c5754a5735e65f0c Mon Sep 17 00:00:00 2001 From: Ilesh Thiada Date: Wed, 19 Feb 2025 20:44:13 +0530 Subject: [PATCH 078/101] 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 da4e5eef5faddd38a7b4b69d53841a8b8ed8b85d Mon Sep 17 00:00:00 2001 From: Akash0816 Date: Wed, 19 Feb 2025 22:51:50 +0530 Subject: [PATCH 079/101] 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 080/101] 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 081/101] 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 082/101] 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 083/101] 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 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 084/101] 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 085/101] 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 8cc918d2047970301d2de2735b4377deab8883b0 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 03:41:39 +0500 Subject: [PATCH 086/101] 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 087/101] 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 088/101] 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 089/101] 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 27890df9532e834a8f98043fb041edcca16198fd Mon Sep 17 00:00:00 2001 From: Do Minh Duy Date: Thu, 20 Feb 2025 07:59:14 +0700 Subject: [PATCH 090/101] 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 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 091/101] 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 092/101] 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 093/101] 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 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 094/101] 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 095/101] 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 096/101] 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 097/101] 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 098/101] 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 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 099/101] 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 100/101] 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 a1fe971f087301e9bb46793d0796f05b67437021 Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Thu, 20 Feb 2025 17:15:23 +0330 Subject: [PATCH 101/101] 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" + } +}