From a507d576a601e02dd0cac2d20bd42ffbe35b44e7 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 09:49:40 +0300 Subject: [PATCH 01/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] =?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 a0f3d1d2d7fc9ffcf65521f38b7dfbe176c64204 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Mon, 3 Mar 2025 01:16:12 +0530 Subject: [PATCH 10/76] Update 0xarchit.json --- domains/0xarchit.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 303e85c79..f6bcc5007 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -14,7 +14,13 @@ "zoho-verification=zb94087787.zmverify.zoho.in", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ], - "CNAME": "0xarchit.pages.dev" + "CNAME": "0xarchit.pages.dev", + "IMAP": { + "incomingServer": "imap.zoho.in", + "port": 993, + "requireSSL": true, + "username": "mail@0xarchit.is-a.dev" + } }, "proxied": true } From 2fbc99490dc535a2d4320d2f63b79a4888795174 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Mon, 3 Mar 2025 01:23:05 +0530 Subject: [PATCH 11/76] Update 0xarchit.json --- domains/0xarchit.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index f6bcc5007..35dc4665e 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -15,12 +15,6 @@ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ], "CNAME": "0xarchit.pages.dev", - "IMAP": { - "incomingServer": "imap.zoho.in", - "port": 993, - "requireSSL": true, - "username": "mail@0xarchit.is-a.dev" - } }, "proxied": true } From 1f32a30e4c547a49c3e29cbdd69e204fcadba415 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Mon, 3 Mar 2025 01:24:39 +0530 Subject: [PATCH 12/76] Update 0xarchit.json --- domains/0xarchit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 35dc4665e..303e85c79 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -14,7 +14,7 @@ "zoho-verification=zb94087787.zmverify.zoho.in", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ], - "CNAME": "0xarchit.pages.dev", + "CNAME": "0xarchit.pages.dev" }, "proxied": true } From d3b3fc2bc587941a1f7063b6b01b8d547a52938a Mon Sep 17 00:00:00 2001 From: faisalamin001 Date: Mon, 3 Mar 2025 12:52:49 +0500 Subject: [PATCH 13/76] Add faisalamin.json file --- domains/faisalamin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/faisalamin.json diff --git a/domains/faisalamin.json b/domains/faisalamin.json new file mode 100644 index 000000000..75e121438 --- /dev/null +++ b/domains/faisalamin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "faisalamin001", + "email": "faysalamin001@gmail.com" + }, + "record": { + "URL": "https://faisalamin001.vercel.app/" + } +} From 0508d95dd676c28de521ebd68874abc1db83d282 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Mon, 3 Mar 2025 13:23:55 +0530 Subject: [PATCH 14/76] Create www.0xarchit --- domains/www.0xarchit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/www.0xarchit diff --git a/domains/www.0xarchit b/domains/www.0xarchit new file mode 100644 index 000000000..cc8de8c49 --- /dev/null +++ b/domains/www.0xarchit @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xarchit", + "email": "mail@0xarchit.is-a.dev" + }, + "record": { + "URL": "https://0xarchit.is-a.dev" + }, +} From fa8fea6913805021af30ec7ee4d24ed7e966d116 Mon Sep 17 00:00:00 2001 From: Dat Tran Date: Mon, 3 Mar 2025 15:00:19 +0700 Subject: [PATCH 15/76] Create datit309.json --- domains/datit309.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/datit309.json diff --git a/domains/datit309.json b/domains/datit309.json new file mode 100644 index 000000000..de6fa31b4 --- /dev/null +++ b/domains/datit309.json @@ -0,0 +1,12 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/datit309309/register", + "owner": { + "username": "datit309", + "email": "datit309@gmail.com" + }, + "record": { + "CNAME": "datit309.github.io" + }, + "proxied": true +} From cb67450cd84a8f4088674e2863ed63a09d8df8de Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Mon, 3 Mar 2025 13:36:09 +0530 Subject: [PATCH 16/76] Create www.0xarchit.json --- domains/www.0xarchit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/www.0xarchit.json diff --git a/domains/www.0xarchit.json b/domains/www.0xarchit.json new file mode 100644 index 000000000..42d68a421 --- /dev/null +++ b/domains/www.0xarchit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xarchit", + "email": "0xarchit@proton.me" + }, + "record": { + "URL": "https://0xarchit.is-a.dev" + }, +} From 6d0bdf532d9531180928bdd05c5bb19325b98a4b Mon Sep 17 00:00:00 2001 From: Archit Jain Date: Mon, 3 Mar 2025 13:37:54 +0530 Subject: [PATCH 17/76] Delete domains/www.0xarchit --- domains/www.0xarchit | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/www.0xarchit diff --git a/domains/www.0xarchit b/domains/www.0xarchit deleted file mode 100644 index cc8de8c49..000000000 --- a/domains/www.0xarchit +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0xarchit", - "email": "mail@0xarchit.is-a.dev" - }, - "record": { - "URL": "https://0xarchit.is-a.dev" - }, -} From 861018b7a3674359c6efdd983b60d6d9d8444ae8 Mon Sep 17 00:00:00 2001 From: Archit Jain Date: Mon, 3 Mar 2025 13:42:23 +0530 Subject: [PATCH 18/76] Update www.0xarchit.json --- domains/www.0xarchit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/www.0xarchit.json b/domains/www.0xarchit.json index 42d68a421..2283aae72 100644 --- a/domains/www.0xarchit.json +++ b/domains/www.0xarchit.json @@ -1,9 +1,9 @@ { "owner": { "username": "0xarchit", - "email": "0xarchit@proton.me" + "email": "mail@0xarchit.is-a.dev" }, "record": { "URL": "https://0xarchit.is-a.dev" - }, + } } 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 19/76] 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 f0228a2b3cdc1dfbd9f2d0764b9b356078bd320c Mon Sep 17 00:00:00 2001 From: Abid Raza Date: Mon, 3 Mar 2025 15:25:53 +0530 Subject: [PATCH 20/76] Create abidraza.json --- domains/abidraza.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abidraza.json diff --git a/domains/abidraza.json b/domains/abidraza.json new file mode 100644 index 000000000..7be5b4881 --- /dev/null +++ b/domains/abidraza.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ariabid", + "email": "ari.abid@gmail.com" + }, + "record": { + "URL": "https://abidraza.com" + } +} 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 21/76] 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 22/76] 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 bc62c84c8179553237accf2aef17b9c3a47f2149 Mon Sep 17 00:00:00 2001 From: Abid Raza Date: Mon, 3 Mar 2025 15:49:09 +0530 Subject: [PATCH 23/76] Create ariabid.json --- domains/ariabid.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ariabid.json diff --git a/domains/ariabid.json b/domains/ariabid.json new file mode 100644 index 000000000..300f6555d --- /dev/null +++ b/domains/ariabid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ariabid", + "email": "ari.abid@gmail.com" + }, + "record": { + "URL": "https://ariabid.github.io" + } +} From 25f5844ce631b5de737661ef5585c76ef5b8c86b Mon Sep 17 00:00:00 2001 From: Ushnish Ghosal Date: Mon, 3 Mar 2025 16:57:52 +0530 Subject: [PATCH 24/76] Create ushnish.json --- ushnish.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 ushnish.json diff --git a/ushnish.json b/ushnish.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/ushnish.json @@ -0,0 +1 @@ + From 0d1d85b308f3fd2ba11c9d8ecc788e0634a260a9 Mon Sep 17 00:00:00 2001 From: Ushnish Ghosal Date: Mon, 3 Mar 2025 16:58:43 +0530 Subject: [PATCH 25/76] Create ushnish.json --- domains/ushnish.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/ushnish.json diff --git a/domains/ushnish.json b/domains/ushnish.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/ushnish.json @@ -0,0 +1 @@ + From 39d26a82de67ba6bff4c2ad4e7103b058a8039d7 Mon Sep 17 00:00:00 2001 From: Ushnish Ghosal Date: Mon, 3 Mar 2025 17:01:20 +0530 Subject: [PATCH 26/76] Delete ushnish.json --- ushnish.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ushnish.json diff --git a/ushnish.json b/ushnish.json deleted file mode 100644 index 8b1378917..000000000 --- a/ushnish.json +++ /dev/null @@ -1 +0,0 @@ - From 3ffab47ae6cbae4dc7a75a9f1976917bedb7b8cc Mon Sep 17 00:00:00 2001 From: Ushnish Ghosal Date: Mon, 3 Mar 2025 17:13:18 +0530 Subject: [PATCH 27/76] Update ushnish.json --- domains/ushnish.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/domains/ushnish.json b/domains/ushnish.json index 8b1378917..e0b48b548 100644 --- a/domains/ushnish.json +++ b/domains/ushnish.json @@ -1 +1,16 @@ - +{ + "owner": { + "username": "UshnishG", + "email": "ghosalushnish@gmail.com" + }, + "record": { + "URL": "https://ushnish.vercel.app" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/UshnishG", + "/linkedin" : "https://www.linkedin.com/in/ushnishghosal" + }, + "redirect_paths": true + } +} From 0f5d9b27c8d3f4c2a273c3ebac08c24084da6558 Mon Sep 17 00:00:00 2001 From: miki Date: Mon, 3 Mar 2025 16:00:37 +0300 Subject: [PATCH 28/76] Create moddatei.json --- domains/moddatei.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/moddatei.json diff --git a/domains/moddatei.json b/domains/moddatei.json new file mode 100644 index 000000000..139102edb --- /dev/null +++ b/domains/moddatei.json @@ -0,0 +1,11 @@ +{ + "description" : "this is my profile / portfolio" , + "repo" : "https://github.com/moddatei/moddatei.github.io" , + "owner" : { + "username" : "doxfile" , + "email" : "moddatei@proton.me" + }, + "record" : { + "CNAME" : "moddatei.github.io" + } +} From 3f8ecd3afdbe47dae99d38f7933bf081245edf2c Mon Sep 17 00:00:00 2001 From: "akk1to.dev" Date: Mon, 3 Mar 2025 20:35:53 +0700 Subject: [PATCH 29/76] Create _vercel.blogs.akk1to.json --- domains/_vercel.blogs.akk1to.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.blogs.akk1to.json diff --git a/domains/_vercel.blogs.akk1to.json b/domains/_vercel.blogs.akk1to.json new file mode 100644 index 000000000..910e17289 --- /dev/null +++ b/domains/_vercel.blogs.akk1to.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=blogs.akk1to.is-a.dev,18b784bd5f6ecb5feeb8" + } +} From c2635727d5fc560faaf0ca9e3deaae590f947d8c Mon Sep 17 00:00:00 2001 From: "akk1to.dev" Date: Mon, 3 Mar 2025 20:49:41 +0700 Subject: [PATCH 30/76] Create blogs.akk1to.json --- domains/blogs.akk1to.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/blogs.akk1to.json diff --git a/domains/blogs.akk1to.json b/domains/blogs.akk1to.json new file mode 100644 index 000000000..efda20b8b --- /dev/null +++ b/domains/blogs.akk1to.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 4829e78c88891d9df56a4e1a16728a9705af812f Mon Sep 17 00:00:00 2001 From: "akk1to.dev" Date: Mon, 3 Mar 2025 20:51:48 +0700 Subject: [PATCH 31/76] Create send.blogs.akk1to.json --- domains/send.blogs.akk1to.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/send.blogs.akk1to.json diff --git a/domains/send.blogs.akk1to.json b/domains/send.blogs.akk1to.json new file mode 100644 index 000000000..6c1b33707 --- /dev/null +++ b/domains/send.blogs.akk1to.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@outlook.com" + }, + "record": { + "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "TXT": "v=spf1 include:amazonses.com ~all" + } +} From 3596656ef8ffba41848f68534968fd83660433ae Mon Sep 17 00:00:00 2001 From: "akk1to.dev" Date: Mon, 3 Mar 2025 20:55:11 +0700 Subject: [PATCH 32/76] Create resend._domainkey.blogs.akk1to.json --- domains/resend._domainkey.blogs.akk1to.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/resend._domainkey.blogs.akk1to.json diff --git a/domains/resend._domainkey.blogs.akk1to.json b/domains/resend._domainkey.blogs.akk1to.json new file mode 100644 index 000000000..0d4f04ee8 --- /dev/null +++ b/domains/resend._domainkey.blogs.akk1to.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com" + }, + "record": { + "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkC3QeDPeGYFp3nDf2GByvCWnS24VLN9lnWJWWnkPNJGiFuoucjxU8CpeD74C1XlZDz6dr/zcNPsOrh5Zi/87XugfwQsDzjfPPosCRIGa1SVqm1S4kdaT2Ms7i6//x5Y0y7uoE+dK2EecDVwLJAqc93Yipp+xihK9HOf4ffO6nxwIDAQAB" + } +} 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 33/76] 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 34/76] 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 35/76] 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 63ea8971e883e8ffc04881736626ee2d16e25500 Mon Sep 17 00:00:00 2001 From: Fangxing Liu <59960292+Fangoling@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:41:32 +0100 Subject: [PATCH 36/76] Create fang.json --- domains/fang.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/fang.json diff --git a/domains/fang.json b/domains/fang.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/fang.json @@ -0,0 +1 @@ + From 6742602f4eadcef05cef0d5ea8652790bc2d9eb7 Mon Sep 17 00:00:00 2001 From: Fangxing Liu <59960292+Fangoling@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:46:26 +0100 Subject: [PATCH 37/76] Update fang.json --- domains/fang.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/domains/fang.json b/domains/fang.json index 8b1378917..d3a267c3a 100644 --- a/domains/fang.json +++ b/domains/fang.json @@ -1 +1,10 @@ - +{ + "owner":{ + "username":"Fangoling", + "discord":"327905667778347019", + "bluesky":"bsky.app/profile/fangx.ing" + } + "record":{ + "URL":"fangx.ing" + } +} From 290e2cda77c0b10d09b2c70baffa43aa39944462 Mon Sep 17 00:00:00 2001 From: Fangxing Liu <59960292+Fangoling@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:52:38 +0100 Subject: [PATCH 38/76] Update fang.json --- domains/fang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/fang.json b/domains/fang.json index d3a267c3a..310f60a3d 100644 --- a/domains/fang.json +++ b/domains/fang.json @@ -1,10 +1,10 @@ { - "owner":{ - "username":"Fangoling", - "discord":"327905667778347019", - "bluesky":"bsky.app/profile/fangx.ing" - } - "record":{ - "URL":"fangx.ing" + "owner": { + "username": "Fangoling", + "discord": "327905667778347019", + "bluesky": "bsky.app/profile/fangx.ing" + }, + "record": { + "URL": "fangx.ing" } } 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 39/76] 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 40/76] 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 41/76] 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 42/76] 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 fa047f966595f8810c69e3cb1dcfb4418bc4b990 Mon Sep 17 00:00:00 2001 From: Dikshant Singh Date: Mon, 3 Mar 2025 20:50:25 +0530 Subject: [PATCH 43/76] Create dikshantsingh.json --- domains/dikshantsingh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dikshantsingh.json diff --git a/domains/dikshantsingh.json b/domains/dikshantsingh.json new file mode 100644 index 000000000..9f2685748 --- /dev/null +++ b/domains/dikshantsingh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dikshantsingh510", + "email":"dikshantsingh510@gmail.com" + }, + "record": { + "CNAME": "dikshantsingh510.github.io" + } +} 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 44/76] 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 45/76] 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 5820b0c4976b0e44512692da7acd1a88649bf050 Mon Sep 17 00:00:00 2001 From: Defective4 Date: Mon, 3 Mar 2025 16:25:16 +0100 Subject: [PATCH 46/76] Create services.defective.json --- domains/services.defective.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/services.defective.json diff --git a/domains/services.defective.json b/domains/services.defective.json new file mode 100644 index 000000000..14b7e4031 --- /dev/null +++ b/domains/services.defective.json @@ -0,0 +1,10 @@ +{ + "description": "A sub-domain for my services", + "owner": { + "username": "Defective4", + "email": "def3ctive4@gmail.com" + }, + "record": { + "A": "130.61.27.34" + } +} From ad092b97e9311f8227f9dbe68fd8898882c19177 Mon Sep 17 00:00:00 2001 From: Defective4 Date: Mon, 3 Mar 2025 16:37:50 +0100 Subject: [PATCH 47/76] services.defective - forgot to make "A" record an array --- domains/services.defective.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/services.defective.json b/domains/services.defective.json index 14b7e4031..3a9459cac 100644 --- a/domains/services.defective.json +++ b/domains/services.defective.json @@ -5,6 +5,6 @@ "email": "def3ctive4@gmail.com" }, "record": { - "A": "130.61.27.34" + "A": ["130.61.27.34"] } } 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 48/76] 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 49/76] 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 50/76] =?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 51/76] 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" From 62e890dbc65c8f8b1408853c54d19efd380aef47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Macias=20=F0=9F=91=BE?= Date: Mon, 3 Mar 2025 09:54:54 -0600 Subject: [PATCH 52/76] Create _github-pages-challenge-herwingx.ghsearch.json --- domains/_github-pages-challenge-herwingx.ghsearch.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-herwingx.ghsearch.json diff --git a/domains/_github-pages-challenge-herwingx.ghsearch.json b/domains/_github-pages-challenge-herwingx.ghsearch.json new file mode 100644 index 000000000..ee7bc69e0 --- /dev/null +++ b/domains/_github-pages-challenge-herwingx.ghsearch.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "herwingx", + "email": "herwingmacias@gmail.com" + }, + "record": { + "TXT": "2a006f5ffbfb592d6001e215d479da" + } +} From 14fd49a8440e9fbecf34a866b1101d9aa20d3262 Mon Sep 17 00:00:00 2001 From: Rahul Sunil Date: Mon, 3 Mar 2025 21:51:03 +0530 Subject: [PATCH 53/76] Create rahulsunil.json --- domains/rahulsunil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rahulsunil.json diff --git a/domains/rahulsunil.json b/domains/rahulsunil.json new file mode 100644 index 000000000..16358d721 --- /dev/null +++ b/domains/rahulsunil.json @@ -0,0 +1,11 @@ +{ + "description": "Rahul Sunil - GenAI Engineer", + "repo": "https://github.com/rahulsunil2/rahulsunil-code-portfolio", + "owner": { + "username": "rahulsunil2", + "email": "rahulsunil2@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 305a51840349f60b258662047e5ee632254a408a Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Mon, 3 Mar 2025 17:55:13 +0100 Subject: [PATCH 54/76] Update moddatei.json --- domains/moddatei.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/moddatei.json b/domains/moddatei.json index 139102edb..9277801f8 100644 --- a/domains/moddatei.json +++ b/domains/moddatei.json @@ -2,7 +2,7 @@ "description" : "this is my profile / portfolio" , "repo" : "https://github.com/moddatei/moddatei.github.io" , "owner" : { - "username" : "doxfile" , + "username" : "moddatei" , "email" : "moddatei@proton.me" }, "record" : { From b073e9ad66d6ae96fae6ddba8dd62d8fe9cfcc6f Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Mon, 3 Mar 2025 18:01:26 +0100 Subject: [PATCH 55/76] Update fang.json --- domains/fang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fang.json b/domains/fang.json index 310f60a3d..7d7b80cb5 100644 --- a/domains/fang.json +++ b/domains/fang.json @@ -5,6 +5,6 @@ "bluesky": "bsky.app/profile/fangx.ing" }, "record": { - "URL": "fangx.ing" + "URL": "https://fangx.ing" } } From e84d5fdc10c5f41c9d01ffd673e27c58616cd692 Mon Sep 17 00:00:00 2001 From: miki Date: Mon, 3 Mar 2025 20:08:11 +0300 Subject: [PATCH 56/76] Create _discord.moddatei.json --- domains/_discord.moddatei.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.moddatei.json diff --git a/domains/_discord.moddatei.json b/domains/_discord.moddatei.json new file mode 100644 index 000000000..0f2871c2c --- /dev/null +++ b/domains/_discord.moddatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "moddatei", + "email": "moddatei@proton.me" + }, + "record": { + "TXT": "dh=61bcf3ed41433d6b179422a6b0bd4fc2b95acf4e" + } +} From d1165251510e2d668b3fe0aa99ff18526e359441 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:23:38 +0300 Subject: [PATCH 57/76] Update reserved.json --- util/reserved.json | 1 + 1 file changed, 1 insertion(+) diff --git a/util/reserved.json b/util/reserved.json index 98267ebff..c923a5141 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -83,6 +83,7 @@ "ops", "org", "organisation", + "owner", "pay", "payment", "payments", From 3aae9f8f768ff3bbf3a1d867273b206c875b1405 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:25:24 +0300 Subject: [PATCH 58/76] Create get.json --- domains/get.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/get.json diff --git a/domains/get.json b/domains/get.json new file mode 100644 index 000000000..aab28d71a --- /dev/null +++ b/domains/get.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "URL": "https://github.com/is-a-dev/register" + } +} From e4fec8684d75a2bcf026ac859041fa158a34d632 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:30:26 +0300 Subject: [PATCH 59/76] Update reserved.json --- util/reserved.json | 1 + 1 file changed, 1 insertion(+) diff --git a/util/reserved.json b/util/reserved.json index c923a5141..85dafea8b 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -32,6 +32,7 @@ "con", "confirm", "confirmation", + "create", "dashboard", "default", "dns", From 6f7ec026a6490b651ff284d121564acaf7d477a7 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:30:59 +0300 Subject: [PATCH 60/76] Update reserved.json --- util/reserved.json | 1 - 1 file changed, 1 deletion(-) diff --git a/util/reserved.json b/util/reserved.json index 85dafea8b..c923a5141 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -32,7 +32,6 @@ "con", "confirm", "confirmation", - "create", "dashboard", "default", "dns", From feebc0f133b953eaa0b754bd1f634119d26273f0 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:34:57 +0300 Subject: [PATCH 61/76] Update reserved.json --- util/reserved.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index c923a5141..886d80aa2 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -32,6 +32,7 @@ "con", "confirm", "confirmation", + "dash", "dashboard", "default", "dns", @@ -78,6 +79,7 @@ "ns[1-99]", "nul", "oauth", + "oauth[1-99]", "official", "operations", "ops", From 242a61609a528be9591ffaff7ecc11abec438dc6 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:35:29 +0300 Subject: [PATCH 62/76] Update reserved.json --- util/reserved.json | 1 + 1 file changed, 1 insertion(+) diff --git a/util/reserved.json b/util/reserved.json index 886d80aa2..c4b8fcf99 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -3,6 +3,7 @@ "_atproto.www", "_discord.www", "_vercel.www", + "acc", "account", "accounts", "admin", From 7d104a03f79e55d3905606ad3a249d6781d0810f Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:36:35 +0300 Subject: [PATCH 63/76] Update reserved.json --- util/reserved.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index c4b8fcf99..757136a13 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -47,6 +47,9 @@ "events", "example", "feedback", + "file", + "file[1-9999]", + "files", "finance", "forgot", "forgot-password", From 34de2565ed5e2b8f6589dd53fbed950ef57774dc Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:39:17 +0300 Subject: [PATCH 64/76] Update reserved.json --- util/reserved.json | 1 + 1 file changed, 1 insertion(+) diff --git a/util/reserved.json b/util/reserved.json index 757136a13..3cb9d41b4 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -134,6 +134,7 @@ "tld", "token", "tokens", + "tos", "txt", "txt[1-9999]", "url", From 324a36de7221f3e43ef81940b5dfe6c39f8cbbbe Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:40:15 +0300 Subject: [PATCH 65/76] Update reserved.json --- util/reserved.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index 3cb9d41b4..05fa5b39e 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -131,6 +131,8 @@ "teams", "test", "test[1-9999]", + "termsofservice", + "terms-of-service", "tld", "token", "tokens", From 34447444c120b0c4a0fb5a71cd85e3c9df1d555a Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:41:03 +0300 Subject: [PATCH 66/76] Update reserved.json --- util/reserved.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index 05fa5b39e..111a48463 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -7,7 +7,10 @@ "account", "accounts", "admin", + "admin[1-99]", + "admins", "administrator", + "administrators", "alert", "alerts", "api", From b14fba14f72a0d88dd607ba231c19886cf648437 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:42:09 +0300 Subject: [PATCH 67/76] Update reserved.json --- util/reserved.json | 1 + 1 file changed, 1 insertion(+) diff --git a/util/reserved.json b/util/reserved.json index 111a48463..f1e96ff9e 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -65,6 +65,7 @@ "infos", "int", "internal", + "license", "login", "logout", "lpt[1-9]", From f41193159b7dcb8558cd2245275b8c685a3ad18b Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:43:15 +0300 Subject: [PATCH 68/76] Update reserved.json --- util/reserved.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index f1e96ff9e..136dfcd8f 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -31,6 +31,8 @@ "cname", "cname[1-99]", "co", + "codeofconduct", + "code-of-conduct", "com", "com[1-9]", "con", From d16d34f6aa25a40b6918dd096d5da4cb6773169a Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:43:46 +0300 Subject: [PATCH 69/76] Update reserved.json --- util/reserved.json | 1 + 1 file changed, 1 insertion(+) diff --git a/util/reserved.json b/util/reserved.json index 136dfcd8f..74db885b7 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -14,6 +14,7 @@ "alert", "alerts", "api", + "apis", "auth", "authentication", "authorisation", From fd03e0750f07f58f6672f9ceeac159e62093f71a Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:48:07 +0300 Subject: [PATCH 70/76] Update reserved.json --- util/reserved.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index 74db885b7..5c00f4ebc 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -68,6 +68,7 @@ "infos", "int", "internal", + "legal", "license", "login", "logout", @@ -79,6 +80,11 @@ "marketing", "media", "mobile", + "mod", + "mod[1-99]", + "mods", + "moderator", + "moderators", "net", "network", "news", From 21bcc79fe5fdeb7c471b35b594698f0ac8b92e16 Mon Sep 17 00:00:00 2001 From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:50:46 +0300 Subject: [PATCH 71/76] Update reserved.json --- util/reserved.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index 5c00f4ebc..8ac0501fd 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -63,6 +63,9 @@ "guest", "help", "helpdesk", + "helper", + "helper[1-99]", + "helpers", "hostmaster", "info", "infos", From e4b48bbe6658f5f7e0418ad80cf9cdc34e278cac Mon Sep 17 00:00:00 2001 From: Omar <180954465+omardotdev@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:01:08 +0200 Subject: [PATCH 72/76] update cname --- domains/omardotdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/omardotdev.json b/domains/omardotdev.json index 1fc9ec116..7628e8e62 100644 --- a/domains/omardotdev.json +++ b/domains/omardotdev.json @@ -5,6 +5,6 @@ "discord": "1135918173959491595" }, "record": { - "CNAME": "pages.omardotdev.codeberg.page" + "CNAME": "omardotdev.pages.dev" } } From 28de557a5fc4660acf492e3cd513bc62b71f560f Mon Sep 17 00:00:00 2001 From: Rilliat Date: Mon, 3 Mar 2025 22:24:05 +0300 Subject: [PATCH 73/76] Create rilliat.json --- domains/rilliat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rilliat.json diff --git a/domains/rilliat.json b/domains/rilliat.json new file mode 100644 index 000000000..de2a17858 --- /dev/null +++ b/domains/rilliat.json @@ -0,0 +1,11 @@ +{ + "description": "Rilliat's is-a.dev domain", + "repo": "https://github.com/Rilliat/rilliat.github.io", + "owner": { + "username": "Rilliat", + "email": "rilliatserver@gmail.com" + }, + "record": { + "URL": "https://www.rilliat.ru" + } +} From 6ba8804f5fdd980bfcedcc6e7210bc925dcf710b Mon Sep 17 00:00:00 2001 From: Rilliat Date: Mon, 3 Mar 2025 22:29:19 +0300 Subject: [PATCH 74/76] Update rilliat.json --- domains/rilliat.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rilliat.json b/domains/rilliat.json index de2a17858..d21cc827c 100644 --- a/domains/rilliat.json +++ b/domains/rilliat.json @@ -3,7 +3,8 @@ "repo": "https://github.com/Rilliat/rilliat.github.io", "owner": { "username": "Rilliat", - "email": "rilliatserver@gmail.com" + "email": "rilliatserver@gmail.com", + "telegram": "rilliat.t.me" }, "record": { "URL": "https://www.rilliat.ru" From a4e0550d66aa9716864ad3cbbe475424dbccc9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kaln=C3=BD?= Date: Mon, 3 Mar 2025 22:37:53 +0100 Subject: [PATCH 75/76] allow letsencrypt to issue certs for filip.is-a.dev --- domains/filip.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/domains/filip.json b/domains/filip.json index d3a9284d8..9b248fad8 100644 --- a/domains/filip.json +++ b/domains/filip.json @@ -6,6 +6,13 @@ "email": "filip@kalny.net" }, "record": { - "CNAME": "vps1.kalny.net" + "CNAME": "vps1.kalny.net", + "CAA": [ + { + "flags": 0, + "tag": "issue", + "value": "letsencrypt.org" + } + ] } -} \ No newline at end of file +} From d8b46d2c1deb8cb41d0c557a18d8dd4d5e776ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kaln=C3=BD?= Date: Mon, 3 Mar 2025 22:45:52 +0100 Subject: [PATCH 76/76] mark filip.is-a.dev as proxied --- domains/filip.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/filip.json b/domains/filip.json index 9b248fad8..6d8e1b9af 100644 --- a/domains/filip.json +++ b/domains/filip.json @@ -5,6 +5,7 @@ "username": "totalolage", "email": "filip@kalny.net" }, + "proxied": true, "record": { "CNAME": "vps1.kalny.net", "CAA": [