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/12] 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/12] 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/12] 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 565e61482eb061fd013acdc94e3ea2358dd4534b Mon Sep 17 00:00:00 2001 From: nldun Date: Sun, 25 Feb 2024 11:55:22 +0700 Subject: [PATCH 04/12] 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 05/12] 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 06/12] 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 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 07/12] 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 08/12] 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 09/12] 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 10/12] 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 11/12] 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 12/12] 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"