From 86feb3168227a9c2c661238d343e0a601a5cd855 Mon Sep 17 00:00:00 2001 From: nassro199 Date: Sat, 23 Sep 2023 01:46:45 +0100 Subject: [PATCH 01/57] feat(domain): nassro.is-a.dev --- domains/nassro.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nassro.json diff --git a/domains/nassro.json b/domains/nassro.json new file mode 100644 index 000000000..1e5bc04b4 --- /dev/null +++ b/domains/nassro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nassro199", + "email": "nasrohasini19ny@gmail.com" + }, + "record": { + "CNAME": "nassro" + } +} From b4006f365b1b86a70fe5822139ed774ec249fecc Mon Sep 17 00:00:00 2001 From: nassro199 <74100233+nassro199@users.noreply.github.com> Date: Sat, 23 Sep 2023 05:52:40 -0700 Subject: [PATCH 02/57] Update nassro.json --- domains/nassro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nassro.json b/domains/nassro.json index 1e5bc04b4..f0e4ee77c 100644 --- a/domains/nassro.json +++ b/domains/nassro.json @@ -4,6 +4,6 @@ "email": "nasrohasini19ny@gmail.com" }, "record": { - "CNAME": "nassro" + "CNAME": "nassro199.github.io" } } From 74f54c6b85605f2cdf183ad3c420ee024d2aa8f2 Mon Sep 17 00:00:00 2001 From: Satvik Gaikwad Date: Sat, 23 Sep 2023 18:57:22 +0530 Subject: [PATCH 03/57] Register satvikg7.is-a.dev --- domains/satvikg7.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/satvikg7.json diff --git a/domains/satvikg7.json b/domains/satvikg7.json new file mode 100644 index 000000000..298225f9a --- /dev/null +++ b/domains/satvikg7.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "satvikg7", + "email": "satvik.g.code@gmail.com" + }, + "record": { + "CNAME": "satvikg7-is-a-dev.netlify.app" + } +} \ No newline at end of file From 89459a835a295458f8f7de778b823064b4707c62 Mon Sep 17 00:00:00 2001 From: lynicv Date: Sun, 24 Sep 2023 10:55:48 +0200 Subject: [PATCH 04/57] feat(domain): sser.is-a.dev --- domains/sser.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sser.json diff --git a/domains/sser.json b/domains/sser.json new file mode 100644 index 000000000..7fc2eb17b --- /dev/null +++ b/domains/sser.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lynicv", + "email": "nuffimail33@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From ba0d466a0ea775fb5c6173aff4eb7677039e0c7e Mon Sep 17 00:00:00 2001 From: sjlptpsnh Date: Sun, 24 Sep 2023 15:07:51 +0530 Subject: [PATCH 05/57] feat(domain): sjlptpsnh.is-a.dev --- domains/sjlptpsnh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sjlptpsnh.json diff --git a/domains/sjlptpsnh.json b/domains/sjlptpsnh.json new file mode 100644 index 000000000..5436915e6 --- /dev/null +++ b/domains/sjlptpsnh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "sjlptpsnh", + "email": "sujalpratapsingh70@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 537e54423aad725e201e04d76862a2d1bc676b64 Mon Sep 17 00:00:00 2001 From: Satvik Gaikwad Date: Sun, 24 Sep 2023 15:16:26 +0530 Subject: [PATCH 06/57] Update satvikg7.json --- domains/satvikg7.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/satvikg7.json b/domains/satvikg7.json index 298225f9a..15654ad31 100644 --- a/domains/satvikg7.json +++ b/domains/satvikg7.json @@ -4,6 +4,6 @@ "email": "satvik.g.code@gmail.com" }, "record": { - "CNAME": "satvikg7-is-a-dev.netlify.app" + "CNAME": "satvikg7.gitlab.io" } -} \ No newline at end of file +} From a22eb0c143a6920bafcb0c314756d1725bbfb5a0 Mon Sep 17 00:00:00 2001 From: aliazhar0 Date: Sun, 24 Sep 2023 03:04:20 -0700 Subject: [PATCH 07/57] feat(domain): aliazhar.is-a.dev --- domains/aliazhar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aliazhar.json diff --git a/domains/aliazhar.json b/domains/aliazhar.json new file mode 100644 index 000000000..e12586e58 --- /dev/null +++ b/domains/aliazhar.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "aliazhar0", + "email": "aliazhar1906@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From d709326f6114cdd18eaee2407ef27863d18bc59c Mon Sep 17 00:00:00 2001 From: zh4ck Date: Sun, 24 Sep 2023 17:05:23 +0700 Subject: [PATCH 08/57] feat(domain): zhxck.is-a.dev --- domains/zhxck.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zhxck.json diff --git a/domains/zhxck.json b/domains/zhxck.json new file mode 100644 index 000000000..391961f23 --- /dev/null +++ b/domains/zhxck.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "zh4ck", + "email": "zhacxk@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 001a51893ffe2210e2beb2847d9b82fa68163469 Mon Sep 17 00:00:00 2001 From: kyakou Date: Sun, 24 Sep 2023 03:09:44 -0700 Subject: [PATCH 09/57] feat(domain): kyakou.is-a.dev --- domains/kyakou.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kyakou.json diff --git a/domains/kyakou.json b/domains/kyakou.json new file mode 100644 index 000000000..95f22f401 --- /dev/null +++ b/domains/kyakou.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kyakou", + "email": "ali_a19@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From f1aff394711f04533a6db38c6c13dc457cf28095 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 24 Sep 2023 19:20:35 +0800 Subject: [PATCH 10/57] Delete domains/adev.json --- domains/adev.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/adev.json diff --git a/domains/adev.json b/domains/adev.json deleted file mode 100644 index edab09db1..000000000 --- a/domains/adev.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "owner": { - "username": "NotJack173", - "email": "NotJack137@gmail.com" - }, - "record": { - "CNAME": "lyrastudios.github.io" - } -} From bd536c93720ece17cb551bdd7d6964d24c19c963 Mon Sep 17 00:00:00 2001 From: Niemiets Date: Sun, 24 Sep 2023 13:34:32 +0200 Subject: [PATCH 11/57] feat(domain): steam.niemiets.is-a.dev --- domains/steam.niemiets.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/steam.niemiets.json diff --git a/domains/steam.niemiets.json b/domains/steam.niemiets.json new file mode 100644 index 000000000..0aa8e803f --- /dev/null +++ b/domains/steam.niemiets.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Niemiets", + "email": "niemiec123123123@gmail.com" + }, + "record": { + "URL": "https://steamcommunity.com/id/niemiets/" + } +} From bfad5a577b196c89cb7e0acf121ad5b2c1120fa7 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:45:48 +0800 Subject: [PATCH 12/57] feat: remove 17 invalid redirects --- domains/anwar.json | 11 ----------- domains/chouhi.json | 9 --------- domains/eax.json | 11 ----------- domains/georgee.json | 10 ---------- domains/haris.json | 9 --------- domains/herckun.json | 12 ------------ domains/jacobtm.json | 12 ------------ domains/krrisharma.json | 9 --------- domains/liztochekcode.json | 10 ---------- domains/malware.json | 9 --------- domains/mrlol.json | 12 ------------ domains/tejas.json | 11 ----------- domains/tigerbyte.json | 11 ----------- domains/unwork-id.json | 11 ----------- domains/verite.json | 11 ----------- domains/vikrant.json | 9 --------- domains/yaman.json | 11 ----------- 17 files changed, 178 deletions(-) delete mode 100644 domains/anwar.json delete mode 100644 domains/chouhi.json delete mode 100644 domains/eax.json delete mode 100644 domains/georgee.json delete mode 100644 domains/haris.json delete mode 100644 domains/herckun.json delete mode 100644 domains/jacobtm.json delete mode 100644 domains/krrisharma.json delete mode 100644 domains/liztochekcode.json delete mode 100644 domains/malware.json delete mode 100644 domains/mrlol.json delete mode 100644 domains/tejas.json delete mode 100644 domains/tigerbyte.json delete mode 100644 domains/unwork-id.json delete mode 100644 domains/verite.json delete mode 100644 domains/vikrant.json delete mode 100644 domains/yaman.json diff --git a/domains/anwar.json b/domains/anwar.json deleted file mode 100644 index 5451e6598..000000000 --- a/domains/anwar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Anwar's personal website", - "repo": "https://github.com/getanwar", - "owner": { - "username": "getanwar", - "email": "say@anwar.im" - }, - "record": { - "URL": "https://anwar.im" - } -} diff --git a/domains/chouhi.json b/domains/chouhi.json deleted file mode 100644 index 032de6f80..000000000 --- a/domains/chouhi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Chouhict", - "email": "chouhi@proton.me" - }, - "record": { - "URL": "https://chouhi.ml" - } -} diff --git a/domains/eax.json b/domains/eax.json deleted file mode 100644 index ee469555d..000000000 --- a/domains/eax.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "is-a.dev website of eaxly", - "repo": "https://codeberg.org/eax/website", - "owner": { - "username": "eaxly", - "email": "extinctaxolotl@protonmail.com" - }, - "record": { - "URL": "https://site.eax.li" - } -} diff --git a/domains/georgee.json b/domains/georgee.json deleted file mode 100644 index 73c3251dc..000000000 --- a/domains/georgee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Georgee1337", - - "email": "contact@georgexv.ru" - }, - "record": { - "URL": "https://georgexv.ru" - } -} diff --git a/domains/haris.json b/domains/haris.json deleted file mode 100644 index 02fcfc195..000000000 --- a/domains/haris.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HarisETH", - "email": "hariskumar.eth@gmail.com" - }, - "record": { - "URL": "https://haris.one" - } -} diff --git a/domains/herckun.json b/domains/herckun.json deleted file mode 100644 index 0ed1fdca6..000000000 --- a/domains/herckun.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "herckun", - "email": "", - "twitter": "herckun", - "discord": "herckun#2055" - }, - "description": "Personal portfolio website", - "record": { - "URL": "https://herckun.xyz" - } -} diff --git a/domains/jacobtm.json b/domains/jacobtm.json deleted file mode 100644 index e7c8fc79b..000000000 --- a/domains/jacobtm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "About me.", - "repo": "https://github.com/Jacob1Tm", - "owner": { - "username": "Jacob1Tm", - "email": "", - "twitter": "Jacob1_Tm" - }, - "record": { - "URL": "https://jacobtm.tk" - } -} diff --git a/domains/krrisharma.json b/domains/krrisharma.json deleted file mode 100644 index f936f4859..000000000 --- a/domains/krrisharma.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Krrish313", - "email": "krrishsharma.ks12345@gmail.com" - }, - "record": { - "URL": "https://github.com/krrish313" - } -} diff --git a/domains/liztochekcode.json b/domains/liztochekcode.json deleted file mode 100644 index 2071b9a2f..000000000 --- a/domains/liztochekcode.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "LiztochekCode", - "email": "liztochekcode@gmail.com" - }, - - "record": { - "URL": "https://liztochekcode.epizy.com" - } -} diff --git a/domains/malware.json b/domains/malware.json deleted file mode 100644 index 3de1cadbe..000000000 --- a/domains/malware.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "themalware", - "email": "daredevil.vikrant@gmail.com" - }, - "record": { - "URL": "https://themalware.tk" - } -} diff --git a/domains/mrlol.json b/domains/mrlol.json deleted file mode 100644 index 11f868f51..000000000 --- a/domains/mrlol.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Hi, I'm MrlolDev, I'm a web developer with little experience but who never tires of learning.", - "repo": "https://github.com/MrlolGFX/mrlol", - "owner": { - "username": "MrlolGFX", - "email": "mrlol.yt.oficial@gmail.com", - "twitter": "MrlolGFX" - }, - "record": { - "URL": "https://mrlol.loick.team" - } -} diff --git a/domains/tejas.json b/domains/tejas.json deleted file mode 100644 index 4de89dcfd..000000000 --- a/domains/tejas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A simple portfolio website by me (Tejas Agarwal)", - "repo": "https://github.com/tejasag/webpage", - "owner": { - "username": "tejasag", - "email": "togedemaru.1707@gmail.com" - }, - "record": { - "URL": "https://tejasagarwal.tech" - } -} diff --git a/domains/tigerbyte.json b/domains/tigerbyte.json deleted file mode 100644 index 78232c6aa..000000000 --- a/domains/tigerbyte.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Add some description", - "repo": "https://github.com/TigerbyteDev", - "owner": { - "username": "TigerbyteDev", - "email": "tigerbytedev@gmail.com" - }, - "record": { - "URL": "https://www.tigerbyte.dev" - } -} diff --git a/domains/unwork-id.json b/domains/unwork-id.json deleted file mode 100644 index 27a58a3d4..000000000 --- a/domains/unwork-id.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Unwork ID Website", - "repo": "https://github.com/Unwork-ID", - "owner": { - "username": "tokisaki13", - "email": "support@unwork.my.id" - }, - "record": { - "URL": "https://unwork.my.id" - } -} diff --git a/domains/verite.json b/domains/verite.json deleted file mode 100644 index c57038fc9..000000000 --- a/domains/verite.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/makuzaverite/veritem.me", - "owner": { - "username": "makuzaverite", - "email": "mugaboverite@gmail.com", - "twitter": "makuza_mugabo_v" - }, - "record": { - "URL": "https://veritem.me" - } -} diff --git a/domains/vikrant.json b/domains/vikrant.json deleted file mode 100644 index 1979cd609..000000000 --- a/domains/vikrant.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "150207", - "email": "daredevil.vikrant@gmail.com" - }, - "record": { - "URL": "https://github.com/vikrant7251" - } -} diff --git a/domains/yaman.json b/domains/yaman.json deleted file mode 100644 index 7d7bd24b0..000000000 --- a/domains/yaman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Redirecting to my blog", - "repo": "https://github.com/julianyaman", - "owner": { - "username": "julianyaman", - "email": "mail@yaman.pro" - }, - "record": { - "URL": "https://julianyaman.com" - } -} From 511f4d2c5129bbfc18f3dd3dfa7eeba0c81d7338 Mon Sep 17 00:00:00 2001 From: Niklas <40402114+NiHaiden@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:46:54 +0200 Subject: [PATCH 13/57] Update my domain, email and username accordingly --- domains/niklas.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/niklas.json b/domains/niklas.json index e7ffb0e40..538900125 100644 --- a/domains/niklas.json +++ b/domains/niklas.json @@ -1,11 +1,11 @@ { - "description": "I'm a dev from austria.", + "description": "Dev from Austria who loves Java and the world.", "owner": { "username": "NiHaiden", - "email": "niklas@haiden.ch", - "twitter": "niklashdev" + "email": "niklas@niklas.tech", + "twitter": "nklsdev" }, "record": { - "URL": "https://nhaiden.dev" + "URL": "https://niklas.tech" } } From bc6f4500ae79b414fe56692cb03f58db5fbd82ba Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:58:28 +0800 Subject: [PATCH 14/57] feat: remove 8 invalid domains --- domains/aaamineee.json | 9 --------- domains/aoba.json | 12 ------------ domains/danielclarke.json | 11 ----------- domains/efftronics.json | 9 --------- domains/fayyadh.json | 11 ----------- domains/node-appwrite.json | 9 --------- domains/vishesh.json | 12 ------------ domains/yashash.json | 11 ----------- 8 files changed, 84 deletions(-) delete mode 100644 domains/aaamineee.json delete mode 100644 domains/aoba.json delete mode 100644 domains/danielclarke.json delete mode 100644 domains/efftronics.json delete mode 100644 domains/fayyadh.json delete mode 100644 domains/node-appwrite.json delete mode 100644 domains/vishesh.json delete mode 100644 domains/yashash.json diff --git a/domains/aaamineee.json b/domains/aaamineee.json deleted file mode 100644 index cbe0257df..000000000 --- a/domains/aaamineee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aaaminee", - "email": "amineoumellouk@yahoo.com" - }, - "record": { - "URL": "https://aaaminee.github.io" - } -} diff --git a/domains/aoba.json b/domains/aoba.json deleted file mode 100644 index b358e08d9..000000000 --- a/domains/aoba.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "A cool looking link for my Discord server! (and maybe sort of other stuff in future... If I can think of one...)", - "repo": "https://github.com/Hazuki-san", - "owner": { - "username": "Hazuki-san", - "email": "aoba@outlook.co.th", - "twitter": "AocchiAoba" - }, - "record": { - "URL": "https://discord.gg/nKbATcMqSp" - } -} diff --git a/domains/danielclarke.json b/domains/danielclarke.json deleted file mode 100644 index 5a02b320b..000000000 --- a/domains/danielclarke.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Daniel Clarke's website", - "repo": "https://github.com/DanielWilliamClarke/Cujo", - "owner": { - "username": "DanielWilliamClarke", - "email": "clarkit@gmail.com" - }, - "record": { - "URL": "https://danielclarke.tech" - } -} diff --git a/domains/efftronics.json b/domains/efftronics.json deleted file mode 100644 index b755d0ff7..000000000 --- a/domains/efftronics.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayushbite", - "email": "ayushbite@gmail.com" - }, - "record": { - "URL": "https://visitayush.tech/" - } -} diff --git a/domains/fayyadh.json b/domains/fayyadh.json deleted file mode 100644 index 39dba30f6..000000000 --- a/domains/fayyadh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Personal Website", - "repo": "https://github.com/Abdurrahman075/fayyadh-my-id", - "owner": { - "username": "Fayyadh", - "email": "fayyadh.abdurrahman007@gmail.com" - }, - "record": { - "URL": "https://fayyadh.my.id" - } -} diff --git a/domains/node-appwrite.json b/domains/node-appwrite.json deleted file mode 100644 index 99f4be133..000000000 --- a/domains/node-appwrite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "appwrite", - "email": "mohamed.haneefa@agiratech.com" - }, - "record": { - "URL": "https://www.appwrite-node.com" - } -} diff --git a/domains/vishesh.json b/domains/vishesh.json deleted file mode 100644 index da0f439a4..000000000 --- a/domains/vishesh.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My Personal Website", - "repo": "https://github.com/VisheshBansal", - "owner": { - "username": "VisheshBansal", - "email": "hi@visheshbansal.ml", - "twitter": "VisheshBansal17" - }, - "record": { - "URL": "https://visheshbansal.ml" - } -} diff --git a/domains/yashash.json b/domains/yashash.json deleted file mode 100644 index 0de5cef1e..000000000 --- a/domains/yashash.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal portfolio website", - "repo": "https://github.com/yashash1511/yashash1511.github.io", - "owner": { - "username": "yashash1511", - "email": "yashash1511@gmail.com" - }, - "record": { - "URL": "https://yashash1511.github.io" - } -} From 3ecb3486c6425e047e6599bfb2c9ca0bca540c5c Mon Sep 17 00:00:00 2001 From: Bumbleboss Date: Sun, 24 Sep 2023 15:00:17 +0300 Subject: [PATCH 15/57] feat(domain): bumbleboss.is-a.dev --- domains/bumbleboss.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bumbleboss.json diff --git a/domains/bumbleboss.json b/domains/bumbleboss.json new file mode 100644 index 000000000..c17fa6f6a --- /dev/null +++ b/domains/bumbleboss.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Bumbleboss", + "email": "me@bumbleboss.xyz" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 8e2e18f2409ffbdaa6bd312bd5dd811b4fea1659 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:24:01 +0800 Subject: [PATCH 16/57] fix 1 domain + remove 22 invalid domains --- domains/aaryan.json | 11 ----------- domains/balaganesh.json | 9 --------- domains/bashou.json | 10 ---------- domains/crackz.json | 11 ----------- domains/fallen.json | 12 ------------ domains/fireredz.json | 10 ---------- domains/gggedr.json | 9 --------- domains/givinghawk.json | 11 ----------- domains/issai.json | 12 ------------ domains/jbyt27.json | 9 --------- domains/lucyjs.json | 10 ---------- domains/mattdestroyer.json | 10 ---------- domains/mc.badboy.json | 10 ---------- domains/meen.json | 11 ----------- domains/motion42.json | 11 ----------- domains/ryan.json | 11 ----------- domains/sourtaste000.json | 9 --------- domains/vaskian.json | 11 ----------- domains/ver0z.json | 10 ---------- domains/wablesanket.json | 12 ------------ domains/whyleonardo.json | 9 --------- domains/xkubsoneq.json | 12 ------------ 22 files changed, 230 deletions(-) delete mode 100644 domains/aaryan.json delete mode 100644 domains/balaganesh.json delete mode 100644 domains/bashou.json delete mode 100644 domains/crackz.json delete mode 100644 domains/fallen.json delete mode 100644 domains/fireredz.json delete mode 100644 domains/gggedr.json delete mode 100644 domains/givinghawk.json delete mode 100644 domains/issai.json delete mode 100644 domains/jbyt27.json delete mode 100644 domains/lucyjs.json delete mode 100644 domains/mattdestroyer.json delete mode 100644 domains/mc.badboy.json delete mode 100644 domains/meen.json delete mode 100644 domains/motion42.json delete mode 100644 domains/ryan.json delete mode 100644 domains/sourtaste000.json delete mode 100644 domains/vaskian.json delete mode 100644 domains/ver0z.json delete mode 100644 domains/wablesanket.json delete mode 100644 domains/whyleonardo.json delete mode 100644 domains/xkubsoneq.json diff --git a/domains/aaryan.json b/domains/aaryan.json deleted file mode 100644 index 596c625f3..000000000 --- a/domains/aaryan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Aaryan's personal website!", - "repo": "https://github.com/aaryanporwal/My-website", - "owner": { - "username": "aaryanporwal", - "email": "altaaryan@gmail.com" - }, - "record": { - "URL": "https://www.aaryanporwal.me" - } -} diff --git a/domains/balaganesh.json b/domains/balaganesh.json deleted file mode 100644 index 3476bf55b..000000000 --- a/domains/balaganesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "balaganesh102004", - "email": "balaganesh10.2004@gmail.com" - }, - "record": { - "URL": "https://balaganesh.com" - } -} diff --git a/domains/bashou.json b/domains/bashou.json deleted file mode 100644 index fdf1932a2..000000000 --- a/domains/bashou.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "bashoudev", - "email": "bashou@luduma.ga", - "twitter": "bashouuu" - }, - "record": { - "URL": "https://bashoudev.ga" - } -} diff --git a/domains/crackz.json b/domains/crackz.json deleted file mode 100644 index 5e71ce0f5..000000000 --- a/domains/crackz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Redirecting to my socials website.", - "repo": "https://github.com/CRACKz-cyber", - "owner": { - "username": "CRACKz-cyber", - "email": "thomasknekibus@gmail.com" - }, - "record": { - "URL": "http://lassewiedemann.de" - } -} diff --git a/domains/fallen.json b/domains/fallen.json deleted file mode 100644 index bfb1e1737..000000000 --- a/domains/fallen.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Website Redirect", - "repo": "https://github.com/ThingsOfFallen/Website", - "owner": { - "username": "TheFallenSpirit", - "email": "thefallenspirit@outlook.com", - "twitter": "FallenCodes" - }, - "record": { - "URL": "https://fallenspirit.dev" - } -} diff --git a/domains/fireredz.json b/domains/fireredz.json deleted file mode 100644 index fbeac143e..000000000 --- a/domains/fireredz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rosenishere", - "email": "", - "twitter": "rosenishere" - }, - "record": { - "URL": "https://rosenishere.github.io/fireredzsite" - } -} diff --git a/domains/gggedr.json b/domains/gggedr.json deleted file mode 100644 index 4ed01cb9f..000000000 --- a/domains/gggedr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Vladimir-Urik", - "email": "gggedr@protonmail.com" - }, - "record": { - "URL": "https://gggedr.lol" - } -} diff --git a/domains/givinghawk.json b/domains/givinghawk.json deleted file mode 100644 index 572fc728b..000000000 --- a/domains/givinghawk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My is-a.dev cname record", - "repo": "https://github.com/givinghawk", - "owner": { - "username": "givinghawk", - "email": "gh@givinghawk.xyz" - }, - "record": { - "URL": "https://givinghawk.xyz" - } -} diff --git a/domains/issai.json b/domains/issai.json deleted file mode 100644 index fcba6f9d5..000000000 --- a/domains/issai.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "TheLimifiedLime", - "email": "", - "twitter": "TheLimifiedLime" - }, - "description": "I will use this to redirect to my main domain", - "repo": "https://github.com/TheLimifiedLime/issai.club", - "record": { - "URL": "https://issai.club" - } -} diff --git a/domains/jbyt27.json b/domains/jbyt27.json deleted file mode 100644 index ce7616272..000000000 --- a/domains/jbyt27.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JBYT27", - "email": "beol0127@gmail.com" - }, - "record": { - "URL": "https://jbyt27.jbloves27.repl.co" - } -} diff --git a/domains/lucyjs.json b/domains/lucyjs.json deleted file mode 100644 index 42b276cd7..000000000 --- a/domains/lucyjs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "LucyJS-Dev", - "email": "pumimail9@gmail.com" - }, - - "record": { - "URL": "http://lucyjs.de" - } -} diff --git a/domains/mattdestroyer.json b/domains/mattdestroyer.json deleted file mode 100644 index 474eae765..000000000 --- a/domains/mattdestroyer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Matt-DESTROYER's Website", - "owner": { - "username": "Matt-DESTROYER", - "email": "mattdestroyerpro@gmail.com" - }, - "record": { - "URL": "https://mattdestroyer.replit.app" - } -} diff --git a/domains/mc.badboy.json b/domains/mc.badboy.json deleted file mode 100644 index e914b46fd..000000000 --- a/domains/mc.badboy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Minecraft server.", - "owner": { - "username": "bad-boy-codes", - "email": "contact@mail.badboy.is-a.dev" - }, - "record": { - "URL": "https://bigpp.ml" - } -} diff --git a/domains/meen.json b/domains/meen.json deleted file mode 100644 index 99bace5f3..000000000 --- a/domains/meen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Patcharapol's personal site!", - "repo": "https://github.com/msp5382/personal", - "owner": { - "username": "msp5382", - "email": "meen.sankaew@gmail.com" - }, - "record": { - "URL": "https://patcharapol.dev" - } -} diff --git a/domains/motion42.json b/domains/motion42.json deleted file mode 100644 index 67a1410f6..000000000 --- a/domains/motion42.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Motions's personal developer website", - "repo": "https://github.com/DevJustForever", - "owner": { - "username": "DevJustForever", - "email": "mertcelik0541@gmail.com" - }, - "record": { - "URL": "https://motion42.ml" - } -} diff --git a/domains/ryan.json b/domains/ryan.json deleted file mode 100644 index 508f57fee..000000000 --- a/domains/ryan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "is-a.dev domain", - "repo": "https://github.com/ryan0204", - "owner": { - "username": "Ryan0204", - "email": "ryan@ssrv.xyz" - }, - "record": { - "URL": "https://ssrv.xyz" - } -} diff --git a/domains/sourtaste000.json b/domains/sourtaste000.json deleted file mode 100644 index 950016b86..000000000 --- a/domains/sourtaste000.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sourTaste000", - "email": "sourtaste000@gmail.com" - }, - "record": { - "URL": "https://sourtaste000.dev" - } -} diff --git a/domains/vaskian.json b/domains/vaskian.json deleted file mode 100644 index e4a838d8e..000000000 --- a/domains/vaskian.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Vaskian is a Dev", - "repo": "https://github.com/Nami2012", - "owner": { - "username": "Nami2012", - "email": "namithasadeeshbabu@gmail.com" - }, - "record": { - "URL": "https://vaskian.me" - } -} diff --git a/domains/ver0z.json b/domains/ver0z.json deleted file mode 100644 index dac4dc7d1..000000000 --- a/domains/ver0z.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ver0zdev", - "email": "ziadfr@icloud.com" - }, - - "record": { - "URL": "https://ver0z.dev" - } -} diff --git a/domains/wablesanket.json b/domains/wablesanket.json deleted file mode 100644 index 2b83d1b64..000000000 --- a/domains/wablesanket.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My Portfolio", - "repo": "https://github.com/Sanketwable/Portfolio", - "owner": { - "username": "sanketwable", - "email": "sanketwable123@gmail.com", - "twitter": "Wable_Sanket_" - }, - "record": { - "URL": "https://wablesanket.xyz" - } -} diff --git a/domains/whyleonardo.json b/domains/whyleonardo.json deleted file mode 100644 index 7939ab75f..000000000 --- a/domains/whyleonardo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "whyleonardo", - "email": "pleasefloyd73@gmail.com" - }, - "record": { - "URL": "https://nextjs-portfolio-chi-taupe.vercel.app" - } -} diff --git a/domains/xkubsoneq.json b/domains/xkubsoneq.json deleted file mode 100644 index 42e5339c5..000000000 --- a/domains/xkubsoneq.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "About me.", - "repo": "https://github.com/xKubsoneQ", - "owner": { - "username": "xKubsoneQ", - "email": "", - "twitter": "undef1n3d_" - }, - "record": { - "URL": "https://pomocnikbot.pl/dev/socials" - } -} From 62eb649da68a71c63509e98bc58b092d7435c02f Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:37:29 +0800 Subject: [PATCH 17/57] feat: remove 18 invalid domains --- domains/ax.json | 11 ----------- domains/cosmos.json | 10 ---------- domains/elian.json | 9 --------- domains/n1ka.json | 9 --------- domains/porary.json | 10 ---------- domains/portal-slot-gacor.json | 11 ----------- domains/prasadbobby.json | 11 ----------- domains/ririxi.json | 11 ----------- domains/sanelkukic.json | 11 ----------- domains/sudhan.json | 10 ---------- domains/tanishq.json | 11 ----------- domains/theark.json | 11 ----------- domains/tjr.json | 9 --------- domains/tjrgg.json | 9 --------- domains/usr577.json | 9 --------- domains/vion.json | 9 --------- domains/wisnu.json | 11 ----------- domains/yajat.json | 11 ----------- 18 files changed, 183 deletions(-) delete mode 100644 domains/ax.json delete mode 100644 domains/cosmos.json delete mode 100644 domains/elian.json delete mode 100644 domains/n1ka.json delete mode 100644 domains/porary.json delete mode 100644 domains/portal-slot-gacor.json delete mode 100644 domains/prasadbobby.json delete mode 100644 domains/ririxi.json delete mode 100644 domains/sanelkukic.json delete mode 100644 domains/sudhan.json delete mode 100644 domains/tanishq.json delete mode 100644 domains/theark.json delete mode 100644 domains/tjr.json delete mode 100644 domains/tjrgg.json delete mode 100644 domains/usr577.json delete mode 100644 domains/vion.json delete mode 100644 domains/wisnu.json delete mode 100644 domains/yajat.json diff --git a/domains/ax.json b/domains/ax.json deleted file mode 100644 index 7e27bfa8a..000000000 --- a/domains/ax.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Ax's Portfolio", - "repo": "https://github.com/ax-a-dev", - "owner": { - "username": "ax-a-dev", - "email": "ax_a_dev#3122" - }, - "record": { - "URL": "https://axdev.vercel.app" - } -} diff --git a/domains/cosmos.json b/domains/cosmos.json deleted file mode 100644 index a66f262cd..000000000 --- a/domains/cosmos.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "iscosmos", - "email": "iscosmos@outlook.com" - }, - - "record": { - "URL": "https://iscosmos.github.io" - } -} diff --git a/domains/elian.json b/domains/elian.json deleted file mode 100644 index cb5d4af25..000000000 --- a/domains/elian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hoangdev09", - "email": "tranconghoang18@gmail.com" - }, - "record": { - "URL": "https://hoangdev09.github.io/infomation" - } -} diff --git a/domains/n1ka.json b/domains/n1ka.json deleted file mode 100644 index 062014929..000000000 --- a/domains/n1ka.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "N1kaCode", - "email": "jeanlukashoffmann@gmail.com" - }, - "record": { - "URL": "https://beacons.ai/n1kacode" - } -} diff --git a/domains/porary.json b/domains/porary.json deleted file mode 100644 index 268098ef6..000000000 --- a/domains/porary.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "GotoShoraro", - "email": "info@porary.net" - }, - - "record": { - "URL": "https://porary.net" - } -} diff --git a/domains/portal-slot-gacor.json b/domains/portal-slot-gacor.json deleted file mode 100644 index cbd81609d..000000000 --- a/domains/portal-slot-gacor.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Demo Spining wheeles slot Gacor", - "repo": "https://github.com/cewemanja/portal-slot-gacor", - "owner": { - "username": "cewemanja", - "email": "slotgacor@id123.uno" - }, - "record": { - "URL": "https://cewemanja.github.io/portal-slot-gacor" - } -} diff --git a/domains/prasadbobby.json b/domains/prasadbobby.json deleted file mode 100644 index 95b551215..000000000 --- a/domains/prasadbobby.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Edu Manager", - "repo": "https://github.com/prasadbobby", - "owner": { - "username": "prasadbobby", - "email": "prasadbobby057@gmail.com" - }, - "record": { - "URL": "http://prasadbobby.me" - } -} diff --git a/domains/ririxi.json b/domains/ririxi.json deleted file mode 100644 index 2cbaabeb0..000000000 --- a/domains/ririxi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/ririxichan", - "owner": { - "username": "ririxichan", - "email": "", - "twitter": "ririxichan" - }, - "record": { - "URL": "https://ririxi.dev" - } -} diff --git a/domains/sanelkukic.json b/domains/sanelkukic.json deleted file mode 100644 index bc02cdc58..000000000 --- a/domains/sanelkukic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Sanel's website for his open-source projects and stuff", - "repo": "https://github.com/sanelk2004", - "owner": { - "username": "sanelk2004", - "email": "sanelk2004@icloud.com" - }, - "record": { - "URL": "https://sanelkukic.us.eu.org" - } -} diff --git a/domains/sudhan.json b/domains/sudhan.json deleted file mode 100644 index 04eebfac8..000000000 --- a/domains/sudhan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sudhanplayz", - "email": "sudhanplayz@gmail.com" - }, - "description": "A Personal Website for me", - "record": { - "URL": "https://sudhanplayz.live" - } -} diff --git a/domains/tanishq.json b/domains/tanishq.json deleted file mode 100644 index f545f13c3..000000000 --- a/domains/tanishq.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tanishq-soni", - "email": "hi@tanishqsoni.me", - "twitter": "tanishq_soni_" - }, - "repo": "https://github.com/tanishq-soni/new-portfolio", - "record": { - "URL": "https://tanishqsoni.me" - } -} diff --git a/domains/theark.json b/domains/theark.json deleted file mode 100644 index 9893bd7be..000000000 --- a/domains/theark.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Theark's personal site", - "repo": "https://github.com/thearkxd/theark-website", - "owner": { - "username": "thearkxd", - "email": "thearkxd@gmail.com" - }, - "record": { - "URL": "https://theark.tk" - } -} diff --git a/domains/tjr.json b/domains/tjr.json deleted file mode 100644 index 4b4a6010c..000000000 --- a/domains/tjr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tjrgg", - "email": "hello@tjrgg.co" - }, - "record": { - "URL": "https://tjrgg.co" - } -} diff --git a/domains/tjrgg.json b/domains/tjrgg.json deleted file mode 100644 index 4b4a6010c..000000000 --- a/domains/tjrgg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tjrgg", - "email": "hello@tjrgg.co" - }, - "record": { - "URL": "https://tjrgg.co" - } -} diff --git a/domains/usr577.json b/domains/usr577.json deleted file mode 100644 index c8d069a45..000000000 --- a/domains/usr577.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "usr577", - "email": "benedikt.reck@oesdorf.de" - }, - "record": { - "URL": "https://benediktreck.serveo.net" - } -} diff --git a/domains/vion.json b/domains/vion.json deleted file mode 100644 index 85a28d53f..000000000 --- a/domains/vion.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VIONYT", - "email": "yt.vion@gmail.com" - }, - "record": { - "URL": "https://vion.moe" - } -} diff --git a/domains/wisnu.json b/domains/wisnu.json deleted file mode 100644 index de02d3b6e..000000000 --- a/domains/wisnu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Wisnu Personal Website", - "repo": "https://github.com/waxaranai", - "owner": { - "username": "Waxaranai", - "email": "waxaranai@gmail.com" - }, - "record": { - "URL": "https://wisnu.me" - } -} diff --git a/domains/yajat.json b/domains/yajat.json deleted file mode 100644 index a9b547a73..000000000 --- a/domains/yajat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Personal Website", - "repo": "https://github.com/iamyajat", - "owner": { - "username": "iamyajat", - "email": "me@iamyajat.co" - }, - "record": { - "URL": "https://www.iamyajat.co" - } -} From 547aba89c0577385fde6801630cb84d30b833ab4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 24 Sep 2023 18:26:51 +0530 Subject: [PATCH 18/57] Update akshay.json --- domains/akshay.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/akshay.json b/domains/akshay.json index 095fe26f3..3d14f0680 100644 --- a/domains/akshay.json +++ b/domains/akshay.json @@ -6,7 +6,7 @@ "email": "phenax5@gmail.com" }, "record": { - "URL": "https://phenax.github.io", + "URL": "https://ediblemonad.dev", "TXT": [ "Hello there!", "It's me, Akshay" ] } } From 3a9f9045885a3242ad4f1f645122f17c8ecfa128 Mon Sep 17 00:00:00 2001 From: 18O4 <64557095+18O4@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:00:59 +0000 Subject: [PATCH 19/57] Delete domains/18o4.json --- domains/18o4.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 domains/18o4.json diff --git a/domains/18o4.json b/domains/18o4.json deleted file mode 100644 index 5e20f0c1a..000000000 --- a/domains/18o4.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "redirects to my website", - "repo": "https://github.com/18o4/18o4.github.io", - "owner": { - "username": "18o4", - "email": "", - "discord": "18O4#4350", - "discordUserID": "279894305630453760" - }, - "record": { - "URL": "https://18o4.tk" - } -} From a4e81b4c0d38036b69fcfa1feaa8e3ca06175d89 Mon Sep 17 00:00:00 2001 From: Johannes Hartel Date: Sun, 24 Sep 2023 15:48:43 +0200 Subject: [PATCH 20/57] Delete domains/gterminal.json Signed-off-by: Johannes Hartel --- domains/gterminal.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/gterminal.json diff --git a/domains/gterminal.json b/domains/gterminal.json deleted file mode 100644 index 7eedaea78..000000000 --- a/domains/gterminal.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "gTerminal Frontend. ", - "repo": "https://github.com/gTerminal-project/gTerminal-project.github.io", - "owner": { - "username": "J0J0HA", - "email": "gterminal@mail.jojojux.de", - "twitter": "JoJoJux16" - }, - "record": { - "CNAME": "gterminal-project.github.io" - } -} From eb908dd494c384d90a9f7b00d53a6134f7344297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20H=C3=B6llwerth?= Date: Sun, 24 Sep 2023 15:51:10 +0200 Subject: [PATCH 21/57] Fixed wrong entry Changed CNAME "https://baumistlustig.eu" to "https://hoellwerth.eu" --- domains/baumistlustig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/baumistlustig.json b/domains/baumistlustig.json index 7fbe846e4..1c9751bd6 100644 --- a/domains/baumistlustig.json +++ b/domains/baumistlustig.json @@ -5,6 +5,6 @@ }, "record": { - "URL": "https://baumistlustig.eu" + "URL": "https://hoellwerth.eu" } } From 57cd1d8b9a517fadcd33717509e56da74a2a44ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20H=C3=B6llwerth?= Date: Sun, 24 Sep 2023 15:55:45 +0200 Subject: [PATCH 22/57] Fixed wrong entry --- domains/baumistlustig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/baumistlustig.json b/domains/baumistlustig.json index 1c9751bd6..45bfc6eb8 100644 --- a/domains/baumistlustig.json +++ b/domains/baumistlustig.json @@ -5,6 +5,6 @@ }, "record": { - "URL": "https://hoellwerth.eu" + "URL": "hoellwerth.eu" } } From e15805511d41a642c5fa2ba913552163ca0409a2 Mon Sep 17 00:00:00 2001 From: b5i Date: Sun, 24 Sep 2023 15:58:32 +0200 Subject: [PATCH 23/57] feat(domain): b5i.is-a.dev --- domains/b5i.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/b5i.json diff --git a/domains/b5i.json b/domains/b5i.json new file mode 100644 index 000000000..07bf9b7df --- /dev/null +++ b/domains/b5i.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "b5i", + "email": "bollengier.antoine@icloud.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From c9392ab3a864111cd2ab6bf70d6091fb8e506281 Mon Sep 17 00:00:00 2001 From: 21Z Date: Sun, 24 Sep 2023 19:01:33 +0400 Subject: [PATCH 24/57] feat(domain): 21z.is-a.dev --- domains/21z.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/21z.json diff --git a/domains/21z.json b/domains/21z.json new file mode 100644 index 000000000..755d4554f --- /dev/null +++ b/domains/21z.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "21Z", + "email": "hamdankalliyil@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From dfaabaf739f3e95926a6d151353a49c9da68cf53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20H=C3=B6llwerth?= Date: Sun, 24 Sep 2023 17:19:24 +0200 Subject: [PATCH 25/57] Update domains/baumistlustig.json Co-authored-by: Vaibhav --- domains/baumistlustig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/baumistlustig.json b/domains/baumistlustig.json index 45bfc6eb8..5eca5ebfb 100644 --- a/domains/baumistlustig.json +++ b/domains/baumistlustig.json @@ -5,6 +5,6 @@ }, "record": { - "URL": "hoellwerth.eu" + "CNAME": "hoellwerth.eu" } } From 7b02c5b5b496eed6cca7d2fac79853e24d244983 Mon Sep 17 00:00:00 2001 From: NotAymo Date: Sun, 24 Sep 2023 18:06:34 +0200 Subject: [PATCH 26/57] feat(domain): aymo.is-a.dev --- domains/aymo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aymo.json diff --git a/domains/aymo.json b/domains/aymo.json new file mode 100644 index 000000000..19806f84c --- /dev/null +++ b/domains/aymo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "NotAymo", + "email": "ninecraftoff@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 3121063d424d97f195425ec3a88a9cbdc65fff10 Mon Sep 17 00:00:00 2001 From: Saahil Date: Sun, 24 Sep 2023 12:21:32 -0400 Subject: [PATCH 27/57] Update saahil.json --- domains/saahil.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/saahil.json b/domains/saahil.json index 1bdb6cd4c..21007e488 100644 --- a/domains/saahil.json +++ b/domains/saahil.json @@ -4,7 +4,6 @@ "email": "neon+domain@saahild.com" }, "record": { - "CNAME": "saahild.com" - + "A": "185.250.37.86" } } From 28c4acad39a549789c76a8207e31e8b7cd7515bc Mon Sep 17 00:00:00 2001 From: GamebringerDev Date: Sun, 24 Sep 2023 19:22:42 +0300 Subject: [PATCH 28/57] feat(domain): seizedforge.is-a.dev --- domains/seizedforge.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/seizedforge.json diff --git a/domains/seizedforge.json b/domains/seizedforge.json new file mode 100644 index 000000000..faaff9bd3 --- /dev/null +++ b/domains/seizedforge.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GamebringerDev", + "email": "gamebringerdev@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 47043fdfee0f5659497860be0c9c5c36278c9ff3 Mon Sep 17 00:00:00 2001 From: wtfdrshn Date: Sun, 24 Sep 2023 23:05:41 +0530 Subject: [PATCH 29/57] feat(domain): wtfdrshn.is-a.dev --- domains/wtfdrshn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wtfdrshn.json diff --git a/domains/wtfdrshn.json b/domains/wtfdrshn.json new file mode 100644 index 000000000..e718c097c --- /dev/null +++ b/domains/wtfdrshn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wtfdrshn", + "email": "itsmedarshan8@gmail.com" + }, + "record": { + "CNAME": "wtfdrshn-portfolio.netlify.app" + } +} From b35b37425a01c7b6c77680b6b2759ec2343e58f4 Mon Sep 17 00:00:00 2001 From: melvinjjoseph Date: Sun, 24 Sep 2023 23:14:40 +0530 Subject: [PATCH 30/57] feat(domain): melvin.is-a.dev --- domains/melvin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/melvin.json diff --git a/domains/melvin.json b/domains/melvin.json new file mode 100644 index 000000000..1123ef63a --- /dev/null +++ b/domains/melvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "melvinjjoseph", + "email": "melvinjjoseph2002@gmail.com" + }, + "record": { + "CNAME": "melvinjjoseph.github.io" + } +} From 9ecc5766191beb184b73ead4eb350a5f99804cd8 Mon Sep 17 00:00:00 2001 From: JumanJi <90971841+heyjumanji@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:15:07 +0530 Subject: [PATCH 31/57] Update jumanji.json --- domains/jumanji.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/jumanji.json b/domains/jumanji.json index 351a248a3..c354d0c6f 100644 --- a/domains/jumanji.json +++ b/domains/jumanji.json @@ -4,6 +4,8 @@ "email": "madhuchutiya.unhinge650@silomails.com" }, "record": { - "CNAME": "heyjumanji.pages.dev" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } } From 793c7b1d637652a27dadab098a1864ccc16a809b Mon Sep 17 00:00:00 2001 From: Venk8esh <134226907+venkateshpagdikar@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:56:09 +0530 Subject: [PATCH 32/57] Create venk8eah.json --- venk8eah.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 venk8eah.json diff --git a/venk8eah.json b/venk8eah.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/venk8eah.json @@ -0,0 +1 @@ + From c9d47e20525ccd00eaa658764efc44f9c8f60883 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 24 Sep 2023 14:39:29 -0400 Subject: [PATCH 33/57] Update saahil.json --- domains/saahil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saahil.json b/domains/saahil.json index 21007e488..0016c12cc 100644 --- a/domains/saahil.json +++ b/domains/saahil.json @@ -4,6 +4,6 @@ "email": "neon+domain@saahild.com" }, "record": { - "A": "185.250.37.86" + "A": ["185.250.37.86"] } } From a06ddbf9ff03f1ef2b984ee1286b9ad2e791aa01 Mon Sep 17 00:00:00 2001 From: venkateshpagdikar Date: Mon, 25 Sep 2023 00:14:02 +0530 Subject: [PATCH 34/57] feat(domain): venkateshpagdikar.is-a.dev --- domains/venkateshpagdikar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/venkateshpagdikar.json diff --git a/domains/venkateshpagdikar.json b/domains/venkateshpagdikar.json new file mode 100644 index 000000000..2e779acdd --- /dev/null +++ b/domains/venkateshpagdikar.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "venkateshpagdikar", + "email": "venkateshpagdikar8@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From e3196fbf3268a59ec0c655a3d239c7b103918bf7 Mon Sep 17 00:00:00 2001 From: b5i Date: Sun, 24 Sep 2023 20:44:45 +0200 Subject: [PATCH 35/57] feat(domain): antoine.is-a.dev --- domains/antoine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/antoine.json diff --git a/domains/antoine.json b/domains/antoine.json new file mode 100644 index 000000000..07bf9b7df --- /dev/null +++ b/domains/antoine.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "b5i", + "email": "bollengier.antoine@icloud.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From c86226368b22147235dd06218fb8d48e01657382 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 24 Sep 2023 14:44:50 -0400 Subject: [PATCH 36/57] Delete venk8eah.json --- venk8eah.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 venk8eah.json diff --git a/venk8eah.json b/venk8eah.json deleted file mode 100644 index 8b1378917..000000000 --- a/venk8eah.json +++ /dev/null @@ -1 +0,0 @@ - From 430b2ac83bcbd8de8b279462eb103c8fd127cea6 Mon Sep 17 00:00:00 2001 From: b5i Date: Sun, 24 Sep 2023 20:45:21 +0200 Subject: [PATCH 37/57] feat(domain): anto.is-a.dev --- domains/anto.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/anto.json diff --git a/domains/anto.json b/domains/anto.json new file mode 100644 index 000000000..07bf9b7df --- /dev/null +++ b/domains/anto.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "b5i", + "email": "bollengier.antoine@icloud.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From f4b0d9d1ceb1b1b6438e9f96247f517fd3b60f4d Mon Sep 17 00:00:00 2001 From: venkateshpagdikar Date: Mon, 25 Sep 2023 00:19:33 +0530 Subject: [PATCH 38/57] feat(domain): venk8eshpagdikar.is-a.dev --- domains/venk8eshpagdikar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/venk8eshpagdikar.json diff --git a/domains/venk8eshpagdikar.json b/domains/venk8eshpagdikar.json new file mode 100644 index 000000000..2e779acdd --- /dev/null +++ b/domains/venk8eshpagdikar.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "venkateshpagdikar", + "email": "venkateshpagdikar8@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 72d5e05cf9beafa71ff70df08ff98bd62def54f9 Mon Sep 17 00:00:00 2001 From: Sudip Kundu Date: Mon, 25 Sep 2023 00:22:37 +0530 Subject: [PATCH 39/57] [feat] add sudip.json --- domains/sudip.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sudip.json diff --git a/domains/sudip.json b/domains/sudip.json new file mode 100644 index 000000000..e58579ca0 --- /dev/null +++ b/domains/sudip.json @@ -0,0 +1,12 @@ +{ + "description": "Host my portfolio website", + "repo": "https://github.com/sudipkundu999/sudipkundu", + "owner": { + "username": "sudipkundu999", + "email": "sudipkundu999@gmail.com", + "twitter": "sudipkundu999" + }, + "record": { + "URL": "https://sudipkundu999.github.io/sudipkundu" + } +} \ No newline at end of file From fe4681ea9f640bec5f6abb3b33dce24c6663597a Mon Sep 17 00:00:00 2001 From: Venk8esh <134226907+venkateshpagdikar@users.noreply.github.com> Date: Mon, 25 Sep 2023 00:26:42 +0530 Subject: [PATCH 40/57] Revert "BETA: Register venk8eshpagdikar.is-a.dev" --- domains/venk8eshpagdikar.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/venk8eshpagdikar.json diff --git a/domains/venk8eshpagdikar.json b/domains/venk8eshpagdikar.json deleted file mode 100644 index 2e779acdd..000000000 --- a/domains/venk8eshpagdikar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "venkateshpagdikar", - "email": "venkateshpagdikar8@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From 28eabd67e0ae6cc71755877e564bc97f12744619 Mon Sep 17 00:00:00 2001 From: "dotenv(.)" <88169062+wtfdrshn@users.noreply.github.com> Date: Mon, 25 Sep 2023 00:37:58 +0530 Subject: [PATCH 41/57] updated the CNAME record --- domains/wtfdrshn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wtfdrshn.json b/domains/wtfdrshn.json index e718c097c..e5adcf3cc 100644 --- a/domains/wtfdrshn.json +++ b/domains/wtfdrshn.json @@ -4,6 +4,6 @@ "email": "itsmedarshan8@gmail.com" }, "record": { - "CNAME": "wtfdrshn-portfolio.netlify.app" + "CNAME": "wtfdrshn.github.io" } } From 629365cb7d46e020ce45ab9cc362011ca44acb0c Mon Sep 17 00:00:00 2001 From: rebokdev Date: Sun, 24 Sep 2023 21:25:28 +0200 Subject: [PATCH 42/57] feat(domain): rebokdev.is-a.dev --- domains/rebokdev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rebokdev.json diff --git a/domains/rebokdev.json b/domains/rebokdev.json new file mode 100644 index 000000000..ab0218719 --- /dev/null +++ b/domains/rebokdev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "rebokdev", + "email": "rebok@duck.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 5b4c8a76f637feb7e297dd637625468617f9587c Mon Sep 17 00:00:00 2001 From: Sudip Kundu Date: Mon, 25 Sep 2023 01:09:45 +0530 Subject: [PATCH 43/57] [fix] : add cname sudipkundu999.github.io --- domains/sudip.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sudip.json b/domains/sudip.json index e58579ca0..c9a6c1657 100644 --- a/domains/sudip.json +++ b/domains/sudip.json @@ -7,6 +7,6 @@ "twitter": "sudipkundu999" }, "record": { - "URL": "https://sudipkundu999.github.io/sudipkundu" + "CNAME": "sudipkundu999.github.io" } } \ No newline at end of file From a79b858873fd03c11edc5e637678dc3900a97cfa Mon Sep 17 00:00:00 2001 From: ahoulton Date: Sun, 24 Sep 2023 20:40:28 +0100 Subject: [PATCH 44/57] feat(domain): houlton.is-a.dev --- domains/houlton.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/houlton.json diff --git a/domains/houlton.json b/domains/houlton.json new file mode 100644 index 000000000..8416f290e --- /dev/null +++ b/domains/houlton.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ahoulton", + "email": "ignhoulton@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 61618a2dbbc87fe59eab5796d1d16978260cf8c8 Mon Sep 17 00:00:00 2001 From: negativems Date: Sun, 24 Sep 2023 21:55:25 +0200 Subject: [PATCH 45/57] feat(domain): mohamed.is-a.dev --- domains/mohamed.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mohamed.json diff --git a/domains/mohamed.json b/domains/mohamed.json new file mode 100644 index 000000000..a3e7bb756 --- /dev/null +++ b/domains/mohamed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "negativems", + "email": "mohamedbenhamzaa@gmail.com" + }, + "record": { + "URL": "https://mmbh.dev" + } +} From fa2cfca6397d8eba96b84ee5dc43d1f31e9c85fd Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 24 Sep 2023 15:58:40 -0400 Subject: [PATCH 46/57] Delete domains/18o4.json --- domains/18o4.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 domains/18o4.json diff --git a/domains/18o4.json b/domains/18o4.json deleted file mode 100644 index cd2fcd1ee..000000000 --- a/domains/18o4.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "redirects to my website", - "repo": "https://github.com/18o4/18o4.github.io", - "owner": { - "username": "18o4", - "email": "", - "discord": "18O4#4350", - "discordUserID": "279894305630453760" - }, - "record": { - "URL": "https://18o4.tk" - } -} From 2289c4eb0ca5869ad2c75aa64c773aa38b251e0c Mon Sep 17 00:00:00 2001 From: nassro199 <74100233+nassro199@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:19:03 -0700 Subject: [PATCH 47/57] Update nassro.json --- domains/nassro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nassro.json b/domains/nassro.json index f0e4ee77c..f85e00175 100644 --- a/domains/nassro.json +++ b/domains/nassro.json @@ -4,6 +4,6 @@ "email": "nasrohasini19ny@gmail.com" }, "record": { - "CNAME": "nassro199.github.io" + "CNAME": "nassro.vercel.app" } } From f78a7ce114369aa528a51498cef6c34b92026ab5 Mon Sep 17 00:00:00 2001 From: Furrycality Date: Sun, 24 Sep 2023 21:37:01 -0500 Subject: [PATCH 48/57] feat(domain): furry.is-a.dev --- domains/furry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/furry.json diff --git a/domains/furry.json b/domains/furry.json new file mode 100644 index 000000000..8da97f979 --- /dev/null +++ b/domains/furry.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Furrycality", + "email": "furrycality@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From d7ff465e7ae27e717000a4bd0b2a2d01d20bce1c Mon Sep 17 00:00:00 2001 From: sahmed011 Date: Mon, 25 Sep 2023 03:03:14 +0000 Subject: [PATCH 49/57] feat(domain): orange.is-a.dev --- domains/orange.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/orange.json diff --git a/domains/orange.json b/domains/orange.json new file mode 100644 index 000000000..3eab1b385 --- /dev/null +++ b/domains/orange.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sahmed011", + "email": "sufyanmishal@gmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } +} From f4a2124f2bd1bfc933f03a61583237181059df50 Mon Sep 17 00:00:00 2001 From: orange Date: Mon, 25 Sep 2023 03:11:56 +0000 Subject: [PATCH 50/57] add url and txt hope this works idk what im doing --- domains/orange.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/orange.json b/domains/orange.json index 3eab1b385..73a90ad35 100644 --- a/domains/orange.json +++ b/domains/orange.json @@ -4,6 +4,7 @@ "email": "sufyanmishal@gmail.com" }, "record": { - "A": ["185.199.108.153"] + "URL": ["https://sahmed011.github.io/"], + "TXT" : ["dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"] } } From 2bfb9ba17741f2fdde9ed8451137f8521c170ece Mon Sep 17 00:00:00 2001 From: orange Date: Mon, 25 Sep 2023 04:00:42 +0000 Subject: [PATCH 51/57] add cname --- domains/orange.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/orange.json b/domains/orange.json index 73a90ad35..bae8eac1f 100644 --- a/domains/orange.json +++ b/domains/orange.json @@ -4,6 +4,7 @@ "email": "sufyanmishal@gmail.com" }, "record": { + "CNAME": ["sahmed011.github.io"], "URL": ["https://sahmed011.github.io/"], "TXT" : ["dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"] } From ab7c8f9e024f0667de3f554dc7783c1b38b03c42 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:32:40 +0800 Subject: [PATCH 52/57] feat: remove + fix some invalid domains --- domains/1no.json | 9 --------- domains/apollyon.json | 11 ----------- domains/callum.json | 12 ------------ domains/chenpeng.json | 10 ++++------ domains/david.json | 11 ----------- domains/hokkqi.json | 11 ----------- domains/jainam.json | 2 +- domains/lyessa.json | 11 ----------- domains/manjushri.json | 10 ---------- domains/mrgliff.json | 9 --------- domains/ocloo.json | 9 --------- domains/payidar.json | 11 ----------- domains/pratyaydeep.json | 11 ----------- domains/safin.json | 11 ----------- domains/tayu.json | 9 --------- domains/webb.json | 10 ---------- domains/whoischoiiril.json | 9 --------- 17 files changed, 5 insertions(+), 161 deletions(-) delete mode 100644 domains/1no.json delete mode 100644 domains/apollyon.json delete mode 100644 domains/callum.json delete mode 100644 domains/david.json delete mode 100644 domains/hokkqi.json delete mode 100644 domains/lyessa.json delete mode 100644 domains/manjushri.json delete mode 100644 domains/mrgliff.json delete mode 100644 domains/ocloo.json delete mode 100644 domains/payidar.json delete mode 100644 domains/pratyaydeep.json delete mode 100644 domains/safin.json delete mode 100644 domains/tayu.json delete mode 100644 domains/webb.json delete mode 100644 domains/whoischoiiril.json diff --git a/domains/1no.json b/domains/1no.json deleted file mode 100644 index 97cda75d2..000000000 --- a/domains/1no.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "1NO26", - "email": "ali2626albayrak@gmail.com" - }, - "record": { - "URL": "https://whub.pro" - } -} diff --git a/domains/apollyon.json b/domains/apollyon.json deleted file mode 100644 index 3c5820323..000000000 --- a/domains/apollyon.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Develop website", - "owner": { - "username": "apollyon9", - "email": "blzzardst0rm@gmail.com", - "twitter": "sakurai072" - }, - "record": { - "URL": "https://eris9.repl.co" - } -} diff --git a/domains/callum.json b/domains/callum.json deleted file mode 100644 index 277cb808e..000000000 --- a/domains/callum.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My personal site.", - "repo": "https://github.com/cxllm/website", - "owner": { - "username": "cxllm", - "email": "hello@cxllm.xyz", - "twitter": "CX11M" - }, - "record": { - "URL": "https://cxllm.xyz" - } -} diff --git a/domains/chenpeng.json b/domains/chenpeng.json index 34d760b53..dc5669652 100644 --- a/domains/chenpeng.json +++ b/domains/chenpeng.json @@ -1,13 +1,11 @@ { "description": "Patrick Chen's develop site", - "repo": "https://github.com/ChpShy/ChpShy.github.io.git", + "repo": "https://github.com/PatrickChen928/patrickchen928.github.io", "owner": { - "username": "chenpeng", - "email": "cp786156072@gmail.com", - "twitter": "chepy2019", - "discord": "Patrick Chen#9900" + "username": "PatrickChen928", + "email": "cp786156072@gmail.com" }, "record": { - "URL": "https://chpshy.github.io" + "URL": "https://patrickchen928.github.io" } } diff --git a/domains/david.json b/domains/david.json deleted file mode 100644 index 41ee262fe..000000000 --- a/domains/david.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Student and developer in the United Kingdom.", - "repo": "https://github.com/davidjcralph", - "record": { - "URL": "https://davidjcralph.co.uk" - }, - "owner": { - "username": "davidjcralph", - "email": "me@davidjcralph.co.uk" - } -} diff --git a/domains/hokkqi.json b/domains/hokkqi.json deleted file mode 100644 index d09a10c8a..000000000 --- a/domains/hokkqi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Portfolio redirect for Hokkqi", - "repo": "https://werewolf.codes", - "owner": { - "username": "hokkqi", - "email": "lio@werewolf.design" - }, - "record": { - "URL": "https://werewolf.design" - } -} diff --git a/domains/jainam.json b/domains/jainam.json index 2fb06ee27..365a787c5 100644 --- a/domains/jainam.json +++ b/domains/jainam.json @@ -4,6 +4,6 @@ "email": "me@jainam.me" }, "record": { - "URL": "https://jainam.me" + "URL": "http://jainam.me" } } diff --git a/domains/lyessa.json b/domains/lyessa.json deleted file mode 100644 index 862d91dce..000000000 --- a/domains/lyessa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "lyessa website uwu", - "repo": "https://github.com/lyessa-web", - "owner": { - "username": "lyertia", - "email": "camahmut7@gmail.com" - }, - "record": { - "URL": "https://lyessa.live" - } -} diff --git a/domains/manjushri.json b/domains/manjushri.json deleted file mode 100644 index 7a43a575b..000000000 --- a/domains/manjushri.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "manjushri", - "email": "btinformativemessenger@gmail.com", - "telegram": "dreynakchung" - }, - "record": { - "URL": "https://www.manjushri.dev" - } -} diff --git a/domains/mrgliff.json b/domains/mrgliff.json deleted file mode 100644 index aebe6f1e9..000000000 --- a/domains/mrgliff.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MrGliff", - "email": "dharminnagar@gmail.com" - }, - "record": { - "URL": "https://mrgliff.dev" - } -} diff --git a/domains/ocloo.json b/domains/ocloo.json deleted file mode 100644 index 49aefc66c..000000000 --- a/domains/ocloo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dev0cloo", - "email": "etor.ocloo@gmail.com" - }, - "record": { - "URL": "https://dev0cloo.netlify.app" - } -} diff --git a/domains/payidar.json b/domains/payidar.json deleted file mode 100644 index ce10ee0fe..000000000 --- a/domains/payidar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Payidars's personal developer website", - "repo": "https://github.com/payidarofficial", - "owner": { - "username": "payidar", - "email": "mertcelik2196@gmail.com" - }, - "record": { - "URL": "https://payidarofficial.xyz" - } -} diff --git a/domains/pratyaydeep.json b/domains/pratyaydeep.json deleted file mode 100644 index ad6f689b1..000000000 --- a/domains/pratyaydeep.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Pratyaydeep's Microblog", - "repo": "https://github.com/pratyaydeep", - "owner": { - "username": "pratyaydeep", - "email": "pratyaydeep@yahoo.com" - }, - "record": { - "URL": "https://pratya.pythonanywhere.com" - } -} diff --git a/domains/safin.json b/domains/safin.json deleted file mode 100644 index cc95b0ccf..000000000 --- a/domains/safin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Safin's is-a-dev domain!", - "repo": "https://github.com/safinsingh", - "owner": { - "username": "safinsingh", - "email": "safin.singh@gmail.com" - }, - "record": { - "URL": "https://safin.dev" - } -} diff --git a/domains/tayu.json b/domains/tayu.json deleted file mode 100644 index c9847f281..000000000 --- a/domains/tayu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tayudev", - "email": "mizuto.discord@gmail.com" - }, - "record": { - "URL": "https://tayu25.netlify.app" - } -} diff --git a/domains/webb.json b/domains/webb.json deleted file mode 100644 index 050fba1a6..000000000 --- a/domains/webb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "johanoloflindberg", - "email": "johan@webbab.se" - }, - - "record": { - "URL": "https://webb.io" - } -} diff --git a/domains/whoischoiiril.json b/domains/whoischoiiril.json deleted file mode 100644 index cfe6d85ed..000000000 --- a/domains/whoischoiiril.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cfhoiril", - "email": "iamchoirilfk@gmail.com" - }, - "record": { - "URL": "https://cfhoiril.github.io/who-is-choiril" - } -} From 20c015eb8c2acea933365b89ac4d9a106fa1cbc1 Mon Sep 17 00:00:00 2001 From: Mohammed Jariullah Sami <112340610+Mohdjariullah@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:21:12 +0530 Subject: [PATCH 53/57] Rename mjs.is-a.dev.json to mjs.json --- domains/{mjs.is-a.dev.json => mjs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mjs.is-a.dev.json => mjs.json} (100%) diff --git a/domains/mjs.is-a.dev.json b/domains/mjs.json similarity index 100% rename from domains/mjs.is-a.dev.json rename to domains/mjs.json From e9b051eaac39b9976a62872338fd5019f864de92 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 25 Sep 2023 14:20:45 +0800 Subject: [PATCH 54/57] Create _discord.orange.json --- domains/_discord.orange.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.orange.json diff --git a/domains/_discord.orange.json b/domains/_discord.orange.json new file mode 100644 index 000000000..2bb91e53a --- /dev/null +++ b/domains/_discord.orange.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sahmed011", + "email": "sufyanmishal@gmail.com" + }, + "record": { + "TXT" : "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd" + } +} From ab71b4713da050ac7611264bdb5990b9dcf64ca9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 25 Sep 2023 14:20:56 +0800 Subject: [PATCH 55/57] Update orange.json --- domains/orange.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/orange.json b/domains/orange.json index bae8eac1f..3fbf7db35 100644 --- a/domains/orange.json +++ b/domains/orange.json @@ -4,8 +4,6 @@ "email": "sufyanmishal@gmail.com" }, "record": { - "CNAME": ["sahmed011.github.io"], - "URL": ["https://sahmed011.github.io/"], - "TXT" : ["dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"] + "CNAME": "sahmed011.github.io" } } From f1d9590e8597566aa23cd20e39e91e9d3ffe2e67 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 25 Sep 2023 14:21:10 +0800 Subject: [PATCH 56/57] Update _discord.orange.json --- domains/_discord.orange.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.orange.json b/domains/_discord.orange.json index 2bb91e53a..8d6997e4d 100644 --- a/domains/_discord.orange.json +++ b/domains/_discord.orange.json @@ -4,6 +4,6 @@ "email": "sufyanmishal@gmail.com" }, "record": { - "TXT" : "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd" + "TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd" } } From 516dbf0c7a11eea09961051c31c90f0f59c128b9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 25 Sep 2023 14:26:20 +0800 Subject: [PATCH 57/57] Update nassro.json --- domains/nassro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nassro.json b/domains/nassro.json index f85e00175..2fdfb1833 100644 --- a/domains/nassro.json +++ b/domains/nassro.json @@ -4,6 +4,6 @@ "email": "nasrohasini19ny@gmail.com" }, "record": { - "CNAME": "nassro.vercel.app" + "URL": "https://nassro.vercel.app" } }