From a507d576a601e02dd0cac2d20bd42ffbe35b44e7 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 09:49:40 +0300 Subject: [PATCH 01/25] redirects, https://github.com/JustStudio7/Website/blob/main/js/404.js --- domains/juststudio.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 287ea66c3..b1bc73d32 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -19,6 +19,16 @@ "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", "yandex-verification: aac5928d8d57ade9", "yandex-verification: 75d6e8d99eae89d4" - ] + ], + "redirect_config": { + "custom_paths": { + "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", + "/terms-of-service": "https://juststudio.is-a.dev/terms", + "/terms-of-service/": "https://juststudio.is-a.dev/terms", + "/accounts": "https://juststudio.is-a.dev/account/", + "/accounts/": "https://juststudio.is-a.dev/account/" + }, + "redirect_paths": true + } } } From 208c6f721a9c0a4d963cd4b2803bf1ab462e670d Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 09:50:22 +0300 Subject: [PATCH 02/25] skill issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i put them as records 💀 --- domains/juststudio.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index b1bc73d32..1e580c02a 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -19,16 +19,16 @@ "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", "yandex-verification: aac5928d8d57ade9", "yandex-verification: 75d6e8d99eae89d4" - ], - "redirect_config": { - "custom_paths": { - "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", - "/terms-of-service": "https://juststudio.is-a.dev/terms", - "/terms-of-service/": "https://juststudio.is-a.dev/terms", - "/accounts": "https://juststudio.is-a.dev/account/", - "/accounts/": "https://juststudio.is-a.dev/account/" - }, - "redirect_paths": true - } + ] + }, + "redirect_config": { + "custom_paths": { + "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", + "/terms-of-service": "https://juststudio.is-a.dev/terms", + "/terms-of-service/": "https://juststudio.is-a.dev/terms", + "/accounts": "https://juststudio.is-a.dev/account/", + "/accounts/": "https://juststudio.is-a.dev/account/" + }, + "redirect_paths": true } } From 8ec89509c2fe5d46ac4edb0883cc1b78648e8af6 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 09:59:40 +0300 Subject: [PATCH 03/25] Update js.json --- domains/js.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/domains/js.json b/domains/js.json index 1b9626783..d740de055 100644 --- a/domains/js.json +++ b/domains/js.json @@ -1,11 +1,19 @@ { - "description": "7.is.a.dev why not", + "description": "js.is-a.dev", "owner": { "username": "JustDeveloper1", - "email": "justdeveloper@juststudio.is-a.dev", + "email": "support@juststudio.is-a.dev", "discord": "1117482901353812088" }, "record": { "A": ["89.106.200.1"] + }, + "redirect_config": { + "custom_paths": { + "/encoder": "https://encoder.js.is-a.dev/", + "/encoder@latest": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", + "/encoder@1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js" + }, + "redirect_paths": true } } From 44a8038d9195681f766455acb8918a6ac9d4d68b Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 10:11:01 +0300 Subject: [PATCH 04/25] i hope this fine --- domains/js.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/js.json b/domains/js.json index d740de055..fbf8413db 100644 --- a/domains/js.json +++ b/domains/js.json @@ -6,7 +6,7 @@ "discord": "1117482901353812088" }, "record": { - "A": ["89.106.200.1"] + "URL": "https://juststudio.is-a.dev/" }, "redirect_config": { "custom_paths": { From 7af9e52e02b4d52b8a3da76306090ab8fbaa04c6 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 16:09:26 +0300 Subject: [PATCH 05/25] Update juststudio.json --- domains/juststudio.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 1e580c02a..883584ff3 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -30,5 +30,6 @@ "/accounts/": "https://juststudio.is-a.dev/account/" }, "redirect_paths": true - } + }, + "proxied": true } From cfdbb52cd12e9f02372fa08f81ecb1b1f08a335f Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sun, 23 Feb 2025 19:45:06 +0300 Subject: [PATCH 06/25] new version --- domains/js.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/js.json b/domains/js.json index fbf8413db..7d89abd75 100644 --- a/domains/js.json +++ b/domains/js.json @@ -11,8 +11,9 @@ "redirect_config": { "custom_paths": { "/encoder": "https://encoder.js.is-a.dev/", - "/encoder@latest": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", - "/encoder@1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js" + "/encoder@latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", + "/encoder@1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", + "/encoder@1.0.1": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js" }, "redirect_paths": true } From a4abfa3cd80d8c52564f7364f4fa673ee83e21e8 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:46:26 +0300 Subject: [PATCH 07/25] ctrl+c & ctrl+v changes from https://github.com/is-a-dev/register/pull/20545 --- domains/juststudio.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 883584ff3..2be1de3d8 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -13,7 +13,11 @@ "185.199.110.153", "185.199.111.153" ], - "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], + "MX": [ + "mx.zoho.eu", + "mx2.zoho.eu", + "mx3.zoho.eu" + ], "TXT": [ "v=spf1 include:zohomail.eu ~all", "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", From a845879e31151ab06d63460bfb219cd7329a041f Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Sun, 2 Mar 2025 21:20:49 +0300 Subject: [PATCH 08/25] uh i dont actually need 301 redirects here --- domains/juststudio.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 2be1de3d8..60754c353 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -24,16 +24,5 @@ "yandex-verification: aac5928d8d57ade9", "yandex-verification: 75d6e8d99eae89d4" ] - }, - "redirect_config": { - "custom_paths": { - "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", - "/terms-of-service": "https://juststudio.is-a.dev/terms", - "/terms-of-service/": "https://juststudio.is-a.dev/terms", - "/accounts": "https://juststudio.is-a.dev/account/", - "/accounts/": "https://juststudio.is-a.dev/account/" - }, - "redirect_paths": true - }, - "proxied": true + } } From 529bf0854d01725066062ede0a2cd24de29ce101 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Sun, 2 Mar 2025 21:28:19 +0300 Subject: [PATCH 09/25] =?UTF-8?q?nah=20i=20actually=20need=20them=E2=98=A0?= =?UTF-8?q?=EF=B8=8F,=20idk=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/juststudio.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 60754c353..2be1de3d8 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -24,5 +24,16 @@ "yandex-verification: aac5928d8d57ade9", "yandex-verification: 75d6e8d99eae89d4" ] - } + }, + "redirect_config": { + "custom_paths": { + "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", + "/terms-of-service": "https://juststudio.is-a.dev/terms", + "/terms-of-service/": "https://juststudio.is-a.dev/terms", + "/accounts": "https://juststudio.is-a.dev/account/", + "/accounts/": "https://juststudio.is-a.dev/account/" + }, + "redirect_paths": true + }, + "proxied": true } From e8b769fa93bf692b0ddff3c31d90ee0277bcd386 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:00:22 +0300 Subject: [PATCH 10/25] Update js.json --- domains/js.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/domains/js.json b/domains/js.json index 7d89abd75..e3cf91277 100644 --- a/domains/js.json +++ b/domains/js.json @@ -7,14 +7,5 @@ }, "record": { "URL": "https://juststudio.is-a.dev/" - }, - "redirect_config": { - "custom_paths": { - "/encoder": "https://encoder.js.is-a.dev/", - "/encoder@latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", - "/encoder@1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", - "/encoder@1.0.1": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js" - }, - "redirect_paths": true } } From 7a10802599566a2880e267bebac4498a2c700c56 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:56:00 +0300 Subject: [PATCH 11/25] i hope this fine trying to add improvmx as fallback --- domains/juststudio.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 2be1de3d8..4f53258c1 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -16,10 +16,12 @@ "MX": [ "mx.zoho.eu", "mx2.zoho.eu", - "mx3.zoho.eu" + "mx3.zoho.eu", + "mx1.improvmx.com", + "mx2.improvmx.com" ], "TXT": [ - "v=spf1 include:zohomail.eu ~all", + "v=spf1 include:zohomail.eu include:spf.improvmx.com ~all", "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", "yandex-verification: aac5928d8d57ade9", "yandex-verification: 75d6e8d99eae89d4" From 7888ee11e567edec187047332d49863fb81506a8 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:15:36 +0300 Subject: [PATCH 12/25] no its not --- domains/juststudio.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 4f53258c1..2be1de3d8 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -16,12 +16,10 @@ "MX": [ "mx.zoho.eu", "mx2.zoho.eu", - "mx3.zoho.eu", - "mx1.improvmx.com", - "mx2.improvmx.com" + "mx3.zoho.eu" ], "TXT": [ - "v=spf1 include:zohomail.eu include:spf.improvmx.com ~all", + "v=spf1 include:zohomail.eu ~all", "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", "yandex-verification: aac5928d8d57ade9", "yandex-verification: 75d6e8d99eae89d4" From bcd40f7894e0d885f7928e15aad7e10176801886 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:03:11 +0300 Subject: [PATCH 13/25] Update js.json --- domains/js.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/js.json b/domains/js.json index e3cf91277..f919c8916 100644 --- a/domains/js.json +++ b/domains/js.json @@ -6,6 +6,7 @@ "discord": "1117482901353812088" }, "record": { - "URL": "https://juststudio.is-a.dev/" + "A": ["34.120.54.55"], + "AAAA": ["2600:1901:0:6d85::"] } } From 31513392b5ffb33efd7888cf671fc3c973686a13 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:04:03 +0300 Subject: [PATCH 14/25] Update js.json --- domains/js.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/js.json b/domains/js.json index f919c8916..6a9f43e88 100644 --- a/domains/js.json +++ b/domains/js.json @@ -6,7 +6,10 @@ "discord": "1117482901353812088" }, "record": { - "A": ["34.120.54.55"], + "A": [ + "34.120.54.55", + "89.106.200.1" + ], "AAAA": ["2600:1901:0:6d85::"] } } From 76fb2488a168218fd8514d0e7840b7e7f3a8d127 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:33:55 +0300 Subject: [PATCH 15/25] Update js.json --- domains/js.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/domains/js.json b/domains/js.json index 6a9f43e88..a0e26b31f 100644 --- a/domains/js.json +++ b/domains/js.json @@ -6,10 +6,15 @@ "discord": "1117482901353812088" }, "record": { - "A": [ - "34.120.54.55", - "89.106.200.1" - ], - "AAAA": ["2600:1901:0:6d85::"] + "URL": "https://juststudio.is-a.dev/" + }, + "redirect_config": { + "custom_paths": { + "/encoder": "https://encoder.js.is-a.dev/", + "/encoder/latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", + "/encoder/1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", + "/encoder/1.0.1": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js" + }, + "redirect_paths": true } } From 362b8bbae48316525970fdf2364720af4f627db8 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:58:48 +0300 Subject: [PATCH 16/25] Update juststudio.json --- domains/juststudio.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 2be1de3d8..ccabff4a3 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -25,6 +25,7 @@ "yandex-verification: 75d6e8d99eae89d4" ] }, + "proxied": true, "redirect_config": { "custom_paths": { "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", @@ -34,6 +35,5 @@ "/accounts/": "https://juststudio.is-a.dev/account/" }, "redirect_paths": true - }, - "proxied": true + } } From 664ba6c13ebc2abb51e8ca9e8f7738ea52a43b3e Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:07:41 +0300 Subject: [PATCH 17/25] Update juststudio.json --- domains/juststudio.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index ccabff4a3..8afe7dab1 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -25,7 +25,6 @@ "yandex-verification: 75d6e8d99eae89d4" ] }, - "proxied": true, "redirect_config": { "custom_paths": { "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", @@ -33,7 +32,7 @@ "/terms-of-service/": "https://juststudio.is-a.dev/terms", "/accounts": "https://juststudio.is-a.dev/account/", "/accounts/": "https://juststudio.is-a.dev/account/" - }, - "redirect_paths": true - } + } + }, + "proxied": true } From 859c885c1a3e8eb2a95f519ccbeed098410a8c0a Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:15:07 +0300 Subject: [PATCH 18/25] for bypassing tests --- domains/js.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/domains/js.json b/domains/js.json index a0e26b31f..812a0a581 100644 --- a/domains/js.json +++ b/domains/js.json @@ -10,7 +10,13 @@ }, "redirect_config": { "custom_paths": { + "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", + "/terms-of-service": "https://juststudio.is-a.dev/terms", + "/terms-of-service/": "https://juststudio.is-a.dev/terms", + "/accounts": "https://juststudio.is-a.dev/account/", + "/accounts/": "https://juststudio.is-a.dev/account/", "/encoder": "https://encoder.js.is-a.dev/", + "/encoder/": "https://encoder.js.is-a.dev/", "/encoder/latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", "/encoder/1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", "/encoder/1.0.1": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js" From 2426ac311aff5e018ec030f9df5c1843d7e953f4 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:18:51 +0300 Subject: [PATCH 19/25] fix --- domains/js.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/js.json b/domains/js.json index 812a0a581..0afc19637 100644 --- a/domains/js.json +++ b/domains/js.json @@ -12,11 +12,11 @@ "custom_paths": { "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", "/terms-of-service": "https://juststudio.is-a.dev/terms", - "/terms-of-service/": "https://juststudio.is-a.dev/terms", + "/user-agreement": "https://juststudio.is-a.dev/terms", + "/rules-for-players": "https://juststudio.is-a.dev/rules", "/accounts": "https://juststudio.is-a.dev/account/", - "/accounts/": "https://juststudio.is-a.dev/account/", + "/account": "https://juststudio.is-a.dev/account/" "/encoder": "https://encoder.js.is-a.dev/", - "/encoder/": "https://encoder.js.is-a.dev/", "/encoder/latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", "/encoder/1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", "/encoder/1.0.1": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js" From 9edbc4411d67a5eca7ec1e45239d9073b18586fd Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:22:26 +0300 Subject: [PATCH 20/25] bypassing tests --- domains/juststudio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 8afe7dab1..c086246f8 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -27,11 +27,11 @@ }, "redirect_config": { "custom_paths": { - "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", - "/terms-of-service": "https://juststudio.is-a.dev/terms", - "/terms-of-service/": "https://juststudio.is-a.dev/terms", - "/accounts": "https://juststudio.is-a.dev/account/", - "/accounts/": "https://juststudio.is-a.dev/account/" + "/.well-known/change-password": "https://js.is-a.dev/.well-known/change-password", + "/terms-of-service": "https://js.is-a.dev/terms", + "/user-agreement": "https://js.is-a.dev/terms", + "/rules-for-players": "https://js.is-a.dev/rules", + "/accounts": "https://js.is-a.dev/account/" } }, "proxied": true From 552908386dd57c372a8c443d7167784762348dbb Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:24:55 +0300 Subject: [PATCH 21/25] i said bypassing tests --- domains/js.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/js.json b/domains/js.json index 0afc19637..0bdbb406e 100644 --- a/domains/js.json +++ b/domains/js.json @@ -12,10 +12,12 @@ "custom_paths": { "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", "/terms-of-service": "https://juststudio.is-a.dev/terms", + "/terms": "https://juststudio.is-a.dev/terms", "/user-agreement": "https://juststudio.is-a.dev/terms", "/rules-for-players": "https://juststudio.is-a.dev/rules", + "/rules": "https://juststudio.is-a.dev/rules", "/accounts": "https://juststudio.is-a.dev/account/", - "/account": "https://juststudio.is-a.dev/account/" + "/account": "https://juststudio.is-a.dev/account/", "/encoder": "https://encoder.js.is-a.dev/", "/encoder/latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", "/encoder/1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", From 47f79cf488e1e07d734b1f144c53afc1a4097f2a Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:38:58 +0300 Subject: [PATCH 22/25] add redirects --- domains/juststudio.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index c086246f8..dd393328a 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -31,7 +31,10 @@ "/terms-of-service": "https://js.is-a.dev/terms", "/user-agreement": "https://js.is-a.dev/terms", "/rules-for-players": "https://js.is-a.dev/rules", - "/accounts": "https://js.is-a.dev/account/" + "/accounts": "https://js.is-a.dev/account/", + "/r?discord": "https://discord.gg/aHXxS6VvcC", + "/r?roblox": "https://www.roblox.com/groups/11641563/JustStudio#!/about", + "/r?github": "https://github.com/JustStudio7" } }, "proxied": true From faf4ea130e0ea6b65ffdb808020d2590ab80b2ef Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:40:22 +0300 Subject: [PATCH 23/25] fix --- domains/juststudio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index dd393328a..ff85f7630 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -32,9 +32,9 @@ "/user-agreement": "https://js.is-a.dev/terms", "/rules-for-players": "https://js.is-a.dev/rules", "/accounts": "https://js.is-a.dev/account/", - "/r?discord": "https://discord.gg/aHXxS6VvcC", - "/r?roblox": "https://www.roblox.com/groups/11641563/JustStudio#!/about", - "/r?github": "https://github.com/JustStudio7" + "/r/discord": "https://discord.gg/aHXxS6VvcC", + "/r/roblox": "https://www.roblox.com/groups/11641563/JustStudio#!/about", + "/r/github": "https://github.com/JustStudio7" } }, "proxied": true From 7f8619ee373419996849300ca54030392d92522a Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:43:00 +0300 Subject: [PATCH 24/25] =?UTF-8?q?almost=2030=20commits=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/js.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/domains/js.json b/domains/js.json index 0bdbb406e..74716d6de 100644 --- a/domains/js.json +++ b/domains/js.json @@ -10,14 +10,10 @@ }, "redirect_config": { "custom_paths": { - "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", - "/terms-of-service": "https://juststudio.is-a.dev/terms", - "/terms": "https://juststudio.is-a.dev/terms", - "/user-agreement": "https://juststudio.is-a.dev/terms", - "/rules-for-players": "https://juststudio.is-a.dev/rules", - "/rules": "https://juststudio.is-a.dev/rules", - "/accounts": "https://juststudio.is-a.dev/account/", - "/account": "https://juststudio.is-a.dev/account/", + "/00": "https://juststudio.is-a.dev/account/#/security?from=wellknown", + "/01": "https://juststudio.is-a.dev/terms", + "/02": "https://juststudio.is-a.dev/rules", + "/03": "https://juststudio.is-a.dev/account/", "/encoder": "https://encoder.js.is-a.dev/", "/encoder/latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", "/encoder/1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", From 4fea75ae18fe711a580716f570cd392b789f2664 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:43:55 +0300 Subject: [PATCH 25/25] Update juststudio.json --- domains/juststudio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index ff85f7630..bf7bf26bb 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -27,11 +27,11 @@ }, "redirect_config": { "custom_paths": { - "/.well-known/change-password": "https://js.is-a.dev/.well-known/change-password", - "/terms-of-service": "https://js.is-a.dev/terms", - "/user-agreement": "https://js.is-a.dev/terms", - "/rules-for-players": "https://js.is-a.dev/rules", - "/accounts": "https://js.is-a.dev/account/", + "/.well-known/change-password": "https://js.is-a.dev/00", + "/terms-of-service": "https://js.is-a.dev/01", + "/user-agreement": "https://js.is-a.dev/01", + "/rules-for-players": "https://js.is-a.dev/02", + "/accounts": "https://js.is-a.dev/03", "/r/discord": "https://discord.gg/aHXxS6VvcC", "/r/roblox": "https://www.roblox.com/groups/11641563/JustStudio#!/about", "/r/github": "https://github.com/JustStudio7"