From 6eba960f950db510c5ddb50b6ef7ec9330cf847a Mon Sep 17 00:00:00 2001 From: SunWuyuan <1847261658@qq.com> Date: Wed, 14 Feb 2024 21:27:17 +0800 Subject: [PATCH 01/24] feat(domain): wu.is-a.dev --- domains/wu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wu.json diff --git a/domains/wu.json b/domains/wu.json new file mode 100644 index 000000000..ba2970f43 --- /dev/null +++ b/domains/wu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SunWuyuan", + "email": "1847261658@qq.com" + }, + "record": { + "CNAME": "wuyuan.dev" + } +} From 49ef77aaf9ef969fcbdfd4f4ebc0de66a89165c4 Mon Sep 17 00:00:00 2001 From: SunWuyuan <1847261658@qq.com> Date: Wed, 14 Feb 2024 21:52:32 +0800 Subject: [PATCH 02/24] feat(domain): wuyuan.is-a.dev --- domains/wuyuan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wuyuan.json diff --git a/domains/wuyuan.json b/domains/wuyuan.json new file mode 100644 index 000000000..ba2970f43 --- /dev/null +++ b/domains/wuyuan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SunWuyuan", + "email": "1847261658@qq.com" + }, + "record": { + "CNAME": "wuyuan.dev" + } +} From ec94f10d89d63b6e25fc0fd592ef7e276ee2ee8c Mon Sep 17 00:00:00 2001 From: REZ3X <157938885+REZ3X@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:59:58 +0700 Subject: [PATCH 03/24] feat(domain): add `rez3x.is-a.dev` --- domains/rez3x.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rez3x.json diff --git a/domains/rez3x.json b/domains/rez3x.json new file mode 100644 index 000000000..8076316ef --- /dev/null +++ b/domains/rez3x.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "REZ3X", + "email": "rezex.dev01@gmail.com" + }, + + "record": { + "CNAME": "japon-resto.pages.dev" + } +} From fb4f13e373275fea1cc68d6d97258ee464bb8da6 Mon Sep 17 00:00:00 2001 From: Bob16077777 <80724277+Bob16077@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:01:58 -0800 Subject: [PATCH 04/24] Register bob16077.is-a.dev --- domains/bob16077.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bob16077.json diff --git a/domains/bob16077.json b/domains/bob16077.json new file mode 100644 index 000000000..d4ccd7196 --- /dev/null +++ b/domains/bob16077.json @@ -0,0 +1,11 @@ +{ + "description": "A personal page that also gives information on my projects", + "repo": "https://github.com/Bob16077/bob16077.github.io", + "owner": { + "username": "bob16077", + "discord": "bob16077777" + }, + "record": { + "CNAME": "bob16077.github.io" + } +} From bc02d1aae0f4b59a149ec28e4b21fc88b5b1b264 Mon Sep 17 00:00:00 2001 From: lime360 Date: Fri, 16 Feb 2024 14:48:42 +0200 Subject: [PATCH 05/24] feat(domain): lime360.is-a.dev --- domains/lime360.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lime360.json diff --git a/domains/lime360.json b/domains/lime360.json new file mode 100644 index 000000000..4d0521011 --- /dev/null +++ b/domains/lime360.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lime360", + "email": "emeraldlime@protonmail.com" + }, + "record": { + "CNAME": "lime360.github.io" + } +} From 299729a90961438a44139a1bb7bd1bec9ecefa55 Mon Sep 17 00:00:00 2001 From: A-Little-Hat Date: Tue, 20 Feb 2024 02:37:51 +0530 Subject: [PATCH 06/24] feat(domain): imsoumyaneel.is-a.dev --- domains/imsoumyaneel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/imsoumyaneel.json diff --git a/domains/imsoumyaneel.json b/domains/imsoumyaneel.json new file mode 100644 index 000000000..a97511354 --- /dev/null +++ b/domains/imsoumyaneel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "A-Little-Hat", + "email": "soumyasarkar309@gmail.com" + }, + "record": { + "URL": "https://test-3e8b2.web.app/" + } +} From 9330377c6639910ee16a31a66d51a5538f6a03c0 Mon Sep 17 00:00:00 2001 From: Soumyaneel Sarkar <65025579+A-Little-Hat@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:02:48 +0530 Subject: [PATCH 07/24] Update imsoumyaneel.json --- domains/imsoumyaneel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/imsoumyaneel.json b/domains/imsoumyaneel.json index a97511354..ed30741f4 100644 --- a/domains/imsoumyaneel.json +++ b/domains/imsoumyaneel.json @@ -4,6 +4,6 @@ "email": "soumyasarkar309@gmail.com" }, "record": { - "URL": "https://test-3e8b2.web.app/" + "CNAME": "https://test-3e8b2.web.app/" } } From 2b8c246e849d70fa1f64cb6c404380f388e032cb Mon Sep 17 00:00:00 2001 From: Soumyaneel Sarkar <65025579+A-Little-Hat@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:55:29 +0530 Subject: [PATCH 08/24] Update imsoumyaneel.json --- domains/imsoumyaneel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/imsoumyaneel.json b/domains/imsoumyaneel.json index ed30741f4..55d5bc3a5 100644 --- a/domains/imsoumyaneel.json +++ b/domains/imsoumyaneel.json @@ -4,6 +4,6 @@ "email": "soumyasarkar309@gmail.com" }, "record": { - "CNAME": "https://test-3e8b2.web.app/" + "CNAME": "test-3e8b2.web.app/" } } From ad4929fea9bbdfb51518cd4f4d04dab79b83a5cf Mon Sep 17 00:00:00 2001 From: Soumyaneel Sarkar <65025579+A-Little-Hat@users.noreply.github.com> Date: Sat, 24 Feb 2024 10:47:09 +0530 Subject: [PATCH 09/24] Update imsoumyaneel.json --- domains/imsoumyaneel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/imsoumyaneel.json b/domains/imsoumyaneel.json index 55d5bc3a5..cfc42875c 100644 --- a/domains/imsoumyaneel.json +++ b/domains/imsoumyaneel.json @@ -4,6 +4,6 @@ "email": "soumyasarkar309@gmail.com" }, "record": { - "CNAME": "test-3e8b2.web.app/" + "CNAME": "test-3e8b2.web.app" } } From 6b77b630adc50929d6803cffe237c973bcb1aed6 Mon Sep 17 00:00:00 2001 From: Bob16077777 <80724277+Bob16077@users.noreply.github.com> Date: Sat, 24 Feb 2024 07:57:01 -0800 Subject: [PATCH 10/24] Update to address requested changes --- domains/bob16077.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/bob16077.json b/domains/bob16077.json index d4ccd7196..9b65e5f1a 100644 --- a/domains/bob16077.json +++ b/domains/bob16077.json @@ -3,6 +3,7 @@ "repo": "https://github.com/Bob16077/bob16077.github.io", "owner": { "username": "bob16077", + "email": "", "discord": "bob16077777" }, "record": { From 7fe373418d95921605f24356908102f95b3af2b4 Mon Sep 17 00:00:00 2001 From: skycloudd Date: Sun, 25 Feb 2024 00:46:53 +0100 Subject: [PATCH 11/24] feat(domain): skycloudd.is-a.dev --- domains/skycloudd.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/skycloudd.json diff --git a/domains/skycloudd.json b/domains/skycloudd.json new file mode 100644 index 000000000..c6f55e7bc --- /dev/null +++ b/domains/skycloudd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "skycloudd", + "email": "benkrassenburg@gmail.com" + }, + "record": { + "CNAME": "skycloudd.github.io" + } +} From 5171cf4c2badddb075c37a4cab1074b8eb6accb0 Mon Sep 17 00:00:00 2001 From: youssefsiam38 Date: Sun, 25 Feb 2024 04:32:08 +0200 Subject: [PATCH 12/24] feat(domain): youssef.is-a.dev --- domains/youssef.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/youssef.json diff --git a/domains/youssef.json b/domains/youssef.json new file mode 100644 index 000000000..20361d543 --- /dev/null +++ b/domains/youssef.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "youssefsiam38", + "email": "youssef1yasser38@gmail.com" + }, + "record": { + "URL": "https://www.linkedin.com/in/youssefsiam38" + } +} From 748ef370a67c9400eb186babdc81e9e40314daba Mon Sep 17 00:00:00 2001 From: rednotsus Date: Sat, 24 Feb 2024 21:00:58 -0600 Subject: [PATCH 13/24] Update rednotsus.json --- domains/rednotsus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rednotsus.json b/domains/rednotsus.json index 0bfd9ed22..5972e0503 100644 --- a/domains/rednotsus.json +++ b/domains/rednotsus.json @@ -4,6 +4,6 @@ "email": "Jiayangc1@gmail.com" }, "record": { - "A": ["207.211.183.123"] + "A": ["15.204.232.110"] } } From 565e61482eb061fd013acdc94e3ea2358dd4534b Mon Sep 17 00:00:00 2001 From: nldun Date: Sun, 25 Feb 2024 11:55:22 +0700 Subject: [PATCH 14/24] feat(domain): nidun.is-a.dev --- domains/nidun.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nidun.json diff --git a/domains/nidun.json b/domains/nidun.json new file mode 100644 index 000000000..742adfed3 --- /dev/null +++ b/domains/nidun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nldun", + "email": "rezkyto@gmail.com" + }, + "record": { + "URL": "https://nldun.github.io/nidun/" + } +} From 40673ae5640d6a2c8d47c34237808ee3d0d71f1a Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 12:16:36 +0700 Subject: [PATCH 15/24] Update nidun.json --- domains/nidun.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/domains/nidun.json b/domains/nidun.json index 742adfed3..3fdae35f3 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -1,9 +1,12 @@ { + "description": "please accept my domain", + "repo": "https://github.com/nldun/nidun.github.io", "owner": { "username": "nldun", - "email": "rezkyto@gmail.com" + "email": "rezkyto@gmail.com", + "twitter": "@sinidun" }, "record": { - "URL": "https://nldun.github.io/nidun/" + "CNAME": "nidun.github.io" } -} +} From d9687e019704c5ccbab0750cc3df620dad450cba Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 12:22:35 +0700 Subject: [PATCH 16/24] Update nidun.json --- domains/nidun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nidun.json b/domains/nidun.json index 3fdae35f3..3295c5928 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -7,6 +7,6 @@ "twitter": "@sinidun" }, "record": { - "CNAME": "nidun.github.io" + "CNAME": "nldun.github.io" } } From d26ca80aa5d419c3e57b77a84e90f4bb108224ae Mon Sep 17 00:00:00 2001 From: Adeebkhan Pathan <97794108+akpathan2799@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:39:19 +0530 Subject: [PATCH 17/24] adeebkhan.json --- domains/adeebkhan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/adeebkhan.json diff --git a/domains/adeebkhan.json b/domains/adeebkhan.json new file mode 100644 index 000000000..351877f81 --- /dev/null +++ b/domains/adeebkhan.json @@ -0,0 +1,12 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/akpathan2799/akpathan2799.github.io", + "owner": { + "username": "akpathan2799", + "email": "akpathan2799@gmail.com" + + }, + "record": { + "CNAME": "akpathan2799.github.io" + } +} From bf257e1416e57cc025dc21d4b869f633f4659409 Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 13:09:53 +0700 Subject: [PATCH 18/24] Update nidun.json create new cname --- domains/nidun.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/nidun.json b/domains/nidun.json index 3295c5928..82230db93 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -1,12 +1,11 @@ { - "description": "please accept my domain", - "repo": "https://github.com/nldun/nidun.github.io", + "description": "new update to request new cname", + "repo": "https://github.com/nldun/ininidun.github.io.git", "owner": { "username": "nldun", "email": "rezkyto@gmail.com", - "twitter": "@sinidun" }, "record": { - "CNAME": "nldun.github.io" + "CNAME": "ininidun.github.io" } } From 65c06d8b92f9304fb2684e20ef989040e349e8a4 Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 13:13:25 +0700 Subject: [PATCH 19/24] Update nidun.json --- domains/nidun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nidun.json b/domains/nidun.json index 82230db93..6630b3634 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -1,6 +1,6 @@ { "description": "new update to request new cname", - "repo": "https://github.com/nldun/ininidun.github.io.git", + "repo": "https://github.com/nldun/ininidun.github.io", "owner": { "username": "nldun", "email": "rezkyto@gmail.com", From 059ea90c1f4e57bf26887cbe1465bc65afd58033 Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:16:26 +0700 Subject: [PATCH 20/24] Update nidun.json --- domains/nidun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nidun.json b/domains/nidun.json index 6630b3634..0173bd1a4 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -6,6 +6,6 @@ "email": "rezkyto@gmail.com", }, "record": { - "CNAME": "ininidun.github.io" + "CNAME": "nldun.github.io/ininidun.github.io" } } From 5d401928bfebf40cdc5bfbb7387b86e1c8589b52 Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:25:04 +0700 Subject: [PATCH 21/24] Update nidun.json --- domains/nidun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nidun.json b/domains/nidun.json index 0173bd1a4..054f8ec69 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -6,6 +6,6 @@ "email": "rezkyto@gmail.com", }, "record": { - "CNAME": "nldun.github.io/ininidun.github.io" + "CNAME": "nldun.github.io" } } From 27821d994e1265cd268a5d445544d7e02decc13c Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:29:40 +0700 Subject: [PATCH 22/24] Update nidun.json this the last one sir --- domains/nidun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nidun.json b/domains/nidun.json index 054f8ec69..36e8051b7 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -1,6 +1,6 @@ { "description": "new update to request new cname", - "repo": "https://github.com/nldun/ininidun.github.io", + "repo": "https://github.com/nldun/nldun.github.io", "owner": { "username": "nldun", "email": "rezkyto@gmail.com", From 33d1c4423669586eaf0bbf231a484bdf238b1e08 Mon Sep 17 00:00:00 2001 From: nidun <44979798+nldun@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:38:49 +0700 Subject: [PATCH 23/24] Update nidun.json --- domains/nidun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nidun.json b/domains/nidun.json index 36e8051b7..5970b95aa 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -3,7 +3,7 @@ "repo": "https://github.com/nldun/nldun.github.io", "owner": { "username": "nldun", - "email": "rezkyto@gmail.com", + "email": "rezkyto@gmail.com" }, "record": { "CNAME": "nldun.github.io" From e8ff86764502facbe4860a17c2a1f72a1a69cf95 Mon Sep 17 00:00:00 2001 From: gzf Date: Sun, 25 Feb 2024 11:13:56 +0330 Subject: [PATCH 24/24] Rename _discord.gzf.is-a.dev.json to _discord.gzf.json --- domains/{_discord.gzf.is-a.dev.json => _discord.gzf.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.gzf.is-a.dev.json => _discord.gzf.json} (100%) diff --git a/domains/_discord.gzf.is-a.dev.json b/domains/_discord.gzf.json similarity index 100% rename from domains/_discord.gzf.is-a.dev.json rename to domains/_discord.gzf.json