From b97361aa1e926b4015cbc4bd63926ee317412a99 Mon Sep 17 00:00:00 2001 From: gandli Date: Fri, 24 Oct 2025 01:17:51 +0800 Subject: [PATCH 01/13] Add gandli.json for domain configuration --- domains/gandli.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gandli.json diff --git a/domains/gandli.json b/domains/gandli.json new file mode 100644 index 00000000000..dfa6ee1b708 --- /dev/null +++ b/domains/gandli.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gandli", + "email": "gandli@qq.com" + }, + "records": { + "CNAME": "gandli.github.io" + } +} From 2f53d8aa33a22b9bfb3095eedab7be1309af96bc Mon Sep 17 00:00:00 2001 From: DaisuKie Dev <93467380+DaisuKiee@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:32:04 +0800 Subject: [PATCH 02/13] Create _vercel.daisukie.json --- domains/_vercel.daisukie.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.daisukie.json diff --git a/domains/_vercel.daisukie.json b/domains/_vercel.daisukie.json new file mode 100644 index 00000000000..250d6870eab --- /dev/null +++ b/domains/_vercel.daisukie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DaisuKiee", + "email": "vincentbernaberomeo@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=daisukie.is-a.dev,cc60498848c569a3c4eb" + } +} From c64c6cef63e82e3d0c13f44a794be9ae16fa6a81 Mon Sep 17 00:00:00 2001 From: Ishaan Khurana <63468587+ik04@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:11:02 +0530 Subject: [PATCH 03/13] Add ishaan.json with owner and records details --- domains/ishaan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ishaan.json diff --git a/domains/ishaan.json b/domains/ishaan.json new file mode 100644 index 00000000000..4aa4ae00f39 --- /dev/null +++ b/domains/ishaan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ik04", + "email": "ishaankhurana321@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From ecf5043e124bf339357eec0be185fb5566fb003f Mon Sep 17 00:00:00 2001 From: Ishaan Khurana <63468587+ik04@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:12:09 +0530 Subject: [PATCH 04/13] Create _vercel.ishaan.json --- domains/_vercel.ishaan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.ishaan.json diff --git a/domains/_vercel.ishaan.json b/domains/_vercel.ishaan.json new file mode 100644 index 00000000000..9f060b9b2d6 --- /dev/null +++ b/domains/_vercel.ishaan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "your-github-username", + "email": "your-email-address@example.com" + }, + "records": { + "TXT": "insert-TXT-string-you-got-from-vercel-here" + } +} From 0a40b84b9452632115dbfd27a2a9128e013e8271 Mon Sep 17 00:00:00 2001 From: Ishaan Khurana <63468587+ik04@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:14:01 +0530 Subject: [PATCH 05/13] Update Vercel domain configuration with user details --- domains/_vercel.ishaan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/_vercel.ishaan.json b/domains/_vercel.ishaan.json index 9f060b9b2d6..05bf85d2c24 100644 --- a/domains/_vercel.ishaan.json +++ b/domains/_vercel.ishaan.json @@ -1,9 +1,9 @@ { "owner": { - "username": "your-github-username", - "email": "your-email-address@example.com" + "username": "ik04", + "email": "ishaankhurana321@gmail.com" }, "records": { - "TXT": "insert-TXT-string-you-got-from-vercel-here" + "TXT": "vc-domain-verify=ishaan.is-a.dev,5fba645828869903b56d" } } From e4a94c22d6617bd805b8663deb34aaaf9822a0c8 Mon Sep 17 00:00:00 2001 From: M336 <75208577+M336G@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:09:07 +0200 Subject: [PATCH 06/13] Add custom redirect paths to m336.is-a.dev --- domains/m336.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/domains/m336.json b/domains/m336.json index 2baa5f6ea59..32ec8242553 100644 --- a/domains/m336.json +++ b/domains/m336.json @@ -5,5 +5,17 @@ }, "records": { "URL": "https://m336.dev/" + }, + "redirect_config": { + "custom_paths": { + "/youtube": "https://www.youtube.com/@M336", + "/github": "https://github.com/M336G", + "/twitter": "https://x.com/m336dev", + + "/witherbot": "https://discord.com/oauth2/authorize?client_id=1039238934682665030", + "/stardust": "https://stardust.m336.dev/", + "/webstats": "https://discord.com/oauth2/authorize?client_id=1390590482131845180" + }, + "redirect_paths": true } } From 1b54d7be6f81d8fdaa223c82ca3a0539c8edbbac Mon Sep 17 00:00:00 2001 From: Ayan Masood <101629997+Ayan-M-Dev@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:31:09 +0530 Subject: [PATCH 07/13] Create ayanm Added file structure values --- domains/ayanm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ayanm diff --git a/domains/ayanm b/domains/ayanm new file mode 100644 index 00000000000..794029e1660 --- /dev/null +++ b/domains/ayanm @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ayan-M-Dev" + "email": "[ayan.m.dev@gmail.com]" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 9662779e042896997aca194f4a3d8599cdb5168c Mon Sep 17 00:00:00 2001 From: Jayme Francis Ramos Date: Fri, 24 Oct 2025 23:04:09 +0800 Subject: [PATCH 08/13] PR for new subdomain jayme.is-a.dev --- domains/_vercel.jayme.json | 9 +++++++++ domains/jayme.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.jayme.json create mode 100644 domains/jayme.json diff --git a/domains/_vercel.jayme.json b/domains/_vercel.jayme.json new file mode 100644 index 00000000000..c819248528d --- /dev/null +++ b/domains/_vercel.jayme.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JaymeFrancis", + "email": "jfrancisramos028@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=jayme.is-a.dev,98d7b673efa073c8cea6" + } +} diff --git a/domains/jayme.json b/domains/jayme.json new file mode 100644 index 00000000000..2fc48557caa --- /dev/null +++ b/domains/jayme.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JaymeFrancis", + "email": "jfrancisramos028@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 8408784af4fddd366cfebd1c0b9ef347070e52a8 Mon Sep 17 00:00:00 2001 From: Ayan Masood <101629997+Ayan-M-Dev@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:13:24 +0000 Subject: [PATCH 09/13] DOMAIN ADDED --- domains/_vercel.ayanm.json | 9 +++++++++ domains/{ayanm => ayanm,json} | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 domains/_vercel.ayanm.json rename domains/{ayanm => ayanm,json} (78%) diff --git a/domains/_vercel.ayanm.json b/domains/_vercel.ayanm.json new file mode 100644 index 00000000000..37b23f986e9 --- /dev/null +++ b/domains/_vercel.ayanm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ayan-M-Dev", + "email": "[ayan.m.dev@gmail.com]" + }, + "records": { + "TXT": "vc-domain-verify=ayanm.is-a.dev,02f33268969c9f641879" + } +} diff --git a/domains/ayanm b/domains/ayanm,json similarity index 78% rename from domains/ayanm rename to domains/ayanm,json index 794029e1660..57cccc076d4 100644 --- a/domains/ayanm +++ b/domains/ayanm,json @@ -1,6 +1,6 @@ { "owner": { - "username": "Ayan-M-Dev" + "username": "Ayan-M-Dev", "email": "[ayan.m.dev@gmail.com]" }, "records": { From ae66455062b6e75b9c58172e3f7ab86660c344a2 Mon Sep 17 00:00:00 2001 From: Ayan Masood <101629997+Ayan-M-Dev@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:15:22 +0000 Subject: [PATCH 10/13] renamed --- domains/{ayanm,json => ayanm.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{ayanm,json => ayanm.json} (100%) diff --git a/domains/ayanm,json b/domains/ayanm.json similarity index 100% rename from domains/ayanm,json rename to domains/ayanm.json From f6b3dd9bf9ceb8e18a5910b6afeb2137b0ef372b Mon Sep 17 00:00:00 2001 From: Jenish Shrestha Date: Fri, 24 Oct 2025 21:34:49 +0545 Subject: [PATCH 11/13] Create _github-pages-challenge-jenish1231.jenish1231.json --- .../_github-pages-challenge-jenish1231.jenish1231.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-jenish1231.jenish1231.json diff --git a/domains/_github-pages-challenge-jenish1231.jenish1231.json b/domains/_github-pages-challenge-jenish1231.jenish1231.json new file mode 100644 index 00000000000..4af30644cd6 --- /dev/null +++ b/domains/_github-pages-challenge-jenish1231.jenish1231.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jenish1231", + "email": "shrestha.jenish1@gmail.com" + }, + "records": { + "TXT": "4aa6b8cea95451f15e2f6dc4ec141c" + } +} From c0a29f10036d68924942d8e88b3e888c16256274 Mon Sep 17 00:00:00 2001 From: LuisG <117245696+Zigg04@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:59:31 -0400 Subject: [PATCH 12/13] Add luisgarcia.json --- domains/luisgarcia.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/luisgarcia.json diff --git a/domains/luisgarcia.json b/domains/luisgarcia.json new file mode 100644 index 00000000000..1dc7daad0fe --- /dev/null +++ b/domains/luisgarcia.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Zigg04", + "email": "luisgpetit11@gmail.com" + }, + "records": { + "A": ["84.247.179.138"] + } +} From e291f3458650371a70a4f2e3ee679cf408e26495 Mon Sep 17 00:00:00 2001 From: Ayan Masood <101629997+Ayan-M-Dev@users.noreply.github.com> Date: Sat, 25 Oct 2025 02:55:15 +0000 Subject: [PATCH 13/13] EDIT SOCIALS --- domains/_vercel.ayanm.json | 2 +- domains/ayanm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.ayanm.json b/domains/_vercel.ayanm.json index 37b23f986e9..6b17899c74d 100644 --- a/domains/_vercel.ayanm.json +++ b/domains/_vercel.ayanm.json @@ -1,7 +1,7 @@ { "owner": { "username": "Ayan-M-Dev", - "email": "[ayan.m.dev@gmail.com]" + "email": "ayan.m.dev@gmail.com" }, "records": { "TXT": "vc-domain-verify=ayanm.is-a.dev,02f33268969c9f641879" diff --git a/domains/ayanm.json b/domains/ayanm.json index 57cccc076d4..2c01e13ea17 100644 --- a/domains/ayanm.json +++ b/domains/ayanm.json @@ -1,7 +1,7 @@ { "owner": { "username": "Ayan-M-Dev", - "email": "[ayan.m.dev@gmail.com]" + "email": "ayan.m.dev@gmail.com" }, "records": { "A": ["216.198.79.1"]