From b07746b098b64b43b4d02f1aafa22c675d6da6f9 Mon Sep 17 00:00:00 2001 From: JB Carreon Date: Mon, 17 Feb 2025 10:29:39 +0800 Subject: [PATCH 01/20] 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 f732d0abbd9a5220d302baca2669186f69cf0a60 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Feb 2025 14:16:40 -0300 Subject: [PATCH 02/20] 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 7c8ae54a776557d694e10bbe0a967e37c126e8d7 Mon Sep 17 00:00:00 2001 From: Connor Date: Mon, 17 Feb 2025 23:15:41 +0100 Subject: [PATCH 03/20] 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 04/20] 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 05/20] 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 06/20] 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 07/20] 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 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 08/20] 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 09/20] 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 10/20] 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 11/20] 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 12/20] 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 13/20] 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 14/20] 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 15/20] 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 16/20] 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 797b646b7ef02fd9fbb25747686595e9e4a71160 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:53:12 +0300 Subject: [PATCH 17/20] 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 18/20] 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 19/20] 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 20/20] 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