From f9f5a71024b2ceeda22656ef9137ec90a9d47c98 Mon Sep 17 00:00:00 2001 From: aswd750 Date: Wed, 22 Jul 2026 01:45:31 +0800 Subject: [PATCH 01/30] Add vicem101.json with domain owner and record --- domains/vicem101.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 domains/vicem101.json diff --git a/domains/vicem101.json b/domains/vicem101.json new file mode 100644 index 00000000000..e588d939c08 --- /dev/null +++ b/domains/vicem101.json @@ -0,0 +1,4 @@ +{ + "owner": { "username": "aswd750", "email": "xyvovosasazx@outlook.com" }, + "records": { "A": "15.134.137.255" } +} From 94417500fc19472d0826517b7c84e0737a3dd9eb Mon Sep 17 00:00:00 2001 From: aswd750 Date: Wed, 22 Jul 2026 02:08:01 +0800 Subject: [PATCH 02/30] Change A record to an array format --- domains/vicem101.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vicem101.json b/domains/vicem101.json index e588d939c08..89752efeba5 100644 --- a/domains/vicem101.json +++ b/domains/vicem101.json @@ -1,4 +1,4 @@ { "owner": { "username": "aswd750", "email": "xyvovosasazx@outlook.com" }, - "records": { "A": "15.134.137.255" } + "records": { "A": ["15.134.137.255"] } } From df0c5192b5a8a5b56df639b02396cc8859a5f8b4 Mon Sep 17 00:00:00 2001 From: aswd750 Date: Wed, 22 Jul 2026 20:16:36 +0800 Subject: [PATCH 03/30] Fix JSON formatting in vicem101.json and web template --- domains/vicem101.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/vicem101.json b/domains/vicem101.json index 89752efeba5..2ec81decfbd 100644 --- a/domains/vicem101.json +++ b/domains/vicem101.json @@ -1,4 +1,6 @@ { "owner": { "username": "aswd750", "email": "xyvovosasazx@outlook.com" }, - "records": { "A": ["15.134.137.255"] } + "records": { + "A": ["15.134.137.255"] + } } From 758881e204ccb138323f60f82b662995b95bfc49 Mon Sep 17 00:00:00 2001 From: aswd750 Date: Wed, 22 Jul 2026 22:50:30 +0800 Subject: [PATCH 04/30] Add vicem101.is-a.dev --- domains/vicem101.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vicem101.json b/domains/vicem101.json index 2ec81decfbd..843ff2451c8 100644 --- a/domains/vicem101.json +++ b/domains/vicem101.json @@ -1,6 +1,6 @@ { "owner": { "username": "aswd750", "email": "xyvovosasazx@outlook.com" }, "records": { - "A": ["15.134.137.255"] + "A": ["3.25.186.195"] } } From 20ef15038e26cb95596502c29bbc58c8c6309ed7 Mon Sep 17 00:00:00 2001 From: ARJUN PRATAP SINGH <149138732+Arjun20X@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:15:51 +0530 Subject: [PATCH 05/30] Add portfolio.arjun.json for domain configuration --- domains/portfolio.arjun.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/portfolio.arjun.json diff --git a/domains/portfolio.arjun.json b/domains/portfolio.arjun.json new file mode 100644 index 00000000000..ab08895427e --- /dev/null +++ b/domains/portfolio.arjun.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Arjun20X" + }, + "record": { + "A": [ + "52.66.224.181" + ] + } +} From 68b45e759317c699d36fcca1682fefd5e5b03ba8 Mon Sep 17 00:00:00 2001 From: ARJUN PRATAP SINGH <149138732+Arjun20X@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:32:31 +0530 Subject: [PATCH 06/30] registering for portfolio.arjun.is-a.dev domain --- domains/portfolio.arjun.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/portfolio.arjun.json b/domains/portfolio.arjun.json index ab08895427e..2804fa6cb28 100644 --- a/domains/portfolio.arjun.json +++ b/domains/portfolio.arjun.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Arjun20X" + "username": "Arjun20X", + "email": "arjunpratapsingh2082004@gmail.com" }, "record": { "A": [ From e95ac01e4153dc5421e3eb4cb81f4fa8378e450c Mon Sep 17 00:00:00 2001 From: ARJUN PRATAP SINGH <149138732+Arjun20X@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:47:06 +0530 Subject: [PATCH 07/30] Delete domains/portfolio.arjun.json --- domains/portfolio.arjun.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/portfolio.arjun.json diff --git a/domains/portfolio.arjun.json b/domains/portfolio.arjun.json deleted file mode 100644 index 2804fa6cb28..00000000000 --- a/domains/portfolio.arjun.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Arjun20X", - "email": "arjunpratapsingh2082004@gmail.com" - }, - "record": { - "A": [ - "52.66.224.181" - ] - } -} From 65201ffcdbed2f7831e21f773d7165c425714599 Mon Sep 17 00:00:00 2001 From: ARJUN PRATAP SINGH <149138732+Arjun20X@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:49:01 +0530 Subject: [PATCH 08/30] Add arjunpratap.json with domain owner details --- domains/arjunpratap.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/arjunpratap.json diff --git a/domains/arjunpratap.json b/domains/arjunpratap.json new file mode 100644 index 00000000000..1fb62e7f719 --- /dev/null +++ b/domains/arjunpratap.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Arjun20X", + "email": "arjunpratapsingh2082004@gmail.com" + }, + "records": { + "A": [ + "52.66.224.181" + ] + } +} From c7fa3007ad967c861bc66358c0688c89944b7588 Mon Sep 17 00:00:00 2001 From: winds-development Date: Thu, 23 Jul 2026 15:11:05 +0530 Subject: [PATCH 09/30] Create sadiq-ahmed.json Its my portfolio --- domains/sadiq-ahmed.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sadiq-ahmed.json diff --git a/domains/sadiq-ahmed.json b/domains/sadiq-ahmed.json new file mode 100644 index 00000000000..ef61681a53b --- /dev/null +++ b/domains/sadiq-ahmed.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "winds-development", + "email": "baldff50@gmail.com" + }, + "records": { + "CNAME": "winds-development.github.io" + } +} + From 9107f19ebe8d25aa08d82d0decf6e7e2dfd0bb56 Mon Sep 17 00:00:00 2001 From: Suraj Chopade <104634755+codewithleo1@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:54:39 +0530 Subject: [PATCH 10/30] Create codewithleo.json --- domains/codewithleo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/codewithleo.json diff --git a/domains/codewithleo.json b/domains/codewithleo.json new file mode 100644 index 00000000000..016ab272b67 --- /dev/null +++ b/domains/codewithleo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "codewithleo1", + "email": "surajchopade50@gmail.com" + }, + "record": { + "CNAME": "codewithleo1.github.io" + } +} From 86e4eb4242dd422b25063a0cbe0a49ca85e858dc Mon Sep 17 00:00:00 2001 From: Suraj Chopade <104634755+codewithleo1@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:02:12 +0530 Subject: [PATCH 11/30] Update codewithleo.json --- domains/codewithleo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/codewithleo.json b/domains/codewithleo.json index 016ab272b67..3069292ae92 100644 --- a/domains/codewithleo.json +++ b/domains/codewithleo.json @@ -3,7 +3,7 @@ "username": "codewithleo1", "email": "surajchopade50@gmail.com" }, - "record": { + "records": { "CNAME": "codewithleo1.github.io" } } From 403b58e6887da2bd11ba5050078a18d1b675acbc Mon Sep 17 00:00:00 2001 From: Jingyuan <94727401+Jingyuan-Zheng@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:54:52 +0200 Subject: [PATCH 12/30] Register zjy.is-a.dev --- domains/zjy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/zjy.json diff --git a/domains/zjy.json b/domains/zjy.json new file mode 100644 index 00000000000..98ae94268ef --- /dev/null +++ b/domains/zjy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Jingyuan-Zheng" + }, + "records": { + "CNAME": "jingyuan-zheng.github.io" + } +} From 1c5527eb29bd4e56e94216db1ee57920d9aaddde Mon Sep 17 00:00:00 2001 From: Jingyuan <94727401+Jingyuan-Zheng@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:18:23 +0200 Subject: [PATCH 13/30] Update CNAME to URL in zjy.json --- domains/zjy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zjy.json b/domains/zjy.json index 98ae94268ef..23fd09cbf33 100644 --- a/domains/zjy.json +++ b/domains/zjy.json @@ -3,6 +3,6 @@ "username": "Jingyuan-Zheng" }, "records": { - "CNAME": "jingyuan-zheng.github.io" + "URL": "https://jingyuan-zheng.github.io/zh/" } } From c498a1e1d32d2dd83b2a97ab64190098559123e3 Mon Sep 17 00:00:00 2001 From: Jingyuan <94727401+Jingyuan-Zheng@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:26:43 +0200 Subject: [PATCH 14/30] Add email field to owner in zjy.json --- domains/zjy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/zjy.json b/domains/zjy.json index 23fd09cbf33..2d4ae3ac686 100644 --- a/domains/zjy.json +++ b/domains/zjy.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Jingyuan-Zheng" + "username": "Jingyuan-Zheng", + "email": "mr.jingyuan.zheng@gmail.com" }, "records": { "URL": "https://jingyuan-zheng.github.io/zh/" From fe03e664094f02b8162ce08da345b9c3a9dce216 Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:32:46 +0200 Subject: [PATCH 15/30] Create mubarakabdulkodri.json --- domains/mubarakabdulkodri.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/mubarakabdulkodri.json diff --git a/domains/mubarakabdulkodri.json b/domains/mubarakabdulkodri.json new file mode 100644 index 00000000000..ef801cfe099 --- /dev/null +++ b/domains/mubarakabdulkodri.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Abdulkodri" + }, + "records": { + "CNAME": "custom-domains.chatgpt.site" + } +} From 4b7cb4860747b97eaf8ebd8324da378c12449731 Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:35:35 +0200 Subject: [PATCH 16/30] Create _openai-site-verification.mubarakabdulkodri.json --- domains/_openai-site-verification.mubarakabdulkodri.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_openai-site-verification.mubarakabdulkodri.json diff --git a/domains/_openai-site-verification.mubarakabdulkodri.json b/domains/_openai-site-verification.mubarakabdulkodri.json new file mode 100644 index 00000000000..242a8221d8a --- /dev/null +++ b/domains/_openai-site-verification.mubarakabdulkodri.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Abdulkodri" + }, + "records": { + "TXT": "openai-site-verification=hFkamnGanT3jpz-X8Fg9nKlZQypXTyOkuSJ7SEheOP0" + } +} From d4e4e5db9bb3c0a58428c3c86c70d261fd7bb0ef Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:36:40 +0200 Subject: [PATCH 17/30] Create _cf-custom-hostname.mubarakabdulkodri.json --- domains/_cf-custom-hostname.mubarakabdulkodri.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_cf-custom-hostname.mubarakabdulkodri.json diff --git a/domains/_cf-custom-hostname.mubarakabdulkodri.json b/domains/_cf-custom-hostname.mubarakabdulkodri.json new file mode 100644 index 00000000000..086eba105fc --- /dev/null +++ b/domains/_cf-custom-hostname.mubarakabdulkodri.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Abdulkodri" + }, + "records": { + "TXT": "0b72f530-2585-4107-b893-c6fb8c4bd0a4" + } +} From f48fa8ef1387f3fa7b2654a9e5f5bea2f00887ca Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:44:24 +0200 Subject: [PATCH 18/30] Update mubarakabdulkodri.json --- domains/mubarakabdulkodri.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mubarakabdulkodri.json b/domains/mubarakabdulkodri.json index ef801cfe099..de7552cd8c4 100644 --- a/domains/mubarakabdulkodri.json +++ b/domains/mubarakabdulkodri.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Abdulkodri" + "username": "Abdulkodri", + "email": "mubarakabdulkodri2000@gmail.com" }, "records": { "CNAME": "custom-domains.chatgpt.site" From 68bced19398ace087e08f9629213bc6092a5a6d5 Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:47:42 +0200 Subject: [PATCH 19/30] Update mubarakabdulkodri.json --- domains/mubarakabdulkodri.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mubarakabdulkodri.json b/domains/mubarakabdulkodri.json index de7552cd8c4..f3484039928 100644 --- a/domains/mubarakabdulkodri.json +++ b/domains/mubarakabdulkodri.json @@ -4,6 +4,6 @@ "email": "mubarakabdulkodri2000@gmail.com" }, "records": { - "CNAME": "custom-domains.chatgpt.site" + "TXT": "openai-site-verification=hFkamnGanT3jpz-X8Fg9nKlZQypXTyOkuSJ7SEheOP0" } } From 15b662dd74345f905b86155f603e893044ac1d5d Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:51:22 +0200 Subject: [PATCH 20/30] Update mubarakabdulkodri.json --- domains/mubarakabdulkodri.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mubarakabdulkodri.json b/domains/mubarakabdulkodri.json index f3484039928..de7552cd8c4 100644 --- a/domains/mubarakabdulkodri.json +++ b/domains/mubarakabdulkodri.json @@ -4,6 +4,6 @@ "email": "mubarakabdulkodri2000@gmail.com" }, "records": { - "TXT": "openai-site-verification=hFkamnGanT3jpz-X8Fg9nKlZQypXTyOkuSJ7SEheOP0" + "CNAME": "custom-domains.chatgpt.site" } } From 43ae9835137e2a7a593ebc42c24d72844c4e3c8b Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:53:38 +0200 Subject: [PATCH 21/30] Update _openai-site-verification.mubarakabdulkodri.json --- domains/_openai-site-verification.mubarakabdulkodri.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_openai-site-verification.mubarakabdulkodri.json b/domains/_openai-site-verification.mubarakabdulkodri.json index 242a8221d8a..f3484039928 100644 --- a/domains/_openai-site-verification.mubarakabdulkodri.json +++ b/domains/_openai-site-verification.mubarakabdulkodri.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Abdulkodri" + "username": "Abdulkodri", + "email": "mubarakabdulkodri2000@gmail.com" }, "records": { "TXT": "openai-site-verification=hFkamnGanT3jpz-X8Fg9nKlZQypXTyOkuSJ7SEheOP0" From feac9c7811af2fe6d999c6116328a4e832da7c61 Mon Sep 17 00:00:00 2001 From: Mubarak Abdulkodri Date: Thu, 23 Jul 2026 13:54:57 +0200 Subject: [PATCH 22/30] Update _cf-custom-hostname.mubarakabdulkodri.json --- domains/_cf-custom-hostname.mubarakabdulkodri.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_cf-custom-hostname.mubarakabdulkodri.json b/domains/_cf-custom-hostname.mubarakabdulkodri.json index 086eba105fc..eef5710ff7f 100644 --- a/domains/_cf-custom-hostname.mubarakabdulkodri.json +++ b/domains/_cf-custom-hostname.mubarakabdulkodri.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Abdulkodri" + "username": "Abdulkodri", + "email": "mubarakabdulkodri2000@gmail.com" }, "records": { "TXT": "0b72f530-2585-4107-b893-c6fb8c4bd0a4" From be39ecc8e590c1f003ac310800abe8965f956b14 Mon Sep 17 00:00:00 2001 From: Musawwer <45059688+MusawwerRasheed@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:04:14 +0500 Subject: [PATCH 23/30] Create musawwer.json create subdomain --- domains/musawwer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/musawwer.json diff --git a/domains/musawwer.json b/domains/musawwer.json new file mode 100644 index 00000000000..9d7b20d927c --- /dev/null +++ b/domains/musawwer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MusawwerRasheed", + "email": "musawwerrasheed@gmail.com" + }, + "records": { + "CNAME": "musawwerrasheed.github.io" + } +} From 01af9f33fd36ff1591b7c06bb9a878319d87fd0e Mon Sep 17 00:00:00 2001 From: Harsh Dabas Date: Thu, 23 Jul 2026 19:08:18 +0530 Subject: [PATCH 24/30] Add HarshDabas.json for domain configuration --- domains/HarshDabas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/HarshDabas.json diff --git a/domains/HarshDabas.json b/domains/HarshDabas.json new file mode 100644 index 00000000000..58fb550cb9d --- /dev/null +++ b/domains/HarshDabas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Harsh3456D", + "email": "harshdabas1314@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} From 6a54310773a054a2530baeb921723895335ea884 Mon Sep 17 00:00:00 2001 From: Harsh Dabas Date: Thu, 23 Jul 2026 19:13:54 +0530 Subject: [PATCH 25/30] Add www.harshdabas.json for domain configuration --- domains/www.harshdabas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/www.harshdabas.json diff --git a/domains/www.harshdabas.json b/domains/www.harshdabas.json new file mode 100644 index 00000000000..df7a11a9238 --- /dev/null +++ b/domains/www.harshdabas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Harsh3456D", + "email": "harshdabas1314@gmail.com" + }, + "records": { + "CNAME": "Harshdabas.netlify.app" + } +} From 2fc9b10de23d09117d2256ff744df2fe7b104a16 Mon Sep 17 00:00:00 2001 From: Harsh Dabas Date: Thu, 23 Jul 2026 19:16:30 +0530 Subject: [PATCH 26/30] Rename HarshDabas.json to harshdabas.json --- domains/{HarshDabas.json => harshdabas.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{HarshDabas.json => harshdabas.json} (100%) diff --git a/domains/HarshDabas.json b/domains/harshdabas.json similarity index 100% rename from domains/HarshDabas.json rename to domains/harshdabas.json From 449e008f6d07a7a4e4e79ac8cbef2f45113ec5bb Mon Sep 17 00:00:00 2001 From: Harsh Dabas Date: Thu, 23 Jul 2026 19:17:47 +0530 Subject: [PATCH 27/30] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- domains/www.harshdabas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.harshdabas.json b/domains/www.harshdabas.json index df7a11a9238..4eddd47294c 100644 --- a/domains/www.harshdabas.json +++ b/domains/www.harshdabas.json @@ -4,6 +4,6 @@ "email": "harshdabas1314@gmail.com" }, "records": { - "CNAME": "Harshdabas.netlify.app" + "CNAME": "harshdabas.netlify.app" } } From a27aa561cf026fc50a73b6fabda21daf584b09a4 Mon Sep 17 00:00:00 2001 From: aswd750 Date: Thu, 23 Jul 2026 21:54:02 +0800 Subject: [PATCH 28/30] finish web template --- domains/vicem101.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/vicem101.json b/domains/vicem101.json index 843ff2451c8..ae1d35af527 100644 --- a/domains/vicem101.json +++ b/domains/vicem101.json @@ -1,6 +1,7 @@ { "owner": { "username": "aswd750", "email": "xyvovosasazx@outlook.com" }, "records": { - "A": ["3.25.186.195"] + "A": + ["3.25.186.195"] } } From c96eef59c6805fa41399b6822b8efb0e7dae8b22 Mon Sep 17 00:00:00 2001 From: Jingyuan <94727401+Jingyuan-Zheng@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:56:07 +0200 Subject: [PATCH 29/30] Register jyz.is-a.dev --- domains/jyz | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jyz diff --git a/domains/jyz b/domains/jyz new file mode 100644 index 00000000000..7c62bc69010 --- /dev/null +++ b/domains/jyz @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jingyuan-Zheng", + "email": "mr.jingyuan.zheng@gmail.com" + }, + "records": { + "URL": "https://jingyuan-zheng.github.io/" + } +} From 7143d6e4600a84414248637495c8780eab97ea7f Mon Sep 17 00:00:00 2001 From: Jingyuan <94727401+Jingyuan-Zheng@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:26:22 +0200 Subject: [PATCH 30/30] Delete domains/jyz --- domains/jyz | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/jyz diff --git a/domains/jyz b/domains/jyz deleted file mode 100644 index 7c62bc69010..00000000000 --- a/domains/jyz +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jingyuan-Zheng", - "email": "mr.jingyuan.zheng@gmail.com" - }, - "records": { - "URL": "https://jingyuan-zheng.github.io/" - } -}