From 7ffdb13f24702ae9e81dfa937921261bb46dcfe2 Mon Sep 17 00:00:00 2001 From: xgeneric <168141409+xgeneric@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:25:11 -0500 Subject: [PATCH 001/405] Register rh.is-a.dev --- domains/rh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rh.json diff --git a/domains/rh.json b/domains/rh.json new file mode 100644 index 000000000..324b7b274 --- /dev/null +++ b/domains/rh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZtZQsJTtFUyYhqLYNct9qcURDeHFnE5Ugn5lKWqREmwWqCAuGrwNRn1zp85VPPaH8Bk4Q1ATD9ImX6Y9ImThgE4xe2stIjZnhctvNxnAmZWekpmWwcAuuCvHTObM5qLWr6NeiHJ8J9bR2HqFa40s6u3T3dBS-xxqhVK4CWWgoIXGyWuiX0qZ2FTqAoyhnFZI_UeN29UaJTaobyxmI6mapHxEfz3GdO5SMqsefrU21i7eNQQefzMcbhyYZUR8TomivC0FzMQ5zVDj7JTm3ezqhZIl6p4cu7LmybiGq0sv0BDZCgtYMlcj8uLkUbjClJeKzJmpmJbMt__sD_niRZDKyA.WVnasMUFnhSKWJpsSLkLPg.gUTYVhrtgb368DU4qtJVK8M8U6lD3cAp_sqIqGR3t1tEE8txRYRGKV-a8_TWfVO5BxEzGpJVUhjWxnU91k40SW6qoy4TXW38Ptn15z6ebSHId5hBzRSEo9UB5KVjwhtY.7ttPpw2KH1r6ClFsiGanfw" + }, + + "record": { + "CNAME": "browsercf.rammerhead.org" + } + } + \ No newline at end of file From 616f0e68b0a1445db82162775c34e7027fb62eeb Mon Sep 17 00:00:00 2001 From: ajtabjs <134237782+ajtabjs@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:36:41 -0800 Subject: [PATCH 002/405] Create ajtabs.json --- domains/ajtabs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ajtabs diff --git a/domains/ajtabs b/domains/ajtabs new file mode 100644 index 000000000..5cb58c59c --- /dev/null +++ b/domains/ajtabs @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ajtabjs", + "email": "oro10jua@gmail.com" + }, + "record": { + "CNAME": "ajtabjs.github.io" + } +} From d1118812ad45ec2168f5625be97ec255e46eecbf Mon Sep 17 00:00:00 2001 From: HaiYTB Date: Mon, 23 Dec 2024 19:17:33 +0700 Subject: [PATCH 003/405] Add icvn domain --- domains/icvn.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/icvn.json diff --git a/domains/icvn.json b/domains/icvn.json new file mode 100644 index 000000000..2c49c7679 --- /dev/null +++ b/domains/icvn.json @@ -0,0 +1,12 @@ +{ + "description": "A minecraft server", + "repo": "https://github.com/HaiYTB/register", + "owner": { + "username": "HaiYTB", + "email": "admin@is-a.dev" + }, + "record": { + "A": "103.229.52.14" + }, + "proxied": true +} From 54704bd6378fb7d0f86c814fe5ba80e36ae7ef33 Mon Sep 17 00:00:00 2001 From: HaiYTB Date: Tue, 24 Dec 2024 09:54:45 +0700 Subject: [PATCH 004/405] Email fixed --- domains/icvn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/icvn.json b/domains/icvn.json index 2c49c7679..dab6d090c 100644 --- a/domains/icvn.json +++ b/domains/icvn.json @@ -3,7 +3,7 @@ "repo": "https://github.com/HaiYTB/register", "owner": { "username": "HaiYTB", - "email": "admin@is-a.dev" + "email": "haiwt2xbox@gmail.com" }, "record": { "A": "103.229.52.14" From b9d4fc1531e30993b03372735a17b612c88b2db3 Mon Sep 17 00:00:00 2001 From: aadltya Date: Tue, 24 Dec 2024 16:32:39 +0530 Subject: [PATCH 005/405] Add TXT record for Vercel domain verification --- domains/swami.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/swami.json b/domains/swami.json index 8c60a7970..c47dfdf40 100644 --- a/domains/swami.json +++ b/domains/swami.json @@ -6,6 +6,9 @@ "email": "adityaedu22@gmail.com" }, "record": { - "CNAME": "adityasworld.vercel.app" + "CNAME": "adityasworld.vercel.app", + "TXT": { + "_vercel": "vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728" + } } } \ No newline at end of file From ae255b3ffe80bd49a081f7246ec5d2c3275a0faa Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Wed, 25 Dec 2024 14:10:42 +0700 Subject: [PATCH 006/405] Create s1ow.json --- domains/s1ow.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 domains/s1ow.json diff --git a/domains/s1ow.json b/domains/s1ow.json new file mode 100644 index 000000000..cbbb4ba82 --- /dev/null +++ b/domains/s1ow.json @@ -0,0 +1,21 @@ +{ + "description": "! s1owmotion.0 profile page", + "repository": "https://github.com/H4iPh0ngM1enB4c/Web" + "owner": { + "username": "H4iPh0ngM1enB4c", + "email": "haiphongmienbac@gmail.com", + "discord": "1027559943462727740" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.110.153", + "185.199.109.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From be2fc8da3e7c8610e51529054080431de6286b23 Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Wed, 25 Dec 2024 14:14:00 +0700 Subject: [PATCH 007/405] Update s1ow.json --- domains/s1ow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/s1ow.json b/domains/s1ow.json index cbbb4ba82..10bdc4bf8 100644 --- a/domains/s1ow.json +++ b/domains/s1ow.json @@ -1,6 +1,6 @@ { "description": "! s1owmotion.0 profile page", - "repository": "https://github.com/H4iPh0ngM1enB4c/Web" + "repository": "https://github.com/H4iPh0ngM1enB4c/Web", "owner": { "username": "H4iPh0ngM1enB4c", "email": "haiphongmienbac@gmail.com", From ad59a3d83e9dbb8622da4a90dc31088540c335ec Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Wed, 25 Dec 2024 15:00:25 +0700 Subject: [PATCH 008/405] Update s1ow.json --- domains/s1ow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/s1ow.json b/domains/s1ow.json index 10bdc4bf8..89dc24774 100644 --- a/domains/s1ow.json +++ b/domains/s1ow.json @@ -3,7 +3,7 @@ "repository": "https://github.com/H4iPh0ngM1enB4c/Web", "owner": { "username": "H4iPh0ngM1enB4c", - "email": "haiphongmienbac@gmail.com", + "email": "noobdownload2@gmail.com", "discord": "1027559943462727740" }, "record": { From 6544ded74f77cdd330ea35e7f31a3fc9cd900a68 Mon Sep 17 00:00:00 2001 From: aadltya Date: Wed, 25 Dec 2024 17:11:45 +0530 Subject: [PATCH 009/405] Add swami.is-a.dev and _vercel TXT record for Vercel domain verification --- domains/_vercel.swami.json | 10 ++++++++++ domains/swami.json | 5 +---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 domains/_vercel.swami.json diff --git a/domains/_vercel.swami.json b/domains/_vercel.swami.json new file mode 100644 index 000000000..96e206351 --- /dev/null +++ b/domains/_vercel.swami.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aadltya" + }, + "record": { + "TXT": [ + "vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728" + ] + } +} \ No newline at end of file diff --git a/domains/swami.json b/domains/swami.json index c47dfdf40..8c60a7970 100644 --- a/domains/swami.json +++ b/domains/swami.json @@ -6,9 +6,6 @@ "email": "adityaedu22@gmail.com" }, "record": { - "CNAME": "adityasworld.vercel.app", - "TXT": { - "_vercel": "vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728" - } + "CNAME": "adityasworld.vercel.app" } } \ No newline at end of file From 09a9556381f32e6b7eee0d444330e7b4a477af81 Mon Sep 17 00:00:00 2001 From: ghostMan-pac <71212404+ghostMan-pac@users.noreply.github.com> Date: Wed, 25 Dec 2024 22:50:15 +0530 Subject: [PATCH 010/405] Create ghostman.json --- domains/ghostman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ghostman.json diff --git a/domains/ghostman.json b/domains/ghostman.json new file mode 100644 index 000000000..e21c44a0f --- /dev/null +++ b/domains/ghostman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ghostMan-pac", + "email": "asifp3104@gmail.com" + }, + "record": { + "CNAME": "ghostMan-pac.github.io" + } +} From 232dfacdeff031038d64b857df9b0358c9a232f4 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:42:56 +1100 Subject: [PATCH 011/405] Update domains/icvn.json --- domains/icvn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/icvn.json b/domains/icvn.json index dab6d090c..4f0098268 100644 --- a/domains/icvn.json +++ b/domains/icvn.json @@ -6,7 +6,7 @@ "email": "haiwt2xbox@gmail.com" }, "record": { - "A": "103.229.52.14" + "A": ["103.229.52.14"] }, "proxied": true } From f05e1303cb3f50c366bd9010b21069a33d61acf8 Mon Sep 17 00:00:00 2001 From: HaiYTB <107292361+HaiYTB@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:47:46 +0700 Subject: [PATCH 012/405] Update icvn.json Add port --- domains/icvn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/icvn.json b/domains/icvn.json index 4f0098268..a2415cbf8 100644 --- a/domains/icvn.json +++ b/domains/icvn.json @@ -6,7 +6,7 @@ "email": "haiwt2xbox@gmail.com" }, "record": { - "A": ["103.229.52.14"] + "A": ["103.229.52.14:25908"] }, "proxied": true } From d16e6005c87b748486a571fef5e96cf5354384a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Phi=20H=C3=B9ng?= <83570379+hung319@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:38:56 +0700 Subject: [PATCH 013/405] Create hung319.json --- domains/hung319.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/hung319.json diff --git a/domains/hung319.json b/domains/hung319.json new file mode 100644 index 000000000..997f1e2e9 --- /dev/null +++ b/domains/hung319.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "hung319" + }, + "record": { + "CNAME": "hung319.github.io" + } +} From 38adcf9fea43db52383be543bb8b06300bca1cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Phi=20H=C3=B9ng?= <83570379+hung319@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:39:41 +0700 Subject: [PATCH 014/405] Create h4rs.json --- domains/h4rs.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/h4rs.json diff --git a/domains/h4rs.json b/domains/h4rs.json new file mode 100644 index 000000000..997f1e2e9 --- /dev/null +++ b/domains/h4rs.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "hung319" + }, + "record": { + "CNAME": "hung319.github.io" + } +} From 3c687626f8777fd4c089630b98f8b6fba1e02b97 Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:07:51 +0700 Subject: [PATCH 015/405] Create _vercel.khoacao.json --- domains/_vercel.khoacao.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.khoacao.json diff --git a/domains/_vercel.khoacao.json b/domains/_vercel.khoacao.json new file mode 100644 index 000000000..c51268a1e --- /dev/null +++ b/domains/_vercel.khoacao.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "khoacao2k4" + }, + "record": { + "TXT": ["vc-domain-verify=khoacao.is-a.dev,9b86aeda2d7aa9f99748"] + } +} From 6844f68be44bfe21babc98abe65dced797007713 Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:08:27 +0700 Subject: [PATCH 016/405] Create khoacao.json --- domains/khoacao.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/khoacao.json diff --git a/domains/khoacao.json b/domains/khoacao.json new file mode 100644 index 000000000..2c9264dfa --- /dev/null +++ b/domains/khoacao.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "khoacao2k4" + }, + "record": { + "CNAME": "khoa-cao-website.vercel.app" + } +} From c6c145ed3758594beeae642ef29b67f9135650fa Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:11:41 +0700 Subject: [PATCH 017/405] Update khoacao.json --- domains/khoacao.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/khoacao.json b/domains/khoacao.json index 2c9264dfa..e70254090 100644 --- a/domains/khoacao.json +++ b/domains/khoacao.json @@ -1,6 +1,7 @@ { "owner": { - "username": "khoacao2k4" + "username": "khoacao2k4", + "email": "cqnhatkhoa@gmail.com" }, "record": { "CNAME": "khoa-cao-website.vercel.app" From da0eb066a4b310585cf8e50f2a88df971c0618e0 Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:11:56 +0700 Subject: [PATCH 018/405] Update _vercel.khoacao.json --- domains/_vercel.khoacao.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.khoacao.json b/domains/_vercel.khoacao.json index c51268a1e..a3ae78ba0 100644 --- a/domains/_vercel.khoacao.json +++ b/domains/_vercel.khoacao.json @@ -1,6 +1,7 @@ { "owner": { - "username": "khoacao2k4" + "username": "khoacao2k4", + "email": "cqnhatkhoa@gmail.com" }, "record": { "TXT": ["vc-domain-verify=khoacao.is-a.dev,9b86aeda2d7aa9f99748"] From 7bd99693cec158199792652be96ee3c4eb323f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Phi=20H=C3=B9ng?= <83570379+hung319@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:50:26 +0700 Subject: [PATCH 019/405] Update hung319.json --- domains/hung319.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/hung319.json b/domains/hung319.json index 997f1e2e9..51f59f503 100644 --- a/domains/hung319.json +++ b/domains/hung319.json @@ -1,6 +1,7 @@ { "owner": { "username": "hung319" + "email": "hungh6122@gmail.com" }, "record": { "CNAME": "hung319.github.io" From 59e30cc819d55940609ee63f8753bf9305190ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Phi=20H=C3=B9ng?= <83570379+hung319@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:50:53 +0700 Subject: [PATCH 020/405] Update h4rs.json --- domains/h4rs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/h4rs.json b/domains/h4rs.json index 997f1e2e9..51f59f503 100644 --- a/domains/h4rs.json +++ b/domains/h4rs.json @@ -1,6 +1,7 @@ { "owner": { "username": "hung319" + "email": "hungh6122@gmail.com" }, "record": { "CNAME": "hung319.github.io" From d178ca486eca2a47c0206ee263744ac47a8fa06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Phi=20H=C3=B9ng?= <83570379+hung319@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:53:20 +0700 Subject: [PATCH 021/405] Update h4rs.json --- domains/h4rs.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/h4rs.json b/domains/h4rs.json index 51f59f503..366943a14 100644 --- a/domains/h4rs.json +++ b/domains/h4rs.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "hung319" - "email": "hungh6122@gmail.com" - }, - "record": { - "CNAME": "hung319.github.io" - } + "description": "h4rs page github", + "owner": { + "username": "hung319", + "email": "hungh6122@gmail.com" + }, + "record": { + "CNAME": "hung319.github.io" + } } From b3d04e68467667463452c2135fa9237870dc9fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Phi=20H=C3=B9ng?= <83570379+hung319@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:53:43 +0700 Subject: [PATCH 022/405] Update hung319.json --- domains/hung319.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/hung319.json b/domains/hung319.json index 51f59f503..3cc16e42c 100644 --- a/domains/hung319.json +++ b/domains/hung319.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "hung319" - "email": "hungh6122@gmail.com" - }, - "record": { - "CNAME": "hung319.github.io" - } + "description": "hung319 profile", + "owner": { + "username": "hung319", + "email": "hungh6122@gmail.com" + }, + "record": { + "CNAME": "hung319.github.io" + } } From 9fb3e3d744c87806571f3c8d07c16b8725c1201c Mon Sep 17 00:00:00 2001 From: generic <168141409+xgeneric@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:10:36 -0500 Subject: [PATCH 023/405] Register xgeneric.is-a.dev --- domains/xgeneric.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xgeneric.json diff --git a/domains/xgeneric.json b/domains/xgeneric.json new file mode 100644 index 000000000..4ffc90339 --- /dev/null +++ b/domains/xgeneric.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.D232zLsD29QIoCDQBNjD76jn7VgIPpSOIrRPBMn37VV_JTS_3fJAKK7ADQtFwQu0A-I0TcZTU3UczrEGdwjmkHHAhPu95BuRbFqbWruAnX6ETw0JjSJQvYmlrFjF1xDMM33CJ3GW0R985HyTcB5MbU6-QvWbqPou5bwRShlQ06KKP944EiASahDDNAog2HUwEf7VJjWxdB-hP3Yj_BOvlC_kQBfZBhOTG4OWwbvbAonKjK26oqrVdUKhuDT0VfvI4VsBXlSG3g8P2LnyZZPmh3xJ3UQ4aWYRFhJkC3f0M98NQ4mI7ddwZu4YPVcw9yHiMD9iDnTBnNiSsJVZeMhqQw.6v7QP1iKQEXF2xIliVLoxA.n1gPGIhivHdAaq9enhjewqRKzW2BtPsOt97Ng4x7yp8nv-OzAS4Jev1hp_M3z0XL7l5z1Wc2YrPW7z3trdUlmTZkCLcOziKhwwECaKbQNErOq3yXDxe7K5FvhmQWGNQJ.fZiP_f8z_xpVs5jS0MRQPQ" + }, + + "record": { + "CNAME": "paulswebhelp.com" + } + } + \ No newline at end of file From d6f58f87f132e393c66365e21eb292e20a02c58f Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:36:14 +0800 Subject: [PATCH 024/405] stricter url records --- tests/records.test.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/records.test.js b/tests/records.test.js index d819fa9b9..de5ecbadc 100644 --- a/tests/records.test.js +++ b/tests/records.test.js @@ -165,13 +165,8 @@ t("All files should have valid record values", (t) => { } if (key === "URL") { + t.true(value.startsWith("http://") || value.startsWith("https://"), `${file}: Record value for ${key} must start with http:// or https://`) t.notThrows(() => new URL(value), `${file}: Invalid URL for ${key}`); - try { - const urlObj = new URL(value); - t.true(urlObj.hostname !== subdomain, `${file}: URL cannot point to itself`); - } catch { - t.fail(`${file}: Invalid URL for ${key}`); - } } } From 51905963f30bb60a7dcfff84b7b5dd34baea732a Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:37:16 +0800 Subject: [PATCH 025/405] Update gary.json --- domains/gary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gary.json b/domains/gary.json index 010874882..7947054c1 100644 --- a/domains/gary.json +++ b/domains/gary.json @@ -6,6 +6,6 @@ "email": "contact@garybot.dev" }, "record": { - "URL": "https:/garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" + "URL": "https://garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" } } From ad9446042dcca24f78624936bf8fd3a4abf91ca8 Mon Sep 17 00:00:00 2001 From: CodeMaple <91926013+HayBael@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:52:37 +0700 Subject: [PATCH 026/405] Update snowy.json --- domains/snowy.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/snowy.json b/domains/snowy.json index 8f7de18f7..bbe363e7c 100644 --- a/domains/snowy.json +++ b/domains/snowy.json @@ -1,9 +1,8 @@ { "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" + "username": "HayBael" }, "record": { - "URL": "https://homepage-revisiakhir.vercel.app" + "CNAME": "homepage-revisitrus.vercel.app" } } From 8c5b33b83536dc55144b8acb7cf18bc2d5d1ce9a Mon Sep 17 00:00:00 2001 From: CodeMaple <91926013+HayBael@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:04:54 +0700 Subject: [PATCH 027/405] Create _vercel.snowy.json --- domains/_vercel.snowy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.snowy.json diff --git a/domains/_vercel.snowy.json b/domains/_vercel.snowy.json new file mode 100644 index 000000000..4810ff204 --- /dev/null +++ b/domains/_vercel.snowy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "HayBael" + }, + "record": { + "TXT": ["vc-domain-verify=snowy.is-a.dev,710433a43c7209070848"] + } +} From 42496d7a894f1e7ea42ed1cadc37a6bfdf5b4109 Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 27 Dec 2024 14:31:57 +0200 Subject: [PATCH 028/405] Update domains/s1ow.json --- domains/s1ow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/s1ow.json b/domains/s1ow.json index 89dc24774..e26a5106b 100644 --- a/domains/s1ow.json +++ b/domains/s1ow.json @@ -10,7 +10,8 @@ "A": [ "185.199.108.153", "185.199.110.153", - "185.199.109.153" + "185.199.109.153", + "185.199.111.153" ], "MX": [ "mx1.improvmx.com", From aafaa30de1f7ed1d7669b45e39019876bab1d70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Phi=20H=C3=B9ng?= <83570379+hung319@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:26:30 +0700 Subject: [PATCH 029/405] Delete domains/h4rs.json --- domains/h4rs.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/h4rs.json diff --git a/domains/h4rs.json b/domains/h4rs.json deleted file mode 100644 index 366943a14..000000000 --- a/domains/h4rs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "h4rs page github", - "owner": { - "username": "hung319", - "email": "hungh6122@gmail.com" - }, - "record": { - "CNAME": "hung319.github.io" - } -} From b55084cd42c6afd6152c2ace2cae88b7d7d98d21 Mon Sep 17 00:00:00 2001 From: HaiYTB <107292361+HaiYTB@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:51:20 +0700 Subject: [PATCH 030/405] Update icvn.json --- domains/icvn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/icvn.json b/domains/icvn.json index a2415cbf8..4f0098268 100644 --- a/domains/icvn.json +++ b/domains/icvn.json @@ -6,7 +6,7 @@ "email": "haiwt2xbox@gmail.com" }, "record": { - "A": ["103.229.52.14:25908"] + "A": ["103.229.52.14"] }, "proxied": true } From 95b24e465da1978904f41ad42addc8bb3f735c93 Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Fri, 27 Dec 2024 19:47:54 +0530 Subject: [PATCH 031/405] Update l6174.json --- domains/l6174.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/domains/l6174.json b/domains/l6174.json index c3c4ae97f..505eb5de7 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -6,13 +6,9 @@ "email": "l6174@proton.me" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + "NS": [ + "armfazh.ns.cloudflare.com", + "stella.ns.cloudflare.com" + ] } } From bdb68fec63ea4f5dd3b56d5770ddc544b2ca80df Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Fri, 27 Dec 2024 19:53:03 +0530 Subject: [PATCH 032/405] Deleted github pages challenge --- domains/_github-pages-challenge-l6174.l6174.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-l6174.l6174.json diff --git a/domains/_github-pages-challenge-l6174.l6174.json b/domains/_github-pages-challenge-l6174.l6174.json deleted file mode 100644 index 97dae4a78..000000000 --- a/domains/_github-pages-challenge-l6174.l6174.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "l6174", - "email": "l6174@proton.me" - }, - "record": { - "TXT": "239afcf7406892899a65a396dc024f" - } -} From 245826bca7e8ed803a17e7065ba8a7f7b520d568 Mon Sep 17 00:00:00 2001 From: "Niclas K." <66620423+NiclqsGER@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:10:36 +0100 Subject: [PATCH 033/405] Create niclqs.json --- domains/niclqs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/niclqs.json diff --git a/domains/niclqs.json b/domains/niclqs.json new file mode 100644 index 000000000..5aa8d348b --- /dev/null +++ b/domains/niclqs.json @@ -0,0 +1,12 @@ +{ + "description": "niclqs.is-a.dev --> niclqs.dev", + "record": { + "URL": "https://niclqs.dev" + }, + "repo": "https://github.com/niclqsger", + "owner": { + "discord": "niclqs", + "email": "discord@push-den-weg.de", + "username": "NiclqsGER" + } +} From b985114ba425a7bcc68d58995b42e4ebb3063078 Mon Sep 17 00:00:00 2001 From: "Niclas K." <66620423+NiclqsGER@users.noreply.github.com> Date: Fri, 27 Dec 2024 23:08:44 +0100 Subject: [PATCH 034/405] Create _discord.niclqs.json --- domains/_discord.niclqs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_discord.niclqs.json diff --git a/domains/_discord.niclqs.json b/domains/_discord.niclqs.json new file mode 100644 index 000000000..eaf25ce1e --- /dev/null +++ b/domains/_discord.niclqs.json @@ -0,0 +1,12 @@ +{ + "description": "niclqs.is-a.dev discord verify „ownership''", + "record": { + "TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc" + }, + "repo": "https://github.com/niclqsger", + "owner": { + "discord": "niclqs", + "email": "discord@push-den-weg.de", + "username": "NiclqsGER" + } +} From f4389f23f1cc9c9b539b28aa014954d5a40d9852 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:47:16 -0500 Subject: [PATCH 035/405] chore: formatting --- domains/_discord.niclqs.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/_discord.niclqs.json b/domains/_discord.niclqs.json index eaf25ce1e..059975761 100644 --- a/domains/_discord.niclqs.json +++ b/domains/_discord.niclqs.json @@ -1,12 +1,12 @@ { - "description": "niclqs.is-a.dev discord verify „ownership''", - "record": { - "TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc" - }, - "repo": "https://github.com/niclqsger", - "owner": { - "discord": "niclqs", - "email": "discord@push-den-weg.de", - "username": "NiclqsGER" - } + "description": "niclqs.is-a.dev discord verify „ownership''", + "repo": "https://github.com/niclqsger", + "owner": { + "discord": "niclqs", + "email": "discord@push-den-weg.de", + "username": "NiclqsGER" + }, + "record": { + "TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc" + } } From f2196053a8a9da8cf77cf4965fdcb4fae80a6ac2 Mon Sep 17 00:00:00 2001 From: generic <168141409+xgeneric@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:14:28 -0500 Subject: [PATCH 036/405] Delete domains/rh.json --- domains/rh.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/rh.json diff --git a/domains/rh.json b/domains/rh.json deleted file mode 100644 index 324b7b274..000000000 --- a/domains/rh.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "xgeneric", - "discord": "1194494419064328296", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZtZQsJTtFUyYhqLYNct9qcURDeHFnE5Ugn5lKWqREmwWqCAuGrwNRn1zp85VPPaH8Bk4Q1ATD9ImX6Y9ImThgE4xe2stIjZnhctvNxnAmZWekpmWwcAuuCvHTObM5qLWr6NeiHJ8J9bR2HqFa40s6u3T3dBS-xxqhVK4CWWgoIXGyWuiX0qZ2FTqAoyhnFZI_UeN29UaJTaobyxmI6mapHxEfz3GdO5SMqsefrU21i7eNQQefzMcbhyYZUR8TomivC0FzMQ5zVDj7JTm3ezqhZIl6p4cu7LmybiGq0sv0BDZCgtYMlcj8uLkUbjClJeKzJmpmJbMt__sD_niRZDKyA.WVnasMUFnhSKWJpsSLkLPg.gUTYVhrtgb368DU4qtJVK8M8U6lD3cAp_sqIqGR3t1tEE8txRYRGKV-a8_TWfVO5BxEzGpJVUhjWxnU91k40SW6qoy4TXW38Ptn15z6ebSHId5hBzRSEo9UB5KVjwhtY.7ttPpw2KH1r6ClFsiGanfw" - }, - - "record": { - "CNAME": "browsercf.rammerhead.org" - } - } - \ No newline at end of file From cef8939ad9ab730a8fed3b4f5bdc4b266b67b4db Mon Sep 17 00:00:00 2001 From: generic <168141409+xgeneric@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:19:33 -0500 Subject: [PATCH 037/405] Register genericx.is-a.dev --- domains/genericx.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/genericx.json diff --git a/domains/genericx.json b/domains/genericx.json new file mode 100644 index 000000000..8650a831e --- /dev/null +++ b/domains/genericx.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DNr2jxeR-0YVkAChAl4uPX31TrkGI4S8REI18sZvz4gGrL9c2LRtnnHlJfq0fMntFjAvLoD2lvb-kbjDq-INycXI0YHr-MG4YIvJmccyAmaxmtfhIqSWQc6EwMRar7mx0aE3NaOXJSKZQSpH86MVHqO4X9TZMGxkCfq9IAaXHmAVBazCNPFySzCY2jHo3LRmDFsJyTf0mWm_RwaYuPlS7__slgs2XQnWCYNP_kdMwENR7dDFVG9IjwSXQI-D12nyqquN_oM6WDg2ajfwMdbfd3aOpNkLOvAj-slpw81v2zccP040MrQJdTlN_LiMGFMqUPqNqev3lDwu-up8xDKIzQ.Fq8v4wlDvYQWahwdgcSXPQ.b_b4xs8S2pJNAPSPFJfZ6u5nMlNfAnxnm0UbH_LrqXCGIMX5ymm54wsnWFrymwp9OSqTbotZeYMFXWZlCouMxXOqrOmLHb58OJmsRZarQ0lqSOduCvFnonngL6gTpa1s.1o8XkyzrR4qKrVrinRJhzQ" + }, + + "record": { + "CNAME": "paulswebhelp.com" + } + } + \ No newline at end of file From eb708176ea6d5750dec0fd39f3bcadb67b8513b7 Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 13:42:40 +1300 Subject: [PATCH 038/405] Create Vercel verification record for jax.is-a.dev --- domains/_vercel.jax.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.jax.json diff --git a/domains/_vercel.jax.json b/domains/_vercel.jax.json new file mode 100644 index 000000000..26bd8beeb --- /dev/null +++ b/domains/_vercel.jax.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "jxaq" + }, + "record": { + "TXT": ["vc-domain-verify=jax.is-a.dev,f8cf558f95e96e1c703e"] + } +} From ad863bd785880a0ff026ab5cd1367cca28e1c146 Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 13:53:57 +1300 Subject: [PATCH 039/405] Create jax.json --- domains/jax.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jax.json diff --git a/domains/jax.json b/domains/jax.json new file mode 100644 index 000000000..5c3e8c9b0 --- /dev/null +++ b/domains/jax.json @@ -0,0 +1,12 @@ +{ + "description": "Jackson's Portfolio", + "repo": "https://github.com/jxaq/jxaq.github.io", + "owner": { + "username": "jxaq", + "email": "wild.dives.0x@icloud.com" + }, + "record": { + "TXT": "v=spf1 -all", + "A": "76.76.21.21", + } +} From bc7505b065388f6cbc9b88fe98c253c030b8bd64 Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 14:03:24 +1300 Subject: [PATCH 040/405] Create h.jax.json --- domains/h.jax.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/h.jax.json diff --git a/domains/h.jax.json b/domains/h.jax.json new file mode 100644 index 000000000..098723f1b --- /dev/null +++ b/domains/h.jax.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jxaq" + }, + "record": { + "A": ["207.211.149.245"] + } + "proxied": true, +} From 1e61394b624639a034b5edd6fc74426260bfc4a0 Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 14:03:43 +1300 Subject: [PATCH 041/405] Create f.jax.json --- domains/f.jax.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/f.jax.json diff --git a/domains/f.jax.json b/domains/f.jax.json new file mode 100644 index 000000000..098723f1b --- /dev/null +++ b/domains/f.jax.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jxaq" + }, + "record": { + "A": ["207.211.149.245"] + } + "proxied": true, +} From e8c7c81790d09e49d583b3d8e280174c4847b4c3 Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 14:14:07 +1300 Subject: [PATCH 042/405] Fix invalid JSON for f.jax.json --- domains/f.jax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/f.jax.json b/domains/f.jax.json index 098723f1b..cb8b2a27f 100644 --- a/domains/f.jax.json +++ b/domains/f.jax.json @@ -4,6 +4,6 @@ }, "record": { "A": ["207.211.149.245"] - } - "proxied": true, + }, + "proxied": true } From 4e86b22990fe6e13704a8fdf0147a5e5ece7c93e Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 14:14:40 +1300 Subject: [PATCH 043/405] Fix invalid JSON for h.jax.json --- domains/h.jax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/h.jax.json b/domains/h.jax.json index 098723f1b..cb8b2a27f 100644 --- a/domains/h.jax.json +++ b/domains/h.jax.json @@ -4,6 +4,6 @@ }, "record": { "A": ["207.211.149.245"] - } - "proxied": true, + }, + "proxied": true } From 80e8828b804cc807c9dda846844e0e880df81d43 Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 14:15:36 +1300 Subject: [PATCH 044/405] Fix invalid JSON for jax.json --- domains/jax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jax.json b/domains/jax.json index 5c3e8c9b0..d7396c634 100644 --- a/domains/jax.json +++ b/domains/jax.json @@ -7,6 +7,6 @@ }, "record": { "TXT": "v=spf1 -all", - "A": "76.76.21.21", + "A": "76.76.21.21" } } From 025e6697b0f784143da0f3da3321b43ee4f6bba1 Mon Sep 17 00:00:00 2001 From: Jackson Kelly Date: Sat, 28 Dec 2024 14:35:19 +1300 Subject: [PATCH 045/405] Put TXT and A records in an array (jax.json) --- domains/jax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/jax.json b/domains/jax.json index d7396c634..b4cf745c8 100644 --- a/domains/jax.json +++ b/domains/jax.json @@ -6,7 +6,7 @@ "email": "wild.dives.0x@icloud.com" }, "record": { - "TXT": "v=spf1 -all", - "A": "76.76.21.21" + "TXT": ["v=spf1 -all"], + "A": ["76.76.21.21"] } } From e21454e9063bec2f0d24eb6eebf77bdae3355912 Mon Sep 17 00:00:00 2001 From: AYnonyme <148577413+AYn0nyme@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:44:59 -0400 Subject: [PATCH 046/405] Update aynonyme.json --- domains/aynonyme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aynonyme.json b/domains/aynonyme.json index a7e2709de..66a84dbb0 100644 --- a/domains/aynonyme.json +++ b/domains/aynonyme.json @@ -6,6 +6,6 @@ "email": "aynonyme@proton.me" }, "record": { - "A": ["93.95.117.183"] + "A": ["69.30.249.53"] } } From 73bee5922f231d90b30106489ed332a716e85905 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:59:12 +0800 Subject: [PATCH 047/405] Delete .github/FUNDING.yml --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 080e54b65..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: ["https://donate.is-a.dev"] From be38aca50fc7e11499d343fa105b2a71832b35f9 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:52:13 +0800 Subject: [PATCH 048/405] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6629d8c78..438fd6691 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can see a good example of this [here](https://github.com/is-a-dev/register/p - You can simply add `"proxied": true` to your file, to enable Cloudflare's Enterprise-level DDoS protection for your subdomain. > [!NOTE] -> You can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2. +> You can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2. If you prefer to use GitHub Sponsors, you can sponsor [@wdhdev](https://github.com/sponsors/wdhdev) instead. > > If you decide to donate, please email william@is-a.dev with your payment confirmation and your pull request link to receive your NS records. From a00141ea4f687c2fbf9b906cd8e35868ed1046c2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:00:58 +0800 Subject: [PATCH 049/405] Update william.json --- domains/william.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/william.json b/domains/william.json index a5d02227b..6f3d1268b 100644 --- a/domains/william.json +++ b/domains/william.json @@ -4,7 +4,6 @@ "email": "william@is-a.dev" }, "record": { - "CNAME": "hrsn.dev" - }, - "proxied": true + "URL": "https://github.com/wdhdev" + } } From b8961e80677790e269c35e484098b36b96afdaf3 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:42:00 +0800 Subject: [PATCH 050/405] Delete domains/kd.json --- domains/kd.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/kd.json diff --git a/domains/kd.json b/domains/kd.json deleted file mode 100644 index 572be3e22..000000000 --- a/domains/kd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Developer Website", - "repo": "https://github.com/KejdiKoci/kejdikoci.github.io", - "owner": { - "username": "KejdiKoci", - "email": "kejdikoci.mail@gmail.com" - }, - "record": { - "CNAME": "kejdikoci.github.io" - } -} From 12026f3d010d4892fcf79812bccee5f8f4ebeae0 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:44:11 +0800 Subject: [PATCH 051/405] Delete domains/devbx.json --- domains/devbx.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/devbx.json diff --git a/domains/devbx.json b/domains/devbx.json deleted file mode 100644 index 9c921ebc9..000000000 --- a/domains/devbx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devbx", - "email": "pangys0306@hotmail.com" - }, - "record": { - "CNAME": "devbx.github.io" - } -} From 3cc7bc9d58e1eb357b71712daa5703f8e29257fd Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:46:46 +0800 Subject: [PATCH 052/405] Delete domains/siamrahman.json --- domains/siamrahman.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/siamrahman.json diff --git a/domains/siamrahman.json b/domains/siamrahman.json deleted file mode 100644 index 25c6f6713..000000000 --- a/domains/siamrahman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/siamrahman000/siamrahman000.github.io", - "owner": { - "username": "siamrahman000", - "email": "s14mshell@gmail.com", - "twitter": "skillsiam" - }, - "record": { - "CNAME": "siamrahman000.github.io" - } -} From b94eb8c16532d498f9a69588c3c8bda07f541f8c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:47:33 +0800 Subject: [PATCH 053/405] Delete domains/zenpai.json --- domains/zenpai.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/zenpai.json diff --git a/domains/zenpai.json b/domains/zenpai.json deleted file mode 100644 index 2fee81ec6..000000000 --- a/domains/zenpai.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "zenpai.is-a.dev", - "repo": "https://github.com/ZenpaiAng/ZenpaiAng.github.io", - "owner": { - "username": "ZenpaiAng", - "email": "zenpaiang@gmail.com", - "discord": "zenpaiang" - }, - "record": { - "CNAME": "zenpaiang.github.io" - } -} From 502ffefe2c2d2abca8acb1c8f0002f8bb8248c9a Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:47:50 +0800 Subject: [PATCH 054/405] Delete domains/gifaldyazka.json --- domains/gifaldyazka.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/gifaldyazka.json diff --git a/domains/gifaldyazka.json b/domains/gifaldyazka.json deleted file mode 100644 index 3493f8b6d..000000000 --- a/domains/gifaldyazka.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Just my personal website", - "repo": "https://github.com/gifaldyazkaa/gifaldyazkaa.github.io", - "owner": { - "username": "gifaldyazkaa", - "email": "official.gifaldy@gmail.com" - }, - "record": { - "CNAME": "gifaldyazkaa.github.io" - } -} From 794eb75c10ec33f5d10f51cc0eb2369d3b845990 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:48:47 +0800 Subject: [PATCH 055/405] Delete domains/_github-pages-challenge-gabekgfx.gabek.json --- domains/_github-pages-challenge-gabekgfx.gabek.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-gabekgfx.gabek.json diff --git a/domains/_github-pages-challenge-gabekgfx.gabek.json b/domains/_github-pages-challenge-gabekgfx.gabek.json deleted file mode 100644 index 775a7b416..000000000 --- a/domains/_github-pages-challenge-gabekgfx.gabek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gabekgfx", - "email": "bussines.gabrys@gmail.com" - }, - "record": { - "TXT": "e9b873f6071bb8f4c1384efe52d14d" - } -} From fb8775dff78e8169a93e21fcbe9674c9584d005c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:49:09 +0800 Subject: [PATCH 056/405] Delete domains/gabek.json --- domains/gabek.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/gabek.json diff --git a/domains/gabek.json b/domains/gabek.json deleted file mode 100644 index faaf0b447..000000000 --- a/domains/gabek.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Personal Website", - "repo": "https://github.com/gabekgfx/gabekgfx.github.io", - "owner": { - "username": "gabekgfx", - "email": "bussines.gabrys@gmail.com", - "twitter": "gabek_gfx" - }, - "record": { - "CNAME": "gabekgfx.github.io" - } -} From 720dcbbca67177c3c12e2096cd28dd3f5dad1f29 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:49:18 +0800 Subject: [PATCH 057/405] Delete domains/_discord.gabek.json --- domains/_discord.gabek.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.gabek.json diff --git a/domains/_discord.gabek.json b/domains/_discord.gabek.json deleted file mode 100644 index f72b8b148..000000000 --- a/domains/_discord.gabek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gabekgfx", - "email": "bussines.gabrys@gmail.com" - }, - "record": { - "TXT": "dh=02ed193dbc1e396517abe81c2c5d9a007a4a6e25" - } -} From 4dada593e380ac416b021074b7ff71f4fd70ab78 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:49:35 +0800 Subject: [PATCH 058/405] Delete domains/akiraxd.json --- domains/akiraxd.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/akiraxd.json diff --git a/domains/akiraxd.json b/domains/akiraxd.json deleted file mode 100644 index cd01cd838..000000000 --- a/domains/akiraxd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akiraxdxd", - "email": "ekereymen451+645675476345635573454309@gmail.com", - "discord": "1241059919377989695" - }, - "record": { - "CNAME": "akiraxdxd.github.io" - } -} From ca9589674d044b90287f31e855a9aae2a1b36909 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:50:36 +0800 Subject: [PATCH 059/405] Delete domains/tcxone.json --- domains/tcxone.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/tcxone.json diff --git a/domains/tcxone.json b/domains/tcxone.json deleted file mode 100644 index b4adeb0d9..000000000 --- a/domains/tcxone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Personal homepage", - "repo": "https://github.com/tcxone/tcxone.github.io", - "owner": { - "username": "tcxone", - "email": "tcxone@outlook.com", - "twitter": "tcxone" - }, - "record": { - "CNAME": "tcxone.github.io" - } -} From e375f23bb9b34dc16053dcadbc510e60298b09c2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:50:52 +0800 Subject: [PATCH 060/405] Delete domains/lime360.json --- domains/lime360.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/lime360.json diff --git a/domains/lime360.json b/domains/lime360.json deleted file mode 100644 index dee22033f..000000000 --- a/domains/lime360.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lime360", - "email": "emeraldlime@protonmail.com" - }, - "record": { - "CNAME": "lime360.github.io" - } -} From e3d00f0d6e1bd2560ad273f234f4647e17338106 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:51:15 +0800 Subject: [PATCH 061/405] Delete domains/raksix.json --- domains/raksix.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/raksix.json diff --git a/domains/raksix.json b/domains/raksix.json deleted file mode 100644 index 966d241f0..000000000 --- a/domains/raksix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A personel blog website", - "repo": "https://github.com/Raksixoffical", - "owner": { - "username": "Raksix", - "email": "raksixoffical@gmail.com" - }, - "record": { - "A": ["138.68.111.28"] - } -} From 8eeba8a88cad740c4ee2753d54f86ca1be43346d Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 11:57:31 +0200 Subject: [PATCH 062/405] Delete domains/banana.json --- domains/banana.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/banana.json diff --git a/domains/banana.json b/domains/banana.json deleted file mode 100644 index de86f28d1..000000000 --- a/domains/banana.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "banana's website", - "repo": "https://github.com/BANanaD3V/bananadev-ml", - "owner": { - "username": "BANanaD3V", - "email": "banana@bananadev.ml" - }, - "record": { - "CNAME": "bananad3v.github.io" - } -} From 9b663f7c404a9417db692b73d6612ac669c72c0c Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 11:59:37 +0200 Subject: [PATCH 063/405] Delete domains/this.json --- domains/this.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/this.json diff --git a/domains/this.json b/domains/this.json deleted file mode 100644 index 436e7afb0..000000000 --- a/domains/this.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "is-a.dev subdomain for my portfolio", - "repo": "https://github.com/vauth/vauth.github.io", - "owner": { - "username": "vauth", - "email": "ivuxey@gmail.com" - }, - "record": { - "CNAME": "vauth.github.io" - } -} From bbd080f8af8475d48afb1627004896480cfbd8a1 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:00:09 +0200 Subject: [PATCH 064/405] Delete domains/magic.json --- domains/magic.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/magic.json diff --git a/domains/magic.json b/domains/magic.json deleted file mode 100644 index d413f2da7..000000000 --- a/domains/magic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Website for skyallaround", - "repo": "https://github.com/skyallaround/skyallaround.github.io", - "owner": { - "username": "skyallaround", - "email": "jr1264464@gmail.com" - }, - "record": { - "CNAME": "skyallaround.github.io" - } -} From 8dedbbc0478511d8cbec0fc3d6ece491a2bf6d01 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:01:22 +0200 Subject: [PATCH 065/405] Delete domains/neelsani.json --- domains/neelsani.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/neelsani.json diff --git a/domains/neelsani.json b/domains/neelsani.json deleted file mode 100644 index 055a8cf69..000000000 --- a/domains/neelsani.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Neel Dev", - "repo": "https://github.com/neelsani/neelsani.github.io", - "owner": { - "username": "neelsani", - "email": "neel2645s@gmail.com" - }, - "record": { - "CNAME": "neelsani.github.io" - } -} From 552a4900433e2a88e8ff49b34bde326f0756f8bb Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:01:38 +0200 Subject: [PATCH 066/405] Delete domains/sethpython.json --- domains/sethpython.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/sethpython.json diff --git a/domains/sethpython.json b/domains/sethpython.json deleted file mode 100644 index c4748789d..000000000 --- a/domains/sethpython.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "An Useless Website", - "repo": "https://github.com/SethTheDev/seththedev.github.io", - "owner": { - "username": "SethTheDev", - "email": "spccmbseth@gmail.com" - }, - "record": { - "CNAME": "seththedev.github.io" - } -} From 441fd9d5316d09bae43e0b350307585b6f703140 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:02:14 +0200 Subject: [PATCH 067/405] Delete domains/imlauera.json --- domains/imlauera.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/imlauera.json diff --git a/domains/imlauera.json b/domains/imlauera.json deleted file mode 100644 index 494048efe..000000000 --- a/domains/imlauera.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imlauera", - "email": "suurrend3r@gmail.com" - }, - "record": { - "CNAME": "imlauera.github.io" - } -} From 563f808ae0c7ea96fb753dfaa6317d227b33fd61 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:02:33 +0200 Subject: [PATCH 068/405] Delete domains/slime.json --- domains/slime.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/slime.json diff --git a/domains/slime.json b/domains/slime.json deleted file mode 100644 index 00a7810c8..000000000 --- a/domains/slime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "purpleblueslime", - "email": "purpleblueslime@gmail.com" - }, - "record": { - "CNAME": "purpleblueslime.github.io" - } -} From 4288e8c9db163bf18ad9f38d0d01d1c8ca9e4f00 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:03:41 +0200 Subject: [PATCH 069/405] Delete domains/al-bagra.json --- domains/al-bagra.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/al-bagra.json diff --git a/domains/al-bagra.json b/domains/al-bagra.json deleted file mode 100644 index 45f5a05d1..000000000 --- a/domains/al-bagra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UtsaVy", - "email": "utsavk681@gmail.com" - }, - "record": { - "CNAME": "utsav.github.io" - } -} From d3a15ffaf5fcffdff1110384a4ba2a7fbe0a1295 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:04:05 +0200 Subject: [PATCH 070/405] Delete domains/xen.json --- domains/xen.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/xen.json diff --git a/domains/xen.json b/domains/xen.json deleted file mode 100644 index 2e6040a49..000000000 --- a/domains/xen.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Website for my projects", - "repo": "https://github.com/xenmods/xenmods.github.io", - "owner": { - "username": "xenmods", - "email": "ilumomin04@gmail.com", - "twitter": "momin_ilf" - }, - "record": { - "CNAME": "xenmods.github.io" - } -} From ab62d313702519b66a1844f520f52da5b60c3bc1 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:05:12 +0200 Subject: [PATCH 071/405] Delete domains/rahuldeka.json --- domains/rahuldeka.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/rahuldeka.json diff --git a/domains/rahuldeka.json b/domains/rahuldeka.json deleted file mode 100644 index cf2e78c32..000000000 --- a/domains/rahuldeka.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "iamRahul21", - "discord": "638400369986240512", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZMyYId6tCsMQhHzUAOlANYLXeW88v_xaqFXMDdMPrqbSyX16JTShxlY0bNRfVYeRimLlJvguE6_3-gc1mROCpZ9oni5o9Qm8HxbGBe2QlxNmbgSnrn-RIt4pcbD1_uG2eD0SDOCNzypFDvEysML2oEZKYPkbKmKrngdlaBemUWrHo264DQyFquLW3D58wL-kWHUPlKHf-4yMoPGBrryoXjgBUGSH5UO6n4P7tpuWnvdWu_GV-qcW4Pnf9Rz8Ar3Zb0duzVCl3gjNplhDf-7BGrT4BJ2Hb0Pj8v7V5BidxlHw6TLX-2arnvkUFGQ-TXjAwr-rok5XHMsMU0rceZb9MQ.alqDzZf8wzEiNCDlxL1NCA.dC9TK-YXvpycR7cIeWnEXChuRKikVtMV3UqmjgMDJSZwJQMtAT2l_imAFj8cU8RRt7waSyKJJ8WusFaga33G2RMvd6KVeyrDS8cqWQMydvQ.qy4nN5DrABw1t_QsuWF3qg" - }, - "record": { - "CNAME": "iamrahul21.github.io" - } -} From 3f6bf50192a17e8ce064ba0a75ea6d79bb6e2d9d Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:06:03 +0200 Subject: [PATCH 072/405] Delete domains/dilshad.json --- domains/dilshad.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/dilshad.json diff --git a/domains/dilshad.json b/domains/dilshad.json deleted file mode 100644 index 06a3542a5..000000000 --- a/domains/dilshad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "for portfolio website", - "repo": "https://github.com/dilshad0101/portfolio.website", - "owner": { - "username": "dilshad0101", - "email": "dilshadmuhammed0101@gmail.com" - }, - "record": { - "CNAME": "dilshad0101.github.io" - } -} From 4d4fa2092687ed14c60c70862e9bd6e30e52cdc3 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:06:23 +0200 Subject: [PATCH 073/405] Delete domains/saammaaeel.json --- domains/saammaaeel.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/saammaaeel.json diff --git a/domains/saammaaeel.json b/domains/saammaaeel.json deleted file mode 100644 index 04e9c1664..000000000 --- a/domains/saammaaeel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "saammaaeel", - "email": "codenamesamael@gmail.com", - "twitter": "codenamesamael" - }, - "record": { - "CNAME": "saammaaeel.github.io" - } -} From 50b4560bda08aea808dc7d52c341cdc44385144d Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:07:47 +0200 Subject: [PATCH 074/405] Remove because it has the scam site --- domains/whine.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 domains/whine.json diff --git a/domains/whine.json b/domains/whine.json deleted file mode 100644 index a0b0bdeb5..000000000 --- a/domains/whine.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "description": "whi_ne's personal site", - "repo": "https://github.com/whinee/whinee.github.io", - "owner": { - "username": "whinee", - "twitter": "whi_nyaan" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From 50c669553b5b9c6516aa4f05fbc52aa9b483e360 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:07:57 +0200 Subject: [PATCH 075/405] Delete domains/de.whine.json --- domains/de.whine.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/de.whine.json diff --git a/domains/de.whine.json b/domains/de.whine.json deleted file mode 100644 index 25b3d7131..000000000 --- a/domains/de.whine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "whinee", - "twitter": "whi_nyaan" - }, - "description": "whi_ne's deno subdomain", - "record": { - "A": ["34.120.54.55"], - "TXT": "deno-com-validation=572b9c00ebc922b6f8367944" - } -} From a5e4ee7e4d6d55dea5a4bb6dfd1c759661c0ecbf Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:08:07 +0200 Subject: [PATCH 076/405] Delete domains/pr.whine.json --- domains/pr.whine.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/pr.whine.json diff --git a/domains/pr.whine.json b/domains/pr.whine.json deleted file mode 100644 index 6ecd2c338..000000000 --- a/domains/pr.whine.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "whinee", - "twitter": "whi_nyaan" - }, - "description": "whi_ne's projects' subdomain", - "record": { - "CNAME": "whnya.github.io" - } -} From 4719fb73f8d021ef39fd36c2fd84989592630de4 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:08:18 +0200 Subject: [PATCH 077/405] Delete domains/mail.whine.json --- domains/mail.whine.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/mail.whine.json diff --git a/domains/mail.whine.json b/domains/mail.whine.json deleted file mode 100644 index c90d733db..000000000 --- a/domains/mail.whine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "whinee", - "twitter": "whi_nyaan" - }, - "description": "whi_ne's mail subdomain", - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From 8ffbaba863ebfba5c4b31fb1db4cd9d44520a6cd Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:09:11 +0200 Subject: [PATCH 078/405] Delete domains/spicy.json --- domains/spicy.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 domains/spicy.json diff --git a/domains/spicy.json b/domains/spicy.json deleted file mode 100644 index f50b70ba4..000000000 --- a/domains/spicy.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "owner": { - "username": "oyepriyansh", - "email": "oyepriyansh@hotmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From 8d066e7612653393aa1db24d4d93ff2ccdd221f9 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:10:07 +0200 Subject: [PATCH 079/405] Delete domains/lonelil.json --- domains/lonelil.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/lonelil.json diff --git a/domains/lonelil.json b/domains/lonelil.json deleted file mode 100644 index aac002461..000000000 --- a/domains/lonelil.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This will be used for my portfolio.", - "repo": "https://github.com/lonelil/lonelil.github.io", - "owner": { - "username": "lonelil", - "discord": "lonelil#0001" - }, - "record": { - "CNAME": "lonelil.github.io" - } -} From 789ef5c918ee8c30020d9f9b75e959eb866d734e Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:11:12 +0200 Subject: [PATCH 080/405] Delete domains/dano.json --- domains/dano.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/dano.json diff --git a/domains/dano.json b/domains/dano.json deleted file mode 100644 index 5a8e0e933..000000000 --- a/domains/dano.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Dano's resume", - "repo": "https://github.com/dano-syrus/dano-syrus.github.io", - "owner": { - "username": "dano-syrus", - "email": "danosyrus@tuta.io", - "discord": "dano#6811" - }, - "record": { - "CNAME": "dano-syrus.github.io" - } -} From 457c849e65a8556586185ba8d37d7df785b7b140 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:12:22 +0800 Subject: [PATCH 081/405] Update README.md --- README.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 438fd6691..2d8194670 100644 --- a/README.md +++ b/README.md @@ -22,24 +22,18 @@ Not all of these will be posted on GitHub, however they will always be posted in # Register ### NS Records -When applying for NS records, please consider if you *actually* need them. -In your PR, please provide *extensive* reasoning, with evidence/examples, of why you need NS records. -You can see a good example of this [here](https://github.com/is-a-dev/register/pull/17592). +When applying for NS records, please be aware we already support a [wide range of DNS records](https://is-a.dev/docs/faq/#which-records-are-supported), so you may not need them. -***Pull requests adding NS records without valid reasoning will be closed.*** +In your PR, please provide sufficient reasoning of why you need NS records, to help us mitigate potential abuse. It is helpful to refer to the [FAQ](https://is-a.dev/docs/faq/#who-can-use-ns-records) to see if you will likely be approved for NS records or not. You can see a good example of a request for NS records [here](https://github.com/is-a-dev/register/pull/17592). -**Instant Denials**: -- I don't want to create a pull request everytime I want to update my DNS records. - - Over 3,000 people have to create PRs for updating their records, you can too. -- It is easier to manage DNS records on *(insert DNS provider name)*. - - It isn't too difficult to open a pull request to update your DNS records. We aim for PRs to be merged with-in 24 hours. -- I want to use DDoS protection. - - You can simply add `"proxied": true` to your file, to enable Cloudflare's Enterprise-level DDoS protection for your subdomain. +***Pull requests adding NS records without sufficient reasoning will be closed.*** + +> Also see: [Why are you so strict with NS records?](https://is-a.dev/docs/faq/#why-are-you-so-strict-with-ns-records) > [!NOTE] -> You can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2. If you prefer to use GitHub Sponsors, you can sponsor [@wdhdev](https://github.com/sponsors/wdhdev) instead. +> You may bypass these requirements by [donating](https://wdh.gg/pvNCdvs) a small amount of $2 (you can also donate via [GitHub Sponsors](https://wdh.gg/sponsor)). > -> If you decide to donate, please email william@is-a.dev with your payment confirmation and your pull request link to receive your NS records. +> If you decide to donate, please email william@is-a.dev (or send a message on Discord to `@williamharrison`) with your payment confirmation and your pull request link to have your PR approved. ## Manual Registration > If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge). @@ -54,10 +48,8 @@ You can see a good example of this [here](https://github.com/is-a-dev/register/p ## Automated Registration ***Returning soon.*** Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for updates. -# Issues -If you have any problems, feel free to [open an issue](https://github.com/is-a-dev/register/issues/new/choose). - -If you have an issue that contains confidental infomation, send an email to security@is-a.dev. +## Report Abuse +If you find any subdomains being abused, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence. --- From 49d113b7bbff963635d9924e8c94e46a11661ef6 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:12:43 +0200 Subject: [PATCH 082/405] Delete domains/ashl3y.json --- domains/ashl3y.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/ashl3y.json diff --git a/domains/ashl3y.json b/domains/ashl3y.json deleted file mode 100644 index 7b97aacb9..000000000 --- a/domains/ashl3y.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My personal developer portfolio.", - "repo": "https://github.com/ashl3ycodes/ashl3ycodes.github.io", - "owner": { - "username": "ashl3ycodes", - "email": "ashl3ycodes@protonmail.com", - "twitter": "ashl3ycodes" - }, - "record": { - "CNAME": "ashl3ycodes.github.io" - } -} From 3fefd6edbb54d2a1ffb3afc98bea1a96676f7cde Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:12:58 +0200 Subject: [PATCH 083/405] Delete domains/tibebe.json --- domains/tibebe.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/tibebe.json diff --git a/domains/tibebe.json b/domains/tibebe.json deleted file mode 100644 index 87a1843e2..000000000 --- a/domains/tibebe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Tibebe is a dev", - "repo": "https://github.com/TibebeJS/tibebejs.github.io", - "owner": { - "username": "TibebeJs", - "email": "tibebes.js@gmail.com" - }, - "record": { - "CNAME": "tibebejs.github.io" - } -} From a86d4aa31e9c6ca50486340c6412729eedbb0347 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:14:17 +0200 Subject: [PATCH 084/405] Delete domains/nikolus.json --- domains/nikolus.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/nikolus.json diff --git a/domains/nikolus.json b/domains/nikolus.json deleted file mode 100644 index 0840f61ce..000000000 --- a/domains/nikolus.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My Personal Landing Page!", - "repo": "https://github.com/MuhekoNikolas/MuhekoNikolas.github.io", - "owner": { - "username": "MuhekoNikolas", - "email": "13nikolusmuheko@gmail.com", - "twitter": "MuhekoNikolas" - }, - "record": { - "CNAME": "muhekonikolas.github.io" - } -} From 49b6746d8b8d684b71d8ffd0d94385a878c11889 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:14:45 +0200 Subject: [PATCH 085/405] Delete domains/ahmedeldin.json --- domains/ahmedeldin.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/ahmedeldin.json diff --git a/domains/ahmedeldin.json b/domains/ahmedeldin.json deleted file mode 100644 index cc2ba7a1d..000000000 --- a/domains/ahmedeldin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio Website", - "owner": { - "username": "ahmed-eldin", - "email": "ahmedeldin98@gmail.com" - }, - "record": { - "CNAME": "ahmed-eldin.github.io" - } -} From 2b00a325a65d057022b249c5b9ee8f62bc3625d9 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:15:04 +0200 Subject: [PATCH 086/405] Delete domains/krish.json --- domains/krish.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/krish.json diff --git a/domains/krish.json b/domains/krish.json deleted file mode 100644 index f0f501d88..000000000 --- a/domains/krish.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "krish858", - "email": "unknowmortal57@gmail.com", - "discord": "789102469345968131" - }, - "record": { - "CNAME": "krish858.github.io" - } -} From ac5635cc83ad15f20a243adb18c93f626a7bd3b9 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:15:16 +0200 Subject: [PATCH 087/405] Delete domains/youssef.json --- domains/youssef.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/youssef.json diff --git a/domains/youssef.json b/domains/youssef.json deleted file mode 100644 index c27748e3d..000000000 --- a/domains/youssef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "youssefsiam38", - "email": "youssef1yasser38@gmail.com" - }, - "record": { - "CNAME": "youssefsiam38.github.io" - } -} From 3a403211078ce3986878c31f6f8286af0d3b04fc Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:15:39 +0200 Subject: [PATCH 088/405] Delete domains/ehmad.json --- domains/ehmad.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ehmad.json diff --git a/domains/ehmad.json b/domains/ehmad.json deleted file mode 100644 index 5057b013a..000000000 --- a/domains/ehmad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrxehmad", - "email": "mrxehmad@naver.com" - }, - "record": { - "CNAME": "mrxehmad.github.io" - } -} From 7c8e047d4f719edb3c41194aca7b5481136d9dbd Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:15:52 +0200 Subject: [PATCH 089/405] Delete domains/gokul.json --- domains/gokul.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/gokul.json diff --git a/domains/gokul.json b/domains/gokul.json deleted file mode 100644 index b8f0b9839..000000000 --- a/domains/gokul.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Page", - "repo": "https://github.com/gkdskp/gkdskp.github.io", - "owner": { - "username": "gkdskp", - "email": "gokuldskp@gmail.com" - }, - "record": { - "CNAME": "gkdskp.github.io" - } -} From 35db5ecfd63b25128dcf4b20e95e7d8ae8b0e322 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:16:06 +0200 Subject: [PATCH 090/405] Delete domains/siama.json --- domains/siama.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/siama.json diff --git a/domains/siama.json b/domains/siama.json deleted file mode 100644 index e10c1a395..000000000 --- a/domains/siama.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "siam3h", - "email": "philosiama@gmail.com" - }, - "record": { - "CNAME": "siam3h.github.io" - } -} From 367551a0adbfe76f113054c003d3cf50d266cc04 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:19:25 +0800 Subject: [PATCH 091/405] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2d8194670..24e2d5a02 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ Not all of these will be posted on GitHub, however they will always be posted in Discord Server # Register +## How to Register +> If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge). + +- [Fork](https://github.com/is-a-dev/register/fork) and star this repository +- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev` +- [Read the documentation](https://is-a.dev/docs) + - If you are applying for NS records please read [this](#ns-records). +- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!* +- After the pull request is merged, please allow up to 24 hours for the changes to propagate +- Enjoy your new `.is-a.dev` domain! + ### NS Records When applying for NS records, please be aware we already support a [wide range of DNS records](https://is-a.dev/docs/faq/#which-records-are-supported), so you may not need them. @@ -35,19 +46,6 @@ In your PR, please provide sufficient reasoning of why you need NS records, to h > > If you decide to donate, please email william@is-a.dev (or send a message on Discord to `@williamharrison`) with your payment confirmation and your pull request link to have your PR approved. -## Manual Registration -> If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge). - -- [Fork](https://github.com/is-a-dev/register/fork) and star this repository -- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev` -- [Read the documentation](https://is-a.dev/docs) -- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!* -- After the pull request is merged, please allow up to 24 hours for the changes to propagate -- Enjoy your new `.is-a.dev` domain! - -## Automated Registration -***Returning soon.*** Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for updates. - ## Report Abuse If you find any subdomains being abused, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence. From 814a918ba916b4b289435e53299e074b49800804 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:26:05 +0800 Subject: [PATCH 092/405] Delete domains/socials.chiragnahata.json --- domains/socials.chiragnahata.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/socials.chiragnahata.json diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json deleted file mode 100644 index 726befd50..000000000 --- a/domains/socials.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "record": { - "A": ["129.213.151.29"] - } -} From aaf2596ad43eb10ef5a69a0645ffcaa8ecdaaf99 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:33:37 +0200 Subject: [PATCH 093/405] Delete domains/kars.json --- domains/kars.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/kars.json diff --git a/domains/kars.json b/domains/kars.json deleted file mode 100644 index 4bd7355f8..000000000 --- a/domains/kars.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website.", - "repo": "https://github.com/lean-cc/lean-cc.github.io", - "owner": { - "username": "lean-cc", - "email": "leancc3020@gmail.com" - }, - "record": { - "CNAME": "lean-cc.github.io" - } -} From f4622a2b2d7c1b5e0a7bb8ad5594c9b227ee9f3b Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:34:00 +0200 Subject: [PATCH 094/405] Delete domains/joesbrandt.json --- domains/joesbrandt.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/joesbrandt.json diff --git a/domains/joesbrandt.json b/domains/joesbrandt.json deleted file mode 100644 index 003bd944a..000000000 --- a/domains/joesbrandt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "joesbrandt", - "owner": { - "username": "joesbrandt", - "email": "joesbrandt@icloud.com" - }, - "record": { - "CNAME": "joesbrandt.github.io" - } -} From cd9a89111e520cab50fd249be563a8c9063be78e Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:34:12 +0200 Subject: [PATCH 095/405] Delete domains/grapeapplefruit.json --- domains/grapeapplefruit.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/grapeapplefruit.json diff --git a/domains/grapeapplefruit.json b/domains/grapeapplefruit.json deleted file mode 100644 index db8e0dd64..000000000 --- a/domains/grapeapplefruit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/grapeapplefruit/grapeapplefruit.github.io", - "owner": { - "username": "grapeapplefruit", - "email": "jaxenreiter957@gmail.com" - }, - "record": { - "CNAME": "grapeapplefruit.github.io" - } -} From 7b3ba3e59a62496a8c1ac39a7cf59e52338e9024 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:34:38 +0200 Subject: [PATCH 096/405] Delete domains/ardox.json --- domains/ardox.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ardox.json diff --git a/domains/ardox.json b/domains/ardox.json deleted file mode 100644 index 24d080fbb..000000000 --- a/domains/ardox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LeVraiArdox", - "email": "adrian.arjoca18@gmail.com" - }, - "record": { - "CNAME": "levraiardox.github.io" - } -} From 6656065f6201fdb6ee953dff805a4f4d26906954 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:36:07 +0200 Subject: [PATCH 097/405] Delete domains/carmelo.json --- domains/carmelo.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/carmelo.json diff --git a/domains/carmelo.json b/domains/carmelo.json deleted file mode 100644 index d2c332114..000000000 --- a/domains/carmelo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Carmelo Velardo", - "repo": "https://github.com/2dvisio/2dvisio.github.io", - "owner": { - "username": "2dvisio", - "twitter": "2dvisio" - }, - "record": { - "CNAME": "2dvisio.github.io" - } -} From 9bf5694357f3225f6dd03cd91eb28c11a09ceeb5 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:36:17 +0200 Subject: [PATCH 098/405] Delete domains/roger.json --- domains/roger.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/roger.json diff --git a/domains/roger.json b/domains/roger.json deleted file mode 100644 index 4d0d24f82..000000000 --- a/domains/roger.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Roger's website to host mostly useless projects", - "repo": "https://github.com/rogerpanza/rogerpanza.github.io", - "owner": { - "username": "rogerpanza", - "email": "rogerpanza-ed@protonmail.com", - "twitter": "rogerpanza_" - }, - "record": { - "CNAME": "rogerpanza.github.io" - } -} From a8f83af725955b60c13877066a38324cb20dc029 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:37:39 +0200 Subject: [PATCH 099/405] Delete domains/sankalp.json --- domains/sankalp.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/sankalp.json diff --git a/domains/sankalp.json b/domains/sankalp.json deleted file mode 100644 index 8af5afc14..000000000 --- a/domains/sankalp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Sankalp Pathak Website", - "repo": "https://github.com/k144u/k144u.github.io", - "owner": { - "username": "k144u", - "email": "pathaksankalp04@gmail.com" - }, - "record": { - "CNAME": "k144u.github.io" - } -} From b02843d84042746bb599a000b3c650be523b5602 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:37:50 +0200 Subject: [PATCH 100/405] Delete domains/jackiso.json --- domains/jackiso.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/jackiso.json diff --git a/domains/jackiso.json b/domains/jackiso.json deleted file mode 100644 index 0139cf692..000000000 --- a/domains/jackiso.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "JaCkIsO is a Developer!", - "owner": { - "username": "JaCkIsO", - "email": "jackisodev@gmail.com" - }, - "record": { - "CNAME": "jackiso.github.io" - } -} From 7c681cbedeb7c8837cebd8e40de215425f3b9f26 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:38:02 +0200 Subject: [PATCH 101/405] Delete domains/xuxxi.json --- domains/xuxxi.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/xuxxi.json diff --git a/domains/xuxxi.json b/domains/xuxxi.json deleted file mode 100644 index 271f5d7bb..000000000 --- a/domains/xuxxi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "XUXXI", - "repo": "https://github.com/XUXXI/xuxxi.github.io", - "owner": { - "username": "methaine", - "email": "keter@keemail.me" - }, - "record": { - "CNAME": "xuxxi.github.io" - } -} From 69c81be8734e2159fef5531714142c29d12f21d9 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:38:15 +0200 Subject: [PATCH 102/405] Delete domains/jeydin.json --- domains/jeydin.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/jeydin.json diff --git a/domains/jeydin.json b/domains/jeydin.json deleted file mode 100644 index 38aeaf458..000000000 --- a/domains/jeydin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I like code, but code does not like me", - "repo": "https://github.com/Jeydin/jeydin.github.io", - "owner": { - "username": "Jeydin", - "email": "JeyPham21@gmail.com" - }, - "record": { - "CNAME": "jeydin.github.io" - } -} From 664b553a9fe70d98147cb30e06e1483b5e19eeb3 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:38:27 +0200 Subject: [PATCH 103/405] Delete domains/thomasc.json --- domains/thomasc.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/thomasc.json diff --git a/domains/thomasc.json b/domains/thomasc.json deleted file mode 100644 index 93fdb9fbc..000000000 --- a/domains/thomasc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Hopefully Thomas Croft's is-a.dev site", - "repo": "https://github.com/thomascf/thomascf.github.io", - "owner": { - "username": "thomascf", - "email": "thomas.croft@pm.me" - }, - "record": { - "CNAME": "thomascf.github.io" - } -} From b61e9ce9146b01962ec8142e2a0e12fd9abbe1c8 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:39:11 +0200 Subject: [PATCH 104/405] Delete domains/auras.json --- domains/auras.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/auras.json diff --git a/domains/auras.json b/domains/auras.json deleted file mode 100644 index abb5350e6..000000000 --- a/domains/auras.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "agnesmonret", - "email": "agnesmoret@proton.me", - "discord": "694917200720429066" - }, - "record": { - "CNAME": "agnesmonret.github.io" - } -} From 395ecc2df4d2eb5428838400e75d38aabfd7378c Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:39:23 +0200 Subject: [PATCH 105/405] Delete domains/xryshirfxn.json --- domains/xryshirfxn.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/xryshirfxn.json diff --git a/domains/xryshirfxn.json b/domains/xryshirfxn.json deleted file mode 100644 index c2da6e5dc..000000000 --- a/domains/xryshirfxn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website", - "repo": "https://github.com/xryshirfxn/xryshirfxn.github.io", - "owner": { - "username": "xryshirfxn", - "twitter": "xryshirfxn" - }, - "record": { - "CNAME": "xryshirfxn.github.io" - } -} From 675f71c77c8ee294925e49b04b7b4968c9c0b784 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:39:48 +0200 Subject: [PATCH 106/405] Delete domains/sanketborade.json --- domains/sanketborade.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/sanketborade.json diff --git a/domains/sanketborade.json b/domains/sanketborade.json deleted file mode 100644 index 8ec6edfe8..000000000 --- a/domains/sanketborade.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "boradesanket13", - "email": "boradesanket13@gmail.com" - }, - "record": { - "CNAME": "boradesanket13.github.io" - } -} From 0e77fa13002d93958fc0c930c67fad04af1fec4c Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:41:43 +0200 Subject: [PATCH 107/405] Delete domains/nikolas.json --- domains/nikolas.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/nikolas.json diff --git a/domains/nikolas.json b/domains/nikolas.json deleted file mode 100644 index ab016d33d..000000000 --- a/domains/nikolas.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My Personal Landing Page!", - "repo": "https://github.com/MuhekoNikolas/p2", - "owner": { - "username": "MuhekoNikolas", - "email": "13nikolusmuheko@gmail.com", - "twitter": "MuhekoNikolas" - }, - "record": { - "CNAME": "muhekonikolas.github.io" - } -} From 155bbdf0c030a7d8e05c4e7b0d166f4041b1dd38 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:41:58 +0200 Subject: [PATCH 108/405] Delete domains/imran.json --- domains/imran.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/imran.json diff --git a/domains/imran.json b/domains/imran.json deleted file mode 100644 index 834373c01..000000000 --- a/domains/imran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imranmollajoy", - "email": "imranmollajoy@gmail.com" - }, - "record": { - "CNAME": "imranmollajoy.github.io" - } -} From 7896da033024fffe119fbc949e77ad511ad38696 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:42:13 +0200 Subject: [PATCH 109/405] Delete domains/mrcorpz.json --- domains/mrcorpz.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/mrcorpz.json diff --git a/domains/mrcorpz.json b/domains/mrcorpz.json deleted file mode 100644 index 18696553f..000000000 --- a/domains/mrcorpz.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Mrcorpz's Website", - "repo": "https://github.com/mrcorpz/mrcorpz.github.io", - "owner": { - "username": "mrcorpz", - "email": "mrcorpzpro@gmail.com", - "twitter": "mrcorpz" - }, - "record": { - "CNAME": "mrcorpz.github.io" - } -} From e55f44d1516d491ab8d0d524f306e5ca637fa2ba Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:42:31 +0200 Subject: [PATCH 110/405] Delete domains/blog.sanooj.json --- domains/blog.sanooj.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/blog.sanooj.json diff --git a/domains/blog.sanooj.json b/domains/blog.sanooj.json deleted file mode 100644 index aca9695ac..000000000 --- a/domains/blog.sanooj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sanoojes", - "email": "sanoojes6371@gmail.com" - }, - "record": { - "CNAME": "sanoojes.github.io" - } -} From 5d6bf6ca5290914dd2f208cf9d72f9fd7af85bfa Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:42:59 +0200 Subject: [PATCH 111/405] Delete domains/anger.json --- domains/anger.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/anger.json diff --git a/domains/anger.json b/domains/anger.json deleted file mode 100644 index 3db92ec84..000000000 --- a/domains/anger.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Will be used to show my page showing stuff about me", - "repo": "https://github.com/angerminecraftyt/aboutme", - "owner": { - "username": "AngerminecraftYT", - "discord": "AngerMinecraftYT#3051" - }, - "record": { - "CNAME": "angerminecraftyt.github.io" - } -} From 23e460d86764c9354dd7ea93abca24c0f01a1ba6 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 28 Dec 2024 12:49:40 +0200 Subject: [PATCH 112/405] Doesn't seem to be accessible. --- domains/amirhossein-esanezhad.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/amirhossein-esanezhad.json diff --git a/domains/amirhossein-esanezhad.json b/domains/amirhossein-esanezhad.json deleted file mode 100644 index 868b32dab..000000000 --- a/domains/amirhossein-esanezhad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "esa-zz", - "email": "amirhossein6055@gmail.com" - }, - "record": { - "A": ["51.38.127.41"] - } -} From d39b0896a09a84f520b2bd81bd275e67110df2de Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:59:28 +0800 Subject: [PATCH 113/405] Delete domains/mekota.json --- domains/mekota.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/mekota.json diff --git a/domains/mekota.json b/domains/mekota.json deleted file mode 100644 index 056da1b64..000000000 --- a/domains/mekota.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mikotohime", - "email": "exosk1ll.twl@gmail.com" - }, - "record": { - "A": ["194.28.226.129"] - } -} From e42b553d72ba131d853020791ffe0fc9d0305341 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:03:45 +0800 Subject: [PATCH 114/405] Delete domains/amirhossein-esanezhad.json --- domains/amirhossein-esanezhad.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/amirhossein-esanezhad.json diff --git a/domains/amirhossein-esanezhad.json b/domains/amirhossein-esanezhad.json deleted file mode 100644 index 868b32dab..000000000 --- a/domains/amirhossein-esanezhad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "esa-zz", - "email": "amirhossein6055@gmail.com" - }, - "record": { - "A": ["51.38.127.41"] - } -} From 60d3c63ca0282d30b09061d970615ec1c318b81e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 21:31:39 +0800 Subject: [PATCH 115/405] Update SECURITY.md --- SECURITY.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 4c96d8394..5879949ab 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,4 @@ # Security Policy ## Reporting a vulnerability -You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repository. - -However, for **higher severity vulnerabilities and bugs**, please email security@is-a.dev. +Please report all vulnerabilities to security@is-a.dev. From 539a7b64633b2261a0dc188f8dc861aed68c6721 Mon Sep 17 00:00:00 2001 From: Sevinda Herath <119860637+Sevinda-Herath@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:42:25 +0530 Subject: [PATCH 116/405] Create sevinda-herath.json --- domains/sevinda-herath.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sevinda-herath.json diff --git a/domains/sevinda-herath.json b/domains/sevinda-herath.json new file mode 100644 index 000000000..b5202b92c --- /dev/null +++ b/domains/sevinda-herath.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Sevinda-Herath", + "email": "sevindaherath@gmail.com" + }, + "record": { + "CNAME": "sevinda-herath.github.io" + }, + "proxied": true +} From cd96fd4ad4fd094508a1fa41044307cc1bc25891 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 28 Dec 2024 19:11:18 +0300 Subject: [PATCH 117/405] Update j.json --- domains/j.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/domains/j.json b/domains/j.json index 9469a066e..010d941b4 100644 --- a/domains/j.json +++ b/domains/j.json @@ -7,6 +7,15 @@ "discord": "1117482901353812088" }, "record": { - "CNAME": "juststudio7.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] } } From f0529d022d784c0955ae72b57d29ccc3ed2a7d01 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 28 Dec 2024 19:17:56 +0300 Subject: [PATCH 118/405] Update domains/j.json Co-authored-by: iostpa --- domains/j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/j.json b/domains/j.json index 010d941b4..6bfc0f035 100644 --- a/domains/j.json +++ b/domains/j.json @@ -13,7 +13,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": [ "v=spf1 include:spf.improvmx.com ~all" ] From 8d0d1d999fa4cfba0204aa4f984a7a62959a098c Mon Sep 17 00:00:00 2001 From: Rashed Ahmed Date: Sat, 28 Dec 2024 18:29:11 +0200 Subject: [PATCH 119/405] Create _vercel.rashed.json --- domains/_vercel.rashed.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.rashed.json diff --git a/domains/_vercel.rashed.json b/domains/_vercel.rashed.json new file mode 100644 index 000000000..0cc4de9b5 --- /dev/null +++ b/domains/_vercel.rashed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rashed360", + "email": "ruman.rush+isadev@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=rashed.is-a.dev,b900d35114e0f3394b8c"] + } +} From 649f559368be9cb9cbf410544fbb6a7b8aa3ca37 Mon Sep 17 00:00:00 2001 From: Rashed Ahmed Date: Sat, 28 Dec 2024 18:29:39 +0200 Subject: [PATCH 120/405] Create rashed.json --- domains/rashed.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rashed.json diff --git a/domains/rashed.json b/domains/rashed.json new file mode 100644 index 000000000..c6dc12fec --- /dev/null +++ b/domains/rashed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rashed360", + "email": "ruman.rush+isadev@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 5a3f0426178fa4dedd454c00d7dd6b29767f430d Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sat, 28 Dec 2024 18:26:22 +0100 Subject: [PATCH 121/405] Update vinceale7082.json --- domains/vinceale7082.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vinceale7082.json b/domains/vinceale7082.json index 4f86901b5..5f1ca2f2d 100644 --- a/domains/vinceale7082.json +++ b/domains/vinceale7082.json @@ -6,6 +6,6 @@ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" }, "record": { - "A": ["37.183.142.194"] + "A": ["2.32.208.124"] } } From bc8ae2053041dd5bb7ce851d6aac0d667b1c4865 Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sat, 28 Dec 2024 18:26:48 +0100 Subject: [PATCH 122/405] Update gitea.vinceale7082.json --- domains/gitea.vinceale7082.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gitea.vinceale7082.json b/domains/gitea.vinceale7082.json index 4f86901b5..5f1ca2f2d 100644 --- a/domains/gitea.vinceale7082.json +++ b/domains/gitea.vinceale7082.json @@ -6,6 +6,6 @@ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" }, "record": { - "A": ["37.183.142.194"] + "A": ["2.32.208.124"] } } From 4fc6dda4e71f41b7737deb7f874bcefb12e5259f Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 28 Dec 2024 20:33:47 +0300 Subject: [PATCH 123/405] 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 2eeed3689..287ea66c3 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -17,7 +17,8 @@ "TXT": [ "v=spf1 include:zohomail.eu ~all", "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", - "yandex-verification: aac5928d8d57ade9" + "yandex-verification: aac5928d8d57ade9", + "yandex-verification: 75d6e8d99eae89d4" ] } } From 592e79fbb429dc4d035a91100a3d5474c2bf5770 Mon Sep 17 00:00:00 2001 From: "Juraj K." <140317448+mostypc123@users.noreply.github.com> Date: Sat, 28 Dec 2024 21:00:15 +0100 Subject: [PATCH 124/405] Create mostypc123.json --- domains/mostypc123.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/mostypc123.json diff --git a/domains/mostypc123.json b/domains/mostypc123.json new file mode 100644 index 000000000..705dcd965 --- /dev/null +++ b/domains/mostypc123.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "mostypc123" + }, + "record": { + "CNAME": "mostypc123.github.io" + } +} From 5007ffcdfdd03176defd58fe9c7ef9de98a97341 Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:31:47 +0200 Subject: [PATCH 125/405] Update devmatei.json --- domains/devmatei.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/devmatei.json b/domains/devmatei.json index 55f31f084..ad13a8a4b 100644 --- a/domains/devmatei.json +++ b/domains/devmatei.json @@ -16,5 +16,6 @@ "v=spf1 include:zoho.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIOzUFPBEQXJA2Rh16fCXNC8YASZtoVbievhK2Wwof2/nd+TGcMiLhr9BT9Iiq7pc0zOlzA5fsCYzxXRpBQqiPvXQT/gYvWaVWIJaDSiQHuiz4mA8s8PEPX/iovSZWy4cCge9Gd1WKkFJLPHqVrFnOeVCPl8xFvcKU4z4uQIDAQAB" ] + "proxied": true } } From 6e3d7d4e0aeb43f49b8ec0e8b45c6de72d81e23e Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:36:00 +0200 Subject: [PATCH 126/405] Update devmatei.json --- domains/devmatei.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/devmatei.json b/domains/devmatei.json index ad13a8a4b..362b85d4b 100644 --- a/domains/devmatei.json +++ b/domains/devmatei.json @@ -16,6 +16,6 @@ "v=spf1 include:zoho.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIOzUFPBEQXJA2Rh16fCXNC8YASZtoVbievhK2Wwof2/nd+TGcMiLhr9BT9Iiq7pc0zOlzA5fsCYzxXRpBQqiPvXQT/gYvWaVWIJaDSiQHuiz4mA8s8PEPX/iovSZWy4cCge9Gd1WKkFJLPHqVrFnOeVCPl8xFvcKU4z4uQIDAQAB" ] - "proxied": true - } + }, + "proxied": true } From 26d6d9af2b58aa2778afab675fd50ce0bf0e8122 Mon Sep 17 00:00:00 2001 From: "Prof. - Xadk3!" Date: Sun, 29 Dec 2024 03:47:44 +0545 Subject: [PATCH 127/405] Added my alias name at meat-space, Domain to be used in my Github Pages, replacing nikhil-aryal.com.np. with osho.is-a.dev. --- domains/osho.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/osho.json diff --git a/domains/osho.json b/domains/osho.json new file mode 100644 index 000000000..f947a746a --- /dev/null +++ b/domains/osho.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "profxadke", + "email": "xadkeg@duck.com" + }, + "record": { + "CNAME": "profxadke.github.io" + } +} From 6cf9d0d91b194bd2daf5f8dd0d5700945e3c312b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BC=92=E1=B6=9C=CA=B3=E1=B5=83=E1=B6=BB=CA=B8=E1=B4=AE?= =?UTF-8?q?=E1=B4=BC=CB=A2=CB=A2=E5=8D=82=E4=B9=83=E5=8D=84=E4=B8=A8?= =?UTF-8?q?=E4=B8=82=E5=8D=84=E4=B9=87=D2=9C=E0=BC=92?= <93928612+Abhishek-Issac@users.noreply.github.com> Date: Sun, 29 Dec 2024 08:44:19 +0530 Subject: [PATCH 128/405] Create abhishekissac.json --- domains/abhishekissac.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/abhishekissac.json diff --git a/domains/abhishekissac.json b/domains/abhishekissac.json new file mode 100644 index 000000000..a9074f630 --- /dev/null +++ b/domains/abhishekissac.json @@ -0,0 +1,11 @@ +{ + "domain": "abhishekissac.is-a.dev", + "subdomain": "abhishekissac", + "owner": { + "email": "abhishekissac0@gmail.com" + }, + "record": { + "CNAME": "abhishek-issac.github.io" + }, + "proxied": false +} From 198879b4db44d2d4accc4a600908255a622cf172 Mon Sep 17 00:00:00 2001 From: generic <168141409+xgeneric@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:54:22 -0500 Subject: [PATCH 129/405] Register generix.is-a.dev --- domains/generix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/generix.json diff --git a/domains/generix.json b/domains/generix.json new file mode 100644 index 000000000..c0cb770ec --- /dev/null +++ b/domains/generix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TEnVT2QVvesNKLztHkI3jp-5JggHFHs0jLf93VH0_CT63TcEHlhkMGl6iE1iXGGfW4kjuOkyDfTgxYWHGfHGM9KJ3O57NCNxSPVcK_t-IrImmymmEXrxLKSnyI1QFxBiFpNO7mFIGy7xAWJSTkA5ZvGciR_tJRbB9ftAme5WYLKE7tPgfQxMHoGFE22Q1yKpK9lbCFoeFi0bLtbYRvvveBP78oqK4cMIRkVC6TKhFHo6wWorsJDlEGrVCYQ8-OEP2Y1pu1WkVLJ1Dd1E2OJcZcEn-QmTkfU7ar4U_2LlNTRmDnoXhQNt5O6xsh6savYjm1jzl_u_fZwlgVFgRV9_WA.hEaGKy3NTYfzyeqez2Y5KA.j0OHFUF5Pbr8c7dqb0X0GPIZL4y3gvGLf-BkXNMeWvUwVTfS2S5HD6RpnbDmpnhnwRbX4_fKcEMBLAwkf0Mv0cCUGk4yr9vu_kYH_s8as3q2_2cKJe8P-7wQCioS6lwn.Lv4G5WOkVnbHCssVDM_rww" + }, + + "record": { + "CNAME": "paulswebhelp.com" + } + } + \ No newline at end of file From 18dc5b592ee5f86cea8bec0fc133939515380908 Mon Sep 17 00:00:00 2001 From: generic <168141409+xgeneric@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:55:37 -0500 Subject: [PATCH 130/405] Register generic2.is-a.dev --- domains/generic2.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/generic2.json diff --git a/domains/generic2.json b/domains/generic2.json new file mode 100644 index 000000000..caffa15be --- /dev/null +++ b/domains/generic2.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.MTsG19pQNdLCwl95D9NzxouR4mZ-7y2uRcBVVIqCc9Tal1P0D-Qt4JsDR7K-YJWNqRZpTx3-BZzMXweeteboVNF3fDlh06XENgnd2PoxjeGZzovR9sMqn4Ngl9dpGgYsmZgWf7rTjSzzePZx5h-GbTD5mI6ysxda0zrpR-cwjKVv92Lf6T0XTCwxH10DgAXZ_CtUrDq9Sn5pO-ONbUnnRgVDqBW9unD4qSCcKOAAJurGfYfLNX8qYZWfD-Hcs_wptS8fJpjpXIGkP_JF1qsj95pG0t4Bp7hhIXeXm1jmJm2-C-WQkKdZLdBDQ1gIsDhP0fLNfmSyyy532aIbR1FDqA.qX2TYd3WzaYOeAOktSXu5A.7ojhiDUioav23zhWk7sP9yLVAfNvOxL6bTAn78ILURWTwI5pEQWJloCfImCpjwGuoteHerCQNTJLRD8Vvhvd87X6YvbCiJqRPJp77J-VeJICLN5DAFlzeCNGUX4g8c_t.VThkX88tara8h8WKOXlreg" + }, + + "record": { + "CNAME": "paulswebhelp.com" + } + } + \ No newline at end of file From bf5ad46f2139496808223525455abeab21332eb7 Mon Sep 17 00:00:00 2001 From: QuinceTart10 Date: Sun, 29 Dec 2024 07:12:25 +0100 Subject: [PATCH 131/405] Delete domains/vps.quincetart10.json --- domains/vps.quincetart10.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/vps.quincetart10.json diff --git a/domains/vps.quincetart10.json b/domains/vps.quincetart10.json deleted file mode 100644 index e891351c6..000000000 --- a/domains/vps.quincetart10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "VPS", - "owner": { - "username": "QuinceTart10", - "discord": "862644161156218891" - }, - "record": { - "A": ["64.226.124.11"] - } -} From 7ac902ec5d3e63842dbe662e89ab80cf9b6077ab Mon Sep 17 00:00:00 2001 From: LIGMATV Date: Sun, 29 Dec 2024 16:14:38 +0700 Subject: [PATCH 132/405] Create _atproto.ligmatv.json --- domains/_atproto.ligmatv.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_atproto.ligmatv.json diff --git a/domains/_atproto.ligmatv.json b/domains/_atproto.ligmatv.json new file mode 100644 index 000000000..fa991f375 --- /dev/null +++ b/domains/_atproto.ligmatv.json @@ -0,0 +1,10 @@ +{ + "description": "Domain verification for my Bluesky account.", + "owner": { + "username": "LIGMATV", + "email": "ligmatv.id@gmail.com" + }, + "record": { + "TXT": "did=did:plc:pibkszlhfix34y257kqcozix" + } +} From 9079fa18859a13dddf2fe0623ddd627ea689d237 Mon Sep 17 00:00:00 2001 From: riotoff Date: Sun, 29 Dec 2024 13:03:34 +0300 Subject: [PATCH 133/405] Create chatting.json --- chatting.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chatting.json diff --git a/chatting.json b/chatting.json new file mode 100644 index 000000000..c2652d957 --- /dev/null +++ b/chatting.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riotoff", + "discord": "1040929084684902460" + }, + "record": { + "CNAME": "riotoff.github.io" + } +} From f37c2bc8d80539738edfb0f93496943b22a09678 Mon Sep 17 00:00:00 2001 From: TheHCJ <150591975+TheHCJ@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:43:16 +0000 Subject: [PATCH 134/405] update to hcj.is-a.dev and add _vercel record --- domains/{_atproto.thehcj.json => _atproto.hcj.json} | 0 domains/{_discord.thehcj.json => _discord.hcj.json} | 2 +- domains/_vercel.hcj.json | 10 ++++++++++ domains/{thehcj.json => hcj.json} | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) rename domains/{_atproto.thehcj.json => _atproto.hcj.json} (100%) rename domains/{_discord.thehcj.json => _discord.hcj.json} (68%) create mode 100644 domains/_vercel.hcj.json rename domains/{thehcj.json => hcj.json} (78%) diff --git a/domains/_atproto.thehcj.json b/domains/_atproto.hcj.json similarity index 100% rename from domains/_atproto.thehcj.json rename to domains/_atproto.hcj.json diff --git a/domains/_discord.thehcj.json b/domains/_discord.hcj.json similarity index 68% rename from domains/_discord.thehcj.json rename to domains/_discord.hcj.json index 48958ca46..b227fd8f9 100644 --- a/domains/_discord.thehcj.json +++ b/domains/_discord.hcj.json @@ -4,6 +4,6 @@ "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" }, "record": { - "TXT": "dh=d8213a7b69c2c71bfc2cdddc2744080847a4b0da" + "TXT": "dh=4d34d136feda8f0fade8d9cbf34cfb3ff0adee15" } } \ No newline at end of file diff --git a/domains/_vercel.hcj.json b/domains/_vercel.hcj.json new file mode 100644 index 000000000..c903acfb5 --- /dev/null +++ b/domains/_vercel.hcj.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": ["vc-domain-verify=hcj.is-a.dev,010396202f45aacdad27"] + } + } + \ No newline at end of file diff --git a/domains/thehcj.json b/domains/hcj.json similarity index 78% rename from domains/thehcj.json rename to domains/hcj.json index 8f312d4f1..4dd713154 100644 --- a/domains/thehcj.json +++ b/domains/hcj.json @@ -4,6 +4,6 @@ "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" }, "record": { - "CNAME": "thehcj.github.io" + "A": ["76.76.21.21"] } } From 1cf81ec0040f6bc5e52769c765e5c370beb571e9 Mon Sep 17 00:00:00 2001 From: Sana Date: Sun, 29 Dec 2024 20:46:32 +0530 Subject: [PATCH 135/405] Create sana.json Website link: https://sana-afk.github.io/main.html --- domains/sana.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sana.json diff --git a/domains/sana.json b/domains/sana.json new file mode 100644 index 000000000..e78a9c374 --- /dev/null +++ b/domains/sana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sana-afk", + "email": "srijita3010@gmail.com" + }, + "record": { + "CNAME": "sana-afk.github.io" + } +} From 1309245b084f5e7c1d316d961d3be20ebb9a6410 Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sun, 29 Dec 2024 20:47:40 +0100 Subject: [PATCH 136/405] Update vinceale7082.json --- domains/vinceale7082.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vinceale7082.json b/domains/vinceale7082.json index 5f1ca2f2d..dd7d5970a 100644 --- a/domains/vinceale7082.json +++ b/domains/vinceale7082.json @@ -6,6 +6,6 @@ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" }, "record": { - "A": ["2.32.208.124"] + "URL": "https://vinceale7082.is-a.dev" } } From 364c7b486c5887c4fbaed3da6f2b2571f82cc07a Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sun, 29 Dec 2024 20:48:22 +0100 Subject: [PATCH 137/405] Update gitea.vinceale7082.json --- domains/gitea.vinceale7082.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gitea.vinceale7082.json b/domains/gitea.vinceale7082.json index 5f1ca2f2d..717a9d3ea 100644 --- a/domains/gitea.vinceale7082.json +++ b/domains/gitea.vinceale7082.json @@ -6,6 +6,6 @@ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" }, "record": { - "A": ["2.32.208.124"] + "URL": "https://gitea.vinceale7082.com" } } From bedfb8b8fea050b0624a11669337caa1d31f80f9 Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sun, 29 Dec 2024 20:48:50 +0100 Subject: [PATCH 138/405] Update vinceale7082.json I probably have dementia --- domains/vinceale7082.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vinceale7082.json b/domains/vinceale7082.json index dd7d5970a..4d7391ffa 100644 --- a/domains/vinceale7082.json +++ b/domains/vinceale7082.json @@ -6,6 +6,6 @@ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" }, "record": { - "URL": "https://vinceale7082.is-a.dev" + "URL": "https://vinceale7082.com" } } From 8614ddde71c04190dc9aae7650cc36dde5d753fb Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sun, 29 Dec 2024 20:49:17 +0100 Subject: [PATCH 139/405] Delete domains/em550384.vinceale7082.json --- domains/em550384.vinceale7082.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/em550384.vinceale7082.json diff --git a/domains/em550384.vinceale7082.json b/domains/em550384.vinceale7082.json deleted file mode 100644 index 11876b874..000000000 --- a/domains/em550384.vinceale7082.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" - }, - "record": { - "CNAME": "return.smtp2go.net" - } -} From fd2cef5caaaa1ca6e6efa3eb50c2c92d3288bf5f Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sun, 29 Dec 2024 20:49:36 +0100 Subject: [PATCH 140/405] Delete domains/link.vinceale7082.json --- domains/link.vinceale7082.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/link.vinceale7082.json diff --git a/domains/link.vinceale7082.json b/domains/link.vinceale7082.json deleted file mode 100644 index 253d1a64a..000000000 --- a/domains/link.vinceale7082.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" - }, - "record": { - "CNAME": "track.smtp2go.net" - } -} From ace0a61f7ab999df2a9199ba96095bb0c38d10c9 Mon Sep 17 00:00:00 2001 From: Vincenzo Aleksey Brocato Date: Sun, 29 Dec 2024 20:50:00 +0100 Subject: [PATCH 141/405] Delete domains/s550384._domainkey.vinceale7082.json --- domains/s550384._domainkey.vinceale7082.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/s550384._domainkey.vinceale7082.json diff --git a/domains/s550384._domainkey.vinceale7082.json b/domains/s550384._domainkey.vinceale7082.json deleted file mode 100644 index 38230f9c5..000000000 --- a/domains/s550384._domainkey.vinceale7082.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" - }, - "record": { - "CNAME": "dkim.smtp2go.net" - } -} From 53b18315b78cd3efa9caacb218b99bf5b3ffb296 Mon Sep 17 00:00:00 2001 From: "Prof. - Xadk3!" Date: Mon, 30 Dec 2024 03:29:02 +0545 Subject: [PATCH 142/405] Added discord domain verification for the new domain. --- domains/_discord.osho.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.osho.json diff --git a/domains/_discord.osho.json b/domains/_discord.osho.json new file mode 100644 index 000000000..8375d9a64 --- /dev/null +++ b/domains/_discord.osho.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "profxadke", + "email": "xadkeg@duck.com" + }, + "record": { + "TXT": ["dh=35ca5646ff4cbe25158bef568c0e26c7224f5a61"] + } +} From 02f5573fa4b3b2e1644e1eb2f3a611fc56cb4d5b Mon Sep 17 00:00:00 2001 From: LIGMATV Date: Mon, 30 Dec 2024 10:24:46 +0700 Subject: [PATCH 143/405] Create co.ligmatv.json --- domains/co.ligmatv.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/co.ligmatv.json diff --git a/domains/co.ligmatv.json b/domains/co.ligmatv.json new file mode 100644 index 000000000..5d96b74ec --- /dev/null +++ b/domains/co.ligmatv.json @@ -0,0 +1,18 @@ +{ + "owner": { + "description": "This sub-subdomain will i use for my Zoho email.", + "username": "LIGMATV", + "email": "ligmatv.id@gmail.com" + }, + "record": { + "MX": [ + "mx.zoho.com", + "mx2.zoho.com", + "mx3.zoho.com" + ], + "TXT": [ + "zoho-verification=zb21447312.zmverify.zoho.com", + "v=spf1 include:zoho.com ~all" + ] + } +} From b890ab7a8233ba56e7e2db2442bbda835df0422f Mon Sep 17 00:00:00 2001 From: LIGMATV Date: Mon, 30 Dec 2024 10:52:09 +0700 Subject: [PATCH 144/405] Update co.ligmatv.json --- domains/co.ligmatv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/co.ligmatv.json b/domains/co.ligmatv.json index 5d96b74ec..ee5fdc4e8 100644 --- a/domains/co.ligmatv.json +++ b/domains/co.ligmatv.json @@ -1,6 +1,6 @@ { + "description": "This sub-subdomain will i use for my Zoho email.", "owner": { - "description": "This sub-subdomain will i use for my Zoho email.", "username": "LIGMATV", "email": "ligmatv.id@gmail.com" }, From 51cee1e21c79122981392fdfb7b42144fb3641ef Mon Sep 17 00:00:00 2001 From: Samrat Talukdar <69191476+ogsamrat@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:27:20 +0530 Subject: [PATCH 145/405] Create samrat.json --- domains/samrat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/samrat.json diff --git a/domains/samrat.json b/domains/samrat.json new file mode 100644 index 000000000..7ceb51e66 --- /dev/null +++ b/domains/samrat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ogsamrat", + "email": "69191476+ogsamrat@users.noreply.github.com" + }, + "record": { + "CNAME": "ogsamrat.github.io" + } +} From b64f66e25ebfd8475343e01194119d3d7ce9224c Mon Sep 17 00:00:00 2001 From: riotoff Date: Mon, 30 Dec 2024 15:24:02 +0300 Subject: [PATCH 146/405] Delete chatting.json --- chatting.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 chatting.json diff --git a/chatting.json b/chatting.json deleted file mode 100644 index c2652d957..000000000 --- a/chatting.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riotoff", - "discord": "1040929084684902460" - }, - "record": { - "CNAME": "riotoff.github.io" - } -} From 2cb024972de136ce753c9b807514e9eba6136386 Mon Sep 17 00:00:00 2001 From: riotoff Date: Mon, 30 Dec 2024 15:24:48 +0300 Subject: [PATCH 147/405] Create chatting.json --- domains/chatting.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/chatting.json diff --git a/domains/chatting.json b/domains/chatting.json new file mode 100644 index 000000000..c2652d957 --- /dev/null +++ b/domains/chatting.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riotoff", + "discord": "1040929084684902460" + }, + "record": { + "CNAME": "riotoff.github.io" + } +} From 86a9c780f326d3a8e8a8ad3be13c4fa93ee4a186 Mon Sep 17 00:00:00 2001 From: Mohammad Alamin Date: Mon, 30 Dec 2024 21:57:34 +0600 Subject: [PATCH 148/405] Update anbuinfosec.json --- domains/anbuinfosec.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/domains/anbuinfosec.json b/domains/anbuinfosec.json index 781f9dcaa..8f930e996 100644 --- a/domains/anbuinfosec.json +++ b/domains/anbuinfosec.json @@ -1,12 +1,8 @@ { - "description": "Portfolio for anbuinfosec..", - "repo": "https://github.com/anbuinfosec/anbuinfosec.github.io", - "owner": { - "username": "anbuinfosec", - "email": "anbuinfosec@gmail.com", - "twitter": "" - }, - "record": { - "CNAME": "anbuinfosec.github.io" - } -} + "owner": { + "username": "anbuinfosec" + }, + "record": { + "CNAME": "anbuinfosec.github.io" + } +} From b9b0763277c1f151da898a50583144bd4e827c5e Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:14:48 +0530 Subject: [PATCH 149/405] Create todo.alvin.json --- domains/todo.alvin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/todo.alvin.json diff --git a/domains/todo.alvin.json b/domains/todo.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/todo.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} From ba3d4099248f7447166694a3d23aa8bea762151c Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:16:58 +0530 Subject: [PATCH 150/405] Create www.todo.alvin.json --- domains/www.todo.alvin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/www.todo.alvin.json diff --git a/domains/www.todo.alvin.json b/domains/www.todo.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/www.todo.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} From ccfaefd8fa015608e88f356089166bc79ea07198 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:18:14 +0530 Subject: [PATCH 151/405] Update _vercel.alvin.json --- domains/_vercel.alvin.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.alvin.json b/domains/_vercel.alvin.json index 3ac30aa3a..73cbbec62 100644 --- a/domains/_vercel.alvin.json +++ b/domains/_vercel.alvin.json @@ -9,7 +9,9 @@ "vc-domain-verify=hive.alvin.is-a.dev,c60034f22ad745c15021", "vc-domain-verify=www.hive.alvin.is-a.dev,682186731d1f9275c277", "vc-domain-verify=chat.alvin.is-a.dev,520a1452a367459dd568", - "vc-domain-verify=www.chat.alvin.is-a.dev,df452600790ef98fd42e" + "vc-domain-verify=www.chat.alvin.is-a.dev,df452600790ef98fd42e", + "vc-domain-verify=todo.alvin.is-a.dev,08b2734d859de7c855c5", + "vc-domain-verify=www.todo.alvin.is-a.dev,affd5e1204871843ebb8" ] } } From 6eb9957c7690943d7c56fabe400f8e50e6888099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Willis=20=22Thi=C3=AAn=20Ph=C3=BAc=22=20Crympt?= Date: Tue, 31 Dec 2024 11:46:14 +0700 Subject: [PATCH 152/405] Add CNAME record for wirisungs domain --- .DS_Store | Bin 0 -> 6148 bytes domains/wirisungs.json | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 .DS_Store create mode 100644 domains/wirisungs.json diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..1f27b1c05c8eb45f0930548804cc71ba6f520861 GIT binary patch literal 6148 zcmeHLy-ve05I#c?6)crlI_3$G$^)QK!pu+>wl)N{MGYxxD%Lyz3j*;LNGwc9z{HG% z*qPc523~+W+fB|*%7_s7B>PM6C-?bNV>bl=(HMnwfGPk~a1c5xIF%U1X%uWhduoV+ z?$Phmn+I_;C}diPRlq9n8x^2u*MW8DKo1iB{5luGn8%{n_k(^Mps#YZ_j&hv{Y}y7FarR+GIgiQi(Nq^! z&owE};Qc||sQwA|A3`#t1#G{|{#lgw_dBdV%g8k-&oKH!i~2kGtw?b7ePi{oyvk#| z_seP4JFDd@FN>Rf=^XqwhG#Zeh4i#$6|f3e1-JsVKe#vuJ&mbCxpm+qUjYyubW6i) zxrZXUn|=eAq|esE;^?e(akOxdQC_N0mf)n1 iV|hVGG5xO~4P!1{AbJ{8h3G-EKLn% Date: Tue, 31 Dec 2024 15:28:22 +0800 Subject: [PATCH 153/405] i hate macos --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c6bba5913..8e8fae3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# Custom +.DS_Store From ae9dfc1668d188628f6d803c30bd7c0b6b1e763c Mon Sep 17 00:00:00 2001 From: Sevinda Herath <119860637+Sevinda-Herath@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:11:44 +0530 Subject: [PATCH 154/405] Create ubuntu.sevinda-herath.json --- domains/ubuntu.sevinda-herath.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ubuntu.sevinda-herath.json diff --git a/domains/ubuntu.sevinda-herath.json b/domains/ubuntu.sevinda-herath.json new file mode 100644 index 000000000..f5d2794e9 --- /dev/null +++ b/domains/ubuntu.sevinda-herath.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sevinda-herath", + "email": "sevindaherath@gmail.com" + }, + "record": { + "A": ["209.38.124.32"] + }, + "proxied": true +} From a1567d48e89a88504badde6c135be6f4d2da01b9 Mon Sep 17 00:00:00 2001 From: iostpa Date: Tue, 31 Dec 2024 11:41:33 +0200 Subject: [PATCH 155/405] Remove no-reply email --- domains/samrat.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/samrat.json b/domains/samrat.json index 7ceb51e66..c9c453bd4 100644 --- a/domains/samrat.json +++ b/domains/samrat.json @@ -1,7 +1,6 @@ { "owner": { - "username": "ogsamrat", - "email": "69191476+ogsamrat@users.noreply.github.com" + "username": "ogsamrat" }, "record": { "CNAME": "ogsamrat.github.io" From 073952d6d78a1e65fe7afa0480d541e26290502a Mon Sep 17 00:00:00 2001 From: LIGMATV Date: Tue, 31 Dec 2024 16:49:51 +0700 Subject: [PATCH 156/405] Create zmail._domainkey.co.ligmatv.json --- domains/zmail._domainkey.co.ligmatv.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/zmail._domainkey.co.ligmatv.json diff --git a/domains/zmail._domainkey.co.ligmatv.json b/domains/zmail._domainkey.co.ligmatv.json new file mode 100644 index 000000000..cd08c7a23 --- /dev/null +++ b/domains/zmail._domainkey.co.ligmatv.json @@ -0,0 +1,10 @@ +{ + "description": "This sub-subdomain will i use for my Zoho email.", + "owner": { + "username": "LIGMATV", + "email": "ligmatv.id@gmail.com" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO+5yaTA58OpZCT1ejrzPxjO4xNvsImCfvA2UigeVQwtFbl5QbwcdZUf6ga0LE6VOIDA3bMzHmVgTSZfYizmYDxNZ3TOobKEiT3TaaMcZj1sM2zWFVCpuYCHZ3WYPJj7rFF/PKZK9gCPPr1eLgao2SFkXnpwL/BWGL+uQ5OHZvlQIDAQAB" + } +} From 516c60b2c406b72391475b7304cbedeb2b4f96d2 Mon Sep 17 00:00:00 2001 From: Satyam Sagar <86399101+lostboysatyam@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:04:16 +0530 Subject: [PATCH 157/405] Create satyam.json --- domains/satyam.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/satyam.json diff --git a/domains/satyam.json b/domains/satyam.json new file mode 100644 index 000000000..205dcec52 --- /dev/null +++ b/domains/satyam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lostboysatyam", + "email": "lostboysatyam54@gmail.com" + }, + "record": { + "NS": ["braden.ns.cloudflare.com","diana.ns.cloudflare.com"] + } +} From f8bcd65c933bfe006088915753a54018f7d63ff8 Mon Sep 17 00:00:00 2001 From: cjolivier123 Date: Tue, 31 Dec 2024 12:47:07 +0200 Subject: [PATCH 158/405] Register aruria.is-a.dev --- domains/aruria.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aruria.json diff --git a/domains/aruria.json b/domains/aruria.json new file mode 100644 index 000000000..262a1aba6 --- /dev/null +++ b/domains/aruria.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "cjolivier123", + "discord": "1175481072088268920", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.XlWqBdmbdUC_mgDhKMY0Hcl1_FRp5IxKkBD1UF2bGowx-BgYpv7UnElAdcrktTrHjJLD75zzEWNR8A_1UH7-4abrnY4lsqu2p9GIScw9j-9zrNZi_EeTmN8XRuD2fVvPFEVmzAQ7O9jE-B6fkMl4GybJB6td05nxzwHi5J-cDGzT1Wg2qu5ierWuHe7P8TI4tq-SwshaxpNTWkMJN9mgGie6QD7zXBo76G7lbFWTOJHM65UK81I2N8nmyttlD2E5ncNgMTyspkR0hmKeIb1cQvR4lVXu3n-NmJg4-PIOMP3BJ_FgiZFQEDps_opWCA-XhcET7C_EjCbZPEJlBfuTxQ.GFEDQow6ltp5UmM6d7EqfA.xoHXb_B_eC2HGsJ-7iTlZ0FAagE6icNiiVRILA3y5YPiC8chzN3t1JpWEP-uyODEUi7HDGVJzPhRwtTBSbY4S4lx4ZxVOIMr2-l5v50hTjo.ebOtxNCyuP2tf0zsqTg8Hg" + }, + + "record": { + "CNAME": "cjolivier123.github.io" + } + } + \ No newline at end of file From 08265992e53bd55737085c2a9185be4f1b274767 Mon Sep 17 00:00:00 2001 From: Sevinda Herath <119860637+Sevinda-Herath@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:29:30 +0530 Subject: [PATCH 159/405] Update and rename ubuntu.sevinda-herath.json to vm.sevinda-herath.json --- domains/{ubuntu.sevinda-herath.json => vm.sevinda-herath.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{ubuntu.sevinda-herath.json => vm.sevinda-herath.json} (82%) diff --git a/domains/ubuntu.sevinda-herath.json b/domains/vm.sevinda-herath.json similarity index 82% rename from domains/ubuntu.sevinda-herath.json rename to domains/vm.sevinda-herath.json index f5d2794e9..f827aefb3 100644 --- a/domains/ubuntu.sevinda-herath.json +++ b/domains/vm.sevinda-herath.json @@ -4,7 +4,7 @@ "email": "sevindaherath@gmail.com" }, "record": { - "A": ["209.38.124.32"] + "A": ["170.64.240.215"] }, "proxied": true } From 72ac082743898de966574015387c56662e1fc4a3 Mon Sep 17 00:00:00 2001 From: cjolivier123 Date: Tue, 31 Dec 2024 13:22:15 +0200 Subject: [PATCH 160/405] Create _discord.aruria.is-a.dev.json --- domains/_discord.aruria.is-a.dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_discord.aruria.is-a.dev.json diff --git a/domains/_discord.aruria.is-a.dev.json b/domains/_discord.aruria.is-a.dev.json new file mode 100644 index 000000000..1e39c54d3 --- /dev/null +++ b/domains/_discord.aruria.is-a.dev.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "cjolivier123" + }, + "record": { + "TXT": ["dh=74c1e1cd4df113f2b79e799d4f0e5910ef8f9557"] + } +} From 682bf1368f9abfb169a552b2d8807ece3c30fd91 Mon Sep 17 00:00:00 2001 From: cjolivier123 Date: Tue, 31 Dec 2024 13:24:28 +0200 Subject: [PATCH 161/405] Rename _discord.aruria.is-a.dev.json to _discord.aruria.json --- domains/{_discord.aruria.is-a.dev.json => _discord.aruria.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.aruria.is-a.dev.json => _discord.aruria.json} (100%) diff --git a/domains/_discord.aruria.is-a.dev.json b/domains/_discord.aruria.json similarity index 100% rename from domains/_discord.aruria.is-a.dev.json rename to domains/_discord.aruria.json From 5e81e05f4b074501055a0ad8a7076306f3ee813e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:31:14 +0800 Subject: [PATCH 162/405] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24e2d5a02..a5983b1c7 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,16 @@ In your PR, please provide sufficient reasoning of why you need NS records, to h > Also see: [Why are you so strict with NS records?](https://is-a.dev/docs/faq/#why-are-you-so-strict-with-ns-records) > [!NOTE] -> You may bypass these requirements by [donating](https://wdh.gg/pvNCdvs) a small amount of $2 (you can also donate via [GitHub Sponsors](https://wdh.gg/sponsor)). +> You may bypass these requirements by [donating](https://wdh.gg/pvNCdvs) a small amount of $2 (you can also donate via [GitHub Sponsors](https://wdh.gg/sponsor)). You also get a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)! > -> If you decide to donate, please email william@is-a.dev (or send a message on Discord to `@williamharrison`) with your payment confirmation and your pull request link to have your PR approved. +> If you decide to donate, please email william@is-a.dev (or DM `@williamharrison` on Discord) with your payment receipt and your pull request link. ## Report Abuse If you find any subdomains being abused, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence. --- -We are proud to announce that we are fully supported by Cloudflare's [Project Alexandria](https://www.cloudflare.com/lp/project-alexandria) sponsorship program. We would not be able to operate without their help! 💖 +We are proud to announce that we are supported by Cloudflare's [Project Alexandria](https://www.cloudflare.com/lp/project-alexandria) sponsorship program. We would not be able to operate without their help! 💖 Cloudflare Logo From e84c2f9f2c452ad35f5b8f717c157adb1f4a7ac8 Mon Sep 17 00:00:00 2001 From: Smartlinuxcoder Date: Tue, 31 Dec 2024 12:32:30 +0100 Subject: [PATCH 163/405] Create arson.json --- domains/arson.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/arson.json diff --git a/domains/arson.json b/domains/arson.json new file mode 100644 index 000000000..3935fc0e3 --- /dev/null +++ b/domains/arson.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Smartlinuxcoder", + "email": "smartcoder@linuxmail.org", + "discord": "694986201739952229" + }, + "record": { + "NS": ["ignacio.ns.cloudflare.com", "nicole.ns.cloudflare.com"] + } +} From 3180af42abd0ddba2dd3a23eeaf8f6d238301ef4 Mon Sep 17 00:00:00 2001 From: Jan <60829448+Jqnn@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:52:10 +0100 Subject: [PATCH 164/405] Create jqnn.json --- domains/jqnn.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/jqnn.json diff --git a/domains/jqnn.json b/domains/jqnn.json new file mode 100644 index 000000000..9279862b1 --- /dev/null +++ b/domains/jqnn.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Jqnn" + } + "record": { + "A": ["144.24.170.49"] + } +} From 8f0ab1e384a6e9a31800d7b11b025ae68f75540d Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:52:42 +0800 Subject: [PATCH 165/405] Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 1f27b1c05c8eb45f0930548804cc71ba6f520861..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHLy-ve05I#c?6)crlI_3$G$^)QK!pu+>wl)N{MGYxxD%Lyz3j*;LNGwc9z{HG% z*qPc523~+W+fB|*%7_s7B>PM6C-?bNV>bl=(HMnwfGPk~a1c5xIF%U1X%uWhduoV+ z?$Phmn+I_;C}diPRlq9n8x^2u*MW8DKo1iB{5luGn8%{n_k(^Mps#YZ_j&hv{Y}y7FarR+GIgiQi(Nq^! z&owE};Qc||sQwA|A3`#t1#G{|{#lgw_dBdV%g8k-&oKH!i~2kGtw?b7ePi{oyvk#| z_seP4JFDd@FN>Rf=^XqwhG#Zeh4i#$6|f3e1-JsVKe#vuJ&mbCxpm+qUjYyubW6i) zxrZXUn|=eAq|esE;^?e(akOxdQC_N0mf)n1 iV|hVGG5xO~4P!1{AbJ{8h3G-EKLn% Date: Tue, 31 Dec 2024 14:04:33 +0100 Subject: [PATCH 166/405] Update jqnn.json --- domains/jqnn.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/jqnn.json b/domains/jqnn.json index 9279862b1..0cadcbf43 100644 --- a/domains/jqnn.json +++ b/domains/jqnn.json @@ -1,7 +1,8 @@ { "owner": { - "username": "Jqnn" - } + "username": "Jqnn", + "email:": "contact@jqnn.studio", + }, "record": { "A": ["144.24.170.49"] } From 2a1aafb2a1106539525ceed2c367a8e0edf3e4fd Mon Sep 17 00:00:00 2001 From: iostpa Date: Tue, 31 Dec 2024 15:25:54 +0200 Subject: [PATCH 167/405] So this is fun --- domains/jqnn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jqnn.json b/domains/jqnn.json index 0cadcbf43..95a1cf91a 100644 --- a/domains/jqnn.json +++ b/domains/jqnn.json @@ -1,7 +1,7 @@ { "owner": { "username": "Jqnn", - "email:": "contact@jqnn.studio", + "email:": "contact@jqnn.studio" }, "record": { "A": ["144.24.170.49"] From 96f372f500daba99be0ce0aa3f11a99004e16bfa Mon Sep 17 00:00:00 2001 From: riotoff Date: Tue, 31 Dec 2024 19:00:19 +0300 Subject: [PATCH 168/405] Rename chatting.json to chattingmessenger.json --- domains/{chatting.json => chattingmessenger.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{chatting.json => chattingmessenger.json} (100%) diff --git a/domains/chatting.json b/domains/chattingmessenger.json similarity index 100% rename from domains/chatting.json rename to domains/chattingmessenger.json From dc4863846fac54a15837f9250b97b45301a7ba8b Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanBaig@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:31:20 +0500 Subject: [PATCH 169/405] Create _vercel.ryan.json --- domains/_vercel.ryan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.ryan.json diff --git a/domains/_vercel.ryan.json b/domains/_vercel.ryan.json new file mode 100644 index 000000000..c3ddb8ff0 --- /dev/null +++ b/domains/_vercel.ryan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "RyanBaig" + }, + "record": { + "TXT": ["vc-domain-verify=ryan.is-a.dev,c1c8f7dbcb1e3a60b229"] + } +} From 4dadeaa9d528e891da71003c322907eb961aefd8 Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanBaig@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:38:10 +0500 Subject: [PATCH 170/405] Create ryanbaig.json --- domains/ryanbaig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ryanbaig.json diff --git a/domains/ryanbaig.json b/domains/ryanbaig.json new file mode 100644 index 000000000..1fa8545be --- /dev/null +++ b/domains/ryanbaig.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "RyanBaig" + }, + "record": { + "CNAME": "ryanthedev.vercel.app" + } +} From 30de9fb01bce186091778b7dfe35a8232f928367 Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanBaig@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:39:31 +0500 Subject: [PATCH 171/405] Delete domains/_vercel.ryan.json --- domains/_vercel.ryan.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 domains/_vercel.ryan.json diff --git a/domains/_vercel.ryan.json b/domains/_vercel.ryan.json deleted file mode 100644 index c3ddb8ff0..000000000 --- a/domains/_vercel.ryan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "RyanBaig" - }, - "record": { - "TXT": ["vc-domain-verify=ryan.is-a.dev,c1c8f7dbcb1e3a60b229"] - } -} From d655b67de47ccb28fb83c54610f7cf363ffcdce6 Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanBaig@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:39:55 +0500 Subject: [PATCH 172/405] Create _vercel.ryanbaig.json --- domains/_vercel.ryanbaig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.ryanbaig.json diff --git a/domains/_vercel.ryanbaig.json b/domains/_vercel.ryanbaig.json new file mode 100644 index 000000000..c3ddb8ff0 --- /dev/null +++ b/domains/_vercel.ryanbaig.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "RyanBaig" + }, + "record": { + "TXT": ["vc-domain-verify=ryan.is-a.dev,c1c8f7dbcb1e3a60b229"] + } +} From 29e76403bb714a733dd839ba76c80f810d4f5949 Mon Sep 17 00:00:00 2001 From: Samrat Talukdar <69191476+ogsamrat@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:04:52 +0530 Subject: [PATCH 173/405] ogsamrat: github txt record --- .../_github-pages-challenge-ogsamrat.samrat.is-a.dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_github-pages-challenge-ogsamrat.samrat.is-a.dev.json diff --git a/domains/_github-pages-challenge-ogsamrat.samrat.is-a.dev.json b/domains/_github-pages-challenge-ogsamrat.samrat.is-a.dev.json new file mode 100644 index 000000000..86bb70b25 --- /dev/null +++ b/domains/_github-pages-challenge-ogsamrat.samrat.is-a.dev.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ogsamrat" + }, + "record": { + "TXT": ["eeef7c979489f42f420873389f2bef"] + } +} From ba94d6038571c82f77cdbd1622733d156bfeff9e Mon Sep 17 00:00:00 2001 From: nikyisme <158007947+nikyy2@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:46:24 -0800 Subject: [PATCH 174/405] Create nikyofficial.json --- domains/nikyofficial.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nikyofficial.json diff --git a/domains/nikyofficial.json b/domains/nikyofficial.json new file mode 100644 index 000000000..561752de2 --- /dev/null +++ b/domains/nikyofficial.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nikyy2", + "email": "anhky581@gmail.com" + }, + "record": { + "CNAME": "nikyy2.github.io" + } +} From e347783dd0b01c61a97e81a0e66e7d67006d2a57 Mon Sep 17 00:00:00 2001 From: LIGMATV Date: Wed, 1 Jan 2025 12:05:15 +0700 Subject: [PATCH 175/405] Create 2.json --- domains/2.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/2.json diff --git a/domains/2.json b/domains/2.json new file mode 100644 index 000000000..d6fc683e0 --- /dev/null +++ b/domains/2.json @@ -0,0 +1,11 @@ +{ + "description": "LIGMATV's URL Manager (aka 2)", + "repo": "https://github.com/LIGMATV/links", + "owner": { + "username": "LIGMATV", + "email": "ligmatv.id@gmail.com" + }, + "record": { + "CNAME": "ligmatv.github.io" + } +} From 3cde42c68f75e1ef32265ffae7098611319a05d5 Mon Sep 17 00:00:00 2001 From: reiyuchan Date: Wed, 1 Jan 2025 08:44:00 +0200 Subject: [PATCH 176/405] Create reiyuchan.json --- domains/reiyuchan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/reiyuchan.json diff --git a/domains/reiyuchan.json b/domains/reiyuchan.json new file mode 100644 index 000000000..8b975f981 --- /dev/null +++ b/domains/reiyuchan.json @@ -0,0 +1,11 @@ +{ + "description": "reiyuchan personal website", + "repo": "https://github.com/reiyuchan/reiyuchan.github.io", + "owner": { + "username": "reiyuchan", + "email":"iwakura.rei.tk@gmail.com" + }, + "record": { + "CNAME": "reiyuchan.github.io" + } +} From 542103e8250755d7b6c510b1b4a8f786e6628f85 Mon Sep 17 00:00:00 2001 From: Samrat Talukdar <69191476+ogsamrat@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:18:14 +0530 Subject: [PATCH 177/405] Rename _github-pages-challenge-ogsamrat.samrat.is-a.dev.json to _github-pages-challenge-ogsamrat.samrat.json --- ...is-a.dev.json => _github-pages-challenge-ogsamrat.samrat.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ogsamrat.samrat.is-a.dev.json => _github-pages-challenge-ogsamrat.samrat.json} (100%) diff --git a/domains/_github-pages-challenge-ogsamrat.samrat.is-a.dev.json b/domains/_github-pages-challenge-ogsamrat.samrat.json similarity index 100% rename from domains/_github-pages-challenge-ogsamrat.samrat.is-a.dev.json rename to domains/_github-pages-challenge-ogsamrat.samrat.json From df0d51240c7d7b29365b39af8bc5e17111af2f8e Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanBaig@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:55:50 +0500 Subject: [PATCH 178/405] Update _vercel.ryanbaig.json --- domains/_vercel.ryanbaig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.ryanbaig.json b/domains/_vercel.ryanbaig.json index c3ddb8ff0..0e7a80730 100644 --- a/domains/_vercel.ryanbaig.json +++ b/domains/_vercel.ryanbaig.json @@ -3,6 +3,6 @@ "username": "RyanBaig" }, "record": { - "TXT": ["vc-domain-verify=ryan.is-a.dev,c1c8f7dbcb1e3a60b229"] + "TXT": ["vc-domain-verify=ryanbaig.is-a.dev,6611c040f39e1689070b"] } } From cc24d24f6a9fac3ec65fb2970e435c3d23ee3d57 Mon Sep 17 00:00:00 2001 From: Amjad Date: Wed, 1 Jan 2025 11:00:25 +0200 Subject: [PATCH 179/405] delete `amjad.json` domain --- domains/amjad.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/amjad.json diff --git a/domains/amjad.json b/domains/amjad.json deleted file mode 100644 index 81953551c..000000000 --- a/domains/amjad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/amjadAH/amjadAH.github.io", - "owner": { - "username": "amjadAH", - "email": "amjad_ah_@hotmail.com", - "tiwtter": "amjad_ah_" - }, - "record": { - "CNAME": "amjadah.github.io" - } -} From 55881891772e74ad28f62deae520cc3f1cdd6b7c Mon Sep 17 00:00:00 2001 From: Jwaxy <98110672+jwaxy@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:14:10 +0300 Subject: [PATCH 180/405] Add Cloudflare NS records. --- domains/jwaxy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jwaxy.json b/domains/jwaxy.json index f441505b4..7b81d01fd 100644 --- a/domains/jwaxy.json +++ b/domains/jwaxy.json @@ -6,6 +6,6 @@ "email": "me@yxawj.aleeas.com" }, "record": { - "CNAME": "jwaxy.github.io" + "NS": ["isabel.ns.cloudflare.com", "kolton.ns.cloudflare.com"] } } From 6375655954f93bf2186c23b04901ad541beb72ad Mon Sep 17 00:00:00 2001 From: Jwaxy <98110672+jwaxy@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:14:52 +0300 Subject: [PATCH 181/405] Delete my github challange because not needed anymore. --- domains/_github-pages-challenge-jwaxy.jwaxy.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/_github-pages-challenge-jwaxy.jwaxy.json diff --git a/domains/_github-pages-challenge-jwaxy.jwaxy.json b/domains/_github-pages-challenge-jwaxy.jwaxy.json deleted file mode 100644 index 96595b11e..000000000 --- a/domains/_github-pages-challenge-jwaxy.jwaxy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "GitHub said that the verification was needed so I created this record.", - "owner": { - "username": "jwaxy", - "email": "me@yxawj.aleeas.com" - }, - "record": { - "TXT": "8e4b33b2837436011e57d5cade6b40" - } -} From b12b49c4932e02e302af9ac3d85a82eedc79e6d7 Mon Sep 17 00:00:00 2001 From: Anant <144612836+ThatNerdyKun@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:32:22 +0530 Subject: [PATCH 182/405] Create annant.json --- domains/annant.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/annant.json diff --git a/domains/annant.json b/domains/annant.json new file mode 100644 index 000000000..78cb5f780 --- /dev/null +++ b/domains/annant.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ThatNerdyKun", +"discord": "629851641579044874" + }, + + "record": { + "CNAME": "annant.pages.dev" + } +} From 353f0fa4072717c0d02065ae1ca67e941929fc54 Mon Sep 17 00:00:00 2001 From: Lohit Kolluri Date: Wed, 1 Jan 2025 22:27:45 +0530 Subject: [PATCH 183/405] Update lohit.json --- domains/lohit.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/lohit.json b/domains/lohit.json index 52d0da6c2..75b71090a 100644 --- a/domains/lohit.json +++ b/domains/lohit.json @@ -5,6 +5,8 @@ "discord": "drxven" }, "record": { - "CNAME": "lohitkolluri.vercel.app" + "A": ["76.76.21.21"], + "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], + "TXT": ["v=spf1 include:zohomail.in ~all"] } } From 5cac55e5582a3e08ef29761a230695eb1efda967 Mon Sep 17 00:00:00 2001 From: Lohit Kolluri Date: Wed, 1 Jan 2025 23:45:49 +0530 Subject: [PATCH 184/405] Update lohit.json --- domains/lohit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lohit.json b/domains/lohit.json index 75b71090a..b76800a08 100644 --- a/domains/lohit.json +++ b/domains/lohit.json @@ -7,6 +7,6 @@ "record": { "A": ["76.76.21.21"], "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], - "TXT": ["v=spf1 include:zohomail.in ~all"] + "TXT": ["v=spf1 include:zohomail.in ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDk3bjKjaUSMk1CmR3dk3zbYxepsBEwSlM5Sz7f0IMEQICvmR4rv3O3dnT+2JmzV9sr/97sqQpucCVDJaJrnLB4XlFCvgJfwUTU8TX4CPSnWOJ4P7cxrfaMRMZARJoj31m81NB/eVArLcCZFZ/wprNeiOMhPGDL4B2lZRZkDts63wIDAQAB"] } } From 48a81af982ffb44bc1d1edb1a454b0c01d624d40 Mon Sep 17 00:00:00 2001 From: WinStuff <104269577+enderfoxbg@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:12:50 +0200 Subject: [PATCH 185/405] Create _vercel.justwinstuff.json --- domains/_vercel.justwinstuff.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.justwinstuff.json diff --git a/domains/_vercel.justwinstuff.json b/domains/_vercel.justwinstuff.json new file mode 100644 index 000000000..e93831283 --- /dev/null +++ b/domains/_vercel.justwinstuff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enderfoxbg", + "discord": "970380468090437672" + }, + "record": { + "TXT": ["vc-domain-verify=justwinstuff.is-a.dev,f7737c243dc3c1080dd7"] + } +} From 22303f26db7fabe5a32bf4c40356d1c687862831 Mon Sep 17 00:00:00 2001 From: WinStuff <104269577+enderfoxbg@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:14:28 +0200 Subject: [PATCH 186/405] Create justwinstuff.json --- domains/justwinstuff.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/justwinstuff.json diff --git a/domains/justwinstuff.json b/domains/justwinstuff.json new file mode 100644 index 000000000..2ba65cf76 --- /dev/null +++ b/domains/justwinstuff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enderfoxbg", + "discord": "970380468090437672" + }, + "record": { + "CNAME": "justwinstuff.vercel.app" + } +} From c1eec6dcec5dc16cc71d9ea98562b8c881cbb812 Mon Sep 17 00:00:00 2001 From: Jobayed Sumon Date: Thu, 2 Jan 2025 02:08:29 +0600 Subject: [PATCH 187/405] Create jobayedsumon.json --- domains/jobayedsumon.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jobayedsumon.json diff --git a/domains/jobayedsumon.json b/domains/jobayedsumon.json new file mode 100644 index 000000000..3a946146e --- /dev/null +++ b/domains/jobayedsumon.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jobayedsumon", + "email": "jobayedahmedsumon@gmail.com" + }, + "record": { + "A": [ + "103.159.73.11" + ] + } +} From fed29da5aaf84c97bd7d26d8849da8b0e6afda5e Mon Sep 17 00:00:00 2001 From: nikyisme <158007947+nikyy2@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:34:42 -0800 Subject: [PATCH 188/405] Create _discord.nikyofficial.json --- domains/_discord.nikyofficial.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_discord.nikyofficial.json diff --git a/domains/_discord.nikyofficial.json b/domains/_discord.nikyofficial.json new file mode 100644 index 000000000..0777d6d1a --- /dev/null +++ b/domains/_discord.nikyofficial.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "nikyy2", + "email": "anhky581@gmail.com", + "discord": "1007521768761729094" + }, + "record": { + "TXT": "dh=eb8bcab3a2e8a1f278e7cb88404974b46f58a31c" + } +} From 726325f1940dabccb85b5540a5762bea56ecd431 Mon Sep 17 00:00:00 2001 From: ah2 <44106895+ah2@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:13:10 +0400 Subject: [PATCH 189/405] Create ah2.json --- domains/ah2.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ah2.json diff --git a/domains/ah2.json b/domains/ah2.json new file mode 100644 index 000000000..735d5b25a --- /dev/null +++ b/domains/ah2.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ah2", + "email": "uni.ahmamy@gmail.com" + }, + "record": { + "CNAME": "hamd.cloud.libraryofcode.org" + } +} From 3402016ad9a98e20a02c22f3fb3b92e8a86da944 Mon Sep 17 00:00:00 2001 From: Lohit Kolluri Date: Thu, 2 Jan 2025 02:47:10 +0530 Subject: [PATCH 190/405] Create zmail._domainkey.lohit.json --- domains/zmail._domainkey.lohit.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/zmail._domainkey.lohit.json diff --git a/domains/zmail._domainkey.lohit.json b/domains/zmail._domainkey.lohit.json new file mode 100644 index 000000000..45759e124 --- /dev/null +++ b/domains/zmail._domainkey.lohit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lohitkolluri", + "email": "lohitkolluri@gmail.com", + "discord": "drxven" + }, + "record": { + "TXT": ["v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDk3bjKjaUSMk1CmR3dk3zbYxepsBEwSlM5Sz7f0IMEQICvmR4rv3O3dnT+2JmzV9sr/97sqQpucCVDJaJrnLB4XlFCvgJfwUTU8TX4CPSnWOJ4P7cxrfaMRMZARJoj31m81NB/eVArLcCZFZ/wprNeiOMhPGDL4B2lZRZkDts63wIDAQAB"] + } +} From fe7289b0f795b760d42b9550ab858167842f9cb0 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 06:35:54 +0800 Subject: [PATCH 191/405] remove reserved option --- tests/json.test.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/json.test.js b/tests/json.test.js index 1bf3e3f3d..4dab0ede7 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -8,8 +8,7 @@ const requiredFields = { }; const optionalFields = { - proxied: "boolean", - reserved: "boolean" + proxied: "boolean" }; const requiredOwnerFields = { @@ -79,10 +78,8 @@ t("All files should have the required fields", (t) => { // Validate owner object fields validateRequiredFields(t, data.owner, requiredOwnerFields, file); - // Ensure 'record' field is not empty unless reserved - if (!data.reserved) { - t.true(Object.keys(data.record).length > 0, `${file}: No record types found`); - } + // Ensure 'record' field is not empty + t.true(Object.keys(data.record).length > 0, `${file}: Missing DNS records`); }); }); From 5c5245c4e28f69d27b5cda32daf9163eebf51172 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 06:35:55 +0800 Subject: [PATCH 192/405] remove reserved option --- tests/json.test.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/json.test.js b/tests/json.test.js index 1bf3e3f3d..4dab0ede7 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -8,8 +8,7 @@ const requiredFields = { }; const optionalFields = { - proxied: "boolean", - reserved: "boolean" + proxied: "boolean" }; const requiredOwnerFields = { @@ -79,10 +78,8 @@ t("All files should have the required fields", (t) => { // Validate owner object fields validateRequiredFields(t, data.owner, requiredOwnerFields, file); - // Ensure 'record' field is not empty unless reserved - if (!data.reserved) { - t.true(Object.keys(data.record).length > 0, `${file}: No record types found`); - } + // Ensure 'record' field is not empty + t.true(Object.keys(data.record).length > 0, `${file}: Missing DNS records`); }); }); From 988994234dd49f8a04e2b1951e37040d4d8af046 Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:30:00 +0000 Subject: [PATCH 193/405] Delete domains/ai-y.json --- domains/ai-y.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ai-y.json diff --git a/domains/ai-y.json b/domains/ai-y.json deleted file mode 100644 index 1ba829032..000000000 --- a/domains/ai-y.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yunexiz", - "discord": "1040303561847881729" - }, - "record": { - "CNAME": "ai-y.onrender.com" - } -} From f0b7ca1f6cf08a4e94f6fd28a5e899cf6da0d503 Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:32:09 +0000 Subject: [PATCH 194/405] Delete domains/ai-y.yosuke.json --- domains/ai-y.yosuke.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ai-y.yosuke.json diff --git a/domains/ai-y.yosuke.json b/domains/ai-y.yosuke.json deleted file mode 100644 index 632f9c315..000000000 --- a/domains/ai-y.yosuke.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yunexiz", - "discord": "1040303561847881729" - }, - "record": { - "CNAME": "ai-y-main.pages.dev" - } -} From 5ee66dad225badbeca394eb66df6bb146c4ac253 Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:32:21 +0000 Subject: [PATCH 195/405] Delete domains/ai-y.yunexiz.json --- domains/ai-y.yunexiz.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ai-y.yunexiz.json diff --git a/domains/ai-y.yunexiz.json b/domains/ai-y.yunexiz.json deleted file mode 100644 index 0ab726729..000000000 --- a/domains/ai-y.yunexiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yunexiz", - "discord": "1040303561847881729" - }, - "record": { - "CNAME": "yunexiz.github.io" - } -} From 25dd15172957b56fd6a25244648b06588694464b Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:32:31 +0000 Subject: [PATCH 196/405] Delete domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json --- .../_github-pages-challenge-yunexiz.ai-y.yunexiz.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json diff --git a/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json b/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json deleted file mode 100644 index 5e584ec99..000000000 --- a/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yunexiz", - "discord": "1040303561847881729" - }, - "record": { - "TXT": "44acf50d05a09c5bdcb82f64551e6c" - } -} From 55501e5a8a8c2e738b481e46f8cab6c365047d4b Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:39:19 +0000 Subject: [PATCH 197/405] Delete domains/1-train-ride-in-germany-is-300-euros.json --- domains/1-train-ride-in-germany-is-300-euros.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 domains/1-train-ride-in-germany-is-300-euros.json diff --git a/domains/1-train-ride-in-germany-is-300-euros.json b/domains/1-train-ride-in-germany-is-300-euros.json deleted file mode 100644 index e809964fb..000000000 --- a/domains/1-train-ride-in-germany-is-300-euros.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "Yunexiz", - "discord": "1040303561847881729" - }, - "record": { - "A": [ - "185.199.109.153", - "185.199.108.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} From df7c9df27dcff914e71e6db0ff2aa0ac04325ba3 Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:39:32 +0000 Subject: [PATCH 198/405] Delete domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json --- ...nge-yunexiz.1-train-ride-in-germany-is-300-euros.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json diff --git a/domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json b/domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json deleted file mode 100644 index 73f4376f4..000000000 --- a/domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Yunexiz", - "discord": "1040303561847881729" - }, - "record": { - "TXT": "a39a9e9549128753e8f6757a37d2c2" - } -} From c39b5eaff79c56bfecf2cd285a03aab8a84bb900 Mon Sep 17 00:00:00 2001 From: LIGMATV Date: Thu, 2 Jan 2025 10:04:39 +0700 Subject: [PATCH 199/405] Update 2.json --- domains/2.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/2.json b/domains/2.json index d6fc683e0..5e6f21eae 100644 --- a/domains/2.json +++ b/domains/2.json @@ -1,11 +1,10 @@ { "description": "LIGMATV's URL Manager (aka 2)", - "repo": "https://github.com/LIGMATV/links", "owner": { "username": "LIGMATV", "email": "ligmatv.id@gmail.com" }, "record": { - "CNAME": "ligmatv.github.io" + "CNAME": "ligmatv-links.vercel.app" } } From dce19c87de7e0186319fd79770f4212536c489e9 Mon Sep 17 00:00:00 2001 From: LIGMATV Date: Thu, 2 Jan 2025 10:12:46 +0700 Subject: [PATCH 200/405] Create _vercel.2.json --- domains/_vercel.2.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.2.json diff --git a/domains/_vercel.2.json b/domains/_vercel.2.json new file mode 100644 index 000000000..24db2720e --- /dev/null +++ b/domains/_vercel.2.json @@ -0,0 +1,10 @@ +{ + "description": "LIGMATV's URL Manager (aka 2)", + "owner": { + "username": "LIGMATV", + "email": "ligmatv.id@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=2.is-a.dev,ea014a1b9a6ec8986aa0"] + } +} From 987ec14c6b42dcfd500d35dbb901d0cffd3c7e28 Mon Sep 17 00:00:00 2001 From: Manish <87753285+m-manish03@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:42:06 +0530 Subject: [PATCH 201/405] Create manish-madi.json --- domains/manish-madi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/manish-madi.json diff --git a/domains/manish-madi.json b/domains/manish-madi.json new file mode 100644 index 000000000..fe4f90072 --- /dev/null +++ b/domains/manish-madi.json @@ -0,0 +1,11 @@ +{ + "description": "Manish's Personal Website", + "repo": "https://github.com/m-manish03/m-manish03", + "owner": { + "username": "m-manish03", + "email": "manish.rebel14@gmail.com" + }, + "record": { + "CNAME": "m-manish03.github.io" + } +} From 99dfd99b956c31570de56bb1790cff748497b533 Mon Sep 17 00:00:00 2001 From: Heath Garvin <60587708+MinoDab492@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:52:47 -0800 Subject: [PATCH 202/405] New Links (MinoDab492) --- domains/_discord.heath.json | 9 +++++++++ domains/heath.json | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 domains/_discord.heath.json create mode 100644 domains/heath.json diff --git a/domains/_discord.heath.json b/domains/_discord.heath.json new file mode 100644 index 000000000..58cb8892f --- /dev/null +++ b/domains/_discord.heath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minodab492", + "email": "heath.garvin@minodabproductions.dev" + }, + "record": { + "TXT": ["dh=5a45b7cd26a9cd21f027e4bbf1c010cac0b78204"] + } +} \ No newline at end of file diff --git a/domains/heath.json b/domains/heath.json new file mode 100644 index 000000000..78180bee0 --- /dev/null +++ b/domains/heath.json @@ -0,0 +1,10 @@ +{ + "description": "A simple link shortener page used for the minodabproductions.dev website.", + "owner": { + "username": "minodab492", + "email": "heath.garvin@minodabproductions.dev" + }, + "record": { + "CNAME": "mdp-linkshortener.pages.dev" + } +} \ No newline at end of file From 6f84fc787b15ec1cf0b8dc7788eaffc543215cb6 Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 13:12:32 +0530 Subject: [PATCH 203/405] Create hash-cracker.json --- domains/hash-cracker.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/hash-cracker.json diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/hash-cracker.json @@ -0,0 +1 @@ + From 4bf905878415b3df047261efe7052bc04bb86138 Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 13:18:11 +0530 Subject: [PATCH 204/405] Create Hash-Cracker.json --- domains/Hash-Cracker.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/Hash-Cracker.json diff --git a/domains/Hash-Cracker.json b/domains/Hash-Cracker.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/Hash-Cracker.json @@ -0,0 +1 @@ + From afa54538db2954b3740a848e92b0c8dceaa814b1 Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 13:21:12 +0530 Subject: [PATCH 205/405] Delete domains/Hash-Cracker.json --- domains/Hash-Cracker.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/Hash-Cracker.json diff --git a/domains/Hash-Cracker.json b/domains/Hash-Cracker.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/Hash-Cracker.json +++ /dev/null @@ -1 +0,0 @@ - From 464ebb2db511978aa136ed82da03cb56c3082526 Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 13:23:19 +0530 Subject: [PATCH 206/405] Create Hash-Cracker.json --- domains/Hash-Cracker.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/Hash-Cracker.json diff --git a/domains/Hash-Cracker.json b/domains/Hash-Cracker.json new file mode 100644 index 000000000..489333b0e --- /dev/null +++ b/domains/Hash-Cracker.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Hash-Cracker" + }, + "record": { + "CNAME": "Hash-Cracker.github.io" + } +} From 7c390e0dd8bd5acc2b2951a5e75dd05f0d668a88 Mon Sep 17 00:00:00 2001 From: WinStuff <104269577+enderfoxbg@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:57:46 +0200 Subject: [PATCH 207/405] Create _discord.justwinstuff.json --- domains/_discord.justwinstuff.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.justwinstuff.json diff --git a/domains/_discord.justwinstuff.json b/domains/_discord.justwinstuff.json new file mode 100644 index 000000000..f846fd946 --- /dev/null +++ b/domains/_discord.justwinstuff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enderfoxbg", + "discord": "970380468090437672" + }, + "record": { + "TXT": ["dh=75e9bdc423ca4351bb8938087b552bc2ee9a3e16"] + } +} From 93f0ea28be8be86e9ee9db88667beaf89a21eb28 Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:04:55 +0800 Subject: [PATCH 208/405] Delete domains/face-recognition.shockbs.json --- domains/face-recognition.shockbs.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/face-recognition.shockbs.json diff --git a/domains/face-recognition.shockbs.json b/domains/face-recognition.shockbs.json deleted file mode 100644 index 6000dc098..000000000 --- a/domains/face-recognition.shockbs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shockbs", - "email": "apipherng@gmail.com" - }, - "record": { - "CNAME": "na-west1.surge.sh" - } -} From 493a47913856fac573370e3efb92f5789e6a0ec8 Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 15:40:56 +0530 Subject: [PATCH 209/405] Delete domains/Hash-Cracker.json --- domains/Hash-Cracker.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 domains/Hash-Cracker.json diff --git a/domains/Hash-Cracker.json b/domains/Hash-Cracker.json deleted file mode 100644 index 489333b0e..000000000 --- a/domains/Hash-Cracker.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Hash-Cracker" - }, - "record": { - "CNAME": "Hash-Cracker.github.io" - } -} From 9bbf70b9466cf2c5cc587db4e34b3a45c8cb02f2 Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 15:43:33 +0530 Subject: [PATCH 210/405] Update hash-cracker.json --- domains/hash-cracker.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json index 8b1378917..489333b0e 100644 --- a/domains/hash-cracker.json +++ b/domains/hash-cracker.json @@ -1 +1,8 @@ - +{ + "owner": { + "username": "Hash-Cracker" + }, + "record": { + "CNAME": "Hash-Cracker.github.io" + } +} From f7e410c0cfa6225caa01fc79b19caa48fa30a5ff Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 15:48:14 +0530 Subject: [PATCH 211/405] Update hash-cracker.json --- domains/hash-cracker.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json index 489333b0e..932ddd189 100644 --- a/domains/hash-cracker.json +++ b/domains/hash-cracker.json @@ -1,6 +1,7 @@ { "owner": { "username": "Hash-Cracker" + "email": "tspamiitesh@gmail.com" }, "record": { "CNAME": "Hash-Cracker.github.io" From 82c124038a41a9e0eff233f8de538805eb28a1aa Mon Sep 17 00:00:00 2001 From: Amiitesh TSP Date: Thu, 2 Jan 2025 15:52:32 +0530 Subject: [PATCH 212/405] Update hash-cracker.json --- domains/hash-cracker.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json index 932ddd189..576894dc0 100644 --- a/domains/hash-cracker.json +++ b/domains/hash-cracker.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "Hash-Cracker" - "email": "tspamiitesh@gmail.com" - }, - "record": { - "CNAME": "Hash-Cracker.github.io" - } -} + "description": "A portfolio website", + "repo": "https://github.com/hash-cracker/hash-cracker.github.io", + "owner": { + "username": "hash-cracker", + "email": "tspamiitesh@gmail.com", + }, + "record": { + "CNAME": "hash-cracker.github.io" + } +} From d795c1c873a4426162213b22bd896c079d2164d1 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:46:14 +0800 Subject: [PATCH 213/405] add basic pr tests --- .github/workflows/validation.yml | 9 +++++++++ tests/pr.test.js | 23 +++++++++++++++++++++++ util/administrators.json | 4 ++++ util/reserved-domains.json | 4 +++- 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 tests/pr.test.js create mode 100644 util/administrators.json diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index d48c9a347..c5dd5964a 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -36,6 +36,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Get Modified JSON Files + id: modified_files + run: | + MODIFIED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^domains/.*\.json$' | sed 's|.*/||' | tr '\n' ',' | sed 's|,$||') + echo "MODIFIED_FILES=${MODIFIED_FILES}" >> $GITHUB_ENV + - run: npm install - run: npm test + env: + PULL_REQUEST: ${{ github.event.pull_request.number || false }} # false if not a PR + MODIFIED_FILES: ${{ env.MODIFIED_FILES }} diff --git a/tests/pr.test.js b/tests/pr.test.js new file mode 100644 index 000000000..6e5588fd7 --- /dev/null +++ b/tests/pr.test.js @@ -0,0 +1,23 @@ +if (!process.env.PULL_REQUEST) return; + +const t = require("ava"); +const fs = require("fs-extra"); +const path = require("path"); + +const PR_AUTHOR = process.env.PR_AUTHOR; +const MODIFIED_FILES = process.env.MODIFIED_FILES.split(","); + +const domainsPath = path.resolve("domains"); + +const admins = require("../util/administrators.json"); + +t("Modified JSON files must be owned by the PR author", (t) => { + MODIFIED_FILES.forEach((file) => { + const domain = fs.readJsonSync(path.join(domainsPath, file)); + + t.true( + domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Owner should be ${PR_AUTHOR} but is ${domain.owner}` + ); + }); +}); diff --git a/util/administrators.json b/util/administrators.json new file mode 100644 index 000000000..f85832ced --- /dev/null +++ b/util/administrators.json @@ -0,0 +1,4 @@ +[ + "wdhdev", + "DEV-DIBSTER" +] \ No newline at end of file diff --git a/util/reserved-domains.json b/util/reserved-domains.json index 67087b209..42a683c8c 100644 --- a/util/reserved-domains.json +++ b/util/reserved-domains.json @@ -8,7 +8,9 @@ "api", "auth", "authentication", + "authorisation", "authorise", + "authorization", "authorize", "aux", "billing", @@ -17,6 +19,7 @@ "cart", "catalog", "checkout", + "co", "com", "com[1-9]", "con", @@ -74,7 +77,6 @@ "payments", "portal", "postmaster", - "prn", "recovery", "redirect", "registrar", From b7739fb0c843cb79e878f26e64d1aaf828b10f96 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:48:03 +0800 Subject: [PATCH 214/405] Update validation.yml --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index c5dd5964a..259be4388 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -46,5 +46,5 @@ jobs: - run: npm test env: - PULL_REQUEST: ${{ github.event.pull_request.number || false }} # false if not a PR + PULL_REQUEST: ${{ github.event_name == 'pull_request' }} MODIFIED_FILES: ${{ env.MODIFIED_FILES }} From f78a7beddc96b8384dd25a2e0db5dbae2cbb9e96 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:54:05 +0800 Subject: [PATCH 215/405] updates --- .github/workflows/stale.yml | 31 +++++++++++++++---------------- .github/workflows/validation.yml | 9 ++------- tests/pr.test.js | 9 ++++++--- 3 files changed, 23 insertions(+), 26 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9eefecd7b..ad78c7b61 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,21 +1,20 @@ name: StaleBOT on: - workflow_dispatch: - name: 'Force cleanup' - schedule: - - cron: "30 14 * * *" + workflow_dispatch: + schedule: + - cron: "30 14 * * *" jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 7 - days-before-close: 3 - stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it' - stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' - exempt-issue-labels: 'no-stale' - exempt-pr-labels: 'no-stale' + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + days-before-stale: 7 + days-before-close: 3 + stale-issue-message: "This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it" + stale-pr-message: "This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it" + exempt-issue-labels: "no-stale" + exempt-pr-labels: "no-stale" diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 259be4388..0a11830df 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -36,15 +36,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Get Modified JSON Files - id: modified_files - run: | - MODIFIED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^domains/.*\.json$' | sed 's|.*/||' | tr '\n' ',' | sed 's|,$||') - echo "MODIFIED_FILES=${MODIFIED_FILES}" >> $GITHUB_ENV - - run: npm install - run: npm test env: - PULL_REQUEST: ${{ github.event_name == 'pull_request' }} + EVENT: ${{ github.event_name }} + PR_AUTHOR: ${{ github.event.pull_request.user.login }} MODIFIED_FILES: ${{ env.MODIFIED_FILES }} diff --git a/tests/pr.test.js b/tests/pr.test.js index 6e5588fd7..98a153a7d 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -1,5 +1,3 @@ -if (!process.env.PULL_REQUEST) return; - const t = require("ava"); const fs = require("fs-extra"); const path = require("path"); @@ -12,12 +10,17 @@ const domainsPath = path.resolve("domains"); const admins = require("../util/administrators.json"); t("Modified JSON files must be owned by the PR author", (t) => { + if(process.env.EVENT !== "pull_request") { + t.pass(); + return; + } + MODIFIED_FILES.forEach((file) => { const domain = fs.readJsonSync(path.join(domainsPath, file)); t.true( domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Owner should be ${PR_AUTHOR} but is ${domain.owner}` + `${file}: Owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` ); }); }); From 79487832232ae80939327db1d558ceb2d169ce34 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:56:36 +0800 Subject: [PATCH 216/405] Update validation.yml --- .github/workflows/validation.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 0a11830df..3b9476f0e 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -38,8 +38,14 @@ jobs: - run: npm install + - name: Get modified files + if: github.event_name == 'pull_request' + id: files + run: | + echo "::set-output name=files::$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})" + - run: npm test env: EVENT: ${{ github.event_name }} PR_AUTHOR: ${{ github.event.pull_request.user.login }} - MODIFIED_FILES: ${{ env.MODIFIED_FILES }} + MODIFIED_FILES: ${{ steps.files.outputs.files || '' }} From 70ae9ef6d93af16207486542c026fe6ea9cd3a4f Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:59:42 +0800 Subject: [PATCH 217/405] Update pr.test.js --- tests/pr.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pr.test.js b/tests/pr.test.js index 98a153a7d..b29d1bc1a 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -16,6 +16,7 @@ t("Modified JSON files must be owned by the PR author", (t) => { } MODIFIED_FILES.forEach((file) => { + console.log(file) const domain = fs.readJsonSync(path.join(domainsPath, file)); t.true( From 7b6c8d8580e26ada483f0a6acb802c353f285b76 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:02:36 +0800 Subject: [PATCH 218/405] Update validation.yml --- .github/workflows/validation.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 3b9476f0e..94a4f08f6 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -41,11 +41,10 @@ jobs: - name: Get modified files if: github.event_name == 'pull_request' id: files - run: | - echo "::set-output name=files::$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})" + run: echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT - run: npm test env: EVENT: ${{ github.event_name }} PR_AUTHOR: ${{ github.event.pull_request.user.login }} - MODIFIED_FILES: ${{ steps.files.outputs.files || '' }} + MODIFIED_FILES: ${{ steps.files.outputs.changed_files || '' }} From 2ca826b7ab94de59f49ac72825f5a80ad83bc410 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:04:43 +0800 Subject: [PATCH 219/405] Update validation.yml --- .github/workflows/validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 94a4f08f6..3b6192875 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -41,7 +41,9 @@ jobs: - name: Get modified files if: github.event_name == 'pull_request' id: files - run: echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT + run: | + echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT + echo $changed_files - run: npm test env: From 8fde5c76ae0520ff8a2132e22b37f77e9d47f351 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:06:16 +0800 Subject: [PATCH 220/405] Update validation.yml --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 3b6192875..3b8b3e9f8 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -42,7 +42,7 @@ jobs: if: github.event_name == 'pull_request' id: files run: | - echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT + echo "changed_files=$(git diff --name-only HEAD~1 HEAD | xargs)" >> $GITHUB_OUTPUT echo $changed_files - run: npm test From 8be1788c63f207a14cddbf693d805e60f6e34ede Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:13:10 +0800 Subject: [PATCH 221/405] fixes? --- .github/workflows/validation.yml | 11 +++++++++-- tests/pr.test.js | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 3b8b3e9f8..a23aa0890 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -39,14 +39,21 @@ jobs: - run: npm install - name: Get modified files - if: github.event_name == 'pull_request' + id: files run: | echo "changed_files=$(git diff --name-only HEAD~1 HEAD | xargs)" >> $GITHUB_OUTPUT echo $changed_files + - name: Get all modified domain JSON files + if: github.event_name == 'pull_request' + id: changed-files + uses: tj-actions/changed-files@v45 + with: + files: domains/*.json + - run: npm test env: EVENT: ${{ github.event_name }} PR_AUTHOR: ${{ github.event.pull_request.user.login }} - MODIFIED_FILES: ${{ steps.files.outputs.changed_files || '' }} + MODIFIED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} diff --git a/tests/pr.test.js b/tests/pr.test.js index b29d1bc1a..e588a2ba1 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,7 +3,7 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR; -const MODIFIED_FILES = process.env.MODIFIED_FILES.split(","); +const MODIFIED_FILES = process.env.MODIFIED_FILES.split("\n"); const domainsPath = path.resolve("domains"); From 2b7e741a09a11e0de9f1f9e4f9d636a1775cac09 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:16:05 +0800 Subject: [PATCH 222/405] bug fix --- .github/workflows/validation.yml | 7 ------- tests/pr.test.js | 6 +++++- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index a23aa0890..a22cd67a6 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -38,13 +38,6 @@ jobs: - run: npm install - - name: Get modified files - - id: files - run: | - echo "changed_files=$(git diff --name-only HEAD~1 HEAD | xargs)" >> $GITHUB_OUTPUT - echo $changed_files - - name: Get all modified domain JSON files if: github.event_name == 'pull_request' id: changed-files diff --git a/tests/pr.test.js b/tests/pr.test.js index e588a2ba1..1fe526d75 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,7 +3,11 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR; -const MODIFIED_FILES = process.env.MODIFIED_FILES.split("\n"); +let MODIFIED_FILES = process.env.MODIFIED_FILES.split(" "); + +for (let i = 0; i < MODIFIED_FILES.length; i++) { + MODIFIED_FILES[i] = MODIFIED_FILES[i].substring(MODIFIED_FILES[i].lastIndexOf("/") + 1); +} const domainsPath = path.resolve("domains"); From b560cf35ca11df1f6d5ac9465b3da519eea24463 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:22:57 +0800 Subject: [PATCH 223/405] test --- .github/workflows/validation.yml | 9 +++++++++ tests/pr.test.js | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index a22cd67a6..4f9863fc7 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -45,6 +45,15 @@ jobs: with: files: domains/*.json + - name: testing + run: | + ls + ls ../ + echo ${{ steps.changed-files.outputs.all_changed_files }} + for file in ${{ steps.changed-files.outputs.all_changed_files }}; do + cat $file + done + - run: npm test env: EVENT: ${{ github.event_name }} diff --git a/tests/pr.test.js b/tests/pr.test.js index 1fe526d75..5de425a0f 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -20,7 +20,6 @@ t("Modified JSON files must be owned by the PR author", (t) => { } MODIFIED_FILES.forEach((file) => { - console.log(file) const domain = fs.readJsonSync(path.join(domainsPath, file)); t.true( From d7a07d50e1b8cc2d6e6b2928855c4e98ccd2b7ae Mon Sep 17 00:00:00 2001 From: "Ruby\" Erubinyl" Date: Thu, 2 Jan 2025 16:31:26 +0500 Subject: [PATCH 224/405] Create erubinyl.json yes --- domains/erubinyl.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/erubinyl.json diff --git a/domains/erubinyl.json b/domains/erubinyl.json new file mode 100644 index 000000000..676124e95 --- /dev/null +++ b/domains/erubinyl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Erubinyl", + "email": "erubinyl@outlook.com" + }, + "record": { + "CNAME": "erubinyl.github.io" + } +} \ No newline at end of file From 51867e7928be720e5b9cb2f529685583c0b1e5c1 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:33:10 +0800 Subject: [PATCH 225/405] more pr tests --- .github/workflows/validation.yml | 16 +++++++--------- tests/pr.test.js | 31 +++++++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 11 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 4f9863fc7..92a03e6bb 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -35,6 +35,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + path: ${{ github.run_id }} + + - uses: actions/checkout@v4 + with: + repository: is-a-dev/register + path: register - run: npm install @@ -45,15 +52,6 @@ jobs: with: files: domains/*.json - - name: testing - run: | - ls - ls ../ - echo ${{ steps.changed-files.outputs.all_changed_files }} - for file in ${{ steps.changed-files.outputs.all_changed_files }}; do - cat $file - done - - run: npm test env: EVENT: ${{ github.event_name }} diff --git a/tests/pr.test.js b/tests/pr.test.js index 5de425a0f..ccd3015f0 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -10,6 +10,7 @@ for (let i = 0; i < MODIFIED_FILES.length; i++) { } const domainsPath = path.resolve("domains"); +const headDomainsPath = path.resolve("../register/domains"); const admins = require("../util/administrators.json"); @@ -20,11 +21,37 @@ t("Modified JSON files must be owned by the PR author", (t) => { } MODIFIED_FILES.forEach((file) => { + const modifiedDomain = fs.readJsonSync(path.join(domainsPath, file)); + let currentDomain = null; + + try { + currentDomain = fs.readJsonSync(path.join(headDomainsPath, file)); + } catch { + currentDomain = modifiedDomain; + } + + t.true( + currentDomain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` + ); + }); +}); + + +t("New JSON files must be owned by the PR author", (t) => { + if(process.env.EVENT !== "pull_request") { + t.pass(); + return; + } + + const newFiles = fs.readdirSync(domainsPath).filter((file) => !fs.readdirSync(headDomainsPath).includes(file)); + + newFiles.forEach((file) => { const domain = fs.readJsonSync(path.join(domainsPath, file)); t.true( domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` + `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` ); }); -}); +}) From 1e53e46efc64a72706ed969e61eae27e24c1a736 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:35:27 +0800 Subject: [PATCH 226/405] Update validation.yml --- .github/workflows/validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 92a03e6bb..10c7c4aa5 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -41,7 +41,9 @@ jobs: - uses: actions/checkout@v4 with: repository: is-a-dev/register - path: register + path: ../register + + - run: cd ${{ github.run_id }} - run: npm install From 67e6b7b0ac8d045335d4c450d7e08fb3afc83122 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:37:35 +0800 Subject: [PATCH 227/405] Update validation.yml --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 10c7c4aa5..0b6dd409f 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -43,7 +43,7 @@ jobs: repository: is-a-dev/register path: ../register - - run: cd ${{ github.run_id }} + - run: ls - run: npm install From 6993488eb28e531c88fb795d55c537b1d5d433d8 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:41:05 +0800 Subject: [PATCH 228/405] fixes --- .github/workflows/validation.yml | 6 +++++- tests/pr.test.js | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 0b6dd409f..aaa0bab1a 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -44,6 +44,7 @@ jobs: path: ../register - run: ls + - run: ls ../ - run: npm install @@ -54,8 +55,11 @@ jobs: with: files: domains/*.json - - run: npm test + - run: cd .. + + - run: npx ava register/tests/*.test.js env: EVENT: ${{ github.event_name }} + RUN_ID: ${{ github.run_id }} PR_AUTHOR: ${{ github.event.pull_request.user.login }} MODIFIED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} diff --git a/tests/pr.test.js b/tests/pr.test.js index ccd3015f0..9244460ff 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -9,8 +9,8 @@ for (let i = 0; i < MODIFIED_FILES.length; i++) { MODIFIED_FILES[i] = MODIFIED_FILES[i].substring(MODIFIED_FILES[i].lastIndexOf("/") + 1); } -const domainsPath = path.resolve("domains"); -const headDomainsPath = path.resolve("../register/domains"); +const domainsPath = path.resolve(`${process.env.RUN_ID}/domains`); +const headDomainsPath = path.resolve("register/domains"); const admins = require("../util/administrators.json"); From ebe879e492e9003d09b70be40cd6fa595ff5a17b Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:44:24 +0800 Subject: [PATCH 229/405] Update validation.yml --- .github/workflows/validation.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index aaa0bab1a..9f17e9dae 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -43,8 +43,10 @@ jobs: repository: is-a-dev/register path: ../register - - run: ls - - run: ls ../ + - run: | + ls + ls ../ + ls ../ - run: npm install From 2f31cd774869920122aa7d58ef5dca15243bb77c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:49:51 +0800 Subject: [PATCH 230/405] fix stuff --- .github/workflows/validation.yml | 14 +++----------- tests/pr.test.js | 4 ++-- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 9f17e9dae..f77187016 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -35,18 +35,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - path: ${{ github.run_id }} - uses: actions/checkout@v4 with: repository: is-a-dev/register - path: ../register - - - run: | - ls - ls ../ - ls ../ + path: register-${{ github.run_id }} - run: npm install @@ -57,9 +50,8 @@ jobs: with: files: domains/*.json - - run: cd .. - - - run: npx ava register/tests/*.test.js + - name: Run tests + run: npx ava tests/*.test.js env: EVENT: ${{ github.event_name }} RUN_ID: ${{ github.run_id }} diff --git a/tests/pr.test.js b/tests/pr.test.js index 9244460ff..f178ddecd 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -9,8 +9,8 @@ for (let i = 0; i < MODIFIED_FILES.length; i++) { MODIFIED_FILES[i] = MODIFIED_FILES[i].substring(MODIFIED_FILES[i].lastIndexOf("/") + 1); } -const domainsPath = path.resolve(`${process.env.RUN_ID}/domains`); -const headDomainsPath = path.resolve("register/domains"); +const domainsPath = path.resolve("domains"); +const headDomainsPath = path.resolve(`register-${process.env.RUN_ID}/domains`); const admins = require("../util/administrators.json"); From ec4e7b5676454c61ac53c2ea51bafea99cc4be16 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:53:15 +0800 Subject: [PATCH 231/405] maybe this will fix it --- tests/pr.test.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index f178ddecd..8a6ac0ebd 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,11 +3,7 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR; -let MODIFIED_FILES = process.env.MODIFIED_FILES.split(" "); - -for (let i = 0; i < MODIFIED_FILES.length; i++) { - MODIFIED_FILES[i] = MODIFIED_FILES[i].substring(MODIFIED_FILES[i].lastIndexOf("/") + 1); -} +const MODIFIED_FILES = process.env.MODIFIED_FILES.split(" "); const domainsPath = path.resolve("domains"); const headDomainsPath = path.resolve(`register-${process.env.RUN_ID}/domains`); @@ -21,11 +17,11 @@ t("Modified JSON files must be owned by the PR author", (t) => { } MODIFIED_FILES.forEach((file) => { - const modifiedDomain = fs.readJsonSync(path.join(domainsPath, file)); + const modifiedDomain = fs.readJsonSync(path.join(domainsPath, file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); let currentDomain = null; try { - currentDomain = fs.readJsonSync(path.join(headDomainsPath, file)); + currentDomain = fs.readJsonSync(path.join(headDomainsPath, file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); } catch { currentDomain = modifiedDomain; } @@ -44,10 +40,10 @@ t("New JSON files must be owned by the PR author", (t) => { return; } - const newFiles = fs.readdirSync(domainsPath).filter((file) => !fs.readdirSync(headDomainsPath).includes(file)); + const newFiles = fs.readdirSync(domainsPath).filter((file) => !fs.readdirSync(headDomainsPath).includes(file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); newFiles.forEach((file) => { - const domain = fs.readJsonSync(path.join(domainsPath, file)); + const domain = fs.readJsonSync(path.join(domainsPath, file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); t.true( domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), From 2434b8b429d058add3a4ca0caf3135bcd499e627 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:54:52 +0800 Subject: [PATCH 232/405] Update pr.test.js --- tests/pr.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 8a6ac0ebd..ff5bb2bd4 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -17,11 +17,11 @@ t("Modified JSON files must be owned by the PR author", (t) => { } MODIFIED_FILES.forEach((file) => { - const modifiedDomain = fs.readJsonSync(path.join(domainsPath, file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); + const modifiedDomain = fs.readJsonSync(path.join(domainsPath, file.substring(file.lastIndexOf("/") + 1))); let currentDomain = null; try { - currentDomain = fs.readJsonSync(path.join(headDomainsPath, file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); + currentDomain = fs.readJsonSync(path.join(headDomainsPath, file.substring(file.lastIndexOf("/") + 1))); } catch { currentDomain = modifiedDomain; } @@ -40,10 +40,10 @@ t("New JSON files must be owned by the PR author", (t) => { return; } - const newFiles = fs.readdirSync(domainsPath).filter((file) => !fs.readdirSync(headDomainsPath).includes(file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); + const newFiles = fs.readdirSync(domainsPath).filter((file) => !fs.readdirSync(headDomainsPath).includes(file.substring(file.lastIndexOf("/") + 1))); newFiles.forEach((file) => { - const domain = fs.readJsonSync(path.join(domainsPath, file.substring(MODIFIED_FILES[i].lastIndexOf("/") + 1))); + const domain = fs.readJsonSync(path.join(domainsPath, file.substring(file.lastIndexOf("/") + 1))); t.true( domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), From 69eba1e0ade080de607b2cbec1c4254c4803dda6 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:59:09 +0800 Subject: [PATCH 233/405] optimise? --- tests/pr.test.js | 81 +++++++++++++++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 29 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index ff5bb2bd4..9013d173d 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,51 +3,74 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR; -const MODIFIED_FILES = process.env.MODIFIED_FILES.split(" "); +const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" "); +const EVENT = process.env.EVENT; +const RUN_ID = process.env.RUN_ID; const domainsPath = path.resolve("domains"); -const headDomainsPath = path.resolve(`register-${process.env.RUN_ID}/domains`); +const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); const admins = require("../util/administrators.json"); -t("Modified JSON files must be owned by the PR author", (t) => { - if(process.env.EVENT !== "pull_request") { +async function getFileContent(basePath, fileName) { + try { + return await fs.readJson(path.join(basePath, fileName)); + } catch (err) { + return null; + } +} + +t("Modified JSON files must be owned by the PR author", async (t) => { + if (EVENT !== "pull_request") { t.pass(); return; } - MODIFIED_FILES.forEach((file) => { - const modifiedDomain = fs.readJsonSync(path.join(domainsPath, file.substring(file.lastIndexOf("/") + 1))); - let currentDomain = null; + await Promise.all( + MODIFIED_FILES.map(async (file) => { + const fileName = file.substring(file.lastIndexOf("/") + 1); + const modifiedDomain = await getFileContent(domainsPath, fileName); + const currentDomain = (await getFileContent(headDomainsPath, fileName)) || modifiedDomain; - try { - currentDomain = fs.readJsonSync(path.join(headDomainsPath, file.substring(file.lastIndexOf("/") + 1))); - } catch { - currentDomain = modifiedDomain; - } + if (!modifiedDomain || !currentDomain) { + t.fail(`${file}: Unable to read domain data`); + return; + } - t.true( - currentDomain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` - ); - }); + t.true( + currentDomain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Domain owner is ${currentDomain.owner.username} but ${PR_AUTHOR} is the PR author` + ); + }) + ); }); - -t("New JSON files must be owned by the PR author", (t) => { - if(process.env.EVENT !== "pull_request") { +t("New JSON files must be owned by the PR author", async (t) => { + if (EVENT !== "pull_request") { t.pass(); return; } - const newFiles = fs.readdirSync(domainsPath).filter((file) => !fs.readdirSync(headDomainsPath).includes(file.substring(file.lastIndexOf("/") + 1))); + const domainsFiles = await fs.readdir(domainsPath); + const headDomainsFiles = await fs.readdir(headDomainsPath).catch(() => []); - newFiles.forEach((file) => { - const domain = fs.readJsonSync(path.join(domainsPath, file.substring(file.lastIndexOf("/") + 1))); + const newFiles = domainsFiles.filter( + (file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1)) + ); - t.true( - domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` - ); - }); -}) + await Promise.all( + newFiles.map(async (file) => { + const domain = await getFileContent(domainsPath, file); + + if (!domain) { + t.fail(`${file}: Unable to read domain data`); + return; + } + + t.true( + domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` + ); + }) + ); +}); From d3c928e900f8986aef215769a3d765c22c112fd5 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:04:44 +0800 Subject: [PATCH 234/405] Update pr.test.js --- tests/pr.test.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 9013d173d..2d2f5123b 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -43,21 +43,22 @@ t("Modified JSON files must be owned by the PR author", async (t) => { ); }) ); + + t.pass(); }); t("New JSON files must be owned by the PR author", async (t) => { - if (EVENT !== "pull_request") { - t.pass(); - return; - } + if (EVENT !== "pull_request") return t.pass(); const domainsFiles = await fs.readdir(domainsPath); - const headDomainsFiles = await fs.readdir(headDomainsPath).catch(() => []); + const headDomainsFiles = await fs.readdir(headDomainsPath); const newFiles = domainsFiles.filter( (file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1)) ); + console.log("New files", newFiles); + await Promise.all( newFiles.map(async (file) => { const domain = await getFileContent(domainsPath, file); @@ -73,4 +74,6 @@ t("New JSON files must be owned by the PR author", async (t) => { ); }) ); + + t.pass(); }); From b93d0f85a13922454252dc7ca25224161811fa84 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:07:35 +0800 Subject: [PATCH 235/405] Update pr.test.js --- tests/pr.test.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 2d2f5123b..7c3f8ebd9 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -21,10 +21,9 @@ async function getFileContent(basePath, fileName) { } t("Modified JSON files must be owned by the PR author", async (t) => { - if (EVENT !== "pull_request") { - t.pass(); - return; - } + if (EVENT !== "pull_request") return t.pass(); + + console.log("Modified files", MODIFIED_FILES); await Promise.all( MODIFIED_FILES.map(async (file) => { @@ -50,12 +49,9 @@ t("Modified JSON files must be owned by the PR author", async (t) => { t("New JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); - const domainsFiles = await fs.readdir(domainsPath); const headDomainsFiles = await fs.readdir(headDomainsPath); - const newFiles = domainsFiles.filter( - (file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1)) - ); + const newFiles = MODIFIED_FILES.filter((file) => !headDomainsFiles.includes(file)); console.log("New files", newFiles); From a07afe4762bf5e137593c24ea8e88911dbaa7a99 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:10:31 +0800 Subject: [PATCH 236/405] Update pr.test.js --- tests/pr.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 7c3f8ebd9..dcc6ca21f 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -51,13 +51,13 @@ t("New JSON files must be owned by the PR author", async (t) => { const headDomainsFiles = await fs.readdir(headDomainsPath); - const newFiles = MODIFIED_FILES.filter((file) => !headDomainsFiles.includes(file)); + const newFiles = MODIFIED_FILES.filter((file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1))); console.log("New files", newFiles); await Promise.all( newFiles.map(async (file) => { - const domain = await getFileContent(domainsPath, file); + const domain = await getFileContent(domainsPath, file.substring(file.lastIndexOf("/") + 1)); if (!domain) { t.fail(`${file}: Unable to read domain data`); From c2706077dfa568c495be7a952b87f605230590a7 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:13:04 +0800 Subject: [PATCH 237/405] Update pr.test.js --- tests/pr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index dcc6ca21f..b39f16190 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -49,7 +49,7 @@ t("Modified JSON files must be owned by the PR author", async (t) => { t("New JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); - const headDomainsFiles = await fs.readdir(headDomainsPath); + const headDomainsFiles = fs.readdirSync(headDomainsPath); const newFiles = MODIFIED_FILES.filter((file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1))); From 28c053b4f891d8babb97f1615f2c578f072d34b1 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:13:12 +0800 Subject: [PATCH 238/405] Update pr.test.js --- tests/pr.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pr.test.js b/tests/pr.test.js index b39f16190..88c220716 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -51,6 +51,8 @@ t("New JSON files must be owned by the PR author", async (t) => { const headDomainsFiles = fs.readdirSync(headDomainsPath); + console.log("Head files", headDomainsFiles); + const newFiles = MODIFIED_FILES.filter((file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1))); console.log("New files", newFiles); From e857069a2139ee467a15279a4e6b2436d4e4c028 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:14:59 +0800 Subject: [PATCH 239/405] Update pr.test.js --- tests/pr.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 88c220716..e571b3a5c 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -51,7 +51,9 @@ t("New JSON files must be owned by the PR author", async (t) => { const headDomainsFiles = fs.readdirSync(headDomainsPath); - console.log("Head files", headDomainsFiles); + console.log("Head files", headDomainsFiles.filter((file) => MODIFIED_FILES.includes(file.substring(file.lastIndexOf("/") + 1)))); + + console.log("Modified files", MODIFIED_FILES.map((file) => file.substring(file.lastIndexOf("/") + 1))); const newFiles = MODIFIED_FILES.filter((file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1))); From a52a3666612ada48c4e830a4c210f06500a56560 Mon Sep 17 00:00:00 2001 From: iostpa Date: Thu, 2 Jan 2025 14:15:09 +0200 Subject: [PATCH 240/405] Update domains/hash-cracker.json --- domains/hash-cracker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json index 576894dc0..3e99e874d 100644 --- a/domains/hash-cracker.json +++ b/domains/hash-cracker.json @@ -3,7 +3,7 @@ "repo": "https://github.com/hash-cracker/hash-cracker.github.io", "owner": { "username": "hash-cracker", - "email": "tspamiitesh@gmail.com", + "email": "tspamiitesh@gmail.com" }, "record": { "CNAME": "hash-cracker.github.io" From e32bacdf9510471f6ef5994a3fefd113659fbe11 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:20:10 +0800 Subject: [PATCH 241/405] Update pr.test.js --- tests/pr.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index e571b3a5c..2be0b763d 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -51,11 +51,11 @@ t("New JSON files must be owned by the PR author", async (t) => { const headDomainsFiles = fs.readdirSync(headDomainsPath); - console.log("Head files", headDomainsFiles.filter((file) => MODIFIED_FILES.includes(file.substring(file.lastIndexOf("/") + 1)))); + console.log("Head files", headDomainsFiles.filter((file) => MODIFIED_FILES.includes(`domains/${file}`))); console.log("Modified files", MODIFIED_FILES.map((file) => file.substring(file.lastIndexOf("/") + 1))); - const newFiles = MODIFIED_FILES.filter((file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1))); + const newFiles = MODIFIED_FILES.map((file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1))); console.log("New files", newFiles); From b31ac96e45960b875c418d701880ce022bc52f6b Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:24:21 +0800 Subject: [PATCH 242/405] Update validation.yml --- .github/workflows/validation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index f77187016..aba28c94c 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -41,6 +41,9 @@ jobs: repository: is-a-dev/register path: register-${{ github.run_id }} + - run: ls domain -1 | wc -l + - run: ls register-${{ github.run_id }}/domains -1 | wc -l + - run: npm install - name: Get all modified domain JSON files From 70dd4633a45dcbd29ba38245f326bafae1b20749 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:25:34 +0800 Subject: [PATCH 243/405] Update pr.test.js --- tests/pr.test.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 2be0b763d..f4a5a2cce 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -50,12 +50,9 @@ t("New JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); const headDomainsFiles = fs.readdirSync(headDomainsPath); - - console.log("Head files", headDomainsFiles.filter((file) => MODIFIED_FILES.includes(`domains/${file}`))); - - console.log("Modified files", MODIFIED_FILES.map((file) => file.substring(file.lastIndexOf("/") + 1))); - - const newFiles = MODIFIED_FILES.map((file) => !headDomainsFiles.includes(file.substring(file.lastIndexOf("/") + 1))); + + // get list of all files that are in the base dir but not in the head dir + const newFiles = headDomainsFiles.filter((file) => !fs.existsSync(path.join(domainsPath, file))); console.log("New files", newFiles); From 76914ef175cb65be99cb999dbfba40af28a88664 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:29:08 +0800 Subject: [PATCH 244/405] try fix --- .github/workflows/validation.yml | 2 +- tests/pr.test.js | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index aba28c94c..ac0ca8394 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -41,7 +41,7 @@ jobs: repository: is-a-dev/register path: register-${{ github.run_id }} - - run: ls domain -1 | wc -l + - run: ls domains -1 | wc -l - run: ls register-${{ github.run_id }}/domains -1 | wc -l - run: npm install diff --git a/tests/pr.test.js b/tests/pr.test.js index f4a5a2cce..15b00c813 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,7 +3,7 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR; -const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" "); +const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map(file => file.replace(/^domains\//, "")); const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; @@ -23,13 +23,10 @@ async function getFileContent(basePath, fileName) { t("Modified JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); - console.log("Modified files", MODIFIED_FILES); - await Promise.all( MODIFIED_FILES.map(async (file) => { - const fileName = file.substring(file.lastIndexOf("/") + 1); - const modifiedDomain = await getFileContent(domainsPath, fileName); - const currentDomain = (await getFileContent(headDomainsPath, fileName)) || modifiedDomain; + const modifiedDomain = await getFileContent(domainsPath, file); + const currentDomain = (await getFileContent(headDomainsPath, file)) || modifiedDomain; if (!modifiedDomain || !currentDomain) { t.fail(`${file}: Unable to read domain data`); @@ -51,14 +48,13 @@ t("New JSON files must be owned by the PR author", async (t) => { const headDomainsFiles = fs.readdirSync(headDomainsPath); - // get list of all files that are in the base dir but not in the head dir const newFiles = headDomainsFiles.filter((file) => !fs.existsSync(path.join(domainsPath, file))); console.log("New files", newFiles); await Promise.all( newFiles.map(async (file) => { - const domain = await getFileContent(domainsPath, file.substring(file.lastIndexOf("/") + 1)); + const domain = await getFileContent(domainsPath, file); if (!domain) { t.fail(`${file}: Unable to read domain data`); From 7f6467ea4153204462894d4ccdb28c61d291ab7c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:31:24 +0800 Subject: [PATCH 245/405] fix cloning --- .github/workflows/validation.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index ac0ca8394..f27cd2dbe 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -36,10 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/checkout@v4 - with: - repository: is-a-dev/register - path: register-${{ github.run_id }} + - run: git clone https://github.com/is-a-dev/register.git register-${{ github.run_id }} - run: ls domains -1 | wc -l - run: ls register-${{ github.run_id }}/domains -1 | wc -l From 55b60ba3f72d7fab787a2b7ff290bdbd004bc5f0 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:33:37 +0800 Subject: [PATCH 246/405] fixes --- .github/workflows/validation.yml | 6 ++---- tests/pr.test.js | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index f27cd2dbe..6e86fabc5 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -36,10 +36,8 @@ jobs: steps: - uses: actions/checkout@v4 - - run: git clone https://github.com/is-a-dev/register.git register-${{ github.run_id }} - - - run: ls domains -1 | wc -l - - run: ls register-${{ github.run_id }}/domains -1 | wc -l + - name: Clone is-a-dev/register + run: git clone https://github.com/is-a-dev/register.git register-${{ github.run_id }} - run: npm install diff --git a/tests/pr.test.js b/tests/pr.test.js index 15b00c813..ecfe7605e 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -48,9 +48,7 @@ t("New JSON files must be owned by the PR author", async (t) => { const headDomainsFiles = fs.readdirSync(headDomainsPath); - const newFiles = headDomainsFiles.filter((file) => !fs.existsSync(path.join(domainsPath, file))); - - console.log("New files", newFiles); + const newFiles = domainsPath.filter((file) => !fs.existsSync(path.join(headDomainsFiles, file))); await Promise.all( newFiles.map(async (file) => { From 759001598cf45ba9baf6f23c79393423c5a51b1c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:33:54 +0800 Subject: [PATCH 247/405] Update pr.test.js --- tests/pr.test.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index ecfe7605e..a590b0b4c 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,7 +3,7 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR; -const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map(file => file.replace(/^domains\//, "")); +const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, "")); const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; @@ -47,9 +47,11 @@ t("New JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); const headDomainsFiles = fs.readdirSync(headDomainsPath); - + const newFiles = domainsPath.filter((file) => !fs.existsSync(path.join(headDomainsFiles, file))); + console.log(newFiles); + await Promise.all( newFiles.map(async (file) => { const domain = await getFileContent(domainsPath, file); From 345104c3343e3e1990c8e06b7e706e661c8c41b7 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:39:48 +0800 Subject: [PATCH 248/405] Update pr.test.js --- tests/pr.test.js | 63 +++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index a590b0b4c..7bb79061b 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -12,10 +12,10 @@ const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); const admins = require("../util/administrators.json"); -async function getFileContent(basePath, fileName) { +async function getJSONContent(basePath, fileName) { try { return await fs.readJson(path.join(basePath, fileName)); - } catch (err) { + } catch { return null; } } @@ -23,50 +23,47 @@ async function getFileContent(basePath, fileName) { t("Modified JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); - await Promise.all( - MODIFIED_FILES.map(async (file) => { - const modifiedDomain = await getFileContent(domainsPath, file); - const currentDomain = (await getFileContent(headDomainsPath, file)) || modifiedDomain; + const checks = MODIFIED_FILES.map(async (file) => { + const [modifiedDomain, currentDomain] = await Promise.all([ + getJSONContent(domainsPath, file), + getJSONContent(headDomainsPath, file) + ]); - if (!modifiedDomain || !currentDomain) { - t.fail(`${file}: Unable to read domain data`); - return; - } + const domainToCheck = currentDomain || modifiedDomain; - t.true( - currentDomain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${currentDomain.owner.username} but ${PR_AUTHOR} is the PR author` - ); - }) - ); + if (!modifiedDomain || !domainToCheck) { + t.fail(`${file}: Unable to read domain data`); + return; + } + t.true( + domainToCheck.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Domain owner is ${domainToCheck.owner.username} but ${PR_AUTHOR} is the PR author` + ); + }); + + await Promise.all(checks); t.pass(); }); t("New JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); - const headDomainsFiles = fs.readdirSync(headDomainsPath); + const [newFiles, currentFiles] = await Promise.all([fs.readdir(domainsPath), fs.readdir(headDomainsPath)]); - const newFiles = domainsPath.filter((file) => !fs.existsSync(path.join(headDomainsFiles, file))); + const newDomainFiles = newFiles.filter((file) => !currentFiles.includes(file)); - console.log(newFiles); + const checks = newDomainFiles.map(async (file) => { + const domain = await getJSONContent(domainsPath, file); - await Promise.all( - newFiles.map(async (file) => { - const domain = await getFileContent(domainsPath, file); + if (!domain) return t.fail(`${file}: Unable to read domain data`); - if (!domain) { - t.fail(`${file}: Unable to read domain data`); - return; - } - - t.true( - domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` - ); - }) - ); + t.true( + domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` + ); + }); + await Promise.all(checks); t.pass(); }); From 4ca07a5bf394ae3e8dda44c35289279ba90bb89b Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:42:16 +0800 Subject: [PATCH 249/405] Update pr.test.js --- tests/pr.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pr.test.js b/tests/pr.test.js index 7bb79061b..d0b08ce7c 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -53,6 +53,8 @@ t("New JSON files must be owned by the PR author", async (t) => { const newDomainFiles = newFiles.filter((file) => !currentFiles.includes(file)); + console.log(newDomainFiles); + const checks = newDomainFiles.map(async (file) => { const domain = await getJSONContent(domainsPath, file); From 476e9c6ef7349d8560c3e7732e5f2cb8c49a8d64 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:43:33 +0800 Subject: [PATCH 250/405] Update pr.test.js --- tests/pr.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index d0b08ce7c..7bb79061b 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -53,8 +53,6 @@ t("New JSON files must be owned by the PR author", async (t) => { const newDomainFiles = newFiles.filter((file) => !currentFiles.includes(file)); - console.log(newDomainFiles); - const checks = newDomainFiles.map(async (file) => { const domain = await getJSONContent(domainsPath, file); From 573a974225f0c56520abd44e1a6e05821f77b5cc Mon Sep 17 00:00:00 2001 From: iostpa Date: Thu, 2 Jan 2025 14:47:11 +0200 Subject: [PATCH 251/405] Needs to be the exact username --- domains/hash-cracker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json index 3e99e874d..3c63d2ca7 100644 --- a/domains/hash-cracker.json +++ b/domains/hash-cracker.json @@ -2,7 +2,7 @@ "description": "A portfolio website", "repo": "https://github.com/hash-cracker/hash-cracker.github.io", "owner": { - "username": "hash-cracker", + "username": "Hash-Cracker", "email": "tspamiitesh@gmail.com" }, "record": { From 8970c1a5a04c1f81a46299f210191b0951660eeb Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:48:36 +0800 Subject: [PATCH 252/405] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index fa62aa12d..49cc4532e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,7 +14,7 @@ The abuse reports will be investigated and the necessary action will be taken. - Online stores/shopping websites - Gambling websites - Game cheat sites -- CDNs distributing potentially malicious content (APKs, executables) +- CDNs distributing potentially malicious content (e.g. APKs, executables) - 'Unblocked' gaming websites - Alternate URLs for commonly blocked websites (e.g. gambling/casino websites) - Websites containing 18+ content @@ -28,3 +28,4 @@ The abuse reports will be investigated and the necessary action will be taken. - Online services for identity theft or forgery - Platforms promoting self-harm or violence - Illegal drug marketplaces +- Proxy sites (e.g. embedding other websites) From 7e05ab4eabe6db83e5a933d712dc892855600448 Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Thu, 2 Jan 2025 19:50:48 +0700 Subject: [PATCH 253/405] Create blog.chuyentinorz.json --- domains/blog.chuyentinorz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/blog.chuyentinorz.json diff --git a/domains/blog.chuyentinorz.json b/domains/blog.chuyentinorz.json new file mode 100644 index 000000000..1257a8492 --- /dev/null +++ b/domains/blog.chuyentinorz.json @@ -0,0 +1,12 @@ +{ + "description": "This website is a blogpost for ChuyenTinORZ", + "repo": "https://github.com/akk1to/orz-blog", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "A": ["216.198.79.193"] + } +} From 6cc95da6c72a87ac89e35ae83460a79bfe4107b4 Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Thu, 2 Jan 2025 19:53:59 +0700 Subject: [PATCH 254/405] Create _vercel.blog.chuyentinorz.json --- domains/_vercel.blog.chuyentinorz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_vercel.blog.chuyentinorz.json diff --git a/domains/_vercel.blog.chuyentinorz.json b/domains/_vercel.blog.chuyentinorz.json new file mode 100644 index 000000000..09c735fba --- /dev/null +++ b/domains/_vercel.blog.chuyentinorz.json @@ -0,0 +1,12 @@ +{ + "description": "This website is blogpost for ChuyenTinORZ", + "repo": "https://github.com/akk1to/akk1to.github.io", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "TXT": ["vc-domain-verify=blog.chuyentinorz.is-a.dev,8c86561445eea418c27a"] + } +} From a7ba22ad4fd5f54541282624c68a89bd351a3933 Mon Sep 17 00:00:00 2001 From: Ibrahim Asif Date: Thu, 2 Jan 2025 19:12:29 +0530 Subject: [PATCH 255/405] Create your-dad.json --- domains/your-dad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/your-dad.json diff --git a/domains/your-dad.json b/domains/your-dad.json new file mode 100644 index 000000000..3921c95de --- /dev/null +++ b/domains/your-dad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "satindar31", + "email": "satindar@satindar-is.me" + }, + "record": { + "URL": "https://cloud.satindar-is.me/index.php/apps/files_sharing/ajax/publicpreview.php?x=1633&y=642&a=true&file=polymorphism.jpg&t=3DKlVKFewNl3FHw&scalingup=0" + } +} From c23fdf32c5d61d5e792592b693284deaff02ef4e Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 14:52:37 +0100 Subject: [PATCH 256/405] Update pr.test.js --- tests/pr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 7bb79061b..ae4d0a13d 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -2,7 +2,7 @@ const t = require("ava"); const fs = require("fs-extra"); const path = require("path"); -const PR_AUTHOR = process.env.PR_AUTHOR; +const PR_AUTHOR = process.env.PR_AUTHOR.toLowerCase(); const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, "")); const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; From 297e8ae19063bad22d36939268ac24c443f58ec6 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 14:59:15 +0100 Subject: [PATCH 257/405] Update pr.test.js --- tests/pr.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index ae4d0a13d..edf83560d 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -37,8 +37,8 @@ t("Modified JSON files must be owned by the PR author", async (t) => { } t.true( - domainToCheck.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${domainToCheck.owner.username} but ${PR_AUTHOR} is the PR author` + domainToCheck.owner.username.toLowerCase() === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Domain owner is ${domainToCheck.owner.username.toLowerCase()} but ${PR_AUTHOR} is the PR author` ); }); @@ -59,8 +59,8 @@ t("New JSON files must be owned by the PR author", async (t) => { if (!domain) return t.fail(`${file}: Unable to read domain data`); t.true( - domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author` + domain.owner.username.toLowerCase() === PR_AUTHOR || admins.includes(PR_AUTHOR), + `${file}: Domain owner is ${domain.owner.username.toLowerCase()} but ${PR_AUTHOR} is the PR author` ); }); From a0c757d0d2de19011c047ce4bf276f6c112345a0 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 15:05:03 +0100 Subject: [PATCH 258/405] Update pr.test.js --- tests/pr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index edf83560d..118b1a658 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -10,7 +10,7 @@ const RUN_ID = process.env.RUN_ID; const domainsPath = path.resolve("domains"); const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); -const admins = require("../util/administrators.json"); +const admins = require("../util/administrators.json").map(admin => admin.toLowerCase()); async function getJSONContent(basePath, fileName) { try { From 245662dca2eb2ad90ec4a079a6f1a8ed1f3b6c91 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 15:14:10 +0100 Subject: [PATCH 259/405] Update pr.test.js --- tests/pr.test.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 118b1a658..bfad9aafe 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -13,10 +13,16 @@ const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); const admins = require("../util/administrators.json").map(admin => admin.toLowerCase()); async function getJSONContent(basePath, fileName) { + const jsonPath = path.join(basePath, fileName) + + if (!fs.existsSync(jsonPath)) { + return 1; + } + try { return await fs.readJson(path.join(basePath, fileName)); } catch { - return null; + return 2; } } @@ -31,7 +37,7 @@ t("Modified JSON files must be owned by the PR author", async (t) => { const domainToCheck = currentDomain || modifiedDomain; - if (!modifiedDomain || !domainToCheck) { + if (modifiedDomain === 2 || domainToCheck === 2) { t.fail(`${file}: Unable to read domain data`); return; } @@ -56,7 +62,7 @@ t("New JSON files must be owned by the PR author", async (t) => { const checks = newDomainFiles.map(async (file) => { const domain = await getJSONContent(domainsPath, file); - if (!domain) return t.fail(`${file}: Unable to read domain data`); + if (!domain === 2) return t.fail(`${file}: Unable to read domain data`); t.true( domain.owner.username.toLowerCase() === PR_AUTHOR || admins.includes(PR_AUTHOR), From 732930e07af894566da8b04c59630181903511b4 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 15:20:29 +0100 Subject: [PATCH 260/405] test logging --- tests/pr.test.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index bfad9aafe..d1cc1a93b 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -7,22 +7,18 @@ const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; +console.log(MODIFIED_FILES) + const domainsPath = path.resolve("domains"); const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); const admins = require("../util/administrators.json").map(admin => admin.toLowerCase()); async function getJSONContent(basePath, fileName) { - const jsonPath = path.join(basePath, fileName) - - if (!fs.existsSync(jsonPath)) { - return 1; - } - try { return await fs.readJson(path.join(basePath, fileName)); } catch { - return 2; + return null; } } @@ -37,7 +33,7 @@ t("Modified JSON files must be owned by the PR author", async (t) => { const domainToCheck = currentDomain || modifiedDomain; - if (modifiedDomain === 2 || domainToCheck === 2) { + if (!modifiedDomain || !domainToCheck) { t.fail(`${file}: Unable to read domain data`); return; } @@ -62,7 +58,7 @@ t("New JSON files must be owned by the PR author", async (t) => { const checks = newDomainFiles.map(async (file) => { const domain = await getJSONContent(domainsPath, file); - if (!domain === 2) return t.fail(`${file}: Unable to read domain data`); + if (!domain) return t.fail(`${file}: Unable to read domain data`); t.true( domain.owner.username.toLowerCase() === PR_AUTHOR || admins.includes(PR_AUTHOR), From 581a3078be3c2fcb9d93c7521181725099d0c263 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 15:22:01 +0100 Subject: [PATCH 261/405] test logging --- tests/pr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index d1cc1a93b..951a53c9c 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -7,7 +7,7 @@ const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; -console.log(MODIFIED_FILES) +console.log(process.env.MODIFIED_FILES, MODIFIED_FILES) const domainsPath = path.resolve("domains"); const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); From fdd50605feede3aa5d665585c13d164410a6bc6b Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 15:24:05 +0100 Subject: [PATCH 262/405] test logging --- tests/pr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 951a53c9c..b1bde01aa 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -7,7 +7,7 @@ const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; -console.log(process.env.MODIFIED_FILES, MODIFIED_FILES) +console.log(process.env.MODIFIED_FILES, MODIFIED_FILES || "") const domainsPath = path.resolve("domains"); const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); From d966e9cbfaa956cd7f24f9b2a83974c7ebe94e23 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 15:27:48 +0100 Subject: [PATCH 263/405] Update pr.test.js --- tests/pr.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index b1bde01aa..4cd2b3a69 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,11 +3,11 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR.toLowerCase(); -const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, "")); +const MODIFIED_DOMAIN_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, "")); const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; -console.log(process.env.MODIFIED_FILES, MODIFIED_FILES || "") +console.log(process.env.MODIFIED_FILES.length) const domainsPath = path.resolve("domains"); const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); @@ -25,7 +25,7 @@ async function getJSONContent(basePath, fileName) { t("Modified JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); - const checks = MODIFIED_FILES.map(async (file) => { + const checks = MODIFIED_DOMAIN_FILES.map(async (file) => { const [modifiedDomain, currentDomain] = await Promise.all([ getJSONContent(domainsPath, file), getJSONContent(headDomainsPath, file) From ce30624074b2790a0bdb76ef7ea506f09389b544 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 2 Jan 2025 15:30:17 +0100 Subject: [PATCH 264/405] Update pr.test.js --- tests/pr.test.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/pr.test.js b/tests/pr.test.js index 4cd2b3a69..4a9822684 100644 --- a/tests/pr.test.js +++ b/tests/pr.test.js @@ -3,12 +3,12 @@ const fs = require("fs-extra"); const path = require("path"); const PR_AUTHOR = process.env.PR_AUTHOR.toLowerCase(); -const MODIFIED_DOMAIN_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, "")); +const MODIFIED_DOMAIN_FILES = (process.env.MODIFIED_FILES || "").length > 0 + ? (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, "")) + : null; const EVENT = process.env.EVENT; const RUN_ID = process.env.RUN_ID; -console.log(process.env.MODIFIED_FILES.length) - const domainsPath = path.resolve("domains"); const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); @@ -24,6 +24,7 @@ async function getJSONContent(basePath, fileName) { t("Modified JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); + if (!MODIFIED_DOMAIN_FILES) return t.pass(); const checks = MODIFIED_DOMAIN_FILES.map(async (file) => { const [modifiedDomain, currentDomain] = await Promise.all([ @@ -50,6 +51,7 @@ t("Modified JSON files must be owned by the PR author", async (t) => { t("New JSON files must be owned by the PR author", async (t) => { if (EVENT !== "pull_request") return t.pass(); + if (!MODIFIED_DOMAIN_FILES) return t.pass(); const [newFiles, currentFiles] = await Promise.all([fs.readdir(domainsPath), fs.readdir(headDomainsPath)]); From b3f9e3b96fd4c358f17ac55ffa821d1e989ed174 Mon Sep 17 00:00:00 2001 From: ajtabjs <134237782+ajtabjs@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:43:15 -0800 Subject: [PATCH 265/405] Rename ajtabs to ajtabs.json --- domains/{ajtabs => ajtabs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{ajtabs => ajtabs.json} (100%) diff --git a/domains/ajtabs b/domains/ajtabs.json similarity index 100% rename from domains/ajtabs rename to domains/ajtabs.json From ce4bcdc4d8f21434b58ac4695821f7fed8123430 Mon Sep 17 00:00:00 2001 From: Formuna <108485174+FormunaGit@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:36:20 -0400 Subject: [PATCH 266/405] Update _vercel.formuna.json for a new subdomain --- domains/_vercel.formuna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.formuna.json b/domains/_vercel.formuna.json index 77e95cecd..ca43747eb 100644 --- a/domains/_vercel.formuna.json +++ b/domains/_vercel.formuna.json @@ -4,6 +4,6 @@ "discord": "754657845563097108" }, "record": { - "TXT": "vc-domain-verify=linux.formuna.is-a.dev,5838b861496b1a02cb3c" + "TXT": "vc-domain-verify=api.formuna.is-a.dev,d52d0266198bf7ac4e7d" } } From 69f25a00525c4c1ad6a675ffe9128051b1ced960 Mon Sep 17 00:00:00 2001 From: Formuna <108485174+FormunaGit@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:52:16 -0400 Subject: [PATCH 267/405] Create api.formuna.json (i forgor) --- domains/api.formuna.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/api.formuna.json diff --git a/domains/api.formuna.json b/domains/api.formuna.json new file mode 100644 index 000000000..9e85e83df --- /dev/null +++ b/domains/api.formuna.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FormunaGit" + }, + "record": { + "CNAME": "formuna-api.vercel.app" + } +} From f2f58468d463df7e42f22032f4a0a474a59c6b96 Mon Sep 17 00:00:00 2001 From: Anatolii Shuba Date: Thu, 2 Jan 2025 13:07:24 -0500 Subject: [PATCH 268/405] Create navistar.json --- domains/navistar.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/navistar.json diff --git a/domains/navistar.json b/domains/navistar.json new file mode 100644 index 000000000..fe0f0c9bf --- /dev/null +++ b/domains/navistar.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AShuba", + "email": "anatoliy.shuba@gmail.com" + }, + + "record": { + "A": [ + "138.68.159.126" + ] + } +} From 21a9c11f2e7b2c3df3cf2eca31aa73d8db274800 Mon Sep 17 00:00:00 2001 From: ajtabjs <134237782+ajtabjs@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:10:35 -0800 Subject: [PATCH 269/405] Create _discord.ajtabs.json --- domains/_discord.ajtabs.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_discord.ajtabs.json diff --git a/domains/_discord.ajtabs.json b/domains/_discord.ajtabs.json new file mode 100644 index 000000000..70bf21403 --- /dev/null +++ b/domains/_discord.ajtabs.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ajtabjs" + }, + "record": { + "TXT": ["dh=44c33bd9561dd8d8079e707868adf359b0c5ff05"] + } +} From e2b8fd2d3b7c64ab2b15e7eb4f01b0013732017a Mon Sep 17 00:00:00 2001 From: ajtabjs <134237782+ajtabjs@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:11:30 -0800 Subject: [PATCH 270/405] Create _github-pages-challenge-ajtabjs.ajtabs.json --- domains/_github-pages-challenge-ajtabjs.ajtabs.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_github-pages-challenge-ajtabjs.ajtabs.json diff --git a/domains/_github-pages-challenge-ajtabjs.ajtabs.json b/domains/_github-pages-challenge-ajtabjs.ajtabs.json new file mode 100644 index 000000000..bfb535bf7 --- /dev/null +++ b/domains/_github-pages-challenge-ajtabjs.ajtabs.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ajtabjs" + }, + "record": { + "TXT": ["39626a2cbd8f72ba60b0e40dc06e45"] + } +} From a649feeec341c1d3faaad5352133eedc31118c25 Mon Sep 17 00:00:00 2001 From: lunas-private-dungeon Date: Thu, 2 Jan 2025 22:40:15 +0100 Subject: [PATCH 271/405] Create _vercel.alisa.json --- domains/_vercel.alisa.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.alisa.json diff --git a/domains/_vercel.alisa.json b/domains/_vercel.alisa.json new file mode 100644 index 000000000..efc76ec48 --- /dev/null +++ b/domains/_vercel.alisa.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lunas-private-dungeon", + "email": "luna.tsx@proton.me", + "discord": "507625218467168257" + }, + "record": { + "TXT": ["vc-domain-verify=alisa.is-a.dev,01abd793050b01c5d63f"] + } +} From 41f912824a748a431fea6553a0a7316fd72eea04 Mon Sep 17 00:00:00 2001 From: lunas-private-dungeon Date: Thu, 2 Jan 2025 22:46:39 +0100 Subject: [PATCH 272/405] Create alisa.json --- domains/alisa.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/alisa.json diff --git a/domains/alisa.json b/domains/alisa.json new file mode 100644 index 000000000..78dae86ba --- /dev/null +++ b/domains/alisa.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lunas-private-dungeon", + "email": "luna.tsx@proton.me", + "discord": "507625218467168257" + }, + "record": { + "CNAME": "alisa-win95.vercel.app" + } +} From 26656b850804aa1ce4b7c812e37c032293cf3218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BC=92=E1=B6=9C=CA=B3=E1=B5=83=E1=B6=BB=CA=B8=E1=B4=AE?= =?UTF-8?q?=E1=B4=BC=CB=A2=CB=A2=E5=8D=82=E4=B9=83=E5=8D=84=E4=B8=A8?= =?UTF-8?q?=E4=B8=82=E5=8D=84=E4=B9=87=D2=9C=E0=BC=92?= <93928612+Abhishek-Issac@users.noreply.github.com> Date: Fri, 3 Jan 2025 05:37:32 +0530 Subject: [PATCH 273/405] Update abhishekissac.json --- domains/abhishekissac.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/abhishekissac.json b/domains/abhishekissac.json index a9074f630..2ce2743d8 100644 --- a/domains/abhishekissac.json +++ b/domains/abhishekissac.json @@ -2,6 +2,7 @@ "domain": "abhishekissac.is-a.dev", "subdomain": "abhishekissac", "owner": { + "username": "abhishek-issac" "email": "abhishekissac0@gmail.com" }, "record": { From 904f16b9a9e7c1040db41c56443f0f3dd85d79d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BC=92=E1=B6=9C=CA=B3=E1=B5=83=E1=B6=BB=CA=B8=E1=B4=AE?= =?UTF-8?q?=E1=B4=BC=CB=A2=CB=A2=E5=8D=82=E4=B9=83=E5=8D=84=E4=B8=A8?= =?UTF-8?q?=E4=B8=82=E5=8D=84=E4=B9=87=D2=9C=E0=BC=92?= <93928612+Abhishek-Issac@users.noreply.github.com> Date: Fri, 3 Jan 2025 05:39:47 +0530 Subject: [PATCH 274/405] Update abhishekissac.json --- domains/abhishekissac.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abhishekissac.json b/domains/abhishekissac.json index 2ce2743d8..2a75776cd 100644 --- a/domains/abhishekissac.json +++ b/domains/abhishekissac.json @@ -2,7 +2,7 @@ "domain": "abhishekissac.is-a.dev", "subdomain": "abhishekissac", "owner": { - "username": "abhishek-issac" + "username": "abhishek-issac", "email": "abhishekissac0@gmail.com" }, "record": { From 664f425eb5c3bd03d8de28c022f8d8a5292254b0 Mon Sep 17 00:00:00 2001 From: Miguel Ramirez Date: Thu, 2 Jan 2025 18:48:23 -0600 Subject: [PATCH 275/405] Create _vercel.mig.json --- domains/_vercel.mig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/_vercel.mig.json diff --git a/domains/_vercel.mig.json b/domains/_vercel.mig.json new file mode 100644 index 000000000..73ebbfbbc --- /dev/null +++ b/domains/_vercel.mig.json @@ -0,0 +1,13 @@ +{ + "description": "This subdomain points to my portfolio website. https://nextjs-portfolio-ten-navy.vercel.app/ is the link for a preview of the website", + "owner": { + "username": "miguelaram2016", + "email": "miguelcodes7@gmail.com", + "twitter": "miguelcodes7", + "discord": "747499334383304755", + "instagram": "miguelcodes7" + }, + "record": { + "TXT": ["vc-domain-verify=mig.is-a.dev,c9171d74a3897a0defc6"] + } +} From 56f272144ed6827e8bada31e2e736e35d468dab2 Mon Sep 17 00:00:00 2001 From: Miguel Ramirez Date: Thu, 2 Jan 2025 18:50:47 -0600 Subject: [PATCH 276/405] Update mig.json --- domains/mig.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domains/mig.json b/domains/mig.json index 2f53bb6d0..fd64f6d89 100644 --- a/domains/mig.json +++ b/domains/mig.json @@ -1,13 +1,14 @@ { - "description": "This subdomain points to my portfolio website.", + "description": "This subdomain points to my portfolio website. https://nextjs-portfolio-ten-navy.vercel.app/ is the link for a preview of the website", "owner": { "username": "miguelaram2016", - "email": "miguelaram2016@utexas.edu", + "email": "miguelcodes7@gmail.com", "twitter": "miguelcodes7", "discord": "747499334383304755", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sh5h8IcwANNjL4Cu_olrTjTuGNiBnihpvp8tYD3PQoJ0Qo8zJwh2wh93m0mxtB0JUmQyLHgMhqwNkRTfDkbQtIiMsJTMBpfwuekG-rohCXC3Bz1X674p58mTiI9BL1mYZjy4n3iNUltRrpEDIY_tQ91-deuB0vZmhFP7Ih-PU18_a7SFhrMTCGFnEpy5ioRBb_7-XaevqZU0ObJ9TXnuX5ZrcUs8dOKdPXQkUvh1T3X4ENkNkqxEX9SrC21ZUPsu0eBsinx8OWhVACBF-v6WsNErv4dYlxvlUF0s6i6H4ies_u47cXuD_ytOZVF19KRHv0mtC4Zq9FxKqvxQNpS2yA.ATDrqWU61Q7pAeI0iOYG3Q.WUBkDKZeYnntdHyh4t_qL56ZUvo4xiK6dF_DvM8i0aVxoooMhunELz8oFORqt_1lt3IMLw_aAWwzmBl4LtPa-frLObpHRe3QHeAhAb919XU.uvFZv2MiYxP-UoMM0DhLSA" + "instagram": "miguelcodes7", + "note": "Previously, mig.is-a.dev was hosted on Netlify, but now it will be hosted on vercel. _vercel.mig.json has been created already. I have also updated my social media (email and instagram)." }, "record": { - "A": ["75.2.60.5"] + "A": ["76.76.21.21"] } } From bb54f74db0219a9d5c477a8be3a70501e51be897 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:38:36 -0500 Subject: [PATCH 277/405] Update your-dad.json --- domains/your-dad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/your-dad.json b/domains/your-dad.json index 3921c95de..89909629b 100644 --- a/domains/your-dad.json +++ b/domains/your-dad.json @@ -1,6 +1,6 @@ { "owner": { - "username": "satindar31", + "username": "Satindar31", "email": "satindar@satindar-is.me" }, "record": { From 8c0de22ba33d762a5a09d8a2b684fd9e9be064f1 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:42:39 -0500 Subject: [PATCH 278/405] chore: formatting --- domains/abhishekissac.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/domains/abhishekissac.json b/domains/abhishekissac.json index 2a75776cd..04f9c199c 100644 --- a/domains/abhishekissac.json +++ b/domains/abhishekissac.json @@ -1,12 +1,10 @@ { - "domain": "abhishekissac.is-a.dev", - "subdomain": "abhishekissac", - "owner": { - "username": "abhishek-issac", - "email": "abhishekissac0@gmail.com" - }, - "record": { - "CNAME": "abhishek-issac.github.io" - }, - "proxied": false + "owner": { + "username": "Abhishek-Issac", + "email": "abhishekissac0@gmail.com" + }, + "record": { + "CNAME": "abhishek-issac.github.io" + }, + "proxied": false } From b03fa8109cd80dcf1c7463bfd8063167f71add43 Mon Sep 17 00:00:00 2001 From: zx155 <168565589+zx155@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:51:25 -0800 Subject: [PATCH 279/405] Create love.json --- domains/love.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/love.json diff --git a/domains/love.json b/domains/love.json new file mode 100644 index 000000000..2470a36ce --- /dev/null +++ b/domains/love.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zx155", + "email": "laiquanguy82@gmail.com" + }, + "record": { + "CNAME": "zx155.github.io" + } +} From 88ebf07d7d47fe4a3e55a50c9b4028faecc91af4 Mon Sep 17 00:00:00 2001 From: Ibrahim Asif Date: Fri, 3 Jan 2025 15:28:31 +0530 Subject: [PATCH 280/405] Update your-dad.json --- domains/your-dad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/your-dad.json b/domains/your-dad.json index 89909629b..7f288db42 100644 --- a/domains/your-dad.json +++ b/domains/your-dad.json @@ -4,6 +4,6 @@ "email": "satindar@satindar-is.me" }, "record": { - "URL": "https://cloud.satindar-is.me/index.php/apps/files_sharing/ajax/publicpreview.php?x=1633&y=642&a=true&file=polymorphism.jpg&t=3DKlVKFewNl3FHw&scalingup=0" + "URL": "https://cloud.satindar-is.me/s/gHJfbiyhVJzy3Vs" } } From 2b88178e6c67c6234c574a9a73aa70fc780549e6 Mon Sep 17 00:00:00 2001 From: Ibrahim Asif Date: Fri, 3 Jan 2025 15:31:11 +0530 Subject: [PATCH 281/405] Update your-dad.json --- domains/your-dad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/your-dad.json b/domains/your-dad.json index 7f288db42..357824d96 100644 --- a/domains/your-dad.json +++ b/domains/your-dad.json @@ -1,6 +1,6 @@ { "owner": { - "username": "Satindar31", + "username": "satindar31", "email": "satindar@satindar-is.me" }, "record": { From b7e96a5617c96d983b84aeae7c343f94613b11b8 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:57:25 +0800 Subject: [PATCH 282/405] remove pr tests --- .github/workflows/validation.yml | 15 ------- tests/pr.test.js | 73 -------------------------------- 2 files changed, 88 deletions(-) delete mode 100644 tests/pr.test.js diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 6e86fabc5..f24d6052d 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -36,22 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Clone is-a-dev/register - run: git clone https://github.com/is-a-dev/register.git register-${{ github.run_id }} - - run: npm install - - name: Get all modified domain JSON files - if: github.event_name == 'pull_request' - id: changed-files - uses: tj-actions/changed-files@v45 - with: - files: domains/*.json - - name: Run tests run: npx ava tests/*.test.js - env: - EVENT: ${{ github.event_name }} - RUN_ID: ${{ github.run_id }} - PR_AUTHOR: ${{ github.event.pull_request.user.login }} - MODIFIED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} diff --git a/tests/pr.test.js b/tests/pr.test.js deleted file mode 100644 index 4a9822684..000000000 --- a/tests/pr.test.js +++ /dev/null @@ -1,73 +0,0 @@ -const t = require("ava"); -const fs = require("fs-extra"); -const path = require("path"); - -const PR_AUTHOR = process.env.PR_AUTHOR.toLowerCase(); -const MODIFIED_DOMAIN_FILES = (process.env.MODIFIED_FILES || "").length > 0 - ? (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, "")) - : null; -const EVENT = process.env.EVENT; -const RUN_ID = process.env.RUN_ID; - -const domainsPath = path.resolve("domains"); -const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`); - -const admins = require("../util/administrators.json").map(admin => admin.toLowerCase()); - -async function getJSONContent(basePath, fileName) { - try { - return await fs.readJson(path.join(basePath, fileName)); - } catch { - return null; - } -} - -t("Modified JSON files must be owned by the PR author", async (t) => { - if (EVENT !== "pull_request") return t.pass(); - if (!MODIFIED_DOMAIN_FILES) return t.pass(); - - const checks = MODIFIED_DOMAIN_FILES.map(async (file) => { - const [modifiedDomain, currentDomain] = await Promise.all([ - getJSONContent(domainsPath, file), - getJSONContent(headDomainsPath, file) - ]); - - const domainToCheck = currentDomain || modifiedDomain; - - if (!modifiedDomain || !domainToCheck) { - t.fail(`${file}: Unable to read domain data`); - return; - } - - t.true( - domainToCheck.owner.username.toLowerCase() === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${domainToCheck.owner.username.toLowerCase()} but ${PR_AUTHOR} is the PR author` - ); - }); - - await Promise.all(checks); - t.pass(); -}); - -t("New JSON files must be owned by the PR author", async (t) => { - if (EVENT !== "pull_request") return t.pass(); - if (!MODIFIED_DOMAIN_FILES) return t.pass(); - - const [newFiles, currentFiles] = await Promise.all([fs.readdir(domainsPath), fs.readdir(headDomainsPath)]); - - const newDomainFiles = newFiles.filter((file) => !currentFiles.includes(file)); - - const checks = newDomainFiles.map(async (file) => { - const domain = await getJSONContent(domainsPath, file); - - if (!domain) return t.fail(`${file}: Unable to read domain data`); - - t.true( - domain.owner.username.toLowerCase() === PR_AUTHOR || admins.includes(PR_AUTHOR), - `${file}: Domain owner is ${domain.owner.username.toLowerCase()} but ${PR_AUTHOR} is the PR author` - ); - }); - - await Promise.all(checks); - t.pass(); -}); From 755ec03b8f71014a6a44556588546f6f96c48c57 Mon Sep 17 00:00:00 2001 From: Kyan <99230193+Keiyanas@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:57:28 +0700 Subject: [PATCH 283/405] Create Verkyana.json --- domains/Verkyana.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/Verkyana.json diff --git a/domains/Verkyana.json b/domains/Verkyana.json new file mode 100644 index 000000000..792b93788 --- /dev/null +++ b/domains/Verkyana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Keiyanas", + "email": "katzswax@gmail.com" + }, + "record": { + "CNAME": "https://keiyanas.github.io/" + } +} From 5ad9c8a1587c4c1cfe36f29809d834cff4f46bcf Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 3 Jan 2025 12:59:09 +0200 Subject: [PATCH 284/405] tiny nitpick because of the new checks --- domains/your-dad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/your-dad.json b/domains/your-dad.json index 357824d96..7f288db42 100644 --- a/domains/your-dad.json +++ b/domains/your-dad.json @@ -1,6 +1,6 @@ { "owner": { - "username": "satindar31", + "username": "Satindar31", "email": "satindar@satindar-is.me" }, "record": { From 343a93dc698ea4f65466f5e13600e2d1804222fc Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 3 Jan 2025 13:04:14 +0200 Subject: [PATCH 285/405] Update domains/Verkyana.json --- domains/Verkyana.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/Verkyana.json b/domains/Verkyana.json index 792b93788..46398569d 100644 --- a/domains/Verkyana.json +++ b/domains/Verkyana.json @@ -4,6 +4,6 @@ "email": "katzswax@gmail.com" }, "record": { - "CNAME": "https://keiyanas.github.io/" + "CNAME": "keiyanas.github.io" } } From 53fc17cb299a77979070f28db46851425c83f951 Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 3 Jan 2025 13:04:54 +0200 Subject: [PATCH 286/405] Rename Verkyana.json to verkyana.json --- domains/{Verkyana.json => verkyana.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Verkyana.json => verkyana.json} (100%) diff --git a/domains/Verkyana.json b/domains/verkyana.json similarity index 100% rename from domains/Verkyana.json rename to domains/verkyana.json From 33425272bb62ed1244117d209d55518fc7be03f2 Mon Sep 17 00:00:00 2001 From: Ai <58384167+aiwaki@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:19:27 +0500 Subject: [PATCH 287/405] Update waki.json --- domains/waki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/waki.json b/domains/waki.json index df7555f45..b0c864305 100644 --- a/domains/waki.json +++ b/domains/waki.json @@ -4,6 +4,6 @@ "discord": "351012170839883776" }, "record": { - "CNAME": "waki.pages.dev" + "CNAME": "aiwaki.vercel.app" } } From bd5f72bbf162d4ca7d5cdb4aaec079de84ee787d Mon Sep 17 00:00:00 2001 From: Ai <58384167+aiwaki@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:22:09 +0500 Subject: [PATCH 288/405] Create _vercel.waki.json --- domains/_vercel.waki.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.waki.json diff --git a/domains/_vercel.waki.json b/domains/_vercel.waki.json new file mode 100644 index 000000000..a872c59a2 --- /dev/null +++ b/domains/_vercel.waki.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "aiwaki" + }, + "record": { + "TXT": ["vc-domain-verify=waki.is-a.dev,b5349446a26c3f0b8c9f"] + } +} From 325711b1b73a2523b223cac8f2ac2c8112ba1b38 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:06:50 +0800 Subject: [PATCH 289/405] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5983b1c7..26f1e4f70 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ Not all of these will be posted on GitHub, however they will always be posted in ## How to Register > If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge). -- [Fork](https://github.com/is-a-dev/register/fork) and star this repository +- [Fork](https://github.com/is-a-dev/register/fork) this repository - Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev` - [Read the documentation](https://is-a.dev/docs) - If you are applying for NS records please read [this](#ns-records). - Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!* - After the pull request is merged, please allow up to 24 hours for the changes to propagate -- Enjoy your new `.is-a.dev` domain! +- Enjoy your new `.is-a.dev` domain! Please consider leaving us a star ⭐️ to help support us! ### NS Records When applying for NS records, please be aware we already support a [wide range of DNS records](https://is-a.dev/docs/faq/#which-records-are-supported), so you may not need them. From 618ba427fd88afefbdf808510d2a4cd10ec9d318 Mon Sep 17 00:00:00 2001 From: Clerk <178304360+mulchs@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:33:56 +0700 Subject: [PATCH 290/405] Register wave.is-a.dev --- domains/wave.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/wave.json diff --git a/domains/wave.json b/domains/wave.json new file mode 100644 index 000000000..45e65c2d9 --- /dev/null +++ b/domains/wave.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mulchs", + "discord": "1273579466936815717", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VQbRFqL4oyeBRF7H8wmvWeQR00tQnJnL2c0Yc--s4fbY_z_gr-LC7j6Ep_s-mStGfFpmnGZxPAz89WkApt6__tftZ8oClYEbRQJyN7jtoOHO86GNYMxcvQJ2ngNqxjADWrWROLR2uI9c0VZryiZFLfDXkfl0WbtTl2UvndEnjCVwNyIuv8L67P1p9p0ODDyKIcztIkDEROfD46mWthqIcElcWxNuCXMsPYgtBXYn6O6SrQWHhilzEsvLHe8BEMESAfpxvOH7clAWLVLIAmEmNNnoecLwse_z3k8pZHJQDOifr8k5t8FoRNhPH5QYFAXGfk4Mi_jCFUPZV9cwjJa0gA.EkJAMMF4R2XX-bBYIFnfQg.K1R0AqjrIzfN5_rcJit1g8JFU4DxBqL9Wq8nGU3Rhka93TEfxiRYSi5C0RFtt3i-OH_FxwePHkLCDDMDLE4fFFl8bQplvGRoXw-_QY5Czqf2bH6GtsIpt0viog_2l4h5.khbF7ESzWSSPeYTADVcsyg" + }, + + "record": { + "CNAME": "wave.fwh.is" + } + } + \ No newline at end of file From 6f51d9752d5c3e6e4af5ba6be987f84838200fff Mon Sep 17 00:00:00 2001 From: Kawsar <126276749+KawsarDev@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:01:24 +0600 Subject: [PATCH 291/405] Create _vercel.kawsar.json --- domains/_vercel.kawsar.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.kawsar.json diff --git a/domains/_vercel.kawsar.json b/domains/_vercel.kawsar.json new file mode 100644 index 000000000..f2399898a --- /dev/null +++ b/domains/_vercel.kawsar.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "KawsarDev", + "email": "kawsar.dev1@gmail.com", + "discord": "520373269979988000" + }, + "record": { + "TXT": ["vc-domain-verify=kawsar.is-a.dev,e77e8c258bee5d9213b7"] + } +} From 4baa4c362b120861c809d4122c58750517cf225b Mon Sep 17 00:00:00 2001 From: Kawsar <126276749+KawsarDev@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:04:13 +0600 Subject: [PATCH 292/405] Create kawsar.json --- domains/kawsar.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/kawsar.json diff --git a/domains/kawsar.json b/domains/kawsar.json new file mode 100644 index 000000000..681ffe649 --- /dev/null +++ b/domains/kawsar.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "KawsarDev", + "email": "kawsar.dev1@gmail.com", + "discord": "520373269979988000" + }, + "record": { + "CNAME": "kawsardev.vercel.app/" + } +} From 3501a911c61e7e1f18c427a53359381f793374cc Mon Sep 17 00:00:00 2001 From: Kawsar <126276749+KawsarDev@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:07:36 +0600 Subject: [PATCH 293/405] Update kawsar.json --- domains/kawsar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kawsar.json b/domains/kawsar.json index 681ffe649..b6dba88ac 100644 --- a/domains/kawsar.json +++ b/domains/kawsar.json @@ -5,6 +5,6 @@ "discord": "520373269979988000" }, "record": { - "CNAME": "kawsardev.vercel.app/" + "CNAME": "kawsardev.vercel.app" } } From 2fcdd0a0022865d2cdba9e1c151aa762417df6bf Mon Sep 17 00:00:00 2001 From: Ada Lovecraft Date: Fri, 3 Jan 2025 11:36:34 -0600 Subject: [PATCH 294/405] Create ada.json --- domains/ada.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ada.json diff --git a/domains/ada.json b/domains/ada.json new file mode 100644 index 000000000..df38c2c70 --- /dev/null +++ b/domains/ada.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ada-lovecraft", + "email": "ada@codevinsky.com" + }, + "record": { + "CNAME": "ada-lovecraft.github.io" + } +} From c0e175518c679d10f53b219ed2104cb2be474420 Mon Sep 17 00:00:00 2001 From: KorigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:15:23 +0530 Subject: [PATCH 295/405] Update korigamik.json --- domains/korigamik.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/korigamik.json b/domains/korigamik.json index a81e82805..d66e772a7 100644 --- a/domains/korigamik.json +++ b/domains/korigamik.json @@ -1,12 +1,12 @@ { - "description": "The Portfolio of KorigamiK", - "repo": "https://github.com/KorigamiK/korigamik.github.io", + "description": "goto website of KorigamiK", + "repo": "https://github.com/KorigamiK", "owner": { "username": "KorigamiK", "email": "korigamik@gmail.com", - "twitter": "https://twitter.com/iamkorigamik" + "twitter": "https://twitter.com/codesonpaper" }, "record": { - "CNAME": "korigamik.github.io" + "URL": "https://korigamik.dev" } } From 2a2a56e544ad778461c1521f8e713686f015d40d Mon Sep 17 00:00:00 2001 From: KorigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:42:42 +0530 Subject: [PATCH 296/405] Update korigamik.json --- domains/korigamik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/korigamik.json b/domains/korigamik.json index d66e772a7..5ab36620f 100644 --- a/domains/korigamik.json +++ b/domains/korigamik.json @@ -7,6 +7,6 @@ "twitter": "https://twitter.com/codesonpaper" }, "record": { - "URL": "https://korigamik.dev" + "CNAME": "https://korigamik-redirect.pages.dev" } } From ffe6a6d2e8e1fe74facfb8fdaf42274290184500 Mon Sep 17 00:00:00 2001 From: SkyExploreWasTaken Date: Fri, 3 Jan 2025 19:32:28 +0100 Subject: [PATCH 297/405] Update sewt.json --- domains/sewt.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/sewt.json b/domains/sewt.json index 2c903a19a..1823b48d7 100644 --- a/domains/sewt.json +++ b/domains/sewt.json @@ -4,9 +4,13 @@ "discord": "1049263707177353247" }, "record": { - "A": ["82.67.68.228"], + "A": ["37.27.51.34"], + "AAAA": ["2a01:4f9:3081:399c::4"], "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], - "TXT": ["v=spf1 include:zohomail.eu ~all"] + "TXT": [ + "v=spf1 include:zohomail.eu ~all", + "domain-verification=skyexplorewastaken" + ] }, "proxied": false } From 4e6e1bfd099b290b4097748b817916e76b031b9e Mon Sep 17 00:00:00 2001 From: SkyExploreWasTaken Date: Fri, 3 Jan 2025 19:32:31 +0100 Subject: [PATCH 298/405] Create jello.sewt.json --- domains/jello.sewt.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jello.sewt.json diff --git a/domains/jello.sewt.json b/domains/jello.sewt.json new file mode 100644 index 000000000..c9c51f25e --- /dev/null +++ b/domains/jello.sewt.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "SkyExploreWasTaken", + "discord": "1049263707177353247" + }, + "record": { + "A": ["37.27.51.34"], + "AAAA": ["2a01:4f9:3081:399c::4"], + "TXT": ["domain-verification=skyexplorewastaken"] + }, + "proxied": false +} From 15b5b60dfe10267fd5d0bc25fdbbc10f5b241b24 Mon Sep 17 00:00:00 2001 From: Jabin <118082374+Jab11n@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:52:24 -0500 Subject: [PATCH 299/405] fix my information after username change --- domains/jabin.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/jabin.json b/domains/jabin.json index 6f1becbd5..e1727936a 100644 --- a/domains/jabin.json +++ b/domains/jabin.json @@ -1,9 +1,11 @@ { "owner": { - "username": "jabinstech", - "email": "jabinstech.net@gmail.com" + "username": "jab11n", + "twitter": "@jab11n", + "github": "jab11n", + "email": "iad-contact@rdr.lol" }, "record": { - "CNAME": "jabinstech.github.io" + "CNAME": "jab11n.github.io" } } From 11482a5f7fbcb9a6c1f292892ab6ad5ad6c0b93f Mon Sep 17 00:00:00 2001 From: ah2 <44106895+ah2@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:59:13 +0400 Subject: [PATCH 300/405] ah2 fixing privacy error message --- domains/ah2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ah2.json b/domains/ah2.json index 735d5b25a..9e8fb54fc 100644 --- a/domains/ah2.json +++ b/domains/ah2.json @@ -4,6 +4,6 @@ "email": "uni.ahmamy@gmail.com" }, "record": { - "CNAME": "hamd.cloud.libraryofcode.org" + "URL": "https://hamd.cloud.libraryofcode.org" } } From 5a01624fdcd7d1dfea331deee55867a76bd4f7e6 Mon Sep 17 00:00:00 2001 From: gmacedo Date: Fri, 3 Jan 2025 16:48:27 -0600 Subject: [PATCH 301/405] added domain request for glmacedo.is-a.dev hosted on cloudflare. --- domains/glmacedo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/glmacedo.json diff --git a/domains/glmacedo.json b/domains/glmacedo.json new file mode 100644 index 000000000..b0cbe51be --- /dev/null +++ b/domains/glmacedo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "glmacedo", + "email": "glmacedo@glmacedo.com" + }, + "record": { + "NS": [ + "dimitris.ns.cloudflare.com", + "kristin.ns.cloudflare.com" + ] + } +} \ No newline at end of file From 7da09ec582a061a9b9af102173dd56e4e954f188 Mon Sep 17 00:00:00 2001 From: Jabin <118082374+Jab11n@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:44:30 -0500 Subject: [PATCH 302/405] Update domains/jabin.json Co-authored-by: William Harrison <87287585+wdhdev@users.noreply.github.com> --- domains/jabin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jabin.json b/domains/jabin.json index e1727936a..62252d6bd 100644 --- a/domains/jabin.json +++ b/domains/jabin.json @@ -1,7 +1,7 @@ { "owner": { "username": "jab11n", - "twitter": "@jab11n", + "twitter": "jab11n", "github": "jab11n", "email": "iad-contact@rdr.lol" }, From 98655d276515f4aabcdd55a54bd42e98ba8e85dd Mon Sep 17 00:00:00 2001 From: KorigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:24:20 +0530 Subject: [PATCH 303/405] Update korigamik.json --- domains/korigamik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/korigamik.json b/domains/korigamik.json index 5ab36620f..3c4652da4 100644 --- a/domains/korigamik.json +++ b/domains/korigamik.json @@ -7,6 +7,6 @@ "twitter": "https://twitter.com/codesonpaper" }, "record": { - "CNAME": "https://korigamik-redirect.pages.dev" + "CNAME": "korigamik-redirect.pages.dev" } } From 28fe54dc1c361f8aa7b94e6d0c2ab53ae097351c Mon Sep 17 00:00:00 2001 From: Puncoz Nepal Date: Sat, 4 Jan 2025 12:19:52 +0545 Subject: [PATCH 304/405] Create puncoz.json --- domains/puncoz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/puncoz.json diff --git a/domains/puncoz.json b/domains/puncoz.json new file mode 100644 index 000000000..75a9c1188 --- /dev/null +++ b/domains/puncoz.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "puncoz", + "discord": "333515022565113856", + }, + "record": { + "NS": [ + "bruce.ns.cloudflare.com", + "coco.ns.cloudflare.com" + ] + } +} From de552324cedda6307dffb195f8406e0f3f4342ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20=22pxsty=22=20K=C3=96K?= <75846829+pxsty0@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:51:57 +0300 Subject: [PATCH 305/405] Create pxsty.json --- domains/pxsty.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pxsty.json diff --git a/domains/pxsty.json b/domains/pxsty.json new file mode 100644 index 000000000..a82e9166c --- /dev/null +++ b/domains/pxsty.json @@ -0,0 +1,11 @@ +{ + "description": "pxsty personal web page", + "repo": "https://github.com/pxsty0/pxsty0.github.io", + "owner": { + "username": "pxsty0", + "email": "pxsty@pxserv.net" + }, + "record": { + "CNAME": "pxsty0.github.io" + } +} From b0741f912236c9be9576db39785daa4a0abaa6f9 Mon Sep 17 00:00:00 2001 From: TheHCJ <150591975+TheHCJ@users.noreply.github.com> Date: Sat, 4 Jan 2025 10:27:22 +0000 Subject: [PATCH 306/405] add serveo to pds.hcj.is-a.dev --- domains/_serveo-authkey.pds.hcj.json | 9 +++++++++ domains/pds.hcj.json | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 domains/_serveo-authkey.pds.hcj.json create mode 100644 domains/pds.hcj.json diff --git a/domains/_serveo-authkey.pds.hcj.json b/domains/_serveo-authkey.pds.hcj.json new file mode 100644 index 000000000..d5a7d8297 --- /dev/null +++ b/domains/_serveo-authkey.pds.hcj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": "SHA256:KFRJFKicG2rnITzSxLQn62svO68oydMpEDpQ6yRbtR0" + } + } \ No newline at end of file diff --git a/domains/pds.hcj.json b/domains/pds.hcj.json new file mode 100644 index 000000000..98a2c4caa --- /dev/null +++ b/domains/pds.hcj.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "CNAME": "serveo.net" + } + } + \ No newline at end of file From ff238f5701e68d7efded084f4de896f22003eb8a Mon Sep 17 00:00:00 2001 From: Spider-Development <147894555+spider-development01@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:41:52 +0530 Subject: [PATCH 307/405] Create spider-development.json --- domains/spider-development.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/spider-development.json diff --git a/domains/spider-development.json b/domains/spider-development.json new file mode 100644 index 000000000..21dde4001 --- /dev/null +++ b/domains/spider-development.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "spider-development01" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } +} From 268aab6bb50706e49d2aa17978134542e033a1e4 Mon Sep 17 00:00:00 2001 From: AlejandroGomezFrieiro Date: Sat, 4 Jan 2025 14:04:27 +0200 Subject: [PATCH 308/405] Create quantumgarden --- domains/quantumgarden | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/quantumgarden diff --git a/domains/quantumgarden b/domains/quantumgarden new file mode 100644 index 000000000..822c527d4 --- /dev/null +++ b/domains/quantumgarden @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AlejandroGomezFrieiro", + "email": "alejandrogomezfrieiro@gmail.com" + }, + "record": { + "CNAME": "alejandrogomezfrieiro.github.io" + } +} From 4d00c2fb3c60808390e1cba86620c60f564f965e Mon Sep 17 00:00:00 2001 From: yashsachdev <57622692+yashsachdev@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:43:26 +0530 Subject: [PATCH 309/405] Create yashsachdev.json - Replaced URL removed https://format with the proper CNAME entry --- domains/yashsachdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/yashsachdev.json diff --git a/domains/yashsachdev.json b/domains/yashsachdev.json new file mode 100644 index 000000000..a96833d27 --- /dev/null +++ b/domains/yashsachdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yashsachdev", + "email": "yashsachdev5677@gmail.com" + }, + "record": { + "CNAME": "yashsachdevblog.azureedge.net" + } +} From 2356efaebb4c490efc32f7c5fcfcc508b5a76a4c Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:40:53 +0200 Subject: [PATCH 310/405] Create panel.devmatei.json --- domains/panel.devmatei.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/panel.devmatei.json diff --git a/domains/panel.devmatei.json b/domains/panel.devmatei.json new file mode 100644 index 000000000..9c144d162 --- /dev/null +++ b/domains/panel.devmatei.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": [ + "176.100.37.70" + ] + }, + +} From 970053578d6605c614ea43ded7ac37999b7e3745 Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Sun, 5 Jan 2025 01:42:08 +0700 Subject: [PATCH 311/405] Create _vercel.nine.json --- domains/_vercel.nine.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.nine.json diff --git a/domains/_vercel.nine.json b/domains/_vercel.nine.json new file mode 100644 index 000000000..728a4876c --- /dev/null +++ b/domains/_vercel.nine.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "NineLEL" + }, + "record": { + "TXT": ["vc-domain-verify=nine.is-a.dev,787b08b6c27017d410df"] + } +} From 46bdb6ddc5463e42401c4fbdd98375bb1b2d182f Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 4 Jan 2025 20:44:10 +0200 Subject: [PATCH 312/405] Update domains/panel.devmatei.json --- domains/panel.devmatei.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/panel.devmatei.json b/domains/panel.devmatei.json index 9c144d162..9426b4aa6 100644 --- a/domains/panel.devmatei.json +++ b/domains/panel.devmatei.json @@ -7,6 +7,6 @@ "A": [ "176.100.37.70" ] - }, + } } From 032b27882ec57e71f41800e73e7d9e85b4acd52b Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Sun, 5 Jan 2025 01:45:04 +0700 Subject: [PATCH 313/405] Update nine.json --- domains/nine.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/nine.json b/domains/nine.json index 626fa06b4..c177a80e0 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -4,7 +4,6 @@ "email": "notninelel@gmail.com" }, "record": { - "A": ["76.223.55.44"], - "TXT": "deta-verification=DyZWThRbwVx1vudpA5oB8DEekn58LG75" + "A": ["76.76.21.21"] } } From 1b79f1daaee3a1bed4a8778628f580160db9187c Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Sun, 5 Jan 2025 01:58:13 +0700 Subject: [PATCH 314/405] Update _vercel.nine.json --- domains/_vercel.nine.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.nine.json b/domains/_vercel.nine.json index 728a4876c..98e167692 100644 --- a/domains/_vercel.nine.json +++ b/domains/_vercel.nine.json @@ -1,6 +1,7 @@ { "owner": { - "username": "NineLEL" + "username": "NineLEL", + "email": "notninelel@gmail.com" }, "record": { "TXT": ["vc-domain-verify=nine.is-a.dev,787b08b6c27017d410df"] From b27eda9d171095031550941ac353bf8ad78c8fcd Mon Sep 17 00:00:00 2001 From: Puncoz Nepal Date: Sun, 5 Jan 2025 01:40:37 +0545 Subject: [PATCH 315/405] Update domains/puncoz.json Co-authored-by: iostpa --- domains/puncoz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/puncoz.json b/domains/puncoz.json index 75a9c1188..e88db04fd 100644 --- a/domains/puncoz.json +++ b/domains/puncoz.json @@ -1,7 +1,7 @@ { "owner": { "username": "puncoz", - "discord": "333515022565113856", + "discord": "333515022565113856" }, "record": { "NS": [ From 3b087c7ec1ce70f04f27413b6cd287c8d6dbbdd2 Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:58:06 +0700 Subject: [PATCH 316/405] Update nine.json --- domains/nine.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/domains/nine.json b/domains/nine.json index c177a80e0..c52046951 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -1,9 +1,19 @@ { - "owner": { - "username": "NineLEL", - "email": "notninelel@gmail.com" - }, - "record": { - "A": ["76.76.21.21"] - } + "owner": { + "username": "NineLEL", + "email": "notninelel@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ], + "MX": [ + "mx.zoho.eu", + "mx2.zoho.eu", + "mx3.zoho.eu" + ], + "TXT": [ + "zoho-verification=zb97979784.zmverify.zoho.com" + ] + } } From 1321b7a476d08914c4f2843ac3b2c375be581570 Mon Sep 17 00:00:00 2001 From: NineLEL <74411437+NineLEL@users.noreply.github.com> Date: Sun, 5 Jan 2025 03:01:44 +0700 Subject: [PATCH 317/405] Update nine.json (Update TXT) --- domains/nine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nine.json b/domains/nine.json index c52046951..1187ad82d 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -13,7 +13,7 @@ "mx3.zoho.eu" ], "TXT": [ - "zoho-verification=zb97979784.zmverify.zoho.com" + "zoho-verification=zb50940916.zmverify.zoho.com" ] } } From 9f450da4faaf0f4ab909cd7db645bca643ad4778 Mon Sep 17 00:00:00 2001 From: April Hall <134935244+arithefirst@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:05:43 -0500 Subject: [PATCH 318/405] Create april.json --- domains/april.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/april.json diff --git a/domains/april.json b/domains/april.json new file mode 100644 index 000000000..74870a2d5 --- /dev/null +++ b/domains/april.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/arithefirst/portfolio", + "owner": { + "username": "arithefirst", + "email": "ari@arithefirst.com", + }, + "record": { + "URL": "https://www.arithefirst.com" + } +} From 7460bba771316c67957227bff8bce6de905bfc75 Mon Sep 17 00:00:00 2001 From: April Hall <134935244+arithefirst@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:09:04 -0500 Subject: [PATCH 319/405] Remove trailing comma --- domains/april.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/april.json b/domains/april.json index 74870a2d5..d2171486d 100644 --- a/domains/april.json +++ b/domains/april.json @@ -2,7 +2,7 @@ "repo": "https://github.com/arithefirst/portfolio", "owner": { "username": "arithefirst", - "email": "ari@arithefirst.com", + "email": "ari@arithefirst.com" }, "record": { "URL": "https://www.arithefirst.com" From 55f81556ee18416546b60aa5c65c6fece7b8b861 Mon Sep 17 00:00:00 2001 From: ajtabjs <134237782+ajtabjs@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:18:11 -0800 Subject: [PATCH 320/405] Update ajtabs.json --- domains/ajtabs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ajtabs.json b/domains/ajtabs.json index 5cb58c59c..d022ee1f0 100644 --- a/domains/ajtabs.json +++ b/domains/ajtabs.json @@ -4,6 +4,6 @@ "email": "oro10jua@gmail.com" }, "record": { - "CNAME": "ajtabjs.github.io" + "CNAME": "aj-swag-portfolio.pages.dev" } } From b2c581a0f14c918d81af0a13dd54b7a4f13b3f6a Mon Sep 17 00:00:00 2001 From: Denis Klimenko Date: Sun, 5 Jan 2025 12:28:24 +0100 Subject: [PATCH 321/405] Create denisklimenko.json Added new JSON to request a subdomain --- domains/denisklimenko.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/denisklimenko.json diff --git a/domains/denisklimenko.json b/domains/denisklimenko.json new file mode 100644 index 000000000..78592746b --- /dev/null +++ b/domains/denisklimenko.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DenisKlimenko", + "email": "denis.klimenko.92@gmail.com" + }, + "record": { + "NS": ["destiny.ns.cloudflare.com", "kirk.ns.cloudflare.com"] + } +} From 15833bae07dcc6e0d3ac98c98ac2ffbd850a59c7 Mon Sep 17 00:00:00 2001 From: Kah Seng Date: Sun, 5 Jan 2025 20:56:36 +0800 Subject: [PATCH 322/405] Create json --- domains/kahseng.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kahseng.json diff --git a/domains/kahseng.json b/domains/kahseng.json new file mode 100644 index 000000000..4e7967b3b --- /dev/null +++ b/domains/kahseng.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kahseng-dev", + "email": "kahseng.chew@protonmail.com" + }, + "record": { + "CNAME": "kahseng.pages.dev" + } +} From c77e63be85015cc59014f027a6832d7385a17204 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:59:02 +0800 Subject: [PATCH 323/405] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26f1e4f70..168de17ab 100644 --- a/README.md +++ b/README.md @@ -35,19 +35,21 @@ Not all of these will be posted on GitHub, however they will always be posted in ### NS Records When applying for NS records, please be aware we already support a [wide range of DNS records](https://is-a.dev/docs/faq/#which-records-are-supported), so you may not need them. -In your PR, please provide sufficient reasoning of why you need NS records, to help us mitigate potential abuse. It is helpful to refer to the [FAQ](https://is-a.dev/docs/faq/#who-can-use-ns-records) to see if you will likely be approved for NS records or not. You can see a good example of a request for NS records [here](https://github.com/is-a-dev/register/pull/17592). +In your PR, please explain why you need NS records, including examples, to help mitigate potential abuse. Refer to the [FAQ](https://is-a.dev/docs/faq/#who-can-use-ns-records) for guidelines on allowed usage. Good examples of NS record requests are [#17592](https://github.com/is-a-dev/register/pull/17592) and [#18026](https://github.com/is-a-dev/register/pull/18026). ***Pull requests adding NS records without sufficient reasoning will be closed.*** > Also see: [Why are you so strict with NS records?](https://is-a.dev/docs/faq/#why-are-you-so-strict-with-ns-records) > [!NOTE] -> You may bypass these requirements by [donating](https://wdh.gg/pvNCdvs) a small amount of $2 (you can also donate via [GitHub Sponsors](https://wdh.gg/sponsor)). You also get a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)! +> You can bypass these requirements[^1] by donating just $2 [here](https://wdh.gg/pvNCdvs), or via [GitHub Sponsors](https://wdh.gg/sponsor). As a thank-you, you'll also receive a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)! > -> If you decide to donate, please email william@is-a.dev (or DM `@williamharrison` on Discord) with your payment receipt and your pull request link. +> If you donate, email william@is-a.dev or DM `@williamharrison` on Discord with your receipt and PR link. + +[^1]: Requests deemed to be made with malicious intent may be denied, with a refund provided. ## Report Abuse -If you find any subdomains being abused, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence. +If you find any subdomains being used for abusive purposes, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence. --- From eab05efd7a2e9f1dae960c8c954e65a008e83029 Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:10:22 +0200 Subject: [PATCH 324/405] Create node.devmatei.json --- domains/node.devmatei.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/node.devmatei.json diff --git a/domains/node.devmatei.json b/domains/node.devmatei.json new file mode 100644 index 000000000..9426b4aa6 --- /dev/null +++ b/domains/node.devmatei.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": [ + "176.100.37.70" + ] + } + +} From 35c7a93150173c52e351d269e6f668a43f7b6e76 Mon Sep 17 00:00:00 2001 From: mmhann18491 Date: Sun, 5 Jan 2025 22:16:02 +0630 Subject: [PATCH 325/405] Create nicetodayweather --- domains/nicetodayweather | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nicetodayweather diff --git a/domains/nicetodayweather b/domains/nicetodayweather new file mode 100644 index 000000000..d7454178d --- /dev/null +++ b/domains/nicetodayweather @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mmhann18491", + "email": "myominhan18491@gmail.com" + }, + "record": { + "CNAME": "nice-today-weather.web.app" + } +} From 6bc1562aa3b3a4edb80208d7371708476e26153d Mon Sep 17 00:00:00 2001 From: Mohamad Oday <56949948+MohamadOday@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:02:31 +0300 Subject: [PATCH 326/405] Create bn3di.json --- domains/bn3di.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bn3di.json diff --git a/domains/bn3di.json b/domains/bn3di.json new file mode 100644 index 000000000..2dba2cb0d --- /dev/null +++ b/domains/bn3di.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bn3di", + "email": "adada133321t@gmail.com" + }, + "record": { + "CNAME": "mohamadoday.github.io" + } +} From 9daf1a045aba8db2001803934545509360e817db Mon Sep 17 00:00:00 2001 From: AlejandroGomezFrieiro Date: Sun, 5 Jan 2025 22:25:45 +0000 Subject: [PATCH 327/405] Adds file extension --- domains/{quantumgarden => quantumgarden.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{quantumgarden => quantumgarden.json} (100%) diff --git a/domains/quantumgarden b/domains/quantumgarden.json similarity index 100% rename from domains/quantumgarden rename to domains/quantumgarden.json From 611e52b9c3532eedef06a18eac56f81da3aaa8ce Mon Sep 17 00:00:00 2001 From: mmhann18491 Date: Mon, 6 Jan 2025 10:46:56 +0630 Subject: [PATCH 328/405] Rename nicetodayweather to nicetodayweather.json --- domains/{nicetodayweather => nicetodayweather.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{nicetodayweather => nicetodayweather.json} (100%) diff --git a/domains/nicetodayweather b/domains/nicetodayweather.json similarity index 100% rename from domains/nicetodayweather rename to domains/nicetodayweather.json From 07b6ed47feb6e533032e0141c01c47640e9dc309 Mon Sep 17 00:00:00 2001 From: Mohamad Oday <56949948+MohamadOday@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:36:46 +0300 Subject: [PATCH 329/405] Update bn3di.json --- domains/bn3di.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bn3di.json b/domains/bn3di.json index 2dba2cb0d..4489542fb 100644 --- a/domains/bn3di.json +++ b/domains/bn3di.json @@ -1,6 +1,6 @@ { "owner": { - "username": "bn3di", + "username": "MohamadOday", "email": "adada133321t@gmail.com" }, "record": { From 64ed4e1151c038ff478944b98898fb95ab716da4 Mon Sep 17 00:00:00 2001 From: Amaan Kazi <85413461+Amaan-Kazi@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:36:45 +0530 Subject: [PATCH 330/405] Register chess.amaankazi.is-a.dev --- domains/chess.amaankazi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/chess.amaankazi.json diff --git a/domains/chess.amaankazi.json b/domains/chess.amaankazi.json new file mode 100644 index 000000000..d1315a8cb --- /dev/null +++ b/domains/chess.amaankazi.json @@ -0,0 +1,11 @@ +{ + "description": "Chess online, with bot, locally", + "repo": "https://github.com/Amaan-Kazi/Chess", + "owner": { + "username": "Amaan-Kazi", + "email": "amaankazi1793@gmail.com" + }, + "record": { + "CNAME": "chess-amaankazi.pages.dev" + } +} From 5de5a5302f711286dab14daa9cc8dbe48ad6fd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xvannn=20=E6=96=87?= <95283773+Xvannn07@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:41:20 +0800 Subject: [PATCH 331/405] Create xvannn07.json --- domains/xvannn07.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xvannn07.json diff --git a/domains/xvannn07.json b/domains/xvannn07.json new file mode 100644 index 000000000..545cd2268 --- /dev/null +++ b/domains/xvannn07.json @@ -0,0 +1,12 @@ +{ + "$schema": "../schemas/domain.schema.json", + "domain": "is-a.dev", + "subdomain": "xvannn07", + "owner": { + "email": "xvannn07@example.com" + }, + "record": { + "CNAME": "xvannn.xyz" + }, + "proxy": false +} From 8bb3fc26d76c52d3741286b70fa91fd1101ace6c Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Mon, 6 Jan 2025 15:56:53 +0530 Subject: [PATCH 332/405] Update mcstatus.json --- domains/mcstatus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mcstatus.json b/domains/mcstatus.json index 1adb8b379..37f3924e7 100644 --- a/domains/mcstatus.json +++ b/domains/mcstatus.json @@ -5,7 +5,7 @@ "discord": "1167825360151380032" }, "record": { - "A": ["216.24.57.1"], + "A": ["89.106.200.1"], "TXT": [ "google-site-verification=nDh74FzhzmLwzfX4wZWHjZOjNXmTCKyuw89TGKOIfkE" ] From 860ad35242dfad752c43eebd2aed57d9cfacd7aa Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:39:07 +0200 Subject: [PATCH 333/405] Create keys.devmatei.json --- domains/keys.devmatei.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/keys.devmatei.json diff --git a/domains/keys.devmatei.json b/domains/keys.devmatei.json new file mode 100644 index 000000000..9426b4aa6 --- /dev/null +++ b/domains/keys.devmatei.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": [ + "176.100.37.70" + ] + } + +} From 53c3d604aeff4d6b7041a1d911e1205f67e92eff Mon Sep 17 00:00:00 2001 From: haripajjuri <20mh1a4241@acoe.edu.in> Date: Mon, 6 Jan 2025 17:24:28 +0530 Subject: [PATCH 334/405] create haripajjuri.json --- domains/_vercel.haripajjuri.json | 9 +++++++++ domains/haripajjuri.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.haripajjuri.json create mode 100644 domains/haripajjuri.json diff --git a/domains/_vercel.haripajjuri.json b/domains/_vercel.haripajjuri.json new file mode 100644 index 000000000..386a40ecc --- /dev/null +++ b/domains/_vercel.haripajjuri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "haripajjuri", + "email": "haripajjuri@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=haripajjuri.is-a.dev,6d1bb3e0585ec67dde26"] + } +} diff --git a/domains/haripajjuri.json b/domains/haripajjuri.json new file mode 100644 index 000000000..3f8e7605f --- /dev/null +++ b/domains/haripajjuri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "haripajjuri", + "email": "haripajjuri@gmail.com" + }, + "record": { + "CNAME": "haripajjuri.vercel.app" + } +} From 22f44c183f98908069717827beb8d2e4c7a69b8f Mon Sep 17 00:00:00 2001 From: Drew <84212701+MrDiamondDog@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:54:18 -0700 Subject: [PATCH 335/405] Update server.mrdiamond.json --- domains/server.mrdiamond.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.mrdiamond.json b/domains/server.mrdiamond.json index 9081face6..5fafbf9d2 100644 --- a/domains/server.mrdiamond.json +++ b/domains/server.mrdiamond.json @@ -6,5 +6,5 @@ "record": { "A": ["129.146.51.207"] }, - "proxied": true + "proxied": false } From 4c51ece87e095d311ad96a8375427ddb58b6eb94 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:27:51 -0500 Subject: [PATCH 336/405] chore: formatting --- domains/xvannn07.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/xvannn07.json b/domains/xvannn07.json index 545cd2268..b7a653f24 100644 --- a/domains/xvannn07.json +++ b/domains/xvannn07.json @@ -1,12 +1,12 @@ { - "$schema": "../schemas/domain.schema.json", - "domain": "is-a.dev", - "subdomain": "xvannn07", - "owner": { - "email": "xvannn07@example.com" - }, - "record": { - "CNAME": "xvannn.xyz" - }, - "proxy": false + "$schema": "../schemas/domain.schema.json", + "domain": "is-a.dev", + "subdomain": "xvannn07", + "owner": { + "email": "xvannn07@example.com" + }, + "record": { + "CNAME": "xvannn.xyz" + }, + "proxy": false } From 8631c80aba0bac611fbb6c04f80198b540fc12ad Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:29:36 -0500 Subject: [PATCH 337/405] chore: missing property --- domains/xvannn07.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/xvannn07.json b/domains/xvannn07.json index b7a653f24..b2ef2921b 100644 --- a/domains/xvannn07.json +++ b/domains/xvannn07.json @@ -1,9 +1,7 @@ { - "$schema": "../schemas/domain.schema.json", - "domain": "is-a.dev", - "subdomain": "xvannn07", "owner": { - "email": "xvannn07@example.com" + "email": "xvannn07@example.com", + "username": "Xvannn07" }, "record": { "CNAME": "xvannn.xyz" From 380e54d7bff4ee9611cf3565fcf1f838adb509dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xvannn=20=E6=96=87?= <95283773+Xvannn07@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:30:47 +0800 Subject: [PATCH 338/405] Update xvannn07.json --- domains/xvannn07.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xvannn07.json b/domains/xvannn07.json index b2ef2921b..8e8a7b6d8 100644 --- a/domains/xvannn07.json +++ b/domains/xvannn07.json @@ -4,7 +4,7 @@ "username": "Xvannn07" }, "record": { - "CNAME": "xvannn.xyz" + "CNAME": "https://silly-arithmetic-ef452c.netlify.app/" }, "proxy": false } From d9929290f0bfdff7a9b0272d357d1a06795da506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xvannn=20=E6=96=87?= <95283773+Xvannn07@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:36:37 +0800 Subject: [PATCH 339/405] Update xvannn07.json --- domains/xvannn07.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xvannn07.json b/domains/xvannn07.json index 8e8a7b6d8..057c6f3e5 100644 --- a/domains/xvannn07.json +++ b/domains/xvannn07.json @@ -4,7 +4,7 @@ "username": "Xvannn07" }, "record": { - "CNAME": "https://silly-arithmetic-ef452c.netlify.app/" + "CNAME": "silly-arithmetic-ef452c.netlify.app" }, "proxy": false } From a2b214852ce16f7e1c25513df18a6429b8438f24 Mon Sep 17 00:00:00 2001 From: JuniorDereon Date: Mon, 6 Jan 2025 20:54:39 -0500 Subject: [PATCH 340/405] Create landercitygaming.json --- domains/landercitygaming.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/landercitygaming.json diff --git a/domains/landercitygaming.json b/domains/landercitygaming.json new file mode 100644 index 000000000..04ea21393 --- /dev/null +++ b/domains/landercitygaming.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dangerousexox", + "email": "robloxsafe72@gmail.com" + }, + "record": { + "A": ["159.69.86.171"] + } +} From 474fa40172c65dc2ed5e93d691d0712afdcd13f1 Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:10:09 +0200 Subject: [PATCH 341/405] Create maybe.json --- domains/maybe.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/maybe.json diff --git a/domains/maybe.json b/domains/maybe.json new file mode 100644 index 000000000..fb9d70034 --- /dev/null +++ b/domains/maybe.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } +} From 1e30a5444d59665465a8e8b029d3fed9dda5750a Mon Sep 17 00:00:00 2001 From: Gavin Pereira <68476117+pexeixv@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:52:53 +0530 Subject: [PATCH 342/405] Pex added --- domains/pex.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pex.json diff --git a/domains/pex.json b/domains/pex.json new file mode 100644 index 000000000..1f80b3e80 --- /dev/null +++ b/domains/pex.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pexeixv", + "email": "gavn@duck.com" + }, + "record": { + "CNAME": "gavn.in" + } + } + \ No newline at end of file From 1158d3688d4d4e7952e52dd6213353defeb663c1 Mon Sep 17 00:00:00 2001 From: Josemy Duarte Date: Tue, 7 Jan 2025 10:02:46 +0000 Subject: [PATCH 343/405] Add Josemy sub domain --- domains/josemy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/josemy.json diff --git a/domains/josemy.json b/domains/josemy.json new file mode 100644 index 000000000..9bd6be9f3 --- /dev/null +++ b/domains/josemy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "JosemyDuarte" + }, + "record": { + "CNAME": "josemyduarte.github.io" + } +} From 9d17cc1db0384e1c6788372f2daefc75621d0473 Mon Sep 17 00:00:00 2001 From: Rakshit Date: Tue, 7 Jan 2025 16:03:24 +0530 Subject: [PATCH 344/405] Create rakshit.json --- domains/rakshit.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rakshit.json diff --git a/domains/rakshit.json b/domains/rakshit.json new file mode 100644 index 000000000..42d13b060 --- /dev/null +++ b/domains/rakshit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "spuckhafte" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } +} From 508fe598e30a48cef82432eeec311cd2dd37a817 Mon Sep 17 00:00:00 2001 From: Rakshit Date: Tue, 7 Jan 2025 16:07:15 +0530 Subject: [PATCH 345/405] Update rakshit.json --- domains/rakshit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rakshit.json b/domains/rakshit.json index 42d13b060..f43a3fb0c 100644 --- a/domains/rakshit.json +++ b/domains/rakshit.json @@ -1,6 +1,7 @@ { "owner": { - "username": "spuckhafte" + "username": "spuckhafte", + "email": "rakshit240405@gmail.com" }, "record": { "A": [ From fa94e140f28d76126cfb0936d090b85637c187f8 Mon Sep 17 00:00:00 2001 From: Shyamalendu Nayak Date: Tue, 7 Jan 2025 16:52:29 +0530 Subject: [PATCH 346/405] create shyam.json --- domains/shyam.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shyam.json diff --git a/domains/shyam.json b/domains/shyam.json new file mode 100644 index 000000000..6c40bc1ba --- /dev/null +++ b/domains/shyam.json @@ -0,0 +1,11 @@ +{ + "description": "Making a .is-a.dev domain as an alt url for my site.", + "repo": "https://github.com/shyam0118/portfolio", + "owner": { + "username": "shyam0118", + "email": "shyamalendunayak0118@gmail.com" + }, + "record": { + "CNAME": "shyam.dev" + } +} From 44c3afd3b8465027ada20e56b071ad035865302c Mon Sep 17 00:00:00 2001 From: bwkam Date: Tue, 7 Jan 2025 16:52:09 +0200 Subject: [PATCH 347/405] remove bwkam.json --- domains/bwkam.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/bwkam.json diff --git a/domains/bwkam.json b/domains/bwkam.json deleted file mode 100644 index 570fbb327..000000000 --- a/domains/bwkam.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "bwkam", - "discord": "891997325499719730", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.HvzRNEADseLE6CXj6lrEWhsz68_vtnxY3KTtnSJBS_bHfeW7gUhKbUrDZ_Gk0yYVx3qXaHqS1_nWSdISvOa5tuIHxtmNUgmyTEHyAFGX54XZG3dQNS8SML4nMpjsRJ2DcCtfS6YKiTJXgmpVkAoaT1ELqR299iCYbow5j_V4zuYl0t6Les81GlP1Yu2jADmVy9hsjBegFORxL_uB9ZSQd81X0SX7mhtwSxSN3Xmuy5Cx7BRaP5lWIhJ6C95TaF0hes68wCR9qx3IXy4FlGuVzDn4pxz53il4dcdB-a1HBTA73PYEKqX4xFe1nxQOTT9ZBClJJHUHgOjsA_rzeqiXNw.h3Xp8Uv02qaNkcfS16pB3Q.jy9JW6JovL0B885zSD7ZOndjm3Ec_LTB4r1r848fEHhcCb61GGZ41jStD7v_yKxIyXomakNWfyWipfBPDOQVyQ31OrubyLEmQLw_98gzsvc.XdfD7kDdAxqEt9Tk7v0KlQ" - }, - "record": { - "CNAME": "bwkam.github.io" - } -} From dcafc86b605de816522f6596364b4c86245b881f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ch=C3=A1nh=20=C4=90=E1=BA=A1i?= Date: Tue, 7 Jan 2025 22:51:26 +0700 Subject: [PATCH 348/405] Create _vercel.dai.json --- domains/_vercel.dai.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.dai.json diff --git a/domains/_vercel.dai.json b/domains/_vercel.dai.json new file mode 100644 index 000000000..5f391c6b1 --- /dev/null +++ b/domains/_vercel.dai.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ncdai" + }, + "record": { + "TXT": ["vc-domain-verify=dai.is-a.dev,1f58fc0d6c2eb6cc92d7"] + } +} From 5cff8a61ad9c79def1422dd2c81f406b46765350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ch=C3=A1nh=20=C4=90=E1=BA=A1i?= Date: Tue, 7 Jan 2025 22:57:26 +0700 Subject: [PATCH 349/405] Create dai.json --- domains/dai.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/dai.json diff --git a/domains/dai.json b/domains/dai.json new file mode 100644 index 000000000..584aea0fa --- /dev/null +++ b/domains/dai.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ncdai" + }, + "record": { + "A": ["76.76.21.21"] + } +} From d674615da0e41f2c99f0670c6d8111d70496744c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ch=C3=A1nh=20=C4=90=E1=BA=A1i?= Date: Tue, 7 Jan 2025 23:07:42 +0700 Subject: [PATCH 350/405] Update dai.json --- domains/dai.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/dai.json b/domains/dai.json index 584aea0fa..df0ddcd41 100644 --- a/domains/dai.json +++ b/domains/dai.json @@ -1,6 +1,7 @@ { "owner": { - "username": "ncdai" + "username": "ncdai", + "email": "dai@chanhdai.com" }, "record": { "A": ["76.76.21.21"] From 047829bb1a365585ab66111000e129cdf0f0762e Mon Sep 17 00:00:00 2001 From: Josemy Duarte Date: Tue, 7 Jan 2025 16:08:02 +0000 Subject: [PATCH 351/405] trigger pipeline From f645895662b85bc1d1f4a07dfb36e2e0e4a71b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ch=C3=A1nh=20=C4=90=E1=BA=A1i?= Date: Tue, 7 Jan 2025 23:08:26 +0700 Subject: [PATCH 352/405] Update _vercel.dai.json --- domains/_vercel.dai.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.dai.json b/domains/_vercel.dai.json index 5f391c6b1..18622e499 100644 --- a/domains/_vercel.dai.json +++ b/domains/_vercel.dai.json @@ -1,6 +1,7 @@ { "owner": { - "username": "ncdai" + "username": "ncdai", + "email": "dai@chanhdai.com" }, "record": { "TXT": ["vc-domain-verify=dai.is-a.dev,1f58fc0d6c2eb6cc92d7"] From 3359c27731eb1020c5880892271b5aac32986e15 Mon Sep 17 00:00:00 2001 From: Omkar Tenkale <39808155+omkar-tenkale@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:05:13 +0530 Subject: [PATCH 353/405] Create omkartenkale.json --- domains/omkartenkale.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/omkartenkale.json diff --git a/domains/omkartenkale.json b/domains/omkartenkale.json new file mode 100644 index 000000000..894613d27 --- /dev/null +++ b/domains/omkartenkale.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "omkar-tenkale", + "email": "otenkale@gmail.com" + }, + "record": { + "CNAME": "omkar-tenkale.github.io" + } +} From 4c80d9515e34404d1e339b7d4624cd14df253054 Mon Sep 17 00:00:00 2001 From: redzz <164974345+redzgt@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:46:42 -0500 Subject: [PATCH 354/405] Create redz.json --- domains/redz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/redz.json diff --git a/domains/redz.json b/domains/redz.json new file mode 100644 index 000000000..1971d841a --- /dev/null +++ b/domains/redz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "redzgt", + "email": "morgans73072@gmail.com" + }, + "record": { + "CNAME": "redzgt.github.io" + } +} From 669626613e6ce7467f28c948da5f68448967f309 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Tue, 7 Jan 2025 19:33:11 +0100 Subject: [PATCH 355/405] Update landercitygaming.json --- domains/landercitygaming.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/landercitygaming.json b/domains/landercitygaming.json index 04ea21393..9ce1a4543 100644 --- a/domains/landercitygaming.json +++ b/domains/landercitygaming.json @@ -1,6 +1,6 @@ { "owner": { - "username": "dangerousexox", + "username": "JuniorDereon", "email": "robloxsafe72@gmail.com" }, "record": { From 72820e9c73023a07dcd83f6f11d9a68f46c204c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Tue, 7 Jan 2025 14:25:34 -0600 Subject: [PATCH 356/405] Update peme969.json Added another TXT record (if that's what it's called lol idk) --- domains/peme969.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index 9a77cd5aa..96490411b 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,6 +4,7 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "CNAME": "peme969.github.io" + "CNAME": "peme969.github.io", + "@":"zoho-verification=zb48050675.zmverify.zoho.com" } } From 8a58d1e05202846d987be67a4796bf1f3834f2f7 Mon Sep 17 00:00:00 2001 From: iostpa Date: Tue, 7 Jan 2025 22:39:56 +0200 Subject: [PATCH 357/405] Update domains/peme969.json --- domains/peme969.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 96490411b..636154456 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,7 +4,7 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "CNAME": "peme969.github.io", - "@":"zoho-verification=zb48050675.zmverify.zoho.com" + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "TXT": ["zoho-verification=zb48050675.zmverify.zoho.com"] } } From 56c9d619cca26abe661698d7b052317933f4bb6b Mon Sep 17 00:00:00 2001 From: Manel Date: Tue, 7 Jan 2025 23:24:16 +0100 Subject: [PATCH 358/405] Create manel.json --- domains/manel.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/manel.json diff --git a/domains/manel.json b/domains/manel.json new file mode 100644 index 000000000..be0cc05f1 --- /dev/null +++ b/domains/manel.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "alcoceba" + }, + "record": { + "CNAME": "alcoceba.github.io" + } +} From 247b4e51e1dea2f62ac1272bc7abb657234e15dc Mon Sep 17 00:00:00 2001 From: Manel Date: Tue, 7 Jan 2025 23:29:10 +0100 Subject: [PATCH 359/405] Update manel.json --- domains/manel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/manel.json b/domains/manel.json index be0cc05f1..8e2d7260f 100644 --- a/domains/manel.json +++ b/domains/manel.json @@ -1,6 +1,7 @@ { "owner": { - "username": "alcoceba" + "username": "alcoceba", + "email": "manelalcoceba@gmail.com" }, "record": { "CNAME": "alcoceba.github.io" From ab4036b4d04548bdfc4e90b7e8700160145e37b0 Mon Sep 17 00:00:00 2001 From: "Emanuele \"Lele\" Calo" Date: Wed, 8 Jan 2025 01:00:59 +0100 Subject: [PATCH 360/405] eldios.is-a.dev : add new domain for eldios --- domains/eldios.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eldios.json diff --git a/domains/eldios.json b/domains/eldios.json new file mode 100644 index 000000000..a446dbe5f --- /dev/null +++ b/domains/eldios.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for Lele - eldios", + "repo": "https://github.com/eldios/eldios.github.io", + "owner": { + "username": "eldios", + "twitter": "eldios" + }, + "record": { + "CNAME": "eldios.github.io" + } +} From e593d182d667a94619c97d269aa188cd4a3e433b Mon Sep 17 00:00:00 2001 From: Khairu Aqsara Date: Wed, 8 Jan 2025 11:41:05 +0700 Subject: [PATCH 361/405] Create kulikode.json --- domains/kulikode.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kulikode.json diff --git a/domains/kulikode.json b/domains/kulikode.json new file mode 100644 index 000000000..e66bb3a7d --- /dev/null +++ b/domains/kulikode.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khairu-aqsara", + "discord": "651519394673065977" + }, + "record": { + "CNAME": "khairu-aqsara.github.io" + } +} From ff3eb92b0fbbc5815829baa9b60e5c27abe5a3ff Mon Sep 17 00:00:00 2001 From: Josemy Duarte Date: Wed, 8 Jan 2025 08:00:52 +0000 Subject: [PATCH 362/405] Add josemy github challenge --- domains/_github-pages-challenge-josemyduarte.josemy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_github-pages-challenge-josemyduarte.josemy.json diff --git a/domains/_github-pages-challenge-josemyduarte.josemy.json b/domains/_github-pages-challenge-josemyduarte.josemy.json new file mode 100644 index 000000000..b856645bf --- /dev/null +++ b/domains/_github-pages-challenge-josemyduarte.josemy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "JosemyDuarte" + }, + "record": { + "TXT": "f9830295961050524a4ba5c3eb4b62" + } +} From 1019bf733603fafeb71fda1c4a3a9be71708e892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=E1=BB=87n=20Nguy=E1=BB=85n?= <60094052+thiennguyen93@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:17:30 +0700 Subject: [PATCH 363/405] Create thien.json ## Requirements Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above. Please note that we reserve the rights not to accept any domain at our own discretion. - [x] The file is in the 'domains folder and is in the JSON format. - [x] The file's name is all lowercased and alphanumeric. - [x] You have completed your website. - [x] The website is reachable. - [x] You're not using Vercel. - [x] The CNAME record doesn't contain 'https:// or /. - [x] There is sufficient information at the 'owner' field. ## Website Link/Preview https://thiennguyen93.github.io --- domains/thien.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thien.json diff --git a/domains/thien.json b/domains/thien.json new file mode 100644 index 000000000..d036ca640 --- /dev/null +++ b/domains/thien.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thiennguyen93", + "email": "hi@thiennguyen.dev" + }, + "record": { + "CNAME": "thiennguyen93.github.io" + } +} From 7bab5c632318d72e428a48e67f8a08770118546a Mon Sep 17 00:00:00 2001 From: april Date: Wed, 8 Jan 2025 11:44:02 +0000 Subject: [PATCH 364/405] Create cyberglot.json --- domains/cyberglot.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cyberglot.json diff --git a/domains/cyberglot.json b/domains/cyberglot.json new file mode 100644 index 000000000..8cc6f4abd --- /dev/null +++ b/domains/cyberglot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cyberglot", + "email": "cyberglot@gmail.com" + }, + "record": { + "CNAME": "cyberglot.github.io" + } +} From bce10ab35b4fbbfa360fb6e1992a969c341a9ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 8 Jan 2025 11:38:51 -0600 Subject: [PATCH 365/405] Update peme969.json Added an MX record --- domains/peme969.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index f9cd9622c..f24821b48 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,7 +4,28 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT": ["zoho-verification=zb48050675.zmverify.zoho.com"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "TXT": [ + "zoho-verification=zb48050675.zmverify.zoho.com" + ], + "MX": [ + { + "priority": 10, + "server": "mx.zoho.com" + }, + { + "priority": 20, + "server": "mx2.zoho.com" + }, + { + "priority": 50, + "server": "mx3.zoho.com" + } + ] } } \ No newline at end of file From 6c08dd8632e456724d54a428d9151ecdff6476e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 8 Jan 2025 11:44:49 -0600 Subject: [PATCH 366/405] Update peme969.json Updated the MX Record --- domains/peme969.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index f24821b48..1d4ce791c 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -14,18 +14,9 @@ "zoho-verification=zb48050675.zmverify.zoho.com" ], "MX": [ - { - "priority": 10, - "server": "mx.zoho.com" - }, - { - "priority": 20, - "server": "mx2.zoho.com" - }, - { - "priority": 50, - "server": "mx3.zoho.com" - } + "10 mx.zoho.com", + "20 mx2.zoho.com", + "50 mx3.zoho.com" ] } } \ No newline at end of file From e2fb3aa2a7b37faa804f35da40f33b0b8893885f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 8 Jan 2025 11:48:11 -0600 Subject: [PATCH 367/405] Update peme969.json Removed the priorities and other 2 mail servers --- domains/peme969.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 1d4ce791c..cb9f5f2f9 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -14,9 +14,7 @@ "zoho-verification=zb48050675.zmverify.zoho.com" ], "MX": [ - "10 mx.zoho.com", - "20 mx2.zoho.com", - "50 mx3.zoho.com" + "mx.zoho.com" ] } } \ No newline at end of file From e996bc53df9698b8386a0b863ea6b52150e55b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 8 Jan 2025 11:54:57 -0600 Subject: [PATCH 368/405] Update peme969.json Added cloud flare name servers --- domains/peme969.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/peme969.json b/domains/peme969.json index cb9f5f2f9..116c77c70 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -15,6 +15,10 @@ ], "MX": [ "mx.zoho.com" + ], + "NS": [ + "aleena.ns.cloudflare.com", + "plato.ns.cloudflare.com" ] } } \ No newline at end of file From fda225d0052cf0d660614f7abefea96b7336e61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 8 Jan 2025 12:40:40 -0600 Subject: [PATCH 369/405] Update peme969.json Updated TXT and MX records --- domains/peme969.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 116c77c70..653ad0fd9 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,14 +11,12 @@ "185.199.111.153" ], "TXT": [ - "zoho-verification=zb48050675.zmverify.zoho.com" + "v=spf1 include:_spf.mx.cloudflare.net ~all" ], "MX": [ - "mx.zoho.com" + {"value":"route1.mx.cloudflare.net.","priority":35,"hostname":"peme969.is-a.dev"}, + {"value":"route2.mx.cloudflare.net.","priority":61,"hostname":"peme969.is-a.dev"}, + {"value":"route3.mx.cloudflare.net.","priority":18,"hostname":"peme969.is-a.dev"} ], - "NS": [ - "aleena.ns.cloudflare.com", - "plato.ns.cloudflare.com" - ] } } \ No newline at end of file From a7b117ad0960b02b889529d196140d064e63de87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 8 Jan 2025 13:06:03 -0600 Subject: [PATCH 370/405] Update peme969.json Removed every record and added no --- domains/peme969.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 653ad0fd9..e7984d23d 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,19 +4,6 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "TXT": [ - "v=spf1 include:_spf.mx.cloudflare.net ~all" - ], - "MX": [ - {"value":"route1.mx.cloudflare.net.","priority":35,"hostname":"peme969.is-a.dev"}, - {"value":"route2.mx.cloudflare.net.","priority":61,"hostname":"peme969.is-a.dev"}, - {"value":"route3.mx.cloudflare.net.","priority":18,"hostname":"peme969.is-a.dev"} - ], + "NS": ["aleena.ns.cloudflare.com","plato.ns.cloudflare.com"] } } \ No newline at end of file From bdda75afb9457d1caabed3339cee3688ca69656c Mon Sep 17 00:00:00 2001 From: DawnBreaker0013 <111945854+DawnBreaker0013@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:23:39 -0800 Subject: [PATCH 371/405] Update dawnbreaker.json --- domains/dawnbreaker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dawnbreaker.json b/domains/dawnbreaker.json index 92b0a6e03..aaca4345d 100644 --- a/domains/dawnbreaker.json +++ b/domains/dawnbreaker.json @@ -4,6 +4,6 @@ "email": "dawnbreaker0013@gmail.com" }, "record": { - "A": ["34.168.171.130"] + "A": ["35.199.176.130"] } } From 56460a63e82fcfd2f9cf4918f9be25219eecc32f Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:47:59 +0800 Subject: [PATCH 372/405] Create _discord.json --- domains/_discord.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.json diff --git a/domains/_discord.json b/domains/_discord.json new file mode 100644 index 000000000..3a1e4c7a3 --- /dev/null +++ b/domains/_discord.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": ["dh=d5273eca7d19d9a734f62376816c287bc2613ef7"] + } +} From f3f9f2ee1049bdb37d80cfab23f4ec838b652e79 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:50:36 +0800 Subject: [PATCH 373/405] Delete util/administrators.json --- util/administrators.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 util/administrators.json diff --git a/util/administrators.json b/util/administrators.json deleted file mode 100644 index f85832ced..000000000 --- a/util/administrators.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "wdhdev", - "DEV-DIBSTER" -] \ No newline at end of file From 2ba5aec63fdb3d78721e7141a2cb4e57287b3bf7 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:38:30 +0800 Subject: [PATCH 374/405] Update docs.json --- domains/docs.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/docs.json b/domains/docs.json index 713e677dc..0b97d120e 100644 --- a/domains/docs.json +++ b/domains/docs.json @@ -6,6 +6,7 @@ "email": "admin@is-a.dev" }, "record": { - "URL": "https://is-a.dev/docs" - } + "CNAME": "is-a.dev" + }, + "proxied": true } From b9122cc45a577c287148a54ee65df1b2b8a9209a Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:41:12 +0800 Subject: [PATCH 375/405] Create _github-pages-challenge-is-a-dev.docs.json --- domains/_github-pages-challenge-is-a-dev.docs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-is-a-dev.docs.json diff --git a/domains/_github-pages-challenge-is-a-dev.docs.json b/domains/_github-pages-challenge-is-a-dev.docs.json new file mode 100644 index 000000000..888f8178b --- /dev/null +++ b/domains/_github-pages-challenge-is-a-dev.docs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": "9aed675b73d2147d4bc644c3551ef9" + } +} From 3ce662d2792bc43987b4298a1e229d9287f7fca3 Mon Sep 17 00:00:00 2001 From: Arjun Vijay Prakash <137415649+ArjunCodess@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:56:54 -0800 Subject: [PATCH 376/405] Create _vercel.arjuncodess.json --- domains/_vercel.arjuncodess.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.arjuncodess.json diff --git a/domains/_vercel.arjuncodess.json b/domains/_vercel.arjuncodess.json new file mode 100644 index 000000000..083653cd2 --- /dev/null +++ b/domains/_vercel.arjuncodess.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arjuncodess", + "email": "arjunv.prakash12345@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=arjuncodess.is-a.dev,772c34dd22de18adabaa"] + } +} From c2a9c1a27f0f1458001fc62abaf6efa20248d6cc Mon Sep 17 00:00:00 2001 From: Arjun Vijay Prakash <137415649+ArjunCodess@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:58:33 -0800 Subject: [PATCH 377/405] Create arjuncodess.json --- domains/arjuncodess.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/arjuncodess.json diff --git a/domains/arjuncodess.json b/domains/arjuncodess.json new file mode 100644 index 000000000..15b194c53 --- /dev/null +++ b/domains/arjuncodess.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ArjunCodess" + }, + "record": { + "CNAME": "arjuncodess.vercel.app" + } +} From 168e45c0a74916105fd4e4510e9270bd8cb69d7f Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:11:05 +0800 Subject: [PATCH 378/405] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 168de17ab..6c53a4027 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

is-a.dev

-

is-a-dev is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.

+

is-a.dev is a service that allows developers to get a sweet-looking .is-a.dev domain for their personal websites.

## Announcements & Status Updates Please join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for announcements, updates & upgrades, and downtimes regarding the service. @@ -26,20 +26,20 @@ Not all of these will be posted on GitHub, however they will always be posted in - [Fork](https://github.com/is-a-dev/register/fork) this repository - Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev` -- [Read the documentation](https://is-a.dev/docs) +- [Read the documentation](https://docs.is-a.dev) - If you are applying for NS records please read [this](#ns-records). - Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!* - After the pull request is merged, please allow up to 24 hours for the changes to propagate - Enjoy your new `.is-a.dev` domain! Please consider leaving us a star ⭐️ to help support us! ### NS Records -When applying for NS records, please be aware we already support a [wide range of DNS records](https://is-a.dev/docs/faq/#which-records-are-supported), so you may not need them. +When applying for NS records, please be aware we already support a [wide range of DNS records](https://docs.is-a.dev/faq/#which-records-are-supported), so you may not need them. -In your PR, please explain why you need NS records, including examples, to help mitigate potential abuse. Refer to the [FAQ](https://is-a.dev/docs/faq/#who-can-use-ns-records) for guidelines on allowed usage. Good examples of NS record requests are [#17592](https://github.com/is-a-dev/register/pull/17592) and [#18026](https://github.com/is-a-dev/register/pull/18026). +In your PR, please explain why you need NS records, including examples, to help mitigate potential abuse. Refer to the [FAQ](https://docs.is-a.dev/faq/#who-can-use-ns-records) for guidelines on allowed usage. Good examples of NS record requests are [#17592](https://github.com/is-a-dev/register/pull/17592) and [#18026](https://github.com/is-a-dev/register/pull/18026). ***Pull requests adding NS records without sufficient reasoning will be closed.*** -> Also see: [Why are you so strict with NS records?](https://is-a.dev/docs/faq/#why-are-you-so-strict-with-ns-records) +> Also see: [Why are you so strict with NS records?](https://docs.is-a.dev/faq/#why-are-you-so-strict-with-ns-records) > [!NOTE] > You can bypass these requirements[^1] by donating just $2 [here](https://wdh.gg/pvNCdvs), or via [GitHub Sponsors](https://wdh.gg/sponsor). As a thank-you, you'll also receive a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)! From 7b24af143d431c5b27f9e12cfe65a1889c5b1618 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:12:34 +1100 Subject: [PATCH 379/405] redirect nic.is-a.dev --- domains/nic.json | 9 +++++++++ util/reserved-domains.json | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 domains/nic.json diff --git a/domains/nic.json b/domains/nic.json new file mode 100644 index 000000000..853d1e8a3 --- /dev/null +++ b/domains/nic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "URL": "https://is-a.dev" + } +} diff --git a/util/reserved-domains.json b/util/reserved-domains.json index 42a683c8c..3c02a2f9a 100644 --- a/util/reserved-domains.json +++ b/util/reserved-domains.json @@ -58,7 +58,6 @@ "mobile", "net", "news", - "nic", "noc", "notification", "notifications", From 7cb49726d8164b3ef7205d4373e4c20472ae0805 Mon Sep 17 00:00:00 2001 From: anirbaaaan <188557785+anirbaaaan183@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:44:29 +0530 Subject: [PATCH 380/405] Delete domains/anirbaaaan.json --- domains/anirbaaaan.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 domains/anirbaaaan.json diff --git a/domains/anirbaaaan.json b/domains/anirbaaaan.json deleted file mode 100644 index b2ba80add..000000000 --- a/domains/anirbaaaan.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "owner": { - "username": "anirbaaaan183", - "email": "anirbanrc@proton.me" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] - } -} From d5a4e8ca759523f44b37ea816d1764ca2c31198c Mon Sep 17 00:00:00 2001 From: anirbaaaan <188557785+anirbaaaan183@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:44:46 +0530 Subject: [PATCH 381/405] Delete domains/_github-pages-challenge-anirbaaaan183.anirbaaaan.json --- ..._github-pages-challenge-anirbaaaan183.anirbaaaan.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-anirbaaaan183.anirbaaaan.json diff --git a/domains/_github-pages-challenge-anirbaaaan183.anirbaaaan.json b/domains/_github-pages-challenge-anirbaaaan183.anirbaaaan.json deleted file mode 100644 index aef4a9302..000000000 --- a/domains/_github-pages-challenge-anirbaaaan183.anirbaaaan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anirbaaaan183", - "email": "anirbanrc@proton.me" - }, - "record": { - "TXT": "5f8c296170c0f2cd8aa1089b065900" - } -} From 54fa309173871d5009a2f3912fba34d31be4f9a6 Mon Sep 17 00:00:00 2001 From: anirbaaaan <188557785+anirbaaaan183@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:45:01 +0530 Subject: [PATCH 382/405] Delete domains/blog.anirbaaaan.json --- domains/blog.anirbaaaan.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/blog.anirbaaaan.json diff --git a/domains/blog.anirbaaaan.json b/domains/blog.anirbaaaan.json deleted file mode 100644 index 336288c99..000000000 --- a/domains/blog.anirbaaaan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anirbaaaan183", - "email": "anirbanrc@proton.me" - }, - "record": { - "CNAME": "anirbaaaan183.github.io" - } -} From c05c21333a53af9a87cce3f8e2e876477f7936ea Mon Sep 17 00:00:00 2001 From: anirbaaaan <188557785+anirbaaaan183@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:45:18 +0530 Subject: [PATCH 383/405] Delete domains/_discord.anirbaaaan.json --- domains/_discord.anirbaaaan.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.anirbaaaan.json diff --git a/domains/_discord.anirbaaaan.json b/domains/_discord.anirbaaaan.json deleted file mode 100644 index f7a613430..000000000 --- a/domains/_discord.anirbaaaan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anirbaaaan183", - "email": "anirbanrc@proton.me" - }, - "record": { - "TXT": "dh=ef12f3d26e5f641e4a2f956c2a208b8da58b5c47" - } -} From 5b016900612f55a6e16bdd8caea8fc67f68c2e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sunny=20=E2=98=80=EF=B8=8F?= Date: Thu, 9 Jan 2025 14:29:59 +0400 Subject: [PATCH 384/405] Create _vercel.sun.json --- domains/_vercel.sun.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.sun.json diff --git a/domains/_vercel.sun.json b/domains/_vercel.sun.json new file mode 100644 index 000000000..fba2fd438 --- /dev/null +++ b/domains/_vercel.sun.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sxn4y", + "email": "", + "discord": "5unn7n" + }, + "record": { + "TXT": "vc-domain-verify=sun.is-a.dev,3d30eed3d9b17b680b03" + } +} From 317fe256a8b83c250c861ea1b61c49268c7ef30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sunny=20=E2=98=80=EF=B8=8F?= Date: Thu, 9 Jan 2025 14:32:06 +0400 Subject: [PATCH 385/405] Create sun.json --- domains/sun.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sun.json diff --git a/domains/sun.json b/domains/sun.json new file mode 100644 index 000000000..631a26eb1 --- /dev/null +++ b/domains/sun.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sxn4y", + "email": "", + "discord": "5unn7n" + }, + "record": { + "CNAME": "supern0va.vercel.app" + } +} From 762102c48c77a470a45b9d8ec578c785e269f640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sunny=20=E2=98=80=EF=B8=8F?= Date: Thu, 9 Jan 2025 14:45:45 +0400 Subject: [PATCH 386/405] Create _discord.sun.json --- domains/_discord.sun.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.sun.json diff --git a/domains/_discord.sun.json b/domains/_discord.sun.json new file mode 100644 index 000000000..b7ec2020c --- /dev/null +++ b/domains/_discord.sun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sxn4y", + "discord": "5unn7n" + }, + "record": { + "TXT": "dh=cfe36ed36af73c3bdcfbfa23744d5826b64d1cfc" + } +} From 36c8f59f51736cd8264b3f765179bf33121e1a5f Mon Sep 17 00:00:00 2001 From: Lakshya Sharma <151217685+lakshyaCreates@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:47:42 +0000 Subject: [PATCH 387/405] Create `lakshya.json` --- domains/_vercel.lakshya.json | 12 ++++++++++++ domains/lakshya.json | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 domains/_vercel.lakshya.json create mode 100644 domains/lakshya.json diff --git a/domains/_vercel.lakshya.json b/domains/_vercel.lakshya.json new file mode 100644 index 000000000..f24f0c887 --- /dev/null +++ b/domains/_vercel.lakshya.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "lakshyaCreates", + "email": "lakshya.creates07@gmail.com" + }, + "record": { + "TXT": [ + "vc-domain-verify=lakshya.is-a.dev,c263f1e52b86bcfa3ce6" + ] + } +} + diff --git a/domains/lakshya.json b/domains/lakshya.json new file mode 100644 index 000000000..a7ccfdb0b --- /dev/null +++ b/domains/lakshya.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lakshyaCreates", + "email": "lakshya.creates07@gmail.com" + }, + "description": "Lakshya's Personal Portfolio Website", + "repo": "https://github.com/lakshyaCreates/lakshyasharma", + "record": { + "URL": "https://lakshyasharma.dev" + } +} \ No newline at end of file From e8882e0a23cdb5664adaf15da60a395949478c65 Mon Sep 17 00:00:00 2001 From: Rayyan Nafees <59685062+RayyanNafees@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:31:16 +0530 Subject: [PATCH 388/405] Create rayyan.json --- domains/rayyan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rayyan.json diff --git a/domains/rayyan.json b/domains/rayyan.json new file mode 100644 index 000000000..a0cd5ee84 --- /dev/null +++ b/domains/rayyan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RayyanNafees", + "email": "nafees.rayyan@gmail.com" + }, + "record": { + "URL": "https://rayyano.vercel.app/" + } +} From 4839e75a8a327f11976643ee2341e0df6a6ba170 Mon Sep 17 00:00:00 2001 From: Rayyan Nafees <59685062+RayyanNafees@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:35:26 +0530 Subject: [PATCH 389/405] Update rayyan.json --- domains/rayyan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rayyan.json b/domains/rayyan.json index a0cd5ee84..32afab133 100644 --- a/domains/rayyan.json +++ b/domains/rayyan.json @@ -4,6 +4,6 @@ "email": "nafees.rayyan@gmail.com" }, "record": { - "URL": "https://rayyano.vercel.app/" + "CNAME": "rayyano.vercel.app" } } From 31e6656c529f65a1691704c476292729cb279e57 Mon Sep 17 00:00:00 2001 From: kevincrafturu2 <48927699+kevincrafturu2@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:00:55 -0300 Subject: [PATCH 390/405] Create kevin.json --- domains/kevin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kevin.json diff --git a/domains/kevin.json b/domains/kevin.json new file mode 100644 index 000000000..f95ba52c8 --- /dev/null +++ b/domains/kevin.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio", + "repo": "https://github.com/kevincrafturu2/portfolio-bolt.new", + "owner": { + "username": "kevincrafturu2", + "email": "kevincrafturu2@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 810a055b36e485e4607842c7808aa80b1a9b1fb8 Mon Sep 17 00:00:00 2001 From: Darshan <77528189+Dqrshan@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:03:31 +0530 Subject: [PATCH 391/405] Create _vercel.darshan.json --- domains/_vercel.darshan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.darshan.json diff --git a/domains/_vercel.darshan.json b/domains/_vercel.darshan.json new file mode 100644 index 000000000..5032e4240 --- /dev/null +++ b/domains/_vercel.darshan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dqrshan", + "email": "darshan310268@gmail.com", + "discord": "838620835282812969" + }, + "record": { + "TXT": "vc-domain-verify=darshan.is-a.dev,f0974387e063ffff633d" + } +} From 431189b47d6dae5754a57323cea094dc699ab1de Mon Sep 17 00:00:00 2001 From: Darshan <77528189+Dqrshan@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:05:07 +0530 Subject: [PATCH 392/405] Create darshan.json --- domains/darshan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/darshan.json diff --git a/domains/darshan.json b/domains/darshan.json new file mode 100644 index 000000000..31854868b --- /dev/null +++ b/domains/darshan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dqrshan", + "email": "darshan310268@gmail.com", + "discord": "838620835282812969" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 72e695fad6c7a9750583011acb2606b5cef827b9 Mon Sep 17 00:00:00 2001 From: Anurag Limbu Kandangwa Date: Thu, 9 Jan 2025 22:30:04 +0545 Subject: [PATCH 393/405] Register anuraglimbu.json --- domains/anuraglimbu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/anuraglimbu.json diff --git a/domains/anuraglimbu.json b/domains/anuraglimbu.json new file mode 100644 index 000000000..c23395363 --- /dev/null +++ b/domains/anuraglimbu.json @@ -0,0 +1,11 @@ +{ + "description": "This subdomain is for my personal portfolio website.", + "repo": "https://github.com/anuraglimbu", + "owner": { + "username": "auraglimbu", + "email": "anuraglimbu2018@gmail.com" + }, + "record": { + "URL": "https://anuraglimbu.com.np" + } + } \ No newline at end of file From cc0933f40a137cb5c88a39af68b628c016409ee8 Mon Sep 17 00:00:00 2001 From: Rakib Hossain Date: Thu, 9 Jan 2025 23:16:36 +0600 Subject: [PATCH 394/405] Create rakibhossain.json --- domains/rakibhossain.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rakibhossain.json diff --git a/domains/rakibhossain.json b/domains/rakibhossain.json new file mode 100644 index 000000000..0190bf6ec --- /dev/null +++ b/domains/rakibhossain.json @@ -0,0 +1,11 @@ +{ + "description": "for my portfolio website", + "repo": "https://github.com/rakibmia7254/portfolio", + "owner": { + "username": "rakibmia7254", + "email": "rakib4ggp@gmail.com" + }, + "record": { + "CNAME": "rakibmia7254.github.io" + } +} From 8e90e510c566774c372ac9df5aabe1b6f8df801f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Thu, 9 Jan 2025 13:24:14 -0600 Subject: [PATCH 395/405] Update peme969.json Removed NS records and readded A records --- domains/peme969.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index e7984d23d..e41d87098 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,6 +4,6 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "NS": ["aleena.ns.cloudflare.com","plato.ns.cloudflare.com"] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } \ No newline at end of file From cb9405ff6f58139a5b33de1eb7d936357e6b0920 Mon Sep 17 00:00:00 2001 From: Jean Pierre <118909181+LittleMega777@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:13:18 -0300 Subject: [PATCH 396/405] Create jeanpierre.json --- domains/jeanpierre.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jeanpierre.json diff --git a/domains/jeanpierre.json b/domains/jeanpierre.json new file mode 100644 index 000000000..34c54db48 --- /dev/null +++ b/domains/jeanpierre.json @@ -0,0 +1,12 @@ +{ + "description": "Jean Pierre's presentation", + "repo": "https://github.com/LittleMega777/LittleMega777.github.io", + "owner": { + "username": "LittleMega777", + "email": "pierrecouto02@gmail.com" + }, + "record": { + "CNAME": "littlemega777-github-io.pages.dev" + } + } + From bef3e384942bd55ff51819de58805a4e5c565300 Mon Sep 17 00:00:00 2001 From: JumanJi <90971841+heyjumanji@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:03:12 +0530 Subject: [PATCH 397/405] Create _atproto.jumanji.json --- domains/_atproto.jumanji.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_atproto.jumanji.json diff --git a/domains/_atproto.jumanji.json b/domains/_atproto.jumanji.json new file mode 100644 index 000000000..d63b4e6bd --- /dev/null +++ b/domains/_atproto.jumanji.json @@ -0,0 +1,10 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "heyjumanji", + "email": "madhuchutiya.unhinge50@silomails.com" + }, + "record": { + "TXT": "did=did:plc:nrjpabfv3zoxd6kiwr6fs4lq" + } +} From 92d0d8b52dc392b45978bb225b86474ce222fca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Thu, 9 Jan 2025 19:37:51 -0600 Subject: [PATCH 398/405] Update peme969.json - Added a TXT record MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added txt record for simplelogin’s (email forwarding service) domain verification process --- domains/peme969.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/peme969.json b/domains/peme969.json index e41d87098..ce0dbdcc2 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -5,5 +5,6 @@ }, "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca"] } } \ No newline at end of file From c67c8a74af5860a3544e2790985c41e17ceca1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Thu, 9 Jan 2025 19:41:21 -0600 Subject: [PATCH 399/405] Update peme969.json Whoops I forgot to add a comma at the end of the A record --- domains/peme969.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index ce0dbdcc2..0a904d635 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,7 +4,7 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca"] } } \ No newline at end of file From 0219c33f5622a4ab1c87151ad3683563f4dc505f Mon Sep 17 00:00:00 2001 From: Long Nguyen Date: Fri, 10 Jan 2025 10:12:42 +0700 Subject: [PATCH 400/405] create longnt.json --- domains/longnt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/longnt.json diff --git a/domains/longnt.json b/domains/longnt.json new file mode 100644 index 000000000..824db7ba6 --- /dev/null +++ b/domains/longnt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "longnt", + "email": "longnt2204+dev@gmail.com" + }, + "record": { + "NS": ["armfazh.ns.cloudflare.com", "stella.ns.cloudflare.com"] + } +} From a6530d0e4d8d200f6338176dd46dcdef317c32e1 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:47:06 +0800 Subject: [PATCH 401/405] Create TERMS_OF_SERVICE.md --- TERMS_OF_SERVICE.md | 79 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 TERMS_OF_SERVICE.md diff --git a/TERMS_OF_SERVICE.md b/TERMS_OF_SERVICE.md new file mode 100644 index 000000000..f8f1482ae --- /dev/null +++ b/TERMS_OF_SERVICE.md @@ -0,0 +1,79 @@ +# Terms of Service +Welcome to **is-a.dev**, a free subdomain service provided to developers and individuals. By using our service, you agree to the following Terms of Service ("Terms"). Please read them carefully. + +## 1. Acceptance of Terms +By accessing or using the is-a.dev subdomain service, you acknowledge that you have read, understood, and agree to be bound by these Terms. If you do not agree, you may not use the service. + +## 2. Eligibility +To use the is-a.dev service, you must: + +1. Be at least 13 years old. +2. Use the service for lawful purposes only. +3. Provide accurate and truthful information during the registration process. + +## 3. Service Description +The is-a.dev service allows users to register a subdomain under the "is-a.dev" domain. This service is offered "as-is" without guarantees of uptime, support, or permanence. Subdomains are intended solely for developers and non-commercial projects. Commercial use is strictly prohibited. + +We reserve the right to deny any subdomain registration request for any reason. + +## 4. Prohibited Activities +You agree not to use the is-a.dev service for: + +- Hosting illegal content, including but not limited to pirated software, malware, or copyrighted materials without authorization. +- Conducting phishing, spam, or other malicious activities. +- Promoting hate speech, violence, or discrimination. +- Impersonating individuals, organizations, or entities without consent. +- Engaging in activities that violate local, national, or international laws. +- Any commercial purposes, including advertising, selling products, or hosting e-commerce platforms. +- Online stores/shopping websites. +- Gambling websites. +- Game cheat sites. +- CDNs distributing potentially malicious content (e.g., APKs, executables). +- 'Unblocked' gaming websites. +- Alternate URLs for commonly blocked websites (e.g., gambling/casino websites). +- Websites containing 18+ content. +- Mass emailing (e.g., newsletters, mailing lists). +- File-sharing or torrenting websites distributing copyrighted material. +- Cryptocurrency mining sites or tools. +- Hacking or cybersecurity exploit websites. +- Phishing or fraudulent websites. +- Websites hosting illegal or pirated software. +- Proxy or VPN services bypassing network restrictions. +- Online services for identity theft or forgery. +- Platforms promoting self-harm or violence. +- Illegal drug marketplaces. +- Proxy sites (e.g., embedding other websites). + +Additionally, users must comply with [GitHub’s Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) where applicable. + +Violation of these terms may result in the immediate termination of your subdomain. + +## 5. Ownership and Intellectual Property +1. **Subdomain Ownership**: While you are granted the right to use a subdomain, ownership of the "is-a.dev" domain remains with the service provider. +2. **Content Ownership**: You retain ownership of any content you host on your subdomain. However, you grant us a license to use your subdomain registration data (e.g., DNS records) to operate the service. + +## 6. Termination of Service +We reserve the right to suspend, terminate, or revoke your subdomain at any time, for any reason, including but not limited to violations of these Terms, operational considerations, or at our sole discretion. + +## 7. Privacy +For privacy-related inquiries, please contact us at privacy@is-a.dev. We are not responsible for any data or privacy breaches resulting from the use of our service. + +## 8. Disclaimer of Warranties +The is-a.dev service is provided "as-is" and "as available." We make no warranties, expressed or implied, regarding the service’s functionality, reliability, or suitability for any particular purpose. + +## 9. Limitation of Liability +To the fullest extent permitted by law, is-a.dev and its operators shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from your use or inability to use the service. + +## 10. Indemnification +You agree to indemnify and hold harmless is-a.dev, its operators, and affiliates from any claims, losses, liabilities, or expenses arising from your use of the service or violation of these Terms. + +## 11. Modification of Terms +We reserve the right to update or modify these Terms at any time. Changes will be effective immediately upon posting. Your continued use of the service constitutes acceptance of the updated Terms. + +## 12. Governing Law +These Terms are governed by and construed in accordance with the laws of Australia. Any disputes shall be resolved exclusively in the courts of Australia. + +## 13. Contact Information +For questions or concerns about these Terms, please contact us at support@is-a.dev. + +By using the is-a.dev service, you agree to these Terms of Service. From 3de1761794514904c99342d01e1de1bf5583ce2d Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:47:28 +0800 Subject: [PATCH 402/405] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 49cc4532e..eed9af879 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -4,28 +4,9 @@ This is a Code of Conduct for any interactions in this repository. This includes - **Use common sense** - It's not that complicated. Just be nice to people. - **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites. - **No wrongful use** - Do not use this service as a way, to promote hacking, scams, fraud, and other illegal activites. +- **Follow our TOS** - You must follow our [Terms of Service](https://github.com/is-a-dev/register/blob/main/TERMS_OF_SERVICE.md). ## Reporting abuse If you believe a domain that has been registered using this service is abusing our terms, you can report it by creating an issue. -The abuse reports will be investigated and the necessary action will be taken. - -## Explicitly disallowed usage -- Online stores/shopping websites -- Gambling websites -- Game cheat sites -- CDNs distributing potentially malicious content (e.g. APKs, executables) -- 'Unblocked' gaming websites -- Alternate URLs for commonly blocked websites (e.g. gambling/casino websites) -- Websites containing 18+ content -- Mass emailing (e.g. newsletters, mailing lists) -- File-sharing or torrenting websites distributing copyrighted material -- Cryptocurrency mining sites or tools -- Hacking or cybersecurity exploit websites -- Phishing or fraudulent websites -- Websites hosting illegal or pirated software -- Proxy or VPN services bypassing network restrictions -- Online services for identity theft or forgery -- Platforms promoting self-harm or violence -- Illegal drug marketplaces -- Proxy sites (e.g. embedding other websites) +Abuse reports will be investigated and the necessary action will be taken. From 355206ed56e01f016a046792906b709d024ec97c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:27:49 +0800 Subject: [PATCH 403/405] Update longnt.json --- domains/longnt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/longnt.json b/domains/longnt.json index 824db7ba6..33b59ff66 100644 --- a/domains/longnt.json +++ b/domains/longnt.json @@ -1,6 +1,6 @@ { "owner": { - "username": "longnt", + "username": "simel0", "email": "longnt2204+dev@gmail.com" }, "record": { From 89a973568e4718b8eb712f67983d1a956c52424e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:44:48 +0800 Subject: [PATCH 404/405] Update reserved-domains.json --- util/reserved-domains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/util/reserved-domains.json b/util/reserved-domains.json index 3c02a2f9a..83fa6d5eb 100644 --- a/util/reserved-domains.json +++ b/util/reserved-domains.json @@ -55,6 +55,7 @@ "maintainer", "maintainers", "marketing", + "media", "mobile", "net", "news", From ffa05eb124a4c4647f589d19e62ab7b4d697c79d Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:44:55 +0800 Subject: [PATCH 405/405] Create _atproto.json --- domains/_atproto.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_atproto.json diff --git a/domains/_atproto.json b/domains/_atproto.json new file mode 100644 index 000000000..4e7b7e711 --- /dev/null +++ b/domains/_atproto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": "did=did:plc:lg6oq22q4rqf2qxmnd2io6fw" + } +}