From ecb4d1a6d9cac88e0114f60defb8d6b17caee278 Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 08:54:32 -0400 Subject: [PATCH 1/6] Add redirect configuration with custom paths to jeff.json --- domains/jeff.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/domains/jeff.json b/domains/jeff.json index 3d0db8456..d1e3edcab 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -5,5 +5,18 @@ }, "record": { "CNAME": "pentsec.github.io" + }, + "redirect_config": { + "custom_paths": { + "/gh": "https://github.com/PentSec", + "/dc": "https://discord.com/users/284896471210393600", + "/x": "https://x.com/__J3ff_", + "/bsky": "https://sitoz.bsky.social", + "/tw": "https://twitch.tv/Sitoz1", + "/kick": "https://kick.com/Sitoz1", + "/ig": "https://www.instagram.com/jeffreysfuenmayor_" + + }, + "redirect_paths": true } } From 7afe740a8d4aa9502b5cd7d11eaecc30a2068306 Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 09:09:59 -0400 Subject: [PATCH 2/6] update jeff.json --- domains/jeff.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jeff.json b/domains/jeff.json index d1e3edcab..6fc12d246 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -1,7 +1,7 @@ { "owner": { "username": "PentSec", - "email": "jeffreysfu@gmail.com" + "email": "pentsec.2@protonmail.com" }, "record": { "CNAME": "pentsec.github.io" From 808d881bd4765719edd3cb3dfa58ff82d71a16fa Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 09:12:31 -0400 Subject: [PATCH 3/6] update jeff.json --- domains/jeff.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/jeff.json b/domains/jeff.json index 6fc12d246..5f9d01561 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -4,7 +4,8 @@ "email": "pentsec.2@protonmail.com" }, "record": { - "CNAME": "pentsec.github.io" + "CNAME": "pentsec.github.io", + "URL": "https://jeff.is-a.dev" }, "redirect_config": { "custom_paths": { From 0f4a89453bd1ab6ff2effe57ef9fcba098bf7082 Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 09:17:21 -0400 Subject: [PATCH 4/6] Update jeff.json to remove URL and add proxied flag --- domains/jeff.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/jeff.json b/domains/jeff.json index 5f9d01561..ee2861fd8 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -4,8 +4,7 @@ "email": "pentsec.2@protonmail.com" }, "record": { - "CNAME": "pentsec.github.io", - "URL": "https://jeff.is-a.dev" + "CNAME": "pentsec.github.io" }, "redirect_config": { "custom_paths": { @@ -19,5 +18,6 @@ }, "redirect_paths": true - } + }, + "proxied": true } From 0d16c22bce36ede4aebb6310d34aa010845a1902 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:06:21 +0800 Subject: [PATCH 5/6] disable `redirect_paths` --- domains/jeff.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/jeff.json b/domains/jeff.json index ee2861fd8..71f30eab9 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -16,8 +16,7 @@ "/kick": "https://kick.com/Sitoz1", "/ig": "https://www.instagram.com/jeffreysfuenmayor_" - }, - "redirect_paths": true + } }, "proxied": true } From 0da0de886c2e5d16ba7910951f3651caff4725ce Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:06:37 +0800 Subject: [PATCH 6/6] Update jeff.json --- domains/jeff.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/jeff.json b/domains/jeff.json index 71f30eab9..d40c5f7c4 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -15,7 +15,6 @@ "/tw": "https://twitch.tv/Sitoz1", "/kick": "https://kick.com/Sitoz1", "/ig": "https://www.instagram.com/jeffreysfuenmayor_" - } }, "proxied": true