From d0aba92c6eea212f7066ae449bb39ec2ed68c011 Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Sun, 27 Apr 2025 18:36:03 +0500 Subject: [PATCH 01/46] Add initial configuration for muhammadhaad.json --- domains/muhammadhaad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/muhammadhaad.json diff --git a/domains/muhammadhaad.json b/domains/muhammadhaad.json new file mode 100644 index 000000000..44d46ac0c --- /dev/null +++ b/domains/muhammadhaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muhammadhaad", + "email": "haad1111997@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=muhammadhaad.is-a.dev,a12bad171212129c491c" + } +} \ No newline at end of file From 6ba7893c7736e20c9bb1d486a2a267bb8a6d8a98 Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Sun, 27 Apr 2025 22:30:37 +0500 Subject: [PATCH 02/46] feat(domains): add _vercel.muhammadhaad.json configuration file --- domains/{muhammadhaad.json => _vercel.muhammadhaad.json} | 1 + 1 file changed, 1 insertion(+) rename domains/{muhammadhaad.json => _vercel.muhammadhaad.json} (84%) diff --git a/domains/muhammadhaad.json b/domains/_vercel.muhammadhaad.json similarity index 84% rename from domains/muhammadhaad.json rename to domains/_vercel.muhammadhaad.json index 44d46ac0c..79b223505 100644 --- a/domains/muhammadhaad.json +++ b/domains/_vercel.muhammadhaad.json @@ -1,6 +1,7 @@ { "owner": { "username": "muhammadhaad", + "linkedin": "muhammadhaad", "email": "haad1111997@gmail.com" }, "records": { From c1f55d5c64a73d9c7b587474eda0ade46bfcbfe1 Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Mon, 28 Apr 2025 23:45:12 +0500 Subject: [PATCH 03/46] Add portfolio description and repository link to Vercel configuration --- domains/_vercel.muhammadhaad.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/_vercel.muhammadhaad.json b/domains/_vercel.muhammadhaad.json index 79b223505..77f38ad25 100644 --- a/domains/_vercel.muhammadhaad.json +++ b/domains/_vercel.muhammadhaad.json @@ -1,4 +1,6 @@ { + "description": "Muhammad Haad Bin Zahid's Portfolio Website", + "repo": "https://github.com/muhammadhaad/my-portfolio-v2", "owner": { "username": "muhammadhaad", "linkedin": "muhammadhaad", From 26f0f5c0adefab74fa23c22ab55912c482bb5bba Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Mon, 28 Apr 2025 23:51:40 +0500 Subject: [PATCH 04/46] Remove portfolio description and LinkedIn from Vercel configuration; add new domain configuration file. --- domains/_vercel.muhammadhaad.json | 3 --- domains/muhammadhaad.json | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 domains/muhammadhaad.json diff --git a/domains/_vercel.muhammadhaad.json b/domains/_vercel.muhammadhaad.json index 77f38ad25..44d46ac0c 100644 --- a/domains/_vercel.muhammadhaad.json +++ b/domains/_vercel.muhammadhaad.json @@ -1,9 +1,6 @@ { - "description": "Muhammad Haad Bin Zahid's Portfolio Website", - "repo": "https://github.com/muhammadhaad/my-portfolio-v2", "owner": { "username": "muhammadhaad", - "linkedin": "muhammadhaad", "email": "haad1111997@gmail.com" }, "records": { diff --git a/domains/muhammadhaad.json b/domains/muhammadhaad.json new file mode 100644 index 000000000..e7f9cbfcb --- /dev/null +++ b/domains/muhammadhaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muhammadhaad", + "email": "haad1111997@gmail.com" + }, + "records": { + "CNAME": "muhammadhaad.vercel.app" + } +} \ No newline at end of file From 8d6c6eaaa540f9f9fa6149b6712e2b3638916a7c Mon Sep 17 00:00:00 2001 From: barooon165 <112069172+onbao165@users.noreply.github.com> Date: Thu, 1 May 2025 09:53:11 +0700 Subject: [PATCH 05/46] Create onbao165.json --- domains/onbao165.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/onbao165.json diff --git a/domains/onbao165.json b/domains/onbao165.json new file mode 100644 index 000000000..791fb766f --- /dev/null +++ b/domains/onbao165.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "onbao165", + "email": "ongiabaoit22@gmail.com" + }, + "record": { + "CNAME": "onbao165.github.io" + } +} From 16df6b5137c844e71a0dda41a50150b793f5cd95 Mon Sep 17 00:00:00 2001 From: barooon165 <112069172+onbao165@users.noreply.github.com> Date: Thu, 1 May 2025 13:56:02 +0700 Subject: [PATCH 06/46] Update onbao165.json --- domains/onbao165.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/onbao165.json b/domains/onbao165.json index 791fb766f..7f2d463f1 100644 --- a/domains/onbao165.json +++ b/domains/onbao165.json @@ -3,7 +3,7 @@ "username": "onbao165", "email": "ongiabaoit22@gmail.com" }, - "record": { + "records": { "CNAME": "onbao165.github.io" } } From 27091bfb9346351c91f62e9822c16dc23bb58ee2 Mon Sep 17 00:00:00 2001 From: 2T Nguyen <95197224+iaohtdev@users.noreply.github.com> Date: Thu, 1 May 2025 18:16:43 +0700 Subject: [PATCH 07/46] Create its-2t-here --- domains/its-2t-here | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/its-2t-here diff --git a/domains/its-2t-here b/domains/its-2t-here new file mode 100644 index 000000000..bf9f3759e --- /dev/null +++ b/domains/its-2t-here @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iaohtdev", + "email": "iaoht.dev@gmail.com" + }, + "records": { + "CNAME": "iaohtdev.github.io" + } +} From 28d056be62f810f546f6de60fe26f262c44c05f3 Mon Sep 17 00:00:00 2001 From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com> Date: Thu, 1 May 2025 13:55:22 +0200 Subject: [PATCH 08/46] Create _discord.vulcanocraft.json --- domains/_discord.vulcanocraft.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 domains/_discord.vulcanocraft.json diff --git a/domains/_discord.vulcanocraft.json b/domains/_discord.vulcanocraft.json new file mode 100644 index 000000000..f2d823bdb --- /dev/null +++ b/domains/_discord.vulcanocraft.json @@ -0,0 +1,5 @@ +{ + "records": { + "TXT": "dh=2854f14976030f4425262b688f761e0d99e78865" + } +} From b8197f5ab502cbb0ad214d74aadb3d3ee9e2e84a Mon Sep 17 00:00:00 2001 From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com> Date: Thu, 1 May 2025 17:02:44 +0200 Subject: [PATCH 09/46] Update _discord.vulcanocraft.json --- domains/_discord.vulcanocraft.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/_discord.vulcanocraft.json b/domains/_discord.vulcanocraft.json index f2d823bdb..e65b87e70 100644 --- a/domains/_discord.vulcanocraft.json +++ b/domains/_discord.vulcanocraft.json @@ -1,4 +1,8 @@ { + "owner": { + "username": "VulcanoSoftware", + "email": "vulcanosoftwareinc@gmail.com" + }, "records": { "TXT": "dh=2854f14976030f4425262b688f761e0d99e78865" } From e5f10b560f8c2d8c3a746c4428f3a7071bb380d1 Mon Sep 17 00:00:00 2001 From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com> Date: Thu, 1 May 2025 17:27:28 +0200 Subject: [PATCH 10/46] Create info.vulcanocraft.json --- domains/info.vulcanocraft.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/info.vulcanocraft.json diff --git a/domains/info.vulcanocraft.json b/domains/info.vulcanocraft.json new file mode 100644 index 000000000..7b023f01a --- /dev/null +++ b/domains/info.vulcanocraft.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767" + }, + "records": { + "MX": [ + "smtp.google.com" + ] + } +} From a0d311511e96c77fbdeaa73e85c80cc2de72cac6 Mon Sep 17 00:00:00 2001 From: Jefferson Dantas <52979246+josejefferson@users.noreply.github.com> Date: Thu, 1 May 2025 17:55:27 +0000 Subject: [PATCH 11/46] Create josejefferson domain --- domains/_vercel.josejefferson.json | 9 +++++++++ domains/josejefferson.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.josejefferson.json create mode 100644 domains/josejefferson.json diff --git a/domains/_vercel.josejefferson.json b/domains/_vercel.josejefferson.json new file mode 100644 index 000000000..1ec3a6f14 --- /dev/null +++ b/domains/_vercel.josejefferson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "josejefferson", + "email": "jeffersonn.jjdaj@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=josejefferson.is-a.dev,9fb9fa0d0951706fa167" + } +} \ No newline at end of file diff --git a/domains/josejefferson.json b/domains/josejefferson.json new file mode 100644 index 000000000..0c20488a8 --- /dev/null +++ b/domains/josejefferson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "josejefferson", + "email": "jeffersonn.jjdaj@gmail.com" + }, + "records": { + "CNAME": "josejefferson.vercel.app" + } +} \ No newline at end of file From 4048c6f219b1b769bbd9cdfcaf835ca604580538 Mon Sep 17 00:00:00 2001 From: Raditya Aydin <74106446+Radiit@users.noreply.github.com> Date: Fri, 2 May 2025 01:50:22 +0700 Subject: [PATCH 12/46] add: domain request json --- domains/your-domain-name.is-a.dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/your-domain-name.is-a.dev.json diff --git a/domains/your-domain-name.is-a.dev.json b/domains/your-domain-name.is-a.dev.json new file mode 100644 index 000000000..fb7d20faf --- /dev/null +++ b/domains/your-domain-name.is-a.dev.json @@ -0,0 +1,12 @@ +{ + "description": "Raditya's Portfolio Web", + "owner": { + "username": "radityaaydin", + "email": "radityaaydin@gmail.com" + }, + "records": { + "A": [ + "40.81.30.214" + ] + } +} From 57ae602178a9a3ed9fcb0164d40b4ca8e5b411dd Mon Sep 17 00:00:00 2001 From: Raditya Aydin <74106446+Radiit@users.noreply.github.com> Date: Fri, 2 May 2025 02:25:30 +0700 Subject: [PATCH 13/46] fix json file name --- domains/{your-domain-name.is-a.dev.json => radit.is-a.dev.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{your-domain-name.is-a.dev.json => radit.is-a.dev.json} (100%) diff --git a/domains/your-domain-name.is-a.dev.json b/domains/radit.is-a.dev.json similarity index 100% rename from domains/your-domain-name.is-a.dev.json rename to domains/radit.is-a.dev.json From 6206183719d1faf9df5ee6d3933d137955251aa6 Mon Sep 17 00:00:00 2001 From: Andrey de Oliveira <20956226+andreydeoliveira@users.noreply.github.com> Date: Thu, 1 May 2025 17:06:16 -0300 Subject: [PATCH 14/46] Create andreyontech.json --- domains/andreyontech.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/andreyontech.json diff --git a/domains/andreyontech.json b/domains/andreyontech.json new file mode 100644 index 000000000..71a054652 --- /dev/null +++ b/domains/andreyontech.json @@ -0,0 +1,10 @@ +{ + "owner": { + "email": "andreyontech@gmail.com", + "twitter": "AndreyOnTech" + }, + "record": { + "CNAME": "andreyontech.vercel.app" + }, + "ttl": 3600 +} From d2eec3e67e2ed9e50f7315ea4303834da4f9cef1 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Fri, 2 May 2025 20:33:00 +0900 Subject: [PATCH 15/46] Create room.alora.json --- domains/room.alora.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/room.alora.json diff --git a/domains/room.alora.json b/domains/room.alora.json new file mode 100644 index 000000000..b62ebd0d1 --- /dev/null +++ b/domains/room.alora.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "records": { + "CNAME": "violetroom.vercel.app" + } +} From df4786704db74994779a92fcfa7a9320f0e610b2 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Fri, 2 May 2025 20:33:42 +0900 Subject: [PATCH 16/46] Update alora.json --- domains/alora.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/domains/alora.json b/domains/alora.json index 688213315..4eb7711ff 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -1,15 +1,9 @@ { "owner": { "username": "aloramiaa", - "email": "xaloramia@gmail.com", - "discord": "7q8x" + "email": "xaloramia@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], - "TXT": [ - "v=spf1 include:zohomail.in ~all", - "google-site-verification=6uglJKM9-BmooIZLCRAqgnGaT2_M48hkicRD1bphXHk" - ] + "CNAME": "alora-verse.vercel.app" } } From 13d2320c654c24012654425a7534efc606f068db Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Fri, 2 May 2025 20:34:22 +0900 Subject: [PATCH 17/46] Update _vercel.alora.json --- domains/_vercel.alora.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.alora.json b/domains/_vercel.alora.json index 6dea93acb..438cc8c90 100644 --- a/domains/_vercel.alora.json +++ b/domains/_vercel.alora.json @@ -10,7 +10,9 @@ "vc-domain-verify=profile.alora.is-a.dev,71bd18cc5db61dc75f91", "vc-domain-verify=blog.alora.is-a.dev,39b11f87634c4710b9ab", "vc-domain-verify=verify.alora.is-a.dev,df9b78e72bc7a2889bc8", - "vc-domain-verify=share.alora.is-a.dev,abbc2694ca2401b3a842" + "vc-domain-verify=share.alora.is-a.dev,abbc2694ca2401b3a842", + "vc-domain-verify=room.alora.is-a.dev,185a01c120ff2e7883e4", + "vc-domain-verify=alora.is-a.dev,f8390941aa6278184bcb" ] } } From e839b570fc8df9b550f2dd8c345307db959acf2e Mon Sep 17 00:00:00 2001 From: erdem Date: Fri, 2 May 2025 17:21:10 +0300 Subject: [PATCH 18/46] Update erdem.json --- domains/erdem.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/erdem.json b/domains/erdem.json index 4a67f4f1d..fa9169568 100644 --- a/domains/erdem.json +++ b/domains/erdem.json @@ -1,9 +1,9 @@ { "owner": { - "username": "erdem85", - "email": "erdm@disroot.org" + "username": "ta2edh", + "email": "erdemhacisalihoglu@hotmail.com" }, "records": { - "URL": "https://erdem.lol" + "URL": "https://ta2edh.vercel.app" } } From a959436aa46db6969261253a717f0e9af964aea9 Mon Sep 17 00:00:00 2001 From: yoogoworkspace Date: Sat, 3 May 2025 03:44:41 +0530 Subject: [PATCH 19/46] Create yoogo.is-a.dev.json --- domains/yoogo.is-a.dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yoogo.is-a.dev.json diff --git a/domains/yoogo.is-a.dev.json b/domains/yoogo.is-a.dev.json new file mode 100644 index 000000000..dfbb7c7fe --- /dev/null +++ b/domains/yoogo.is-a.dev.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio hosted on Netlify", + "repo": "https://github.com/yoogoworkspace/register", + "owner": { + "username": "yoogoworkspace", + "email": "[yoogoworkspace@gmail.com]" + }, + "records": { + "CNAME": "yoogo.netlify.app" + } +} From 43984a1de16bb6aaf3fb1ab7b0ff94cb3b95cc21 Mon Sep 17 00:00:00 2001 From: yoogoworkspace Date: Sat, 3 May 2025 03:55:28 +0530 Subject: [PATCH 20/46] Update yoogo.is-a.dev.json --- domains/yoogo.is-a.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yoogo.is-a.dev.json b/domains/yoogo.is-a.dev.json index dfbb7c7fe..675e0eec0 100644 --- a/domains/yoogo.is-a.dev.json +++ b/domains/yoogo.is-a.dev.json @@ -6,6 +6,6 @@ "email": "[yoogoworkspace@gmail.com]" }, "records": { - "CNAME": "yoogo.netlify.app" + "A": ["75.2.60.5"] } } From bd9b5ac637d6f29ad2b6220d9cf542b0aa20732d Mon Sep 17 00:00:00 2001 From: ZGX089 <81836228+ZGX089@users.noreply.github.com> Date: Sat, 3 May 2025 02:42:52 +0300 Subject: [PATCH 21/46] Create zg.json --- domains/zg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zg.json diff --git a/domains/zg.json b/domains/zg.json new file mode 100644 index 000000000..563a0305f --- /dev/null +++ b/domains/zg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ZGX089", + "discord": "594080319007883264" + }, + "records": { + "A": ["85.194.246.69"] + } +} From 75a92cb3af49269f1097a7dd498864ac0646cddd Mon Sep 17 00:00:00 2001 From: ZGX089 <81836228+ZGX089@users.noreply.github.com> Date: Sat, 3 May 2025 02:43:24 +0300 Subject: [PATCH 22/46] Create zgx.json --- domains/zgx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zgx.json diff --git a/domains/zgx.json b/domains/zgx.json new file mode 100644 index 000000000..563a0305f --- /dev/null +++ b/domains/zgx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ZGX089", + "discord": "594080319007883264" + }, + "records": { + "A": ["85.194.246.69"] + } +} From 3ca3e0b8947394dac35284f41e2bd3ab2451a616 Mon Sep 17 00:00:00 2001 From: AVVERSION <79741360+AVVERSION@users.noreply.github.com> Date: Sat, 3 May 2025 23:58:53 +0530 Subject: [PATCH 23/46] Update and rename avversion.json to foglomon.json --- domains/avversion.json | 8 -------- domains/foglomon.json | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 domains/avversion.json create mode 100644 domains/foglomon.json diff --git a/domains/avversion.json b/domains/avversion.json deleted file mode 100644 index d553c9bb0..000000000 --- a/domains/avversion.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "AVVERSION" - }, - "records": { - "CNAME": "avversion.github.io" - } -} diff --git a/domains/foglomon.json b/domains/foglomon.json new file mode 100644 index 000000000..a6a16931c --- /dev/null +++ b/domains/foglomon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "foglomon" + "discord": "foglomon" + }, + "records": { + "CNAME": "foglomon.github.io" + } +} From f9911d39687c637f99b7e1a1237cfcea715946d4 Mon Sep 17 00:00:00 2001 From: x7v8p3m2q9l0 <96309725+x7v8p3m2q9l0@users.noreply.github.com> Date: Sun, 4 May 2025 09:21:46 +0700 Subject: [PATCH 24/46] Update negativez.json --- domains/negativez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/negativez.json b/domains/negativez.json index c54c294ab..0291de523 100644 --- a/domains/negativez.json +++ b/domains/negativez.json @@ -7,5 +7,5 @@ "records": { "CNAME": "x7v8p3m2q9l0.github.io" }, - "proxied": false + "proxied": true } From 8399c4d875d837e9d8c914207c44e53ec1681334 Mon Sep 17 00:00:00 2001 From: khty <164098315+hkhty@users.noreply.github.com> Date: Mon, 5 May 2025 15:42:13 -0400 Subject: [PATCH 25/46] Update and rename kramual.json to khty.json --- domains/{kramual.json => khty.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename domains/{kramual.json => khty.json} (56%) diff --git a/domains/kramual.json b/domains/khty.json similarity index 56% rename from domains/kramual.json rename to domains/khty.json index 354d96335..da3735d9a 100644 --- a/domains/kramual.json +++ b/domains/khty.json @@ -1,9 +1,9 @@ { "owner": { - "username": "kramual", + "username": "hkhty", "email": "khtyiscooler@gmail.com" }, "records": { - "CNAME": "kramual.github.io" + "CNAME": "hkhty.github.io" } } From 8fb751aaf4fd64c6aea4fa4a5c9aac4430808ed2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 6 May 2025 23:50:17 +0800 Subject: [PATCH 26/46] delete invalid gh pages sites --- .../_github-pages-challenge-acutewoof.acutewoof.json | 9 --------- ...github-pages-challenge-adolar0042.adolar0042.json | 9 --------- .../_github-pages-challenge-alvitodev.alvito.json | 9 --------- ...github-pages-challenge-anandyeole.anandyeole.json | 9 --------- .../_github-pages-challenge-araguaci.araguaci.json | 9 --------- domains/_github-pages-challenge-asbp.asbp.json | 9 --------- domains/_github-pages-challenge-avellea.avellea.json | 8 -------- domains/_github-pages-challenge-aw09.agung.json | 9 --------- ...github-pages-challenge-ayberktandogan.ayberk.json | 9 --------- domains/_github-pages-challenge-bnyro.bnyro.json | 9 --------- .../_github-pages-challenge-chauvansang.sang.json | 9 --------- ...thub-pages-challenge-chethanyadav456.chethan.json | 9 --------- .../_github-pages-challenge-compcoder007.umesh.json | 10 ---------- ...ub-pages-challenge-devendrakanojiya.devendra.json | 9 --------- .../_github-pages-challenge-devhammed.hammed.json | 9 --------- domains/_github-pages-challenge-diordnas.cassie.json | 9 --------- .../_github-pages-challenge-eldinesh.eldinesh.json | 9 --------- ...github-pages-challenge-ethereumvd.ethereumvd.json | 9 --------- domains/_github-pages-challenge-harishnkr.hari.json | 10 ---------- ...ub-pages-challenge-hector-vigil.hector-vigil.json | 9 --------- domains/_github-pages-challenge-hima-pro.tdim.json | 10 ---------- ...github-pages-challenge-hungthai1401.hungthai.json | 9 --------- domains/_github-pages-challenge-imrmnabil.nabil.json | 9 --------- ...ub-pages-challenge-itsnicecraft.itsnicecraft.json | 9 --------- ...ithub-pages-challenge-jesusvala.jesusvaladez.json | 9 --------- domains/_github-pages-challenge-jlai403.joey.json | 9 --------- ..._github-pages-challenge-jlwisedev.joshuawise.json | 9 --------- .../_github-pages-challenge-josemyduarte.josemy.json | 8 -------- .../_github-pages-challenge-karify98.karify98.json | 9 --------- .../_github-pages-challenge-kellylawrence.kelly.json | 9 --------- ...es-challenge-kristiantokarim.kristiantokarim.json | 9 --------- ...ithub-pages-challenge-lisaterumi.elisaterumi.json | 9 --------- ..._github-pages-challenge-madisonwirtanen.zwyz.json | 9 --------- .../_github-pages-challenge-manugeni.manugeni.json | 9 --------- .../_github-pages-challenge-mateuseap.mateuseap.json | 9 --------- .../_github-pages-challenge-mcotocel.mcotocel.json | 9 --------- domains/_github-pages-challenge-mkblane.mkblane.json | 9 --------- .../_github-pages-challenge-mohamadoday.bn3di.json | 9 --------- ...thub-pages-challenge-mrdavidss-vgg.mrdavidss.json | 9 --------- .../_github-pages-challenge-mrdev88.mahdiruiz.json | 9 --------- domains/_github-pages-challenge-muizu.muiz.json | 9 --------- domains/_github-pages-challenge-mysterv.my5ter.json | 9 --------- domains/_github-pages-challenge-namesmt.namesmt.json | 9 --------- .../_github-pages-challenge-nayanjd.nayandas.json | 9 --------- .../_github-pages-challenge-nduartech.nathan.json | 9 --------- .../_github-pages-challenge-noahziheng.noahgao.json | 9 --------- domains/_github-pages-challenge-pansy27.pansy.json | 9 --------- ...-pages-challenge-patrickzhou1234.patrickzhou.json | 9 --------- ...-pages-challenge-prakhillohiya.prakhillohiya.json | 9 --------- domains/_github-pages-challenge-quiww.qui.json | 9 --------- domains/_github-pages-challenge-rudwolf.rodolfo.json | 9 --------- domains/_github-pages-challenge-rwithik.rwithik.json | 9 --------- ...hub-pages-challenge-sajidshahriar72543.sajid.json | 9 --------- .../_github-pages-challenge-sanchay9.sanchay.json | 9 --------- ...ges-challenge-shaunfurtado.blog.shaunfurtado.json | 10 ---------- .../_github-pages-challenge-soymadip.soymadip.json | 9 --------- ...github-pages-challenge-suhasdissa.suhasdissa.json | 9 --------- .../_github-pages-challenge-surv-is-a-dev.surv.json | 9 --------- .../_github-pages-challenge-takase1121.takase.json | 9 --------- ...ub-pages-challenge-tclement0922.tclement0922.json | 9 --------- .../_github-pages-challenge-thesanju.thesanju.json | 9 --------- domains/_github-pages-challenge-tim-vdb.tim-vdb.json | 9 --------- .../_github-pages-challenge-voidkeishi.keishi.json | 9 --------- domains/_github-pages-challenge-vontey.vontey.json | 9 --------- .../_github-pages-challenge-vurihuang.vurihuang.json | 9 --------- .../_github-pages-challenge-window5000.window5.json | 9 --------- domains/_github-pages-challenge-wizcann.wizcann.json | 8 -------- ...ithub-pages-challenge-x7v8p3m2q9l0.negativez.json | 9 --------- .../_github-pages-challenge-yantcaccia.antonio.json | 9 --------- domains/_github-pages-challenge-yorodm.yorodm.json | 9 --------- domains/_github-pages-challenge-yourtilak.tilak.json | 10 ---------- domains/_github-pages-challenge-yummyoreo.oreo.json | 9 --------- domains/a-little-hat.json | 9 --------- domains/aaditya.json | 9 --------- domains/aakhilv.json | 11 ----------- domains/aaksa.json | 10 ---------- domains/abc.json | 9 --------- domains/abdelghani.json | 9 --------- domains/abdelkarimain.json | 9 --------- domains/abdullah.json | 10 ---------- domains/abdullyahuza.json | 9 --------- domains/abdulrshaikh.json | 9 --------- domains/abegehr.json | 11 ----------- domains/abeltranp94.json | 10 ---------- domains/abhigyantrips.json | 9 --------- domains/abhijith.json | 9 --------- domains/abhishekissac.json | 10 ---------- domains/acaiberii.json | 10 ---------- domains/acutewoof.json | 10 ---------- domains/ada.json | 9 --------- domains/adarshkumar.json | 9 --------- domains/adarshs.json | 10 ---------- domains/adarshvijay.json | 9 --------- domains/adhi.json | 9 --------- domains/adigen.json | 9 --------- domains/adit.json | 9 --------- domains/adithyapaib.json | 10 ---------- domains/adityavag.json | 9 --------- domains/adolar0042.json | 9 --------- domains/adonisfx.json | 11 ----------- domains/adrenocortico.json | 9 --------- domains/adrian.json | 9 --------- domains/aeon.json | 9 --------- domains/afnan.json | 10 ---------- domains/agamjot-singh.json | 10 ---------- domains/agelos.json | 9 --------- domains/agung.json | 9 --------- domains/ahammednibras.json | 10 ---------- domains/ahmedashraf.json | 9 --------- domains/ain3abdo.json | 9 --------- domains/ak-profile.json | 9 --------- domains/akashj.json | 9 --------- domains/akshath.json | 9 --------- domains/akxd.json | 10 ---------- domains/akzana.json | 9 --------- domains/alan-smith.json | 9 --------- domains/albert.json | 11 ----------- domains/alden.json | 12 ------------ domains/alejosm.json | 9 --------- domains/aleks.json | 11 ----------- domains/alemi.json | 9 --------- domains/alessandrobellesia.json | 9 --------- domains/alexbartles.json | 11 ----------- domains/alexcantor.json | 9 --------- domains/alexis.json | 11 ----------- domains/alexmercerind.json | 11 ----------- domains/alfred.json | 9 --------- domains/ali-abdurrazzak.json | 10 ---------- domains/alimd.json | 9 --------- domains/alivaliev.json | 9 --------- domains/alltawd.json | 9 --------- domains/almatch.json | 10 ---------- domains/alokik.json | 9 --------- domains/aloo-bun.json | 9 --------- domains/alriy.json | 9 --------- domains/aluwi.json | 11 ----------- domains/alvito.json | 9 --------- domains/amal-sebastian.json | 9 --------- domains/amanthakur.json | 10 ---------- domains/amit.json | 10 ---------- domains/amol3.json | 9 --------- domains/analogsombra.json | 9 --------- domains/anand-ramakrishna.json | 10 ---------- domains/anandyeole.json | 9 --------- domains/anas.json | 10 ---------- domains/anautonell.json | 11 ----------- domains/anbuinfosec.json | 8 -------- domains/andrei.json | 10 ---------- domains/andriampeno.json | 10 ---------- domains/andrianina.json | 9 --------- domains/andronasef.json | 10 ---------- domains/angelo.json | 9 --------- domains/angelwuff.json | 9 --------- domains/anhnguyen94.json | 10 ---------- domains/anibalbastiass.json | 9 --------- domains/anindra.json | 11 ----------- domains/ankit.json | 9 --------- domains/annihilatorrrr.json | 10 ---------- domains/anshu.json | 9 --------- domains/anthonydev.json | 9 --------- domains/anticens.json | 9 --------- domains/antonio.json | 10 ---------- domains/anttondev.json | 9 --------- domains/anuj.json | 10 ---------- domains/anumeya.json | 9 --------- domains/anurag.json | 9 --------- domains/aocsa.json | 9 --------- domains/ap2.json | 9 --------- domains/api.catzboy.json | 10 ---------- domains/api.zoom.json | 12 ------------ domains/apurboislam.json | 9 --------- domains/aqua.json | 9 --------- domains/arafat.json | 9 --------- domains/araguaci.json | 9 --------- domains/aravinnndddd.json | 10 ---------- domains/arif.json | 9 --------- domains/arijit.json | 11 ----------- domains/arin.json | 8 -------- domains/arjuncvinod.json | 10 ---------- domains/armand.json | 10 ---------- domains/arpana.json | 10 ---------- domains/art.json | 10 ---------- domains/artesdosul.json | 9 --------- domains/artiefuzzz.json | 9 --------- domains/arunava.json | 9 --------- domains/arush.json | 9 --------- domains/arvik1.json | 9 --------- domains/arwi.json | 9 --------- domains/arya.json | 10 ---------- domains/aryxst.json | 9 --------- domains/asad-khan.json | 10 ---------- domains/asbp.json | 10 ---------- domains/ashuthosh.json | 9 --------- domains/ashutosh.json | 10 ---------- domains/ashwin.json | 10 ---------- domains/asicalug.json | 9 --------- domains/asil.json | 9 --------- domains/asim.json | 10 ---------- domains/aspect.json | 11 ----------- domains/asya.json | 9 --------- domains/ataim.json | 10 ---------- domains/ath.json | 9 --------- domains/athifrahmawan.json | 11 ----------- domains/athira-li.json | 10 ---------- domains/atomic.json | 9 --------- domains/atul.json | 9 --------- domains/austino.json | 9 --------- domains/ausy.json | 9 --------- domains/avellea.json | 9 --------- domains/avidevs31.json | 9 --------- domains/avilam.json | 8 -------- domains/avnoor-gamerz.json | 11 ----------- domains/avversion.json | 8 -------- domains/axewbotx.json | 11 ----------- domains/ayberk.json | 9 --------- domains/ayinaki.json | 9 --------- domains/ayushman.json | 11 ----------- domains/ayushshivaji.json | 9 --------- domains/azeem.json | 10 ---------- domains/b0q.json | 10 ---------- domains/b45i.json | 9 --------- domains/badnguy.json | 9 --------- domains/bako.json | 10 ---------- domains/baldr.json | 9 --------- domains/bandhan.json | 9 --------- domains/banik.json | 9 --------- domains/bardia.json | 9 --------- domains/barry-hammer.json | 8 -------- domains/basidh.json | 9 --------- domains/bayu.json | 9 --------- domains/bear.json | 10 ---------- domains/bennett1412.json | 11 ----------- domains/bento64.json | 10 ---------- domains/beoo.json | 9 --------- domains/bernardo.json | 9 --------- domains/bhadra.json | 10 ---------- domains/bhargav.json | 9 --------- domains/bhavitha.json | 9 --------- domains/bhavyasingh.json | 9 --------- domains/billion.json | 10 ---------- domains/bing-chilling.json | 9 --------- domains/binwonk.json | 9 --------- domains/bismuth.json | 9 --------- domains/bleemis42.json | 10 ---------- domains/blkdang1.json | 8 -------- domains/blog.catzboy.json | 10 ---------- domains/blog.ron.json | 9 --------- domains/blog.shaunfurtado.json | 9 --------- domains/blurnope.json | 10 ---------- domains/bmbs.json | 9 --------- domains/bmhien.json | 9 --------- domains/bn3di.json | 9 --------- domains/bnyro.json | 10 ---------- domains/boba.json | 10 ---------- domains/bolt.json | 9 --------- domains/bombacat.json | 9 --------- domains/bonusbubble.json | 9 --------- domains/borboss.json | 9 --------- domains/boudjo.json | 9 --------- domains/bree.json | 9 --------- domains/brew.json | 9 --------- domains/brian.json | 10 ---------- domains/bro.json | 9 --------- domains/brokends.json | 9 --------- domains/bruno-eilliar.json | 9 --------- domains/bsapi.json | 9 --------- domains/bulkypanda.json | 9 --------- domains/burandby.json | 10 ---------- domains/bxqrn.json | 10 ---------- domains/c00l.json | 10 ---------- domains/carince.json | 11 ----------- domains/carlosgiralt.json | 10 ---------- domains/cartyoo.json | 9 --------- domains/cas.json | 9 --------- domains/casperong.json | 9 --------- domains/cassie.json | 10 ---------- domains/caz.json | 11 ----------- domains/cc.json | 10 ---------- domains/cdn.komaru.json | 9 --------- domains/cdn.serstars.json | 9 --------- domains/celsojr.json | 9 --------- domains/certurix.json | 9 --------- domains/char.json | 10 ---------- domains/chattingmessenger.json | 9 --------- domains/chethan.json | 12 ------------ domains/chikoiko.json | 9 --------- domains/chrystom.json | 9 --------- domains/chubol.json | 9 --------- domains/chucha.json | 9 --------- domains/cinnamonshrine.json | 11 ----------- domains/classlink.json | 10 ---------- domains/cloudy.json | 11 ----------- domains/cloudz.json | 10 ---------- domains/code-vista.json | 10 ---------- domains/codeminds.json | 9 --------- domains/conorsheehan1.json | 9 --------- domains/coolcodersj.json | 10 ---------- domains/copysland.json | 9 --------- domains/cozymy.json | 10 ---------- domains/cr0nus.json | 11 ----------- domains/creature.json | 11 ----------- domains/cucusise.json | 9 --------- domains/cuinc99.json | 9 --------- domains/cursedscrubdaddygang.json | 10 ---------- domains/cyanide.json | 10 ---------- domains/cyberglot.json | 9 --------- domains/czwx.json | 9 --------- domains/dadcuy.json | 9 --------- domains/dadoge.json | 9 --------- domains/daksh.json | 9 --------- domains/damilare.json | 9 --------- domains/dan.json | 10 ---------- domains/dangdat.json | 9 --------- domains/dani.json | 11 ----------- domains/danilwhale.json | 9 --------- domains/danterus.json | 9 --------- domains/daria.json | 9 --------- domains/datamind.json | 11 ----------- domains/dauvet.json | 9 --------- domains/davidpuerta.json | 9 --------- domains/daxoron.json | 9 --------- domains/dayowebevents.json | 10 ---------- domains/debs.json | 10 ---------- domains/debug.json | 10 ---------- domains/dedchromebook.json | 9 --------- domains/dehteam3.json | 10 ---------- domains/denblo.json | 10 ---------- domains/denis.json | 9 --------- domains/denix.json | 11 ----------- domains/dev-dco.json | 9 --------- domains/devdk.json | 10 ---------- domains/developerjosh.json | 10 ---------- domains/devendra.json | 9 --------- domains/devfate.json | 9 --------- domains/devmirza.json | 9 --------- domains/dhruv-tara.json | 9 --------- domains/dhruv.json | 9 --------- domains/diamondbroplayz.json | 11 ----------- domains/didimukhtar.json | 9 --------- domains/diedyesterday.json | 9 --------- domains/diegoreis.json | 10 ---------- domains/dincer-portfolio.json | 10 ---------- domains/dinesh.json | 10 ---------- domains/divik.json | 10 ---------- domains/divyam.json | 9 --------- domains/dodongduc.json | 9 --------- domains/domb.json | 9 --------- domains/donald.json | 10 ---------- domains/donut.json | 9 --------- domains/dooly.json | 11 ----------- domains/dot.json | 10 ---------- domains/dotexe3301.json | 9 --------- domains/downgit.json | 10 ---------- domains/dr-therapy.json | 10 ---------- domains/drdilyor.json | 10 ---------- domains/dresan.json | 11 ----------- domains/drmonocle.json | 9 --------- domains/drv123323.json | 9 --------- domains/dsaw.json | 9 --------- domains/dsrev.json | 11 ----------- domains/dtducas.json | 11 ----------- domains/ducanhng.json | 9 --------- domains/duydo.json | 9 --------- domains/dydestroyer.json | 10 ---------- domains/echo2477.json | 9 --------- domains/ecoplayer07.json | 9 --------- domains/ecstaticsoul.json | 9 --------- domains/edrea.json | 10 ---------- domains/egyxo.json | 10 ---------- domains/ekinvarli.json | 11 ----------- domains/eldin.json | 9 --------- domains/eldinesh.json | 10 ---------- domains/eldzey.json | 10 ---------- domains/elf.json | 10 ---------- domains/elib0.json | 9 --------- domains/elisaterumi.json | 9 --------- domains/ella.json | 10 ---------- domains/emanuelcarvalho.json | 9 --------- domains/emhl.json | 9 --------- domains/endouven.json | 9 --------- domains/enoughsdv.json | 10 ---------- domains/eojeda.json | 9 --------- domains/erik.json | 10 ---------- domains/eternal-network.json | 10 ---------- domains/ethereumvd.json | 9 --------- domains/ethxrnity.json | 11 ----------- domains/ethyl.json | 10 ---------- domains/euskindar.json | 9 --------- domains/fab1andev.json | 11 ----------- domains/fakhri.json | 8 -------- domains/farhan.json | 9 --------- domains/farjanul.json | 9 --------- domains/farkot.json | 9 --------- domains/fastering.json | 9 --------- domains/fayasnoushad.json | 10 ---------- domains/fayaz.json | 9 --------- domains/felixtr.json | 10 ---------- domains/ffj20.json | 9 --------- domains/films.json | 9 --------- domains/fireexe.json | 9 --------- domains/firework.json | 9 --------- domains/fjuro.json | 9 --------- domains/flamexode.json | 9 --------- domains/florent.json | 10 ---------- domains/fluffythebunny.json | 10 ---------- domains/forsas.json | 10 ---------- domains/fox.json | 9 --------- domains/francescodulio.json | 9 --------- domains/franciskafieh.json | 10 ---------- domains/frankra.json | 9 --------- domains/frapujgal.json | 9 --------- domains/frcat.json | 10 ---------- domains/freebies.json | 10 ---------- domains/freitaseric.json | 9 --------- domains/fsanchir.json | 10 ---------- domains/fullpwn.json | 10 ---------- domains/funny-noip.json | 9 --------- domains/furret.json | 9 --------- domains/furti.json | 10 ---------- domains/gabrielhuertas.json | 9 --------- domains/gamingboots.json | 10 ---------- domains/ganesh.json | 9 --------- domains/gaurav.json | 9 --------- domains/gavrielsatrio.json | 9 --------- domains/gdbotlist.json | 9 --------- domains/generic.json | 9 --------- domains/gin.json | 10 ---------- domains/githubmilind.json | 9 --------- domains/gizmo.json | 9 --------- domains/glitchish.json | 10 ---------- domains/glpzzz.json | 9 --------- domains/glutis.json | 9 --------- domains/gnanaelisa.json | 9 --------- domains/godkode.json | 9 --------- domains/godwhite.json | 10 ---------- domains/gorkem.json | 10 ---------- domains/govind.json | 10 ---------- domains/govinda.json | 9 --------- domains/grantcards.json | 9 --------- domains/guillelm.json | 10 ---------- domains/gusza.json | 9 --------- domains/gvl610.json | 10 ---------- domains/h3r3t1c.json | 9 --------- domains/hackerman.json | 9 --------- domains/hafidu.json | 9 --------- domains/halink.json | 8 -------- domains/hamid.json | 9 --------- domains/hammed.json | 9 --------- domains/hamza.json | 10 ---------- domains/hansen.json | 10 ---------- domains/hari.json | 9 --------- domains/harikrishnan.json | 10 ---------- domains/harikrishnanps.json | 9 --------- domains/harsh-patel.json | 10 ---------- domains/harshad.json | 9 --------- domains/haseena.json | 10 ---------- domains/hash-cracker.json | 9 --------- domains/hector-vigil.json | 9 --------- domains/hein.json | 9 --------- domains/henry.json | 10 ---------- domains/herve.json | 9 --------- domains/hextris.json | 9 --------- domains/hiddenblack.json | 9 --------- domains/hifzur.json | 9 --------- domains/himanshusri.json | 9 --------- domains/hisham.json | 10 ---------- domains/hjmao.json | 10 ---------- domains/hoan.json | 10 ---------- domains/hongquang.json | 9 --------- domains/horizon-server.json | 10 ---------- domains/horu.json | 8 -------- domains/hozzywozzy.json | 9 --------- domains/hu-kaixiang.json | 9 --------- domains/hungphambkc.json | 9 --------- domains/hungthai.json | 9 --------- domains/huseyin.json | 9 --------- domains/ico.json | 9 --------- domains/icy.json | 9 --------- domains/ikhlashmulya.json | 9 --------- domains/ilovechickennuggets.json | 9 --------- domains/img.cala.json | 10 ---------- domains/imlasiya.json | 10 ---------- domains/imlasiyah.json | 9 --------- domains/imxitiz.json | 9 --------- domains/imy.json | 10 ---------- domains/incbom.json | 10 ---------- domains/indidee.json | 9 --------- domains/infiniteloop.json | 9 --------- domains/inj3c7i0n.json | 9 --------- domains/intergrav.json | 9 --------- domains/inxlo.json | 9 --------- domains/iqat.json | 10 ---------- domains/isa.json | 11 ----------- domains/isaac.json | 9 --------- domains/itsdharmik.json | 11 ----------- domains/itsmealdo.json | 10 ---------- domains/itsneufox.json | 9 --------- domains/itsnicecraft.json | 10 ---------- domains/itzporium.json | 11 ----------- domains/ivedant.json | 9 --------- domains/jacob.json | 9 --------- domains/jagdhish-mer.json | 8 -------- domains/jaisankar.json | 9 --------- domains/janeq.json | 9 --------- domains/janith.json | 9 --------- domains/janmikowa.json | 9 --------- domains/jatin.json | 9 --------- domains/jatinkr.json | 9 --------- domains/javi.json | 9 --------- domains/jaycedotbin.json | 10 ---------- domains/jayy.json | 11 ----------- domains/jc-wu.json | 9 --------- domains/jcs.json | 9 --------- domains/jean.json | 10 ---------- domains/jeevan.json | 9 --------- domains/jeremie.json | 10 ---------- domains/jerikchan.json | 9 --------- domains/jermaine.json | 9 --------- domains/jeros.json | 9 --------- domains/jesseallan.json | 9 --------- domains/jesusvaladez.json | 9 --------- domains/jhw.json | 9 --------- domains/jithumon.json | 10 ---------- domains/joel.json | 9 --------- domains/joey.json | 9 --------- domains/johansansebastian.json | 10 ---------- domains/johnsonlee.json | 9 --------- domains/johnythomas.json | 10 ---------- domains/joltz1234.json | 10 ---------- domains/jonagoldman.json | 10 ---------- domains/josemy.json | 8 -------- domains/josh-ferrell.json | 9 --------- domains/joshuawise.json | 10 ---------- domains/jpedro.json | 9 --------- domains/jpsantistebanq.json | 9 --------- domains/jrdrwn.json | 10 ---------- domains/jrmessias.json | 10 ---------- domains/jubal.json | 9 --------- domains/julianwe17.json | 10 ---------- domains/just-muzz.json | 10 ---------- domains/justforever.json | 10 ---------- domains/k93msy.json | 10 ---------- domains/kaguwo.json | 10 ---------- domains/kai.json | 10 ---------- domains/kakarot.json | 9 --------- domains/kamlendras.json | 9 --------- domains/kanti-tkm.json | 10 ---------- domains/kappucino.json | 9 --------- domains/karify98.json | 9 --------- domains/kavi.json | 10 ---------- domains/kaweees.json | 10 ---------- domains/keishi.json | 9 --------- domains/keithkhaotic.json | 10 ---------- domains/keli5.json | 10 ---------- domains/kells.json | 10 ---------- domains/kelly.json | 9 --------- domains/kermicidal.json | 9 --------- domains/kev.json | 9 --------- domains/khanh.json | 10 ---------- domains/khcrv.json | 10 ---------- domains/kikemendez.json | 9 --------- domains/kilic.json | 10 ---------- domains/kiran.json | 10 ---------- domains/klouqzz.json | 9 --------- domains/kml.json | 9 --------- domains/konstantin-ivanov.json | 9 --------- domains/koslz.json | 9 --------- domains/koton-bads.json | 10 ---------- domains/kreativethinker.json | 9 --------- domains/kristiantokarim.json | 9 --------- domains/kryptx.json | 9 --------- domains/ksign.json | 9 --------- domains/kunal.json | 12 ------------ domains/kuyo.json | 9 --------- domains/kweller.json | 10 ---------- domains/l.funn.json | 9 --------- domains/l0ser.json | 10 ---------- domains/lachsfilet.json | 9 --------- domains/lacti.json | 9 --------- domains/lambda.json | 9 --------- domains/lazyllama.json | 9 --------- domains/leha.json | 11 ----------- domains/lenicyl.json | 9 --------- domains/leon.json | 11 ----------- domains/levraiardox.json | 9 --------- domains/lihun.json | 9 --------- domains/liju.json | 9 --------- domains/lilac.json | 11 ----------- domains/lilith.json | 9 --------- domains/limeware.json | 9 --------- domains/linbuxiao.json | 9 --------- domains/linstall.json | 9 --------- domains/linux.json | 9 --------- domains/linuxlover.json | 9 --------- domains/lipi.json | 9 --------- domains/liq.json | 9 --------- domains/llanero.json | 10 ---------- domains/lndr2501.json | 8 -------- domains/logan.json | 11 ----------- domains/lok.json | 10 ---------- domains/lowsummer.json | 11 ----------- domains/luis-ciber.json | 10 ---------- domains/luizdario.json | 9 --------- domains/lunarleaf.json | 9 --------- domains/lunax0390.json | 10 ---------- domains/luoduyu.json | 9 --------- domains/lutherantz.json | 9 --------- domains/lxquid.json | 9 --------- domains/m4hbod.json | 12 ------------ domains/maclong.json | 10 ---------- domains/maddy.json | 9 --------- domains/madhan.json | 9 --------- domains/madhavjhawar.json | 10 ---------- domains/madhup.json | 9 --------- domains/madhurya.json | 9 --------- domains/madkarma.json | 9 --------- domains/magma.json | 10 ---------- domains/magniquick.json | 9 --------- domains/mahdiruiz.json | 9 --------- domains/mahmud.json | 11 ----------- domains/maks.json | 10 ---------- domains/mamun.json | 10 ---------- domains/maninder.json | 10 ---------- domains/manish-madi.json | 9 --------- domains/manit.json | 9 --------- domains/manoj.json | 9 --------- domains/mantas.json | 10 ---------- domains/manugeni.json | 8 -------- domains/marcelomrwin.json | 10 ---------- domains/marchiba99.json | 9 --------- domains/marcos.json | 10 ---------- domains/mariano-avila.json | 10 ---------- domains/mario-papetti.json | 9 --------- domains/markus.json | 10 ---------- domains/marlon.json | 9 --------- domains/martin.json | 9 --------- domains/maryll.json | 9 --------- domains/masmiyen.json | 10 ---------- domains/masood.json | 10 ---------- domains/matbak.json | 9 --------- domains/mateoguidi.json | 9 --------- domains/mateuseap.json | 9 --------- domains/matheus.json | 10 ---------- domains/mathu-lmn.json | 10 ---------- domains/mattcheng.json | 8 -------- domains/maxwelbm.json | 9 --------- domains/mayank2808sharma.json | 10 ---------- domains/mb.json | 10 ---------- domains/mburguete.json | 9 --------- domains/mcotocel.json | 10 ---------- domains/medhanite.json | 9 --------- domains/mehedihjim.json | 9 --------- domains/melwyn.json | 9 --------- domains/mertdemir.json | 10 ---------- domains/michael.json | 9 --------- domains/michioxd.json | 9 --------- domains/micky.json | 9 --------- domains/mihai.json | 10 ---------- domains/mihchis.json | 8 -------- domains/mihrpsah.json | 9 --------- domains/mijhelt.json | 10 ---------- domains/mikey.json | 9 --------- domains/mikronet.json | 9 --------- domains/mineek.json | 10 ---------- domains/minh2000.json | 10 ---------- domains/minhh2792.json | 10 ---------- domains/minhmmb.json | 9 --------- domains/minnb-bit.json | 10 ---------- domains/mioscape.json | 10 ---------- domains/mirozr.json | 9 --------- domains/misaka.json | 10 ---------- domains/miten.json | 9 --------- domains/mjclavillas.json | 10 ---------- domains/mk.json | 9 --------- domains/mkblane.json | 9 --------- domains/mkk.json | 9 --------- domains/mmondragon.json | 8 -------- domains/moca.json | 9 --------- domains/moddedstuffguy.json | 10 ---------- domains/moha.json | 10 ---------- domains/mohannadk28.json | 10 ---------- domains/mohdsohel.json | 11 ----------- domains/moncef.json | 9 --------- domains/moon.json | 10 ---------- domains/mopamo.json | 10 ---------- domains/morphoit.json | 10 ---------- domains/mpy.json | 10 ---------- domains/mrasyadc.json | 10 ---------- domains/mrdavidss.json | 11 ----------- domains/mrepol742.json | 9 --------- domains/mrkos.json | 9 --------- domains/mrksbgg.json | 10 ---------- domains/mrthundergod.json | 10 ---------- domains/muchenski.json | 10 ---------- domains/muff.json | 9 --------- domains/muhammadbasitobaid.json | 10 ---------- domains/muiz.json | 9 --------- domains/muntasir.json | 9 --------- domains/murodovazizmurod.json | 10 ---------- domains/my5ter.json | 10 ---------- domains/mystery.json | 9 --------- domains/nabil.json | 10 ---------- domains/nadeerasilva.json | 9 --------- domains/nahuelnavales.json | 9 --------- domains/nai.json | 9 --------- domains/naman.json | 9 --------- domains/namesmt.json | 9 --------- domains/nan.json | 10 ---------- domains/nand.json | 10 ---------- domains/natalievu.json | 10 ---------- domains/nathan.json | 10 ---------- domains/naveenxd.json | 10 ---------- domains/nayandas.json | 9 --------- domains/nebula.json | 10 ---------- domains/neeyl.json | 9 --------- domains/negativez.json | 11 ----------- domains/neil.json | 9 --------- domains/nekoibot.json | 9 --------- domains/netsterx.json | 9 --------- domains/neville.json | 9 --------- domains/ngocphung.json | 8 -------- domains/nhatphan.json | 9 --------- domains/nhavy.json | 8 -------- domains/niceeli.json | 9 --------- domains/nico.json | 11 ----------- domains/nicol.json | 9 --------- domains/nightmaregods.json | 9 --------- domains/nightsfall.json | 9 --------- domains/nikhil.json | 10 ---------- domains/nikhilji.json | 10 ---------- domains/nikita.json | 9 --------- domains/nileshhaldar98.json | 9 --------- domains/nimesh.json | 9 --------- domains/ninjaasmoke.json | 10 ---------- domains/nisarga.json | 11 ----------- domains/nishantattrey.json | 9 --------- domains/nix.json | 9 --------- domains/nnocsupnn.json | 9 --------- domains/noahgao.json | 10 ---------- domains/noel.json | 11 ----------- domains/noelpaton-og.json | 9 --------- domains/noelpatonog.json | 9 --------- domains/noir.json | 11 ----------- domains/noise.json | 9 --------- domains/nomena.json | 9 --------- domains/notaussie.json | 10 ---------- domains/note.json | 9 --------- domains/notefct.json | 10 ---------- domains/nothazz.json | 9 --------- domains/noxsin.json | 10 ---------- domains/ntg.json | 10 ---------- domains/ntmusic.json | 9 --------- domains/ntrs05.json | 9 --------- domains/nv2k3.json | 10 ---------- domains/nvhai272.json | 8 -------- domains/nvhmadridista.json | 9 --------- domains/nxnlab.json | 9 --------- domains/nyanbrowser.json | 9 --------- domains/nyel.json | 9 --------- domains/nyx.json | 10 ---------- domains/okan12300.json | 10 ---------- domains/oleksa.json | 9 --------- domains/olili.json | 9 --------- domains/omesh.json | 8 -------- domains/omnianims.json | 9 --------- domains/oopshnik.json | 9 --------- domains/oreo.json | 10 ---------- domains/overshifted.json | 9 --------- domains/ovillafuerte94.json | 10 ---------- domains/oxy.json | 9 --------- domains/p1raidz.json | 9 --------- domains/pajsen.json | 9 --------- domains/palekiox.json | 9 --------- domains/pansy.json | 9 --------- domains/papyrus.json | 9 --------- domains/paranoiasystem.json | 9 --------- domains/pardhasaradhichandana.json | 9 --------- domains/parshnt.json | 10 ---------- domains/passadissubmari.json | 9 --------- domains/passed.json | 9 --------- domains/patriciafelix.json | 10 ---------- domains/patrickzhou.json | 9 --------- domains/patuiqx.json | 9 --------- domains/pavankteja.json | 9 --------- domains/pavlo.json | 10 ---------- domains/peach.json | 11 ----------- domains/peachy.json | 10 ---------- domains/pedrito.json | 11 ----------- domains/pemtshewang.json | 11 ----------- domains/peroxide.json | 11 ----------- domains/peyloride.json | 9 --------- domains/phamthanhnghia.json | 9 --------- domains/picklerick.json | 9 --------- domains/pie.json | 9 --------- domains/pinchese.json | 9 --------- domains/pinkyplant.json | 10 ---------- domains/pinont.json | 9 --------- domains/pipc.json | 9 --------- domains/pita.json | 9 --------- domains/pixl8.json | 9 --------- domains/playboyfear.json | 9 --------- domains/plopilpy.json | 10 ---------- domains/plumaxe.json | 9 --------- domains/plusrazz.json | 9 --------- domains/ply.json | 9 --------- domains/polishboiyt.json | 9 --------- domains/polo.json | 9 --------- domains/polygon6233.json | 9 --------- domains/posandu.json | 10 ---------- domains/poyo.json | 10 ---------- domains/ppyoung.json | 9 --------- domains/prabhakaranjm.json | 9 --------- domains/prakhar.json | 10 ---------- domains/prakhillohiya.json | 9 --------- domains/pranavsaxena.json | 10 ---------- domains/praquron.json | 10 ---------- domains/pratikthapw.json | 9 --------- domains/pratyay.json | 10 ---------- domains/praveen.json | 10 ---------- domains/prima.json | 9 --------- domains/prime.json | 10 ---------- domains/priscila.json | 9 --------- domains/profile.json | 9 --------- domains/proghead00.json | 9 --------- domains/projects.catzboy.json | 9 --------- domains/proxy.json | 9 --------- domains/proxzima.json | 11 ----------- domains/prtksunal.json | 9 --------- domains/psj.json | 9 --------- domains/psnbl.json | 9 --------- domains/pulkitmidha.json | 10 ---------- domains/pvyas.json | 9 --------- domains/py.json | 9 --------- domains/pyro.json | 10 ---------- domains/pythonplumber.json | 9 --------- domains/pythonscratcher.json | 9 --------- domains/pznguin.json | 9 --------- domains/qloha.json | 10 ---------- domains/qnos.json | 9 --------- domains/quangtran.json | 9 --------- domains/quddi.json | 9 --------- domains/qui.json | 9 --------- domains/quick.json | 10 ---------- domains/quydang.json | 9 --------- domains/qwertx.json | 9 --------- domains/r04nx.json | 9 --------- domains/r1p.json | 9 --------- domains/r4yish.json | 9 --------- domains/rabbi-shuki.json | 9 --------- domains/radim.json | 9 --------- domains/rafalmeida73.json | 9 --------- domains/rag3r.json | 9 --------- domains/raghav.json | 9 --------- domains/raghavyuva.json | 9 --------- domains/rainotoberu.json | 9 --------- domains/raiyaad.json | 9 --------- domains/raka.json | 12 ------------ domains/rakibhossain.json | 9 --------- domains/ralph.json | 9 --------- domains/ramakant.json | 9 --------- domains/rapixar.json | 9 --------- domains/rasp.json | 9 --------- domains/ravana.json | 9 --------- domains/ray.json | 9 --------- domains/raymondlu.json | 9 --------- domains/rayvid.json | 10 ---------- domains/rednek46.json | 9 --------- domains/reefsalty.json | 10 ---------- domains/regiondavid.json | 10 ---------- domains/rekto.json | 9 --------- domains/relicrb.json | 9 --------- domains/remarkable.json | 9 --------- domains/ren.json | 9 --------- domains/renn.json | 10 ---------- domains/rep.json | 9 --------- domains/rescenic.json | 9 --------- domains/resolved.json | 10 ---------- domains/retr0.json | 9 --------- domains/reuben.json | 9 --------- domains/revvnik.json | 9 --------- domains/rfwn.json | 9 --------- domains/rhythm.json | 9 --------- domains/rihards.json | 9 --------- domains/rishabh.json | 9 --------- domains/ritshu.json | 10 ---------- domains/riya.json | 10 ---------- domains/rizky.json | 9 --------- domains/rizmyabdulla.json | 10 ---------- domains/rodolfo.json | 9 --------- domains/rohanjaiswal.json | 9 --------- domains/rohanpawar.json | 9 --------- domains/rohithill.json | 9 --------- domains/romi.json | 9 --------- domains/roshansahani.json | 9 --------- domains/roy.json | 9 --------- domains/royalty.json | 9 --------- domains/roylee0704.json | 9 --------- domains/rpj.json | 10 ---------- domains/rubenvilchez.json | 10 ---------- domains/rufistofeles.json | 9 --------- domains/ruixey.json | 10 ---------- domains/rupankar.json | 9 --------- domains/rushil-patel.json | 9 --------- domains/rushil.json | 9 --------- domains/rusiru.json | 9 --------- domains/ruu3f.json | 9 --------- domains/rvc11.json | 9 --------- domains/rvsp.json | 9 --------- domains/rwithik.json | 9 --------- domains/rxyhn.json | 10 ---------- domains/saatvik.json | 9 --------- domains/saba.json | 9 --------- domains/sacul-6.json | 9 --------- domains/sadie.json | 10 ---------- domains/sadiq.json | 10 ---------- domains/saeedmfarahani.json | 8 -------- domains/saeef.json | 9 --------- domains/safety.json | 9 --------- domains/sageofluke.json | 9 --------- domains/saharsh.json | 10 ---------- domains/sajid.json | 9 --------- domains/sajidhussain.json | 9 --------- domains/sakko.json | 10 ---------- domains/salsa.json | 9 --------- domains/sam-jspn.json | 10 ---------- domains/samara.json | 9 --------- domains/samarth-asthana.json | 9 --------- domains/samatbk.json | 9 --------- domains/sameera.json | 10 ---------- domains/samia-islam-sua.json | 9 --------- domains/samirp.json | 10 ---------- domains/samo.json | 10 ---------- domains/samuel.json | 9 --------- domains/samuelnihbos.json | 10 ---------- domains/sanana.json | 10 ---------- domains/sanchay.json | 9 --------- domains/sandeepv.json | 10 ---------- domains/sandro.json | 9 --------- domains/sang.json | 9 --------- domains/sanjay123.json | 9 --------- domains/santhoshkani.json | 10 ---------- domains/santiago.json | 9 --------- domains/santito.json | 9 --------- domains/sappy.json | 9 --------- domains/saras008.json | 9 --------- domains/sarthak.json | 10 ---------- domains/saswatsamal.json | 10 ---------- domains/sathish.json | 9 --------- domains/satvikg7.json | 9 --------- domains/satyamv7.json | 9 --------- domains/savio.json | 9 --------- domains/saviomartin.json | 9 --------- domains/sayolight.json | 9 --------- domains/sdizdarevic.json | 9 --------- domains/sdxqw.json | 9 --------- domains/sebastiand.json | 9 --------- domains/sebaz.json | 10 ---------- domains/seka.json | 10 ---------- domains/sen.json | 9 --------- domains/seppegeuens.json | 9 --------- domains/serena.json | 10 ---------- domains/sezersinanoglu.json | 9 --------- domains/sf.json | 9 --------- domains/sh9351.json | 9 --------- domains/shafi.json | 9 --------- domains/shafi100.json | 10 ---------- domains/shahab.json | 9 --------- domains/shajanjp.json | 9 --------- domains/shakib04.json | 9 --------- domains/shambhavi.json | 9 --------- domains/shambhavisinha.json | 9 --------- domains/shane.json | 9 --------- domains/sharifclick.json | 9 --------- domains/shashankag.json | 9 --------- domains/shatanik.json | 10 ---------- domains/she.json | 9 --------- domains/shibiliya.json | 10 ---------- domains/shift.json | 9 --------- domains/shikharreyya.json | 10 ---------- domains/shyran.json | 9 --------- domains/sidd.json | 10 ---------- domains/sidmaji.json | 10 ---------- domains/siful.json | 9 --------- domains/silva.json | 9 --------- domains/simon.json | 9 --------- domains/siow-kai-yang.json | 9 --------- domains/sirmacr0.json | 9 --------- domains/sirsimonson.json | 10 ---------- domains/skierka.json | 9 --------- domains/skittles.json | 9 --------- domains/skullfiredevil.json | 9 --------- domains/sky-bridge.json | 9 --------- domains/skydonald.json | 9 --------- domains/slavicman.json | 9 --------- domains/slow.json | 9 --------- domains/smitty119.json | 9 --------- domains/smittykjohnson.json | 9 --------- domains/smug.json | 9 --------- domains/snake.json | 9 --------- domains/snowcatridge10.json | 9 --------- domains/snozxyx.json | 9 --------- domains/soestin.json | 9 --------- domains/solareclipse995.json | 9 --------- domains/someone.json | 9 --------- domains/soraishiro.json | 8 -------- domains/soumya-das.json | 8 -------- domains/sourabh.json | 9 --------- domains/sourav-parida.json | 9 --------- domains/sourav.json | 9 --------- domains/sourov-khan-nahid.json | 9 --------- domains/sowmik.json | 9 --------- domains/soymadip.json | 9 --------- domains/spechide.json | 9 --------- domains/spicyaxolotl.json | 9 --------- domains/splatboy-dev.json | 10 ---------- domains/spongly.json | 9 --------- domains/sppidy.json | 9 --------- domains/spud.json | 9 --------- domains/srp.json | 9 --------- domains/steake.json | 10 ---------- domains/steven.json | 9 --------- domains/stkong.json | 10 ---------- domains/stoltz.json | 10 ---------- domains/strafe.json | 10 ---------- domains/strider-studios.json | 9 --------- domains/string-null.json | 10 ---------- domains/subhayu.json | 9 --------- domains/sudev.json | 9 --------- domains/sudip.json | 10 ---------- domains/suhasdissa.json | 9 --------- domains/sumanjay.json | 10 ---------- domains/sumedhaa.json | 9 --------- domains/sumit.json | 9 --------- domains/sumit404.json | 9 --------- domains/sunpodder.json | 9 --------- domains/surv.json | 9 --------- domains/suryababu.json | 10 ---------- domains/sutirth.json | 9 --------- domains/svg.json | 9 --------- domains/svijithprasad.json | 9 --------- domains/svloog.json | 10 ---------- domains/swapnil.json | 9 --------- domains/swargarajbhowmik.json | 9 --------- domains/swenet.json | 10 ---------- domains/sxurxbh.json | 9 --------- domains/sxvr.json | 9 --------- domains/syd.json | 9 --------- domains/syed.json | 9 --------- domains/sylestic.json | 9 --------- domains/synacktra.json | 9 --------- domains/syntz.json | 10 ---------- domains/taha2002.json | 9 --------- domains/tahakocabuga.json | 10 ---------- domains/takase.json | 9 --------- domains/tanquang.json | 9 --------- domains/tanyalai.json | 10 ---------- domains/tasawar-hussain.json | 9 --------- domains/tclement0922.json | 9 --------- domains/td.json | 9 --------- domains/tdim.json | 9 --------- domains/tdm.json | 9 --------- domains/techstarmahesh.json | 9 --------- domains/teobouvard.json | 8 -------- domains/thakuraman.json | 10 ---------- domains/thanawat.json | 10 ---------- domains/thanbv1510.json | 10 ---------- domains/thecommandcat.json | 10 ---------- domains/thegloriousduck.json | 9 --------- domains/thepersonalsite.json | 9 --------- domains/thequackyduck.json | 9 --------- domains/thesanju.json | 10 ---------- domains/thesct22.json | 9 --------- domains/thesonofdevilhunter.json | 9 --------- domains/thesyed.json | 9 --------- domains/thiago.json | 11 ----------- domains/thien.json | 9 --------- domains/thomas-shelby.json | 10 ---------- domains/thorgathis.json | 9 --------- domains/thuc.json | 8 -------- domains/ti3r.json | 10 ---------- domains/tilak.json | 9 --------- domains/tim-vdb.json | 9 --------- domains/timothy.json | 9 --------- domains/tiyanof.json | 10 ---------- domains/toadvillebay.json | 9 --------- domains/tofu.json | 9 --------- domains/tokyo.json | 9 --------- domains/tomek.json | 8 -------- domains/tomokat.json | 9 --------- domains/tong.json | 9 --------- domains/tonywu.json | 9 --------- domains/toster.json | 9 --------- domains/trauma.json | 10 ---------- domains/triyatna.json | 9 --------- domains/trug.json | 9 --------- domains/tsull360.json | 9 --------- domains/tungtran.json | 9 --------- domains/twitchiger.json | 9 --------- domains/tylermwise.json | 10 ---------- domains/tyrkinn.json | 9 --------- domains/uberkey.json | 9 --------- domains/umesh.json | 9 --------- domains/undeadevs.json | 9 --------- domains/unichord.json | 9 --------- domains/unidentifiedx.json | 9 --------- domains/unnst.json | 9 --------- domains/up.json | 10 ---------- domains/user-exe.json | 9 --------- domains/usingh.json | 9 --------- domains/utsav.json | 9 --------- domains/val.json | 9 --------- domains/vampirepapi.json | 9 --------- domains/vanhzxje.json | 10 ---------- domains/vanmanh.json | 9 --------- domains/vapedevv.json | 10 ---------- domains/vasanth.json | 12 ------------ domains/vasharma05.json | 9 --------- domains/ved.json | 9 --------- domains/vedant.json | 8 -------- domains/veen.json | 9 --------- domains/vela.json | 9 --------- domains/vhardik.json | 9 --------- domains/victoneux.json | 9 --------- domains/victor.json | 9 --------- domains/victormak.json | 9 --------- domains/vien.json | 9 --------- domains/vikas.json | 10 ---------- domains/vikyaiyer.json | 9 --------- domains/vimalsaraswat.json | 10 ---------- domains/vincyxir.json | 9 --------- domains/vineetkhemnani.json | 9 --------- domains/vinn.json | 9 --------- domains/viperadnan.json | 9 --------- domains/viral-soni.json | 9 --------- domains/vishalg.json | 9 --------- domains/vishnu.json | 9 --------- domains/vishok.json | 9 --------- domains/vivekkumar.json | 9 --------- domains/voh.json | 9 --------- domains/voidz.json | 11 ----------- domains/vollow.json | 9 --------- domains/vontey.json | 9 --------- domains/votiendung.json | 9 --------- domains/voxel.json | 10 ---------- domains/voxj.json | 9 --------- domains/vurihuang.json | 9 --------- domains/vvxrtues.json | 9 --------- domains/vxj.json | 9 --------- domains/waffle.json | 9 --------- domains/wahid.json | 9 --------- domains/wansc.json | 9 --------- domains/warren.json | 9 --------- domains/wassim.json | 10 ---------- domains/watercat.json | 9 --------- domains/wcaleniekubaa.json | 9 --------- domains/weeebdev.json | 9 --------- domains/werz.json | 10 ---------- domains/west.json | 9 --------- domains/what.json | 11 ----------- domains/whitekj.json | 9 --------- domains/wiggly.json | 10 ---------- domains/win10sunvalley.json | 9 --------- domains/windfarms.json | 9 --------- domains/window5.json | 9 --------- domains/wired.json | 10 ---------- domains/wirisungs.json | 8 -------- domains/wizcann.json | 8 -------- domains/worm.json | 9 --------- domains/wrtks.json | 9 --------- domains/wusong.json | 9 --------- domains/wyatt.json | 9 --------- domains/x0ba.json | 9 --------- domains/x8t.json | 9 --------- domains/xabdoat.json | 9 --------- domains/xash.json | 9 --------- domains/xaxa.json | 9 --------- domains/xelxen.json | 11 ----------- domains/xgorn.json | 9 --------- domains/xinful.json | 9 --------- domains/xmars.json | 10 ---------- domains/xrcs.json | 9 --------- domains/xuyife.json | 9 --------- domains/xuyifei.json | 10 ---------- domains/xvrtech.json | 9 --------- domains/xyront.json | 9 --------- domains/yahli.json | 10 ---------- domains/yahya-rabii.json | 10 ---------- domains/yashgupta.json | 9 --------- domains/yashnerkar.json | 9 --------- domains/yashraj.json | 10 ---------- domains/yashrao.json | 9 --------- domains/yeppiidev.json | 10 ---------- domains/yescyyt.json | 9 --------- domains/yhkz.json | 9 --------- domains/yokaicord.json | 9 --------- domains/yol.json | 9 --------- domains/yolobnb.json | 9 --------- domains/yorodm.json | 9 --------- domains/yourz.json | 9 --------- domains/yujia.json | 10 ---------- domains/yuting.json | 9 --------- domains/yuuto.json | 10 ---------- domains/yuwind.json | 9 --------- domains/yuzuki.json | 9 --------- domains/zaid.json | 10 ---------- domains/zarqi.ezzoubair.json | 9 --------- domains/zelle.json | 9 --------- domains/zelriano36.json | 9 --------- domains/zen.json | 9 --------- domains/zener.json | 9 --------- domains/zeptar.json | 10 ---------- domains/zeranamu.json | 9 --------- domains/zerolandcode.json | 9 --------- domains/zerot69.json | 9 --------- domains/zester.json | 10 ---------- domains/zhangximufeng.json | 10 ---------- domains/zhenchai.json | 9 --------- domains/ziari.json | 10 ---------- domains/ziue.json | 10 ---------- domains/ziyad.json | 9 --------- domains/ztzt.json | 10 ---------- domains/zuhaib.json | 9 --------- domains/zwei.json | 9 --------- domains/zwyz.json | 9 --------- domains/zxlbni.json | 9 --------- domains/zxpau.json | 9 --------- domains/zyztem.json | 10 ---------- 1227 files changed, 11489 deletions(-) delete mode 100644 domains/_github-pages-challenge-acutewoof.acutewoof.json delete mode 100644 domains/_github-pages-challenge-adolar0042.adolar0042.json delete mode 100644 domains/_github-pages-challenge-alvitodev.alvito.json delete mode 100644 domains/_github-pages-challenge-anandyeole.anandyeole.json delete mode 100644 domains/_github-pages-challenge-araguaci.araguaci.json delete mode 100644 domains/_github-pages-challenge-asbp.asbp.json delete mode 100644 domains/_github-pages-challenge-avellea.avellea.json delete mode 100644 domains/_github-pages-challenge-aw09.agung.json delete mode 100644 domains/_github-pages-challenge-ayberktandogan.ayberk.json delete mode 100644 domains/_github-pages-challenge-bnyro.bnyro.json delete mode 100644 domains/_github-pages-challenge-chauvansang.sang.json delete mode 100644 domains/_github-pages-challenge-chethanyadav456.chethan.json delete mode 100644 domains/_github-pages-challenge-compcoder007.umesh.json delete mode 100644 domains/_github-pages-challenge-devendrakanojiya.devendra.json delete mode 100644 domains/_github-pages-challenge-devhammed.hammed.json delete mode 100644 domains/_github-pages-challenge-diordnas.cassie.json delete mode 100644 domains/_github-pages-challenge-eldinesh.eldinesh.json delete mode 100644 domains/_github-pages-challenge-ethereumvd.ethereumvd.json delete mode 100644 domains/_github-pages-challenge-harishnkr.hari.json delete mode 100644 domains/_github-pages-challenge-hector-vigil.hector-vigil.json delete mode 100644 domains/_github-pages-challenge-hima-pro.tdim.json delete mode 100644 domains/_github-pages-challenge-hungthai1401.hungthai.json delete mode 100644 domains/_github-pages-challenge-imrmnabil.nabil.json delete mode 100644 domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json delete mode 100644 domains/_github-pages-challenge-jesusvala.jesusvaladez.json delete mode 100644 domains/_github-pages-challenge-jlai403.joey.json delete mode 100644 domains/_github-pages-challenge-jlwisedev.joshuawise.json delete mode 100644 domains/_github-pages-challenge-josemyduarte.josemy.json delete mode 100644 domains/_github-pages-challenge-karify98.karify98.json delete mode 100644 domains/_github-pages-challenge-kellylawrence.kelly.json delete mode 100644 domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json delete mode 100644 domains/_github-pages-challenge-lisaterumi.elisaterumi.json delete mode 100644 domains/_github-pages-challenge-madisonwirtanen.zwyz.json delete mode 100644 domains/_github-pages-challenge-manugeni.manugeni.json delete mode 100644 domains/_github-pages-challenge-mateuseap.mateuseap.json delete mode 100644 domains/_github-pages-challenge-mcotocel.mcotocel.json delete mode 100644 domains/_github-pages-challenge-mkblane.mkblane.json delete mode 100644 domains/_github-pages-challenge-mohamadoday.bn3di.json delete mode 100644 domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json delete mode 100644 domains/_github-pages-challenge-mrdev88.mahdiruiz.json delete mode 100644 domains/_github-pages-challenge-muizu.muiz.json delete mode 100644 domains/_github-pages-challenge-mysterv.my5ter.json delete mode 100644 domains/_github-pages-challenge-namesmt.namesmt.json delete mode 100644 domains/_github-pages-challenge-nayanjd.nayandas.json delete mode 100644 domains/_github-pages-challenge-nduartech.nathan.json delete mode 100644 domains/_github-pages-challenge-noahziheng.noahgao.json delete mode 100644 domains/_github-pages-challenge-pansy27.pansy.json delete mode 100644 domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json delete mode 100644 domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json delete mode 100644 domains/_github-pages-challenge-quiww.qui.json delete mode 100644 domains/_github-pages-challenge-rudwolf.rodolfo.json delete mode 100644 domains/_github-pages-challenge-rwithik.rwithik.json delete mode 100644 domains/_github-pages-challenge-sajidshahriar72543.sajid.json delete mode 100644 domains/_github-pages-challenge-sanchay9.sanchay.json delete mode 100644 domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json delete mode 100644 domains/_github-pages-challenge-soymadip.soymadip.json delete mode 100644 domains/_github-pages-challenge-suhasdissa.suhasdissa.json delete mode 100644 domains/_github-pages-challenge-surv-is-a-dev.surv.json delete mode 100644 domains/_github-pages-challenge-takase1121.takase.json delete mode 100644 domains/_github-pages-challenge-tclement0922.tclement0922.json delete mode 100644 domains/_github-pages-challenge-thesanju.thesanju.json delete mode 100644 domains/_github-pages-challenge-tim-vdb.tim-vdb.json delete mode 100644 domains/_github-pages-challenge-voidkeishi.keishi.json delete mode 100644 domains/_github-pages-challenge-vontey.vontey.json delete mode 100644 domains/_github-pages-challenge-vurihuang.vurihuang.json delete mode 100644 domains/_github-pages-challenge-window5000.window5.json delete mode 100644 domains/_github-pages-challenge-wizcann.wizcann.json delete mode 100644 domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json delete mode 100644 domains/_github-pages-challenge-yantcaccia.antonio.json delete mode 100644 domains/_github-pages-challenge-yorodm.yorodm.json delete mode 100644 domains/_github-pages-challenge-yourtilak.tilak.json delete mode 100644 domains/_github-pages-challenge-yummyoreo.oreo.json delete mode 100644 domains/a-little-hat.json delete mode 100644 domains/aaditya.json delete mode 100644 domains/aakhilv.json delete mode 100644 domains/aaksa.json delete mode 100644 domains/abc.json delete mode 100644 domains/abdelghani.json delete mode 100644 domains/abdelkarimain.json delete mode 100644 domains/abdullah.json delete mode 100644 domains/abdullyahuza.json delete mode 100644 domains/abdulrshaikh.json delete mode 100644 domains/abegehr.json delete mode 100644 domains/abeltranp94.json delete mode 100644 domains/abhigyantrips.json delete mode 100644 domains/abhijith.json delete mode 100644 domains/abhishekissac.json delete mode 100644 domains/acaiberii.json delete mode 100644 domains/acutewoof.json delete mode 100644 domains/ada.json delete mode 100644 domains/adarshkumar.json delete mode 100644 domains/adarshs.json delete mode 100644 domains/adarshvijay.json delete mode 100644 domains/adhi.json delete mode 100644 domains/adigen.json delete mode 100644 domains/adit.json delete mode 100644 domains/adithyapaib.json delete mode 100644 domains/adityavag.json delete mode 100644 domains/adolar0042.json delete mode 100644 domains/adonisfx.json delete mode 100644 domains/adrenocortico.json delete mode 100644 domains/adrian.json delete mode 100644 domains/aeon.json delete mode 100644 domains/afnan.json delete mode 100644 domains/agamjot-singh.json delete mode 100644 domains/agelos.json delete mode 100644 domains/agung.json delete mode 100644 domains/ahammednibras.json delete mode 100644 domains/ahmedashraf.json delete mode 100644 domains/ain3abdo.json delete mode 100644 domains/ak-profile.json delete mode 100644 domains/akashj.json delete mode 100644 domains/akshath.json delete mode 100644 domains/akxd.json delete mode 100644 domains/akzana.json delete mode 100644 domains/alan-smith.json delete mode 100644 domains/albert.json delete mode 100644 domains/alden.json delete mode 100644 domains/alejosm.json delete mode 100644 domains/aleks.json delete mode 100644 domains/alemi.json delete mode 100644 domains/alessandrobellesia.json delete mode 100644 domains/alexbartles.json delete mode 100644 domains/alexcantor.json delete mode 100644 domains/alexis.json delete mode 100644 domains/alexmercerind.json delete mode 100644 domains/alfred.json delete mode 100644 domains/ali-abdurrazzak.json delete mode 100644 domains/alimd.json delete mode 100644 domains/alivaliev.json delete mode 100644 domains/alltawd.json delete mode 100644 domains/almatch.json delete mode 100644 domains/alokik.json delete mode 100644 domains/aloo-bun.json delete mode 100644 domains/alriy.json delete mode 100644 domains/aluwi.json delete mode 100644 domains/alvito.json delete mode 100644 domains/amal-sebastian.json delete mode 100644 domains/amanthakur.json delete mode 100644 domains/amit.json delete mode 100644 domains/amol3.json delete mode 100644 domains/analogsombra.json delete mode 100644 domains/anand-ramakrishna.json delete mode 100644 domains/anandyeole.json delete mode 100644 domains/anas.json delete mode 100644 domains/anautonell.json delete mode 100644 domains/anbuinfosec.json delete mode 100644 domains/andrei.json delete mode 100644 domains/andriampeno.json delete mode 100644 domains/andrianina.json delete mode 100644 domains/andronasef.json delete mode 100644 domains/angelo.json delete mode 100644 domains/angelwuff.json delete mode 100644 domains/anhnguyen94.json delete mode 100644 domains/anibalbastiass.json delete mode 100644 domains/anindra.json delete mode 100644 domains/ankit.json delete mode 100644 domains/annihilatorrrr.json delete mode 100644 domains/anshu.json delete mode 100644 domains/anthonydev.json delete mode 100644 domains/anticens.json delete mode 100644 domains/antonio.json delete mode 100644 domains/anttondev.json delete mode 100644 domains/anuj.json delete mode 100644 domains/anumeya.json delete mode 100644 domains/anurag.json delete mode 100644 domains/aocsa.json delete mode 100644 domains/ap2.json delete mode 100644 domains/api.catzboy.json delete mode 100644 domains/api.zoom.json delete mode 100644 domains/apurboislam.json delete mode 100644 domains/aqua.json delete mode 100644 domains/arafat.json delete mode 100644 domains/araguaci.json delete mode 100644 domains/aravinnndddd.json delete mode 100644 domains/arif.json delete mode 100644 domains/arijit.json delete mode 100644 domains/arin.json delete mode 100644 domains/arjuncvinod.json delete mode 100644 domains/armand.json delete mode 100644 domains/arpana.json delete mode 100644 domains/art.json delete mode 100644 domains/artesdosul.json delete mode 100644 domains/artiefuzzz.json delete mode 100644 domains/arunava.json delete mode 100644 domains/arush.json delete mode 100644 domains/arvik1.json delete mode 100644 domains/arwi.json delete mode 100644 domains/arya.json delete mode 100644 domains/aryxst.json delete mode 100644 domains/asad-khan.json delete mode 100644 domains/asbp.json delete mode 100644 domains/ashuthosh.json delete mode 100644 domains/ashutosh.json delete mode 100644 domains/ashwin.json delete mode 100644 domains/asicalug.json delete mode 100644 domains/asil.json delete mode 100644 domains/asim.json delete mode 100644 domains/aspect.json delete mode 100644 domains/asya.json delete mode 100644 domains/ataim.json delete mode 100644 domains/ath.json delete mode 100644 domains/athifrahmawan.json delete mode 100644 domains/athira-li.json delete mode 100644 domains/atomic.json delete mode 100644 domains/atul.json delete mode 100644 domains/austino.json delete mode 100644 domains/ausy.json delete mode 100644 domains/avellea.json delete mode 100644 domains/avidevs31.json delete mode 100644 domains/avilam.json delete mode 100644 domains/avnoor-gamerz.json delete mode 100644 domains/avversion.json delete mode 100644 domains/axewbotx.json delete mode 100644 domains/ayberk.json delete mode 100644 domains/ayinaki.json delete mode 100644 domains/ayushman.json delete mode 100644 domains/ayushshivaji.json delete mode 100644 domains/azeem.json delete mode 100644 domains/b0q.json delete mode 100644 domains/b45i.json delete mode 100644 domains/badnguy.json delete mode 100644 domains/bako.json delete mode 100644 domains/baldr.json delete mode 100644 domains/bandhan.json delete mode 100644 domains/banik.json delete mode 100644 domains/bardia.json delete mode 100644 domains/barry-hammer.json delete mode 100644 domains/basidh.json delete mode 100644 domains/bayu.json delete mode 100644 domains/bear.json delete mode 100644 domains/bennett1412.json delete mode 100644 domains/bento64.json delete mode 100644 domains/beoo.json delete mode 100644 domains/bernardo.json delete mode 100644 domains/bhadra.json delete mode 100644 domains/bhargav.json delete mode 100644 domains/bhavitha.json delete mode 100644 domains/bhavyasingh.json delete mode 100644 domains/billion.json delete mode 100644 domains/bing-chilling.json delete mode 100644 domains/binwonk.json delete mode 100644 domains/bismuth.json delete mode 100644 domains/bleemis42.json delete mode 100644 domains/blkdang1.json delete mode 100644 domains/blog.catzboy.json delete mode 100644 domains/blog.ron.json delete mode 100644 domains/blog.shaunfurtado.json delete mode 100644 domains/blurnope.json delete mode 100644 domains/bmbs.json delete mode 100644 domains/bmhien.json delete mode 100644 domains/bn3di.json delete mode 100644 domains/bnyro.json delete mode 100644 domains/boba.json delete mode 100644 domains/bolt.json delete mode 100644 domains/bombacat.json delete mode 100644 domains/bonusbubble.json delete mode 100644 domains/borboss.json delete mode 100644 domains/boudjo.json delete mode 100644 domains/bree.json delete mode 100644 domains/brew.json delete mode 100644 domains/brian.json delete mode 100644 domains/bro.json delete mode 100644 domains/brokends.json delete mode 100644 domains/bruno-eilliar.json delete mode 100644 domains/bsapi.json delete mode 100644 domains/bulkypanda.json delete mode 100644 domains/burandby.json delete mode 100644 domains/bxqrn.json delete mode 100644 domains/c00l.json delete mode 100644 domains/carince.json delete mode 100644 domains/carlosgiralt.json delete mode 100644 domains/cartyoo.json delete mode 100644 domains/cas.json delete mode 100644 domains/casperong.json delete mode 100644 domains/cassie.json delete mode 100644 domains/caz.json delete mode 100644 domains/cc.json delete mode 100644 domains/cdn.komaru.json delete mode 100644 domains/cdn.serstars.json delete mode 100644 domains/celsojr.json delete mode 100644 domains/certurix.json delete mode 100644 domains/char.json delete mode 100644 domains/chattingmessenger.json delete mode 100644 domains/chethan.json delete mode 100644 domains/chikoiko.json delete mode 100644 domains/chrystom.json delete mode 100644 domains/chubol.json delete mode 100644 domains/chucha.json delete mode 100644 domains/cinnamonshrine.json delete mode 100644 domains/classlink.json delete mode 100644 domains/cloudy.json delete mode 100644 domains/cloudz.json delete mode 100644 domains/code-vista.json delete mode 100644 domains/codeminds.json delete mode 100644 domains/conorsheehan1.json delete mode 100644 domains/coolcodersj.json delete mode 100644 domains/copysland.json delete mode 100644 domains/cozymy.json delete mode 100644 domains/cr0nus.json delete mode 100644 domains/creature.json delete mode 100644 domains/cucusise.json delete mode 100644 domains/cuinc99.json delete mode 100644 domains/cursedscrubdaddygang.json delete mode 100644 domains/cyanide.json delete mode 100644 domains/cyberglot.json delete mode 100644 domains/czwx.json delete mode 100644 domains/dadcuy.json delete mode 100644 domains/dadoge.json delete mode 100644 domains/daksh.json delete mode 100644 domains/damilare.json delete mode 100644 domains/dan.json delete mode 100644 domains/dangdat.json delete mode 100644 domains/dani.json delete mode 100644 domains/danilwhale.json delete mode 100644 domains/danterus.json delete mode 100644 domains/daria.json delete mode 100644 domains/datamind.json delete mode 100644 domains/dauvet.json delete mode 100644 domains/davidpuerta.json delete mode 100644 domains/daxoron.json delete mode 100644 domains/dayowebevents.json delete mode 100644 domains/debs.json delete mode 100644 domains/debug.json delete mode 100644 domains/dedchromebook.json delete mode 100644 domains/dehteam3.json delete mode 100644 domains/denblo.json delete mode 100644 domains/denis.json delete mode 100644 domains/denix.json delete mode 100644 domains/dev-dco.json delete mode 100644 domains/devdk.json delete mode 100644 domains/developerjosh.json delete mode 100644 domains/devendra.json delete mode 100644 domains/devfate.json delete mode 100644 domains/devmirza.json delete mode 100644 domains/dhruv-tara.json delete mode 100644 domains/dhruv.json delete mode 100644 domains/diamondbroplayz.json delete mode 100644 domains/didimukhtar.json delete mode 100644 domains/diedyesterday.json delete mode 100644 domains/diegoreis.json delete mode 100644 domains/dincer-portfolio.json delete mode 100644 domains/dinesh.json delete mode 100644 domains/divik.json delete mode 100644 domains/divyam.json delete mode 100644 domains/dodongduc.json delete mode 100644 domains/domb.json delete mode 100644 domains/donald.json delete mode 100644 domains/donut.json delete mode 100644 domains/dooly.json delete mode 100644 domains/dot.json delete mode 100644 domains/dotexe3301.json delete mode 100644 domains/downgit.json delete mode 100644 domains/dr-therapy.json delete mode 100644 domains/drdilyor.json delete mode 100644 domains/dresan.json delete mode 100644 domains/drmonocle.json delete mode 100644 domains/drv123323.json delete mode 100644 domains/dsaw.json delete mode 100644 domains/dsrev.json delete mode 100644 domains/dtducas.json delete mode 100644 domains/ducanhng.json delete mode 100644 domains/duydo.json delete mode 100644 domains/dydestroyer.json delete mode 100644 domains/echo2477.json delete mode 100644 domains/ecoplayer07.json delete mode 100644 domains/ecstaticsoul.json delete mode 100644 domains/edrea.json delete mode 100644 domains/egyxo.json delete mode 100644 domains/ekinvarli.json delete mode 100644 domains/eldin.json delete mode 100644 domains/eldinesh.json delete mode 100644 domains/eldzey.json delete mode 100644 domains/elf.json delete mode 100644 domains/elib0.json delete mode 100644 domains/elisaterumi.json delete mode 100644 domains/ella.json delete mode 100644 domains/emanuelcarvalho.json delete mode 100644 domains/emhl.json delete mode 100644 domains/endouven.json delete mode 100644 domains/enoughsdv.json delete mode 100644 domains/eojeda.json delete mode 100644 domains/erik.json delete mode 100644 domains/eternal-network.json delete mode 100644 domains/ethereumvd.json delete mode 100644 domains/ethxrnity.json delete mode 100644 domains/ethyl.json delete mode 100644 domains/euskindar.json delete mode 100644 domains/fab1andev.json delete mode 100644 domains/fakhri.json delete mode 100644 domains/farhan.json delete mode 100644 domains/farjanul.json delete mode 100644 domains/farkot.json delete mode 100644 domains/fastering.json delete mode 100644 domains/fayasnoushad.json delete mode 100644 domains/fayaz.json delete mode 100644 domains/felixtr.json delete mode 100644 domains/ffj20.json delete mode 100644 domains/films.json delete mode 100644 domains/fireexe.json delete mode 100644 domains/firework.json delete mode 100644 domains/fjuro.json delete mode 100644 domains/flamexode.json delete mode 100644 domains/florent.json delete mode 100644 domains/fluffythebunny.json delete mode 100644 domains/forsas.json delete mode 100644 domains/fox.json delete mode 100644 domains/francescodulio.json delete mode 100644 domains/franciskafieh.json delete mode 100644 domains/frankra.json delete mode 100644 domains/frapujgal.json delete mode 100644 domains/frcat.json delete mode 100644 domains/freebies.json delete mode 100644 domains/freitaseric.json delete mode 100644 domains/fsanchir.json delete mode 100644 domains/fullpwn.json delete mode 100644 domains/funny-noip.json delete mode 100644 domains/furret.json delete mode 100644 domains/furti.json delete mode 100644 domains/gabrielhuertas.json delete mode 100644 domains/gamingboots.json delete mode 100644 domains/ganesh.json delete mode 100644 domains/gaurav.json delete mode 100644 domains/gavrielsatrio.json delete mode 100644 domains/gdbotlist.json delete mode 100644 domains/generic.json delete mode 100644 domains/gin.json delete mode 100644 domains/githubmilind.json delete mode 100644 domains/gizmo.json delete mode 100644 domains/glitchish.json delete mode 100644 domains/glpzzz.json delete mode 100644 domains/glutis.json delete mode 100644 domains/gnanaelisa.json delete mode 100644 domains/godkode.json delete mode 100644 domains/godwhite.json delete mode 100644 domains/gorkem.json delete mode 100644 domains/govind.json delete mode 100644 domains/govinda.json delete mode 100644 domains/grantcards.json delete mode 100644 domains/guillelm.json delete mode 100644 domains/gusza.json delete mode 100644 domains/gvl610.json delete mode 100644 domains/h3r3t1c.json delete mode 100644 domains/hackerman.json delete mode 100644 domains/hafidu.json delete mode 100644 domains/halink.json delete mode 100644 domains/hamid.json delete mode 100644 domains/hammed.json delete mode 100644 domains/hamza.json delete mode 100644 domains/hansen.json delete mode 100644 domains/hari.json delete mode 100644 domains/harikrishnan.json delete mode 100644 domains/harikrishnanps.json delete mode 100644 domains/harsh-patel.json delete mode 100644 domains/harshad.json delete mode 100644 domains/haseena.json delete mode 100644 domains/hash-cracker.json delete mode 100644 domains/hector-vigil.json delete mode 100644 domains/hein.json delete mode 100644 domains/henry.json delete mode 100644 domains/herve.json delete mode 100644 domains/hextris.json delete mode 100644 domains/hiddenblack.json delete mode 100644 domains/hifzur.json delete mode 100644 domains/himanshusri.json delete mode 100644 domains/hisham.json delete mode 100644 domains/hjmao.json delete mode 100644 domains/hoan.json delete mode 100644 domains/hongquang.json delete mode 100644 domains/horizon-server.json delete mode 100644 domains/horu.json delete mode 100644 domains/hozzywozzy.json delete mode 100644 domains/hu-kaixiang.json delete mode 100644 domains/hungphambkc.json delete mode 100644 domains/hungthai.json delete mode 100644 domains/huseyin.json delete mode 100644 domains/ico.json delete mode 100644 domains/icy.json delete mode 100644 domains/ikhlashmulya.json delete mode 100644 domains/ilovechickennuggets.json delete mode 100644 domains/img.cala.json delete mode 100644 domains/imlasiya.json delete mode 100644 domains/imlasiyah.json delete mode 100644 domains/imxitiz.json delete mode 100644 domains/imy.json delete mode 100644 domains/incbom.json delete mode 100644 domains/indidee.json delete mode 100644 domains/infiniteloop.json delete mode 100644 domains/inj3c7i0n.json delete mode 100644 domains/intergrav.json delete mode 100644 domains/inxlo.json delete mode 100644 domains/iqat.json delete mode 100644 domains/isa.json delete mode 100644 domains/isaac.json delete mode 100644 domains/itsdharmik.json delete mode 100644 domains/itsmealdo.json delete mode 100644 domains/itsneufox.json delete mode 100644 domains/itsnicecraft.json delete mode 100644 domains/itzporium.json delete mode 100644 domains/ivedant.json delete mode 100644 domains/jacob.json delete mode 100644 domains/jagdhish-mer.json delete mode 100644 domains/jaisankar.json delete mode 100644 domains/janeq.json delete mode 100644 domains/janith.json delete mode 100644 domains/janmikowa.json delete mode 100644 domains/jatin.json delete mode 100644 domains/jatinkr.json delete mode 100644 domains/javi.json delete mode 100644 domains/jaycedotbin.json delete mode 100644 domains/jayy.json delete mode 100644 domains/jc-wu.json delete mode 100644 domains/jcs.json delete mode 100644 domains/jean.json delete mode 100644 domains/jeevan.json delete mode 100644 domains/jeremie.json delete mode 100644 domains/jerikchan.json delete mode 100644 domains/jermaine.json delete mode 100644 domains/jeros.json delete mode 100644 domains/jesseallan.json delete mode 100644 domains/jesusvaladez.json delete mode 100644 domains/jhw.json delete mode 100644 domains/jithumon.json delete mode 100644 domains/joel.json delete mode 100644 domains/joey.json delete mode 100644 domains/johansansebastian.json delete mode 100644 domains/johnsonlee.json delete mode 100644 domains/johnythomas.json delete mode 100644 domains/joltz1234.json delete mode 100644 domains/jonagoldman.json delete mode 100644 domains/josemy.json delete mode 100644 domains/josh-ferrell.json delete mode 100644 domains/joshuawise.json delete mode 100644 domains/jpedro.json delete mode 100644 domains/jpsantistebanq.json delete mode 100644 domains/jrdrwn.json delete mode 100644 domains/jrmessias.json delete mode 100644 domains/jubal.json delete mode 100644 domains/julianwe17.json delete mode 100644 domains/just-muzz.json delete mode 100644 domains/justforever.json delete mode 100644 domains/k93msy.json delete mode 100644 domains/kaguwo.json delete mode 100644 domains/kai.json delete mode 100644 domains/kakarot.json delete mode 100644 domains/kamlendras.json delete mode 100644 domains/kanti-tkm.json delete mode 100644 domains/kappucino.json delete mode 100644 domains/karify98.json delete mode 100644 domains/kavi.json delete mode 100644 domains/kaweees.json delete mode 100644 domains/keishi.json delete mode 100644 domains/keithkhaotic.json delete mode 100644 domains/keli5.json delete mode 100644 domains/kells.json delete mode 100644 domains/kelly.json delete mode 100644 domains/kermicidal.json delete mode 100644 domains/kev.json delete mode 100644 domains/khanh.json delete mode 100644 domains/khcrv.json delete mode 100644 domains/kikemendez.json delete mode 100644 domains/kilic.json delete mode 100644 domains/kiran.json delete mode 100644 domains/klouqzz.json delete mode 100644 domains/kml.json delete mode 100644 domains/konstantin-ivanov.json delete mode 100644 domains/koslz.json delete mode 100644 domains/koton-bads.json delete mode 100644 domains/kreativethinker.json delete mode 100644 domains/kristiantokarim.json delete mode 100644 domains/kryptx.json delete mode 100644 domains/ksign.json delete mode 100644 domains/kunal.json delete mode 100644 domains/kuyo.json delete mode 100644 domains/kweller.json delete mode 100644 domains/l.funn.json delete mode 100644 domains/l0ser.json delete mode 100644 domains/lachsfilet.json delete mode 100644 domains/lacti.json delete mode 100644 domains/lambda.json delete mode 100644 domains/lazyllama.json delete mode 100644 domains/leha.json delete mode 100644 domains/lenicyl.json delete mode 100644 domains/leon.json delete mode 100644 domains/levraiardox.json delete mode 100644 domains/lihun.json delete mode 100644 domains/liju.json delete mode 100644 domains/lilac.json delete mode 100644 domains/lilith.json delete mode 100644 domains/limeware.json delete mode 100644 domains/linbuxiao.json delete mode 100644 domains/linstall.json delete mode 100644 domains/linux.json delete mode 100644 domains/linuxlover.json delete mode 100644 domains/lipi.json delete mode 100644 domains/liq.json delete mode 100644 domains/llanero.json delete mode 100644 domains/lndr2501.json delete mode 100644 domains/logan.json delete mode 100644 domains/lok.json delete mode 100644 domains/lowsummer.json delete mode 100644 domains/luis-ciber.json delete mode 100644 domains/luizdario.json delete mode 100644 domains/lunarleaf.json delete mode 100644 domains/lunax0390.json delete mode 100644 domains/luoduyu.json delete mode 100644 domains/lutherantz.json delete mode 100644 domains/lxquid.json delete mode 100644 domains/m4hbod.json delete mode 100644 domains/maclong.json delete mode 100644 domains/maddy.json delete mode 100644 domains/madhan.json delete mode 100644 domains/madhavjhawar.json delete mode 100644 domains/madhup.json delete mode 100644 domains/madhurya.json delete mode 100644 domains/madkarma.json delete mode 100644 domains/magma.json delete mode 100644 domains/magniquick.json delete mode 100644 domains/mahdiruiz.json delete mode 100644 domains/mahmud.json delete mode 100644 domains/maks.json delete mode 100644 domains/mamun.json delete mode 100644 domains/maninder.json delete mode 100644 domains/manish-madi.json delete mode 100644 domains/manit.json delete mode 100644 domains/manoj.json delete mode 100644 domains/mantas.json delete mode 100644 domains/manugeni.json delete mode 100644 domains/marcelomrwin.json delete mode 100644 domains/marchiba99.json delete mode 100644 domains/marcos.json delete mode 100644 domains/mariano-avila.json delete mode 100644 domains/mario-papetti.json delete mode 100644 domains/markus.json delete mode 100644 domains/marlon.json delete mode 100644 domains/martin.json delete mode 100644 domains/maryll.json delete mode 100644 domains/masmiyen.json delete mode 100644 domains/masood.json delete mode 100644 domains/matbak.json delete mode 100644 domains/mateoguidi.json delete mode 100644 domains/mateuseap.json delete mode 100644 domains/matheus.json delete mode 100644 domains/mathu-lmn.json delete mode 100644 domains/mattcheng.json delete mode 100644 domains/maxwelbm.json delete mode 100644 domains/mayank2808sharma.json delete mode 100644 domains/mb.json delete mode 100644 domains/mburguete.json delete mode 100644 domains/mcotocel.json delete mode 100644 domains/medhanite.json delete mode 100644 domains/mehedihjim.json delete mode 100644 domains/melwyn.json delete mode 100644 domains/mertdemir.json delete mode 100644 domains/michael.json delete mode 100644 domains/michioxd.json delete mode 100644 domains/micky.json delete mode 100644 domains/mihai.json delete mode 100644 domains/mihchis.json delete mode 100644 domains/mihrpsah.json delete mode 100644 domains/mijhelt.json delete mode 100644 domains/mikey.json delete mode 100644 domains/mikronet.json delete mode 100644 domains/mineek.json delete mode 100644 domains/minh2000.json delete mode 100644 domains/minhh2792.json delete mode 100644 domains/minhmmb.json delete mode 100644 domains/minnb-bit.json delete mode 100644 domains/mioscape.json delete mode 100644 domains/mirozr.json delete mode 100644 domains/misaka.json delete mode 100644 domains/miten.json delete mode 100644 domains/mjclavillas.json delete mode 100644 domains/mk.json delete mode 100644 domains/mkblane.json delete mode 100644 domains/mkk.json delete mode 100644 domains/mmondragon.json delete mode 100644 domains/moca.json delete mode 100644 domains/moddedstuffguy.json delete mode 100644 domains/moha.json delete mode 100644 domains/mohannadk28.json delete mode 100644 domains/mohdsohel.json delete mode 100644 domains/moncef.json delete mode 100644 domains/moon.json delete mode 100644 domains/mopamo.json delete mode 100644 domains/morphoit.json delete mode 100644 domains/mpy.json delete mode 100644 domains/mrasyadc.json delete mode 100644 domains/mrdavidss.json delete mode 100644 domains/mrepol742.json delete mode 100644 domains/mrkos.json delete mode 100644 domains/mrksbgg.json delete mode 100644 domains/mrthundergod.json delete mode 100644 domains/muchenski.json delete mode 100644 domains/muff.json delete mode 100644 domains/muhammadbasitobaid.json delete mode 100644 domains/muiz.json delete mode 100644 domains/muntasir.json delete mode 100644 domains/murodovazizmurod.json delete mode 100644 domains/my5ter.json delete mode 100644 domains/mystery.json delete mode 100644 domains/nabil.json delete mode 100644 domains/nadeerasilva.json delete mode 100644 domains/nahuelnavales.json delete mode 100644 domains/nai.json delete mode 100644 domains/naman.json delete mode 100644 domains/namesmt.json delete mode 100644 domains/nan.json delete mode 100644 domains/nand.json delete mode 100644 domains/natalievu.json delete mode 100644 domains/nathan.json delete mode 100644 domains/naveenxd.json delete mode 100644 domains/nayandas.json delete mode 100644 domains/nebula.json delete mode 100644 domains/neeyl.json delete mode 100644 domains/negativez.json delete mode 100644 domains/neil.json delete mode 100644 domains/nekoibot.json delete mode 100644 domains/netsterx.json delete mode 100644 domains/neville.json delete mode 100644 domains/ngocphung.json delete mode 100644 domains/nhatphan.json delete mode 100644 domains/nhavy.json delete mode 100644 domains/niceeli.json delete mode 100644 domains/nico.json delete mode 100644 domains/nicol.json delete mode 100644 domains/nightmaregods.json delete mode 100644 domains/nightsfall.json delete mode 100644 domains/nikhil.json delete mode 100644 domains/nikhilji.json delete mode 100644 domains/nikita.json delete mode 100644 domains/nileshhaldar98.json delete mode 100644 domains/nimesh.json delete mode 100644 domains/ninjaasmoke.json delete mode 100644 domains/nisarga.json delete mode 100644 domains/nishantattrey.json delete mode 100644 domains/nix.json delete mode 100644 domains/nnocsupnn.json delete mode 100644 domains/noahgao.json delete mode 100644 domains/noel.json delete mode 100644 domains/noelpaton-og.json delete mode 100644 domains/noelpatonog.json delete mode 100644 domains/noir.json delete mode 100644 domains/noise.json delete mode 100644 domains/nomena.json delete mode 100644 domains/notaussie.json delete mode 100644 domains/note.json delete mode 100644 domains/notefct.json delete mode 100644 domains/nothazz.json delete mode 100644 domains/noxsin.json delete mode 100644 domains/ntg.json delete mode 100644 domains/ntmusic.json delete mode 100644 domains/ntrs05.json delete mode 100644 domains/nv2k3.json delete mode 100644 domains/nvhai272.json delete mode 100644 domains/nvhmadridista.json delete mode 100644 domains/nxnlab.json delete mode 100644 domains/nyanbrowser.json delete mode 100644 domains/nyel.json delete mode 100644 domains/nyx.json delete mode 100644 domains/okan12300.json delete mode 100644 domains/oleksa.json delete mode 100644 domains/olili.json delete mode 100644 domains/omesh.json delete mode 100644 domains/omnianims.json delete mode 100644 domains/oopshnik.json delete mode 100644 domains/oreo.json delete mode 100644 domains/overshifted.json delete mode 100644 domains/ovillafuerte94.json delete mode 100644 domains/oxy.json delete mode 100644 domains/p1raidz.json delete mode 100644 domains/pajsen.json delete mode 100644 domains/palekiox.json delete mode 100644 domains/pansy.json delete mode 100644 domains/papyrus.json delete mode 100644 domains/paranoiasystem.json delete mode 100644 domains/pardhasaradhichandana.json delete mode 100644 domains/parshnt.json delete mode 100644 domains/passadissubmari.json delete mode 100644 domains/passed.json delete mode 100644 domains/patriciafelix.json delete mode 100644 domains/patrickzhou.json delete mode 100644 domains/patuiqx.json delete mode 100644 domains/pavankteja.json delete mode 100644 domains/pavlo.json delete mode 100644 domains/peach.json delete mode 100644 domains/peachy.json delete mode 100644 domains/pedrito.json delete mode 100644 domains/pemtshewang.json delete mode 100644 domains/peroxide.json delete mode 100644 domains/peyloride.json delete mode 100644 domains/phamthanhnghia.json delete mode 100644 domains/picklerick.json delete mode 100644 domains/pie.json delete mode 100644 domains/pinchese.json delete mode 100644 domains/pinkyplant.json delete mode 100644 domains/pinont.json delete mode 100644 domains/pipc.json delete mode 100644 domains/pita.json delete mode 100644 domains/pixl8.json delete mode 100644 domains/playboyfear.json delete mode 100644 domains/plopilpy.json delete mode 100644 domains/plumaxe.json delete mode 100644 domains/plusrazz.json delete mode 100644 domains/ply.json delete mode 100644 domains/polishboiyt.json delete mode 100644 domains/polo.json delete mode 100644 domains/polygon6233.json delete mode 100644 domains/posandu.json delete mode 100644 domains/poyo.json delete mode 100644 domains/ppyoung.json delete mode 100644 domains/prabhakaranjm.json delete mode 100644 domains/prakhar.json delete mode 100644 domains/prakhillohiya.json delete mode 100644 domains/pranavsaxena.json delete mode 100644 domains/praquron.json delete mode 100644 domains/pratikthapw.json delete mode 100644 domains/pratyay.json delete mode 100644 domains/praveen.json delete mode 100644 domains/prima.json delete mode 100644 domains/prime.json delete mode 100644 domains/priscila.json delete mode 100644 domains/profile.json delete mode 100644 domains/proghead00.json delete mode 100644 domains/projects.catzboy.json delete mode 100644 domains/proxy.json delete mode 100644 domains/proxzima.json delete mode 100644 domains/prtksunal.json delete mode 100644 domains/psj.json delete mode 100644 domains/psnbl.json delete mode 100644 domains/pulkitmidha.json delete mode 100644 domains/pvyas.json delete mode 100644 domains/py.json delete mode 100644 domains/pyro.json delete mode 100644 domains/pythonplumber.json delete mode 100644 domains/pythonscratcher.json delete mode 100644 domains/pznguin.json delete mode 100644 domains/qloha.json delete mode 100644 domains/qnos.json delete mode 100644 domains/quangtran.json delete mode 100644 domains/quddi.json delete mode 100644 domains/qui.json delete mode 100644 domains/quick.json delete mode 100644 domains/quydang.json delete mode 100644 domains/qwertx.json delete mode 100644 domains/r04nx.json delete mode 100644 domains/r1p.json delete mode 100644 domains/r4yish.json delete mode 100644 domains/rabbi-shuki.json delete mode 100644 domains/radim.json delete mode 100644 domains/rafalmeida73.json delete mode 100644 domains/rag3r.json delete mode 100644 domains/raghav.json delete mode 100644 domains/raghavyuva.json delete mode 100644 domains/rainotoberu.json delete mode 100644 domains/raiyaad.json delete mode 100644 domains/raka.json delete mode 100644 domains/rakibhossain.json delete mode 100644 domains/ralph.json delete mode 100644 domains/ramakant.json delete mode 100644 domains/rapixar.json delete mode 100644 domains/rasp.json delete mode 100644 domains/ravana.json delete mode 100644 domains/ray.json delete mode 100644 domains/raymondlu.json delete mode 100644 domains/rayvid.json delete mode 100644 domains/rednek46.json delete mode 100644 domains/reefsalty.json delete mode 100644 domains/regiondavid.json delete mode 100644 domains/rekto.json delete mode 100644 domains/relicrb.json delete mode 100644 domains/remarkable.json delete mode 100644 domains/ren.json delete mode 100644 domains/renn.json delete mode 100644 domains/rep.json delete mode 100644 domains/rescenic.json delete mode 100644 domains/resolved.json delete mode 100644 domains/retr0.json delete mode 100644 domains/reuben.json delete mode 100644 domains/revvnik.json delete mode 100644 domains/rfwn.json delete mode 100644 domains/rhythm.json delete mode 100644 domains/rihards.json delete mode 100644 domains/rishabh.json delete mode 100644 domains/ritshu.json delete mode 100644 domains/riya.json delete mode 100644 domains/rizky.json delete mode 100644 domains/rizmyabdulla.json delete mode 100644 domains/rodolfo.json delete mode 100644 domains/rohanjaiswal.json delete mode 100644 domains/rohanpawar.json delete mode 100644 domains/rohithill.json delete mode 100644 domains/romi.json delete mode 100644 domains/roshansahani.json delete mode 100644 domains/roy.json delete mode 100644 domains/royalty.json delete mode 100644 domains/roylee0704.json delete mode 100644 domains/rpj.json delete mode 100644 domains/rubenvilchez.json delete mode 100644 domains/rufistofeles.json delete mode 100644 domains/ruixey.json delete mode 100644 domains/rupankar.json delete mode 100644 domains/rushil-patel.json delete mode 100644 domains/rushil.json delete mode 100644 domains/rusiru.json delete mode 100644 domains/ruu3f.json delete mode 100644 domains/rvc11.json delete mode 100644 domains/rvsp.json delete mode 100644 domains/rwithik.json delete mode 100644 domains/rxyhn.json delete mode 100644 domains/saatvik.json delete mode 100644 domains/saba.json delete mode 100644 domains/sacul-6.json delete mode 100644 domains/sadie.json delete mode 100644 domains/sadiq.json delete mode 100644 domains/saeedmfarahani.json delete mode 100644 domains/saeef.json delete mode 100644 domains/safety.json delete mode 100644 domains/sageofluke.json delete mode 100644 domains/saharsh.json delete mode 100644 domains/sajid.json delete mode 100644 domains/sajidhussain.json delete mode 100644 domains/sakko.json delete mode 100644 domains/salsa.json delete mode 100644 domains/sam-jspn.json delete mode 100644 domains/samara.json delete mode 100644 domains/samarth-asthana.json delete mode 100644 domains/samatbk.json delete mode 100644 domains/sameera.json delete mode 100644 domains/samia-islam-sua.json delete mode 100644 domains/samirp.json delete mode 100644 domains/samo.json delete mode 100644 domains/samuel.json delete mode 100644 domains/samuelnihbos.json delete mode 100644 domains/sanana.json delete mode 100644 domains/sanchay.json delete mode 100644 domains/sandeepv.json delete mode 100644 domains/sandro.json delete mode 100644 domains/sang.json delete mode 100644 domains/sanjay123.json delete mode 100644 domains/santhoshkani.json delete mode 100644 domains/santiago.json delete mode 100644 domains/santito.json delete mode 100644 domains/sappy.json delete mode 100644 domains/saras008.json delete mode 100644 domains/sarthak.json delete mode 100644 domains/saswatsamal.json delete mode 100644 domains/sathish.json delete mode 100644 domains/satvikg7.json delete mode 100644 domains/satyamv7.json delete mode 100644 domains/savio.json delete mode 100644 domains/saviomartin.json delete mode 100644 domains/sayolight.json delete mode 100644 domains/sdizdarevic.json delete mode 100644 domains/sdxqw.json delete mode 100644 domains/sebastiand.json delete mode 100644 domains/sebaz.json delete mode 100644 domains/seka.json delete mode 100644 domains/sen.json delete mode 100644 domains/seppegeuens.json delete mode 100644 domains/serena.json delete mode 100644 domains/sezersinanoglu.json delete mode 100644 domains/sf.json delete mode 100644 domains/sh9351.json delete mode 100644 domains/shafi.json delete mode 100644 domains/shafi100.json delete mode 100644 domains/shahab.json delete mode 100644 domains/shajanjp.json delete mode 100644 domains/shakib04.json delete mode 100644 domains/shambhavi.json delete mode 100644 domains/shambhavisinha.json delete mode 100644 domains/shane.json delete mode 100644 domains/sharifclick.json delete mode 100644 domains/shashankag.json delete mode 100644 domains/shatanik.json delete mode 100644 domains/she.json delete mode 100644 domains/shibiliya.json delete mode 100644 domains/shift.json delete mode 100644 domains/shikharreyya.json delete mode 100644 domains/shyran.json delete mode 100644 domains/sidd.json delete mode 100644 domains/sidmaji.json delete mode 100644 domains/siful.json delete mode 100644 domains/silva.json delete mode 100644 domains/simon.json delete mode 100644 domains/siow-kai-yang.json delete mode 100644 domains/sirmacr0.json delete mode 100644 domains/sirsimonson.json delete mode 100644 domains/skierka.json delete mode 100644 domains/skittles.json delete mode 100644 domains/skullfiredevil.json delete mode 100644 domains/sky-bridge.json delete mode 100644 domains/skydonald.json delete mode 100644 domains/slavicman.json delete mode 100644 domains/slow.json delete mode 100644 domains/smitty119.json delete mode 100644 domains/smittykjohnson.json delete mode 100644 domains/smug.json delete mode 100644 domains/snake.json delete mode 100644 domains/snowcatridge10.json delete mode 100644 domains/snozxyx.json delete mode 100644 domains/soestin.json delete mode 100644 domains/solareclipse995.json delete mode 100644 domains/someone.json delete mode 100644 domains/soraishiro.json delete mode 100644 domains/soumya-das.json delete mode 100644 domains/sourabh.json delete mode 100644 domains/sourav-parida.json delete mode 100644 domains/sourav.json delete mode 100644 domains/sourov-khan-nahid.json delete mode 100644 domains/sowmik.json delete mode 100644 domains/soymadip.json delete mode 100644 domains/spechide.json delete mode 100644 domains/spicyaxolotl.json delete mode 100644 domains/splatboy-dev.json delete mode 100644 domains/spongly.json delete mode 100644 domains/sppidy.json delete mode 100644 domains/spud.json delete mode 100644 domains/srp.json delete mode 100644 domains/steake.json delete mode 100644 domains/steven.json delete mode 100644 domains/stkong.json delete mode 100644 domains/stoltz.json delete mode 100644 domains/strafe.json delete mode 100644 domains/strider-studios.json delete mode 100644 domains/string-null.json delete mode 100644 domains/subhayu.json delete mode 100644 domains/sudev.json delete mode 100644 domains/sudip.json delete mode 100644 domains/suhasdissa.json delete mode 100644 domains/sumanjay.json delete mode 100644 domains/sumedhaa.json delete mode 100644 domains/sumit.json delete mode 100644 domains/sumit404.json delete mode 100644 domains/sunpodder.json delete mode 100644 domains/surv.json delete mode 100644 domains/suryababu.json delete mode 100644 domains/sutirth.json delete mode 100644 domains/svg.json delete mode 100644 domains/svijithprasad.json delete mode 100644 domains/svloog.json delete mode 100644 domains/swapnil.json delete mode 100644 domains/swargarajbhowmik.json delete mode 100644 domains/swenet.json delete mode 100644 domains/sxurxbh.json delete mode 100644 domains/sxvr.json delete mode 100644 domains/syd.json delete mode 100644 domains/syed.json delete mode 100644 domains/sylestic.json delete mode 100644 domains/synacktra.json delete mode 100644 domains/syntz.json delete mode 100644 domains/taha2002.json delete mode 100644 domains/tahakocabuga.json delete mode 100644 domains/takase.json delete mode 100644 domains/tanquang.json delete mode 100644 domains/tanyalai.json delete mode 100644 domains/tasawar-hussain.json delete mode 100644 domains/tclement0922.json delete mode 100644 domains/td.json delete mode 100644 domains/tdim.json delete mode 100644 domains/tdm.json delete mode 100644 domains/techstarmahesh.json delete mode 100644 domains/teobouvard.json delete mode 100644 domains/thakuraman.json delete mode 100644 domains/thanawat.json delete mode 100644 domains/thanbv1510.json delete mode 100644 domains/thecommandcat.json delete mode 100644 domains/thegloriousduck.json delete mode 100644 domains/thepersonalsite.json delete mode 100644 domains/thequackyduck.json delete mode 100644 domains/thesanju.json delete mode 100644 domains/thesct22.json delete mode 100644 domains/thesonofdevilhunter.json delete mode 100644 domains/thesyed.json delete mode 100644 domains/thiago.json delete mode 100644 domains/thien.json delete mode 100644 domains/thomas-shelby.json delete mode 100644 domains/thorgathis.json delete mode 100644 domains/thuc.json delete mode 100644 domains/ti3r.json delete mode 100644 domains/tilak.json delete mode 100644 domains/tim-vdb.json delete mode 100644 domains/timothy.json delete mode 100644 domains/tiyanof.json delete mode 100644 domains/toadvillebay.json delete mode 100644 domains/tofu.json delete mode 100644 domains/tokyo.json delete mode 100644 domains/tomek.json delete mode 100644 domains/tomokat.json delete mode 100644 domains/tong.json delete mode 100644 domains/tonywu.json delete mode 100644 domains/toster.json delete mode 100644 domains/trauma.json delete mode 100644 domains/triyatna.json delete mode 100644 domains/trug.json delete mode 100644 domains/tsull360.json delete mode 100644 domains/tungtran.json delete mode 100644 domains/twitchiger.json delete mode 100644 domains/tylermwise.json delete mode 100644 domains/tyrkinn.json delete mode 100644 domains/uberkey.json delete mode 100644 domains/umesh.json delete mode 100644 domains/undeadevs.json delete mode 100644 domains/unichord.json delete mode 100644 domains/unidentifiedx.json delete mode 100644 domains/unnst.json delete mode 100644 domains/up.json delete mode 100644 domains/user-exe.json delete mode 100644 domains/usingh.json delete mode 100644 domains/utsav.json delete mode 100644 domains/val.json delete mode 100644 domains/vampirepapi.json delete mode 100644 domains/vanhzxje.json delete mode 100644 domains/vanmanh.json delete mode 100644 domains/vapedevv.json delete mode 100644 domains/vasanth.json delete mode 100644 domains/vasharma05.json delete mode 100644 domains/ved.json delete mode 100644 domains/vedant.json delete mode 100644 domains/veen.json delete mode 100644 domains/vela.json delete mode 100644 domains/vhardik.json delete mode 100644 domains/victoneux.json delete mode 100644 domains/victor.json delete mode 100644 domains/victormak.json delete mode 100644 domains/vien.json delete mode 100644 domains/vikas.json delete mode 100644 domains/vikyaiyer.json delete mode 100644 domains/vimalsaraswat.json delete mode 100644 domains/vincyxir.json delete mode 100644 domains/vineetkhemnani.json delete mode 100644 domains/vinn.json delete mode 100644 domains/viperadnan.json delete mode 100644 domains/viral-soni.json delete mode 100644 domains/vishalg.json delete mode 100644 domains/vishnu.json delete mode 100644 domains/vishok.json delete mode 100644 domains/vivekkumar.json delete mode 100644 domains/voh.json delete mode 100644 domains/voidz.json delete mode 100644 domains/vollow.json delete mode 100644 domains/vontey.json delete mode 100644 domains/votiendung.json delete mode 100644 domains/voxel.json delete mode 100644 domains/voxj.json delete mode 100644 domains/vurihuang.json delete mode 100644 domains/vvxrtues.json delete mode 100644 domains/vxj.json delete mode 100644 domains/waffle.json delete mode 100644 domains/wahid.json delete mode 100644 domains/wansc.json delete mode 100644 domains/warren.json delete mode 100644 domains/wassim.json delete mode 100644 domains/watercat.json delete mode 100644 domains/wcaleniekubaa.json delete mode 100644 domains/weeebdev.json delete mode 100644 domains/werz.json delete mode 100644 domains/west.json delete mode 100644 domains/what.json delete mode 100644 domains/whitekj.json delete mode 100644 domains/wiggly.json delete mode 100644 domains/win10sunvalley.json delete mode 100644 domains/windfarms.json delete mode 100644 domains/window5.json delete mode 100644 domains/wired.json delete mode 100644 domains/wirisungs.json delete mode 100644 domains/wizcann.json delete mode 100644 domains/worm.json delete mode 100644 domains/wrtks.json delete mode 100644 domains/wusong.json delete mode 100644 domains/wyatt.json delete mode 100644 domains/x0ba.json delete mode 100644 domains/x8t.json delete mode 100644 domains/xabdoat.json delete mode 100644 domains/xash.json delete mode 100644 domains/xaxa.json delete mode 100644 domains/xelxen.json delete mode 100644 domains/xgorn.json delete mode 100644 domains/xinful.json delete mode 100644 domains/xmars.json delete mode 100644 domains/xrcs.json delete mode 100644 domains/xuyife.json delete mode 100644 domains/xuyifei.json delete mode 100644 domains/xvrtech.json delete mode 100644 domains/xyront.json delete mode 100644 domains/yahli.json delete mode 100644 domains/yahya-rabii.json delete mode 100644 domains/yashgupta.json delete mode 100644 domains/yashnerkar.json delete mode 100644 domains/yashraj.json delete mode 100644 domains/yashrao.json delete mode 100644 domains/yeppiidev.json delete mode 100644 domains/yescyyt.json delete mode 100644 domains/yhkz.json delete mode 100644 domains/yokaicord.json delete mode 100644 domains/yol.json delete mode 100644 domains/yolobnb.json delete mode 100644 domains/yorodm.json delete mode 100644 domains/yourz.json delete mode 100644 domains/yujia.json delete mode 100644 domains/yuting.json delete mode 100644 domains/yuuto.json delete mode 100644 domains/yuwind.json delete mode 100644 domains/yuzuki.json delete mode 100644 domains/zaid.json delete mode 100644 domains/zarqi.ezzoubair.json delete mode 100644 domains/zelle.json delete mode 100644 domains/zelriano36.json delete mode 100644 domains/zen.json delete mode 100644 domains/zener.json delete mode 100644 domains/zeptar.json delete mode 100644 domains/zeranamu.json delete mode 100644 domains/zerolandcode.json delete mode 100644 domains/zerot69.json delete mode 100644 domains/zester.json delete mode 100644 domains/zhangximufeng.json delete mode 100644 domains/zhenchai.json delete mode 100644 domains/ziari.json delete mode 100644 domains/ziue.json delete mode 100644 domains/ziyad.json delete mode 100644 domains/ztzt.json delete mode 100644 domains/zuhaib.json delete mode 100644 domains/zwei.json delete mode 100644 domains/zwyz.json delete mode 100644 domains/zxlbni.json delete mode 100644 domains/zxpau.json delete mode 100644 domains/zyztem.json diff --git a/domains/_github-pages-challenge-acutewoof.acutewoof.json b/domains/_github-pages-challenge-acutewoof.acutewoof.json deleted file mode 100644 index 2ebe958eb..000000000 --- a/domains/_github-pages-challenge-acutewoof.acutewoof.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ACuteWoof", - "email": "sutharshanvithushan@gmail.com" - }, - "records": { - "TXT": "8a47d2fca716e0d7e0bcfd424d0784" - } -} diff --git a/domains/_github-pages-challenge-adolar0042.adolar0042.json b/domains/_github-pages-challenge-adolar0042.adolar0042.json deleted file mode 100644 index 9cae0f48b..000000000 --- a/domains/_github-pages-challenge-adolar0042.adolar0042.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adolar0042", - "email": "adolar0042@gmail.com" - }, - "records": { - "TXT": "927a8ca97dbdccd9140313116bd068" - } -} diff --git a/domains/_github-pages-challenge-alvitodev.alvito.json b/domains/_github-pages-challenge-alvitodev.alvito.json deleted file mode 100644 index 055dd4d4f..000000000 --- a/domains/_github-pages-challenge-alvitodev.alvito.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alvitodev", - "email": "alvitodev@protonmail.com" - }, - "records": { - "TXT": "c5a2eacc172cec9ec45a87d828b08c" - } -} diff --git a/domains/_github-pages-challenge-anandyeole.anandyeole.json b/domains/_github-pages-challenge-anandyeole.anandyeole.json deleted file mode 100644 index 6d43a3653..000000000 --- a/domains/_github-pages-challenge-anandyeole.anandyeole.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anandyeole", - "email": "anandyeole@duck.com" - }, - "records": { - "TXT": "510cbb66f4422990546436db3c897a" - } -} diff --git a/domains/_github-pages-challenge-araguaci.araguaci.json b/domains/_github-pages-challenge-araguaci.araguaci.json deleted file mode 100644 index 426d2d781..000000000 --- a/domains/_github-pages-challenge-araguaci.araguaci.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "araguaci", - "email": "araguaci@gmail.com" - }, - "records": { - "TXT": "a7fe82e3e40b3a6288d681e8f88a4f" - } -} diff --git a/domains/_github-pages-challenge-asbp.asbp.json b/domains/_github-pages-challenge-asbp.asbp.json deleted file mode 100644 index 17e9327bc..000000000 --- a/domains/_github-pages-challenge-asbp.asbp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "asbp", - "email": "guungofficial@gmail.com" - }, - "records": { - "TXT": "31b576be5fd342aa2473ebb2fb2816" - } -} diff --git a/domains/_github-pages-challenge-avellea.avellea.json b/domains/_github-pages-challenge-avellea.avellea.json deleted file mode 100644 index eff555cf5..000000000 --- a/domains/_github-pages-challenge-avellea.avellea.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "avellea" - }, - "records": { - "TXT": "5c38dbee73e6936232992c0f98829e" - } -} diff --git a/domains/_github-pages-challenge-aw09.agung.json b/domains/_github-pages-challenge-aw09.agung.json deleted file mode 100644 index 512de41c6..000000000 --- a/domains/_github-pages-challenge-aw09.agung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aw09", - "email": "agungwck.99@gmail.com" - }, - "records": { - "TXT": "ec0ab3911b2f62b7dcad33e6fdd5f4" - } -} diff --git a/domains/_github-pages-challenge-ayberktandogan.ayberk.json b/domains/_github-pages-challenge-ayberktandogan.ayberk.json deleted file mode 100644 index 5f02cef3c..000000000 --- a/domains/_github-pages-challenge-ayberktandogan.ayberk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayberktandogan", - "email": "ayberk.tandogan@outlook.com" - }, - "records": { - "TXT": "6fe6a3695f856260a2fa97ce9dfe94" - } -} diff --git a/domains/_github-pages-challenge-bnyro.bnyro.json b/domains/_github-pages-challenge-bnyro.bnyro.json deleted file mode 100644 index 5e7c32253..000000000 --- a/domains/_github-pages-challenge-bnyro.bnyro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Bnyro", - "email": "bnyro@tutanota.com" - }, - "records": { - "TXT": "44677d523e6eee7f03f41e5d062066" - } -} diff --git a/domains/_github-pages-challenge-chauvansang.sang.json b/domains/_github-pages-challenge-chauvansang.sang.json deleted file mode 100644 index bd2a6e729..000000000 --- a/domains/_github-pages-challenge-chauvansang.sang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chauvansang", - "email": "cvansang94@gmail.com" - }, - "records": { - "TXT": "8a2d191d582a62b817e10aa08b67f5" - } -} diff --git a/domains/_github-pages-challenge-chethanyadav456.chethan.json b/domains/_github-pages-challenge-chethanyadav456.chethan.json deleted file mode 100644 index 3fe7cc47b..000000000 --- a/domains/_github-pages-challenge-chethanyadav456.chethan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chethanyadav456", - "email": "rockchethan1111@gmail.com" - }, - "records": { - "TXT": "9781ed4422557bd427d0eff2c17b99" - } -} diff --git a/domains/_github-pages-challenge-compcoder007.umesh.json b/domains/_github-pages-challenge-compcoder007.umesh.json deleted file mode 100644 index 1f34dc6ea..000000000 --- a/domains/_github-pages-challenge-compcoder007.umesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github verification", - "owner": { - "username": "compCoder007", - "email": "competentcoder007@gmail.com" - }, - "records": { - "TXT": "7e581a7ce40509036ecb310e92fd21" - } -} diff --git a/domains/_github-pages-challenge-devendrakanojiya.devendra.json b/domains/_github-pages-challenge-devendrakanojiya.devendra.json deleted file mode 100644 index cacbfc6df..000000000 --- a/domains/_github-pages-challenge-devendrakanojiya.devendra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devendrakanojiya", - "email": "s_36100@bkbirlacollegekalyan.com" - }, - "records": { - "TXT": "1bab44a51e777f98e075d71f2806a4" - } -} diff --git a/domains/_github-pages-challenge-devhammed.hammed.json b/domains/_github-pages-challenge-devhammed.hammed.json deleted file mode 100644 index db36b9769..000000000 --- a/domains/_github-pages-challenge-devhammed.hammed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devhammed", - "email": "hey@hammed.dev" - }, - "records": { - "TXT": "7672b068b3140a9fbaaf9bfe0ab136" - } -} diff --git a/domains/_github-pages-challenge-diordnas.cassie.json b/domains/_github-pages-challenge-diordnas.cassie.json deleted file mode 100644 index 81e519234..000000000 --- a/domains/_github-pages-challenge-diordnas.cassie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Diordnas", - "email": "cassthepurple@gmail.com" - }, - "records": { - "TXT": "756d917b8c992b5032094d6765915b" - } -} diff --git a/domains/_github-pages-challenge-eldinesh.eldinesh.json b/domains/_github-pages-challenge-eldinesh.eldinesh.json deleted file mode 100644 index 586278a12..000000000 --- a/domains/_github-pages-challenge-eldinesh.eldinesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "eldinesh", - "email": "dseera6@gmail.com" - }, - "records": { - "TXT": "dafe75727b19da6bd62bf961a94c7d" - } -} diff --git a/domains/_github-pages-challenge-ethereumvd.ethereumvd.json b/domains/_github-pages-challenge-ethereumvd.ethereumvd.json deleted file mode 100644 index 8b5db874c..000000000 --- a/domains/_github-pages-challenge-ethereumvd.ethereumvd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ethereumvd", - "email": "ethereum249@gmail.com" - }, - "records": { - "TXT": "acffd9c330d027fef82987d6dd8b4e" - } -} diff --git a/domains/_github-pages-challenge-harishnkr.hari.json b/domains/_github-pages-challenge-harishnkr.hari.json deleted file mode 100644 index 48497b92f..000000000 --- a/domains/_github-pages-challenge-harishnkr.hari.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github verification", - "owner": { - "username": "harishnkr", - "email": "hari2menon1234@gmail.com" - }, - "records": { - "TXT": "7f15aad6874de8ea118574464c8169" - } -} diff --git a/domains/_github-pages-challenge-hector-vigil.hector-vigil.json b/domains/_github-pages-challenge-hector-vigil.hector-vigil.json deleted file mode 100644 index 6bd1ffa23..000000000 --- a/domains/_github-pages-challenge-hector-vigil.hector-vigil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hector-vigil", - "email": "vigilescalera.h@gmail.com" - }, - "records": { - "TXT": "01a4ef998725972f99991612a43336" - } -} diff --git a/domains/_github-pages-challenge-hima-pro.tdim.json b/domains/_github-pages-challenge-hima-pro.tdim.json deleted file mode 100644 index 46635f91e..000000000 --- a/domains/_github-pages-challenge-hima-pro.tdim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github verification", - "owner": { - "username": "Hima-Pro", - "email": "pnpop01027066161@gmail.com" - }, - "records": { - "TXT": "c8b67d5aafafeb2e5ec1561e503552" - } -} diff --git a/domains/_github-pages-challenge-hungthai1401.hungthai.json b/domains/_github-pages-challenge-hungthai1401.hungthai.json deleted file mode 100644 index f5b8cbbcf..000000000 --- a/domains/_github-pages-challenge-hungthai1401.hungthai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hungthai1401", - "email": "hungthai1401.it@gmail.com" - }, - "records": { - "TXT": "693e3be4f1121fc00f2fbad65439d0" - } -} diff --git a/domains/_github-pages-challenge-imrmnabil.nabil.json b/domains/_github-pages-challenge-imrmnabil.nabil.json deleted file mode 100644 index 86c1dde07..000000000 --- a/domains/_github-pages-challenge-imrmnabil.nabil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imrmnabil", - "email": "imrmnabil@gmail.com" - }, - "records": { - "TXT": "ce38bed94bccbf581a0efa569f006a" - } -} diff --git a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json deleted file mode 100644 index 54d0bd18e..000000000 --- a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsnicecraft", - "email": "itsnicecraft@protonmail.com" - }, - "records": { - "TXT": "af298352953860816795903319fbc9" - } -} diff --git a/domains/_github-pages-challenge-jesusvala.jesusvaladez.json b/domains/_github-pages-challenge-jesusvala.jesusvaladez.json deleted file mode 100644 index e3d78feaa..000000000 --- a/domains/_github-pages-challenge-jesusvala.jesusvaladez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesusVala", - "email": "jesusvaladezf@outlook.com" - }, - "records": { - "TXT": "0d3d73c2f3c76a7ec6bb5484d88e97" - } -} diff --git a/domains/_github-pages-challenge-jlai403.joey.json b/domains/_github-pages-challenge-jlai403.joey.json deleted file mode 100644 index 9d90e9cc7..000000000 --- a/domains/_github-pages-challenge-jlai403.joey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jlai403", - "discord": "120522740590575616" - }, - "records": { - "TXT": "f6ab04a95a9197df0b4d38f5426824" - } -} diff --git a/domains/_github-pages-challenge-jlwisedev.joshuawise.json b/domains/_github-pages-challenge-jlwisedev.joshuawise.json deleted file mode 100644 index ba6eb8995..000000000 --- a/domains/_github-pages-challenge-jlwisedev.joshuawise.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jlwisedev", - "email": "jlwiseeha24@gmail.com" - }, - "records": { - "TXT": "6e82c24d04ec14cccaaf2398dfd0c2" - } -} diff --git a/domains/_github-pages-challenge-josemyduarte.josemy.json b/domains/_github-pages-challenge-josemyduarte.josemy.json deleted file mode 100644 index 2f28511cb..000000000 --- a/domains/_github-pages-challenge-josemyduarte.josemy.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "JosemyDuarte" - }, - "records": { - "TXT": "f9830295961050524a4ba5c3eb4b62" - } -} diff --git a/domains/_github-pages-challenge-karify98.karify98.json b/domains/_github-pages-challenge-karify98.karify98.json deleted file mode 100644 index 82fb97184..000000000 --- a/domains/_github-pages-challenge-karify98.karify98.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "karify98", - "email": "nnnam048@gmail.com" - }, - "records": { - "TXT": "923edb3fd9f4e444dedd5c9bf4e52c" - } -} diff --git a/domains/_github-pages-challenge-kellylawrence.kelly.json b/domains/_github-pages-challenge-kellylawrence.kelly.json deleted file mode 100644 index 7edb08d18..000000000 --- a/domains/_github-pages-challenge-kellylawrence.kelly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kellylawrence", - "email": "kelly@kellylawrence.ca" - }, - "records": { - "TXT": "26237ec72d51f1ba56e371e8e3fef9" - } -} diff --git a/domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json b/domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json deleted file mode 100644 index 59b3b42b6..000000000 --- a/domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kristiantokarim", - "email": "kristiantokarim@gmail.com" - }, - "records": { - "TXT": "c6f935a2b6c9f21fcf59e79838cdc5" - } -} diff --git a/domains/_github-pages-challenge-lisaterumi.elisaterumi.json b/domains/_github-pages-challenge-lisaterumi.elisaterumi.json deleted file mode 100644 index 7ab76329b..000000000 --- a/domains/_github-pages-challenge-lisaterumi.elisaterumi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lisaterumi", - "email": "contato@mulheresprogramando.com.br" - }, - "records": { - "TXT": "98eae69c84dbf5a9e26ece5b4ad0eb" - } -} diff --git a/domains/_github-pages-challenge-madisonwirtanen.zwyz.json b/domains/_github-pages-challenge-madisonwirtanen.zwyz.json deleted file mode 100644 index afe249853..000000000 --- a/domains/_github-pages-challenge-madisonwirtanen.zwyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madisonwirtanen", - "email": "isadev@imkk.uk" - }, - "records": { - "TXT": "18776d6f831dd6e69e7889f4747ecb" - } -} diff --git a/domains/_github-pages-challenge-manugeni.manugeni.json b/domains/_github-pages-challenge-manugeni.manugeni.json deleted file mode 100644 index 2f3b5e9c3..000000000 --- a/domains/_github-pages-challenge-manugeni.manugeni.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "manugeni", - "email": "rendaniman@outlook.com" - }, - "records": { - "TXT": "c43b4f0460a8d8b9c05affa2da77ef" - } -} diff --git a/domains/_github-pages-challenge-mateuseap.mateuseap.json b/domains/_github-pages-challenge-mateuseap.mateuseap.json deleted file mode 100644 index 693d5afd0..000000000 --- a/domains/_github-pages-challenge-mateuseap.mateuseap.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mateuseap", - "email": "mateuseap@mateuseap.com" - }, - "records": { - "TXT": "ce7a3cbd81e6cafe34709d195aa0ed" - } -} diff --git a/domains/_github-pages-challenge-mcotocel.mcotocel.json b/domains/_github-pages-challenge-mcotocel.mcotocel.json deleted file mode 100644 index 33d367b8c..000000000 --- a/domains/_github-pages-challenge-mcotocel.mcotocel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MCotocel", - "email": "mcotocel@outlook.com" - }, - "records": { - "TXT": "059ac86f94300091a59d2cef8b09a6" - } -} diff --git a/domains/_github-pages-challenge-mkblane.mkblane.json b/domains/_github-pages-challenge-mkblane.mkblane.json deleted file mode 100644 index 2479b9376..000000000 --- a/domains/_github-pages-challenge-mkblane.mkblane.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkblane", - "email": "rendaniman@outlook.com" - }, - "records": { - "TXT": "1bd7f45bbafab3d1735f40245f5f6c" - } -} diff --git a/domains/_github-pages-challenge-mohamadoday.bn3di.json b/domains/_github-pages-challenge-mohamadoday.bn3di.json deleted file mode 100644 index 790ce8974..000000000 --- a/domains/_github-pages-challenge-mohamadoday.bn3di.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MohamadOday", - "email": "adada133321t@gmail.com" - }, - "records": { - "TXT": "a67c1c7ad9e8f589a22c5c161548f8" - } -} diff --git a/domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json b/domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json deleted file mode 100644 index 405c80d5c..000000000 --- a/domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrdavidss-vgg", - "email": "mrdavidssbusiness@gmail.com" - }, - "records": { - "TXT": "9fec60a74c61b74371cb9873163ac0" - } -} diff --git a/domains/_github-pages-challenge-mrdev88.mahdiruiz.json b/domains/_github-pages-challenge-mrdev88.mahdiruiz.json deleted file mode 100644 index c2141d213..000000000 --- a/domains/_github-pages-challenge-mrdev88.mahdiruiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mrdev88", - "discord": "1182049473673830435" - }, - "records": { - "TXT": "892403b0e8310067a1787afeb3e8f7" - } -} diff --git a/domains/_github-pages-challenge-muizu.muiz.json b/domains/_github-pages-challenge-muizu.muiz.json deleted file mode 100644 index 4ea42b878..000000000 --- a/domains/_github-pages-challenge-muizu.muiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MuizU", - "email": "muizuvais99@gmail.com" - }, - "records": { - "TXT": "8cf896945b34d5309a335f41eb2000" - } -} diff --git a/domains/_github-pages-challenge-mysterv.my5ter.json b/domains/_github-pages-challenge-mysterv.my5ter.json deleted file mode 100644 index 6634e7e26..000000000 --- a/domains/_github-pages-challenge-mysterv.my5ter.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MysterV", - "email": "myster@ik.me" - }, - "records": { - "TXT": "b3c336392a691368a55de53cff8fd8" - } -} diff --git a/domains/_github-pages-challenge-namesmt.namesmt.json b/domains/_github-pages-challenge-namesmt.namesmt.json deleted file mode 100644 index 5717b75a6..000000000 --- a/domains/_github-pages-challenge-namesmt.namesmt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NamesMT", - "email": "dangquoctrung123@gmail.com" - }, - "records": { - "TXT": "6ec39f629cd9510bca23b84ba61aff" - } -} diff --git a/domains/_github-pages-challenge-nayanjd.nayandas.json b/domains/_github-pages-challenge-nayanjd.nayandas.json deleted file mode 100644 index a6ba7d617..000000000 --- a/domains/_github-pages-challenge-nayanjd.nayandas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NayanJD", - "email": "dastms@gmail.com" - }, - "records": { - "TXT": "1f61f6ce0b038f2d48a6d726e715f5" - } -} diff --git a/domains/_github-pages-challenge-nduartech.nathan.json b/domains/_github-pages-challenge-nduartech.nathan.json deleted file mode 100644 index 2b767e969..000000000 --- a/domains/_github-pages-challenge-nduartech.nathan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nduartech", - "email": "nduartech101@gmail.com" - }, - "records": { - "TXT": "79d3051264abe353b91b26d27d0e42" - } -} diff --git a/domains/_github-pages-challenge-noahziheng.noahgao.json b/domains/_github-pages-challenge-noahziheng.noahgao.json deleted file mode 100644 index a5bd10998..000000000 --- a/domains/_github-pages-challenge-noahziheng.noahgao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "noahziheng", - "email": "noahgaocn@outlook.com" - }, - "records": { - "TXT": "a25695a5c49f374f6eb483ff49c7c7" - } -} diff --git a/domains/_github-pages-challenge-pansy27.pansy.json b/domains/_github-pages-challenge-pansy27.pansy.json deleted file mode 100644 index 7b067cb4e..000000000 --- a/domains/_github-pages-challenge-pansy27.pansy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pansy27", - "email": "uselessshogun99@gmail.com" - }, - "records": { - "TXT": "f7dedb2a4d727663fc9b0198fe3797" - } -} diff --git a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json deleted file mode 100644 index 6e7b284cb..000000000 --- a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "patrickzhou1234", - "discord": "moist__nugget" - }, - "records": { - "TXT": "d7c5e799b2dc38d36cb2345dd0e78d" - } -} diff --git a/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json b/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json deleted file mode 100644 index 47087dbd9..000000000 --- a/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prakhillohiya", - "email": "prakhillohiya@gmail.com" - }, - "records": { - "TXT": "31f067f6796f63a3cb4e0110ff10df" - } -} diff --git a/domains/_github-pages-challenge-quiww.qui.json b/domains/_github-pages-challenge-quiww.qui.json deleted file mode 100644 index 9229b8199..000000000 --- a/domains/_github-pages-challenge-quiww.qui.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quiww", - "mastodon": "qui@bsd.cafe" - }, - "records": { - "TXT": "88feaaecca94fbb634748f98c0c48e" - } -} diff --git a/domains/_github-pages-challenge-rudwolf.rodolfo.json b/domains/_github-pages-challenge-rudwolf.rodolfo.json deleted file mode 100644 index 81c0ddd82..000000000 --- a/domains/_github-pages-challenge-rudwolf.rodolfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rudwolf", - "email": "rudwolf@gmail.com" - }, - "records": { - "TXT": "549d8e2eaf3753b07362c99c2eb240" - } -} diff --git a/domains/_github-pages-challenge-rwithik.rwithik.json b/domains/_github-pages-challenge-rwithik.rwithik.json deleted file mode 100644 index 5f5251848..000000000 --- a/domains/_github-pages-challenge-rwithik.rwithik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rwithik", - "email": "rwithik@gmail.com" - }, - "records": { - "TXT": "7a912f12f50a5cd49fc6148d672574" - } -} diff --git a/domains/_github-pages-challenge-sajidshahriar72543.sajid.json b/domains/_github-pages-challenge-sajidshahriar72543.sajid.json deleted file mode 100644 index 036c08f36..000000000 --- a/domains/_github-pages-challenge-sajidshahriar72543.sajid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sajidshahriar72543", - "email": "sazidshahriar39@gmail.com" - }, - "records": { - "TXT": "d93567f4844049ce8f6ba59b0c42ab" - } -} diff --git a/domains/_github-pages-challenge-sanchay9.sanchay.json b/domains/_github-pages-challenge-sanchay9.sanchay.json deleted file mode 100644 index 273f573c5..000000000 --- a/domains/_github-pages-challenge-sanchay9.sanchay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanchay9", - "email": "sanchaykumar9@gmail.com" - }, - "records": { - "TXT": "25bca04982f50f307259901d6f7688" - } -} diff --git a/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json b/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json deleted file mode 100644 index f40d5b0a9..000000000 --- a/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Verification for blog.shaunfurtado.is-a.dev in Github Pages", - "owner": { - "username": "Shaunfurtado", - "email": "shaunf1801@gmail.com" - }, - "records": { - "TXT": "08ce2f232e7028cbeb1a6baf8c8e49" - } -} diff --git a/domains/_github-pages-challenge-soymadip.soymadip.json b/domains/_github-pages-challenge-soymadip.soymadip.json deleted file mode 100644 index 98af603ad..000000000 --- a/domains/_github-pages-challenge-soymadip.soymadip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "soymadip", - "email": "soumadip@zohomail.in" - }, - "records": { - "TXT": "5d04ea047efd00f6377e5ad12bb373" - } -} diff --git a/domains/_github-pages-challenge-suhasdissa.suhasdissa.json b/domains/_github-pages-challenge-suhasdissa.suhasdissa.json deleted file mode 100644 index 52d9cbecb..000000000 --- a/domains/_github-pages-challenge-suhasdissa.suhasdissa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SuhasDissa", - "email": "suhasdissa@gmail.com" - }, - "records": { - "TXT": "50e98ca19e56d314f4ab5b37d19d4b" - } -} diff --git a/domains/_github-pages-challenge-surv-is-a-dev.surv.json b/domains/_github-pages-challenge-surv-is-a-dev.surv.json deleted file mode 100644 index dc74a806a..000000000 --- a/domains/_github-pages-challenge-surv-is-a-dev.surv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yuri-kiss", - "email": "a_2oo@outlook.com" - }, - "records": { - "TXT": "762ac4818881ad8a0420c077a2ab99" - } -} diff --git a/domains/_github-pages-challenge-takase1121.takase.json b/domains/_github-pages-challenge-takase1121.takase.json deleted file mode 100644 index 7295e87d2..000000000 --- a/domains/_github-pages-challenge-takase1121.takase.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "takase1121", - "email": "takase1121@proton.me" - }, - "records": { - "TXT": "f735d72a61c58977384c6f13305387" - } -} diff --git a/domains/_github-pages-challenge-tclement0922.tclement0922.json b/domains/_github-pages-challenge-tclement0922.tclement0922.json deleted file mode 100644 index c650b1f71..000000000 --- a/domains/_github-pages-challenge-tclement0922.tclement0922.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tclement0922", - "email": "thibault.clement09@gmail.com" - }, - "records": { - "TXT": "9e402ea7933ed1c8da4935e5454fac" - } -} diff --git a/domains/_github-pages-challenge-thesanju.thesanju.json b/domains/_github-pages-challenge-thesanju.thesanju.json deleted file mode 100644 index beed0874b..000000000 --- a/domains/_github-pages-challenge-thesanju.thesanju.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thesanju", - "email": "sanjayjr1official@gmail.com" - }, - "records": { - "TXT": "1ef563891d9e0572cd59f4a3e80b42" - } -} diff --git a/domains/_github-pages-challenge-tim-vdb.tim-vdb.json b/domains/_github-pages-challenge-tim-vdb.tim-vdb.json deleted file mode 100644 index b36702c24..000000000 --- a/domains/_github-pages-challenge-tim-vdb.tim-vdb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tim-vdb", - "email": "timotheevdbosch@gmail.com" - }, - "records": { - "TXT": "ccd9ff03f723b201d75c2ae79c3245" - } -} diff --git a/domains/_github-pages-challenge-voidkeishi.keishi.json b/domains/_github-pages-challenge-voidkeishi.keishi.json deleted file mode 100644 index 93324a66c..000000000 --- a/domains/_github-pages-challenge-voidkeishi.keishi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VoidKeishi", - "email": "phananha4@gmail.com" - }, - "records": { - "TXT": "24873b574f17ea257bd32d1f505781" - } -} diff --git a/domains/_github-pages-challenge-vontey.vontey.json b/domains/_github-pages-challenge-vontey.vontey.json deleted file mode 100644 index d8d590d4b..000000000 --- a/domains/_github-pages-challenge-vontey.vontey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vontey", - "email": "ash2vee@outlook.com" - }, - "records": { - "TXT": "c5d23775aa8514a3dd88ee55d78a14" - } -} diff --git a/domains/_github-pages-challenge-vurihuang.vurihuang.json b/domains/_github-pages-challenge-vurihuang.vurihuang.json deleted file mode 100644 index d2b8443b1..000000000 --- a/domains/_github-pages-challenge-vurihuang.vurihuang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vurihuang", - "email": "vengeancehuang@gmail.com" - }, - "records": { - "TXT": ["8ba2660c4c9bb5915177df7123d158"] - } -} diff --git a/domains/_github-pages-challenge-window5000.window5.json b/domains/_github-pages-challenge-window5000.window5.json deleted file mode 100644 index 5fe3535e4..000000000 --- a/domains/_github-pages-challenge-window5000.window5.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Window5000", - "email": "spam.window5.spam@gmail.com" - }, - "records": { - "TXT": "e0f44964a7e707b4d78755bb66b3e4" - } -} diff --git a/domains/_github-pages-challenge-wizcann.wizcann.json b/domains/_github-pages-challenge-wizcann.wizcann.json deleted file mode 100644 index 4ffbe8d97..000000000 --- a/domains/_github-pages-challenge-wizcann.wizcann.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "wizcann" - }, - "records": { - "TXT": ["76bdb40edcf54ac449921a71e3e388"] - } -} diff --git a/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json b/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json deleted file mode 100644 index 53f59bbfa..000000000 --- a/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "x7v8p3m2q9l0", - "email": "rbgkbj@gmail.com" - }, - "records": { - "TXT": "454c65660aac23fc0cfb152dac0282" - } -} diff --git a/domains/_github-pages-challenge-yantcaccia.antonio.json b/domains/_github-pages-challenge-yantcaccia.antonio.json deleted file mode 100644 index 3e1673c4c..000000000 --- a/domains/_github-pages-challenge-yantcaccia.antonio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YantCaccia", - "email": "yantcaccia@gmail.com" - }, - "records": { - "TXT": "7af4c3a94c5f7fa70f489c3c8c901f" - } -} diff --git a/domains/_github-pages-challenge-yorodm.yorodm.json b/domains/_github-pages-challenge-yorodm.yorodm.json deleted file mode 100644 index 9140b2f8d..000000000 --- a/domains/_github-pages-challenge-yorodm.yorodm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yorodm", - "email": "yoandy.rmartinez@gmail.com" - }, - "records": { - "TXT": "4e4101d7a9a7606d96f9757829a24d" - } -} diff --git a/domains/_github-pages-challenge-yourtilak.tilak.json b/domains/_github-pages-challenge-yourtilak.tilak.json deleted file mode 100644 index 9a303790c..000000000 --- a/domains/_github-pages-challenge-yourtilak.tilak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/YourTilak/YourTilak.github.io", - "owner": { - "username": "YourTilak", - "email": "rj05tilak@gmail.com" - }, - "records": { - "TXT": "c599b4c1ad1e049f9a34ab0534ede8" - } -} diff --git a/domains/_github-pages-challenge-yummyoreo.oreo.json b/domains/_github-pages-challenge-yummyoreo.oreo.json deleted file mode 100644 index 51f1a05d6..000000000 --- a/domains/_github-pages-challenge-yummyoreo.oreo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YummyOreo", - "email": "bobgim20@gmail.com" - }, - "records": { - "TXT": "91193592629d4273fa574d6c88a7e4" - } -} diff --git a/domains/a-little-hat.json b/domains/a-little-hat.json deleted file mode 100644 index e53869fc7..000000000 --- a/domains/a-little-hat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "A-Little-Hat", - "email": "soumyasarkar309@gmail.com" - }, - "records": { - "CNAME": "a-little-hat.github.io" - } -} diff --git a/domains/aaditya.json b/domains/aaditya.json deleted file mode 100644 index 92cee40bf..000000000 --- a/domains/aaditya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aaditya2200", - "email": "aaditya2200@gmail.com" - }, - "records": { - "CNAME": "aaditya2200.github.io" - } -} diff --git a/domains/aakhilv.json b/domains/aakhilv.json deleted file mode 100644 index 0bf0e809a..000000000 --- a/domains/aakhilv.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A personal portfolio site for all my projects and commissions.", - "owner": { - "username": "aakhilv", - "email": "bluninja165@gmail.com", - "twitter": "corruptblu" - }, - "records": { - "CNAME": "aakhilv.github.io" - } -} diff --git a/domains/aaksa.json b/domains/aaksa.json deleted file mode 100644 index 786512d49..000000000 --- a/domains/aaksa.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "aaksa.is-a.dev", - "owner": { - "username": "aaksa", - "email": "andiaksa16@gmail.com" - }, - "records": { - "CNAME": "aaksa.github.io" - } -} diff --git a/domains/abc.json b/domains/abc.json deleted file mode 100644 index ff471d619..000000000 --- a/domains/abc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "neohe", - "email": "he_neo@163.com" - }, - "records": { - "CNAME": "neohe.github.io" - } -} diff --git a/domains/abdelghani.json b/domains/abdelghani.json deleted file mode 100644 index 34fa964ee..000000000 --- a/domains/abdelghani.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdessattar23", - "discord": "1226143665567567954" - }, - "records": { - "CNAME": "king255-del.github.io" - } -} diff --git a/domains/abdelkarimain.json b/domains/abdelkarimain.json deleted file mode 100644 index b7206d274..000000000 --- a/domains/abdelkarimain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdelkarimain", - "email": "abdelkarimain0@gmail.com" - }, - "records": { - "CNAME": "abdelkarimain.github.io" - } -} diff --git a/domains/abdullah.json b/domains/abdullah.json deleted file mode 100644 index 9e267b860..000000000 --- a/domains/abdullah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Abdullah Personal Website", - "owner": { - "username": "Mdabdullah3", - "email": "mdabdullahnoman777@gmail.com" - }, - "records": { - "CNAME": "mdabdullah3.github.io" - } -} diff --git a/domains/abdullyahuza.json b/domains/abdullyahuza.json deleted file mode 100644 index 4c4969b67..000000000 --- a/domains/abdullyahuza.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdullyahuza", - "email": "yahuzaabdulrazak@gmail.com" - }, - "records": { - "CNAME": "abdullyahuza.github.io" - } -} diff --git a/domains/abdulrshaikh.json b/domains/abdulrshaikh.json deleted file mode 100644 index d423dd7db..000000000 --- a/domains/abdulrshaikh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ariskycode", - "email": "arirfanshaikh23@gmail.com" - }, - "records": { - "CNAME": "ariskycode.github.io" - } -} diff --git a/domains/abegehr.json b/domains/abegehr.json deleted file mode 100644 index a324f1ec0..000000000 --- a/domains/abegehr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal webpage", - "owner": { - "username": "abegehr", - "email": "anton@begehr.me", - "twitter": "antonbegehr" - }, - "records": { - "CNAME": "abegehr.github.io" - } -} diff --git a/domains/abeltranp94.json b/domains/abeltranp94.json deleted file mode 100644 index 6b5adebf0..000000000 --- a/domains/abeltranp94.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ariel Beltrán Paneque", - "owner": { - "username": "abeltranp9476", - "email": "abeltran.9476@gmail.com" - }, - "records": { - "CNAME": "abeltranp9476.github.io" - } -} diff --git a/domains/abhigyantrips.json b/domains/abhigyantrips.json deleted file mode 100644 index beb11327c..000000000 --- a/domains/abhigyantrips.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abhigyantrips", - "email": "abhigyantrips@gmail.com" - }, - "records": { - "CNAME": "abhigyantrips.github.io" - } -} diff --git a/domains/abhijith.json b/domains/abhijith.json deleted file mode 100644 index 8cde3bf8b..000000000 --- a/domains/abhijith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abhisawesome", - "email": "abhijithababhijith@gmail.com" - }, - "records": { - "CNAME": "abhisawesome.github.io" - } -} diff --git a/domains/abhishekissac.json b/domains/abhishekissac.json deleted file mode 100644 index 97ca0e157..000000000 --- a/domains/abhishekissac.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Abhishek-Issac", - "email": "abhishekissac0@gmail.com" - }, - "records": { - "CNAME": "abhishek-issac.github.io" - }, - "proxied": false -} diff --git a/domains/acaiberii.json b/domains/acaiberii.json deleted file mode 100644 index 5e8aee9bb..000000000 --- a/domains/acaiberii.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "acaiberii's website", - "owner": { - "username": "acaiberii", - "email": "studiouifxdesignersandcoders@gmail.com" - }, - "records": { - "CNAME": "acaiberii.github.io" - } -} diff --git a/domains/acutewoof.json b/domains/acutewoof.json deleted file mode 100644 index b3a2fc480..000000000 --- a/domains/acutewoof.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "ACuteWoof's Personal Site", - "owner": { - "username": "acutewoof", - "email": "acutewoof@gmail.com" - }, - "records": { - "CNAME": "acutewoof.github.io" - } -} diff --git a/domains/ada.json b/domains/ada.json deleted file mode 100644 index a3c701661..000000000 --- a/domains/ada.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ada-lovecraft", - "email": "ada@codevinsky.com" - }, - "records": { - "CNAME": "ada-lovecraft.github.io" - } -} diff --git a/domains/adarshkumar.json b/domains/adarshkumar.json deleted file mode 100644 index a5ad818d1..000000000 --- a/domains/adarshkumar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adarsh R. Kumar", - "email": "adarshravikumar2@gmail.com" - }, - "records": { - "CNAME": "adarshrkumar.github.io" - } -} diff --git a/domains/adarshs.json b/domains/adarshs.json deleted file mode 100644 index 66fda5b46..000000000 --- a/domains/adarshs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The portfolio of Adarsh S", - "owner": { - "username": "adarshsuresh07", - "email": "adarshsuresh@cet.ac.in" - }, - "records": { - "CNAME": "adarshsuresh07.github.io" - } -} diff --git a/domains/adarshvijay.json b/domains/adarshvijay.json deleted file mode 100644 index 2be7ac759..000000000 --- a/domains/adarshvijay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "adarsh-av13", - "email": "dra4474@gmail.com" - }, - "records": { - "CNAME": "adarsh-av13.github.io" - } -} diff --git a/domains/adhi.json b/domains/adhi.json deleted file mode 100644 index 4b65cf5bb..000000000 --- a/domains/adhi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adhi", - "email": "akrishna.cse21@gmail.com" - }, - "records": { - "CNAME": "adhithyakrishna.github.io" - } -} diff --git a/domains/adigen.json b/domains/adigen.json deleted file mode 100644 index d7aba264f..000000000 --- a/domains/adigen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mradigen", - "email": "mr.adigen@protonmail.com" - }, - "records": { - "CNAME": "mradigen.github.io" - } -} diff --git a/domains/adit.json b/domains/adit.json deleted file mode 100644 index 691f7fb3d..000000000 --- a/domains/adit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aditya-lika-ardiansyah", - "email": "Adytialikaardiansyah@gmail.com" - }, - "records": { - "CNAME": "aditya-lika-ardiansyah.github.io" - } -} diff --git a/domains/adithyapaib.json b/domains/adithyapaib.json deleted file mode 100644 index 606648bc8..000000000 --- a/domains/adithyapaib.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "adithyapaib", - "email": "paiadithya26@gmail.com", - "twitter": "adithyapaib" - }, - "records": { - "CNAME": "adithyapaib.github.io" - } -} diff --git a/domains/adityavag.json b/domains/adityavag.json deleted file mode 100644 index 0e5d02c34..000000000 --- a/domains/adityavag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "adityavag", - "email": "adi247u@gmail.com" - }, - "records": { - "CNAME": "adityavag.github.io" - } -} diff --git a/domains/adolar0042.json b/domains/adolar0042.json deleted file mode 100644 index 0df382020..000000000 --- a/domains/adolar0042.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adolar0042", - "email": "adolar0042@gmail.com" - }, - "records": { - "CNAME": "adolar0042.github.io" - } -} diff --git a/domains/adonisfx.json b/domains/adonisfx.json deleted file mode 100644 index 061d6d5f9..000000000 --- a/domains/adonisfx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This is a domain for my personal website!", - "owner": { - "username": "Adonisfx", - "email": "ogulcanozturk72@gmail.com", - "twitter": "ogulcanztrk1" - }, - "records": { - "CNAME": "adonisfx.github.io" - } -} diff --git a/domains/adrenocortico.json b/domains/adrenocortico.json deleted file mode 100644 index c813d6dc6..000000000 --- a/domains/adrenocortico.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adrenocortico", - "email": "francesco.dulio@icloud.com" - }, - "records": { - "CNAME": "adrenocortico.github.io" - } -} diff --git a/domains/adrian.json b/domains/adrian.json deleted file mode 100644 index c44cf5aa5..000000000 --- a/domains/adrian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "usmcamgrimm", - "email": "usmcamgrimm@gmail.com" - }, - "records": { - "CNAME": "usmcamgrimm.github.io" - } -} diff --git a/domains/aeon.json b/domains/aeon.json deleted file mode 100644 index 51f7276b2..000000000 --- a/domains/aeon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DaynLalwani", - "email": "Daynlalwani23@gmail.com" - }, - "records": { - "CNAME": "daynlalwani.github.io" - } -} diff --git a/domains/afnan.json b/domains/afnan.json deleted file mode 100644 index 39d1d5ad3..000000000 --- a/domains/afnan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My portfolio website", - "owner": { - "username": "Sayed-Afnan-Khazi", - "email": "oofnanfake1@gmail.com" - }, - "records": { - "CNAME": "sayed-afnan-khazi.github.io" - } -} diff --git a/domains/agamjot-singh.json b/domains/agamjot-singh.json deleted file mode 100644 index 6dad1f4cc..000000000 --- a/domains/agamjot-singh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "agamjotsingh18", - "email": "agamjotsingh1801@gmail.com", - "twitter": "_agamjotsingh" - }, - "records": { - "CNAME": "agamjotsingh18.github.io" - } -} diff --git a/domains/agelos.json b/domains/agelos.json deleted file mode 100644 index 95f45edb3..000000000 --- a/domains/agelos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "agelospanagiotakis", - "email": "agelospanagiotakis@gmail.com" - }, - "records": { - "CNAME": "agelospanagiotakis.github.io" - } -} diff --git a/domains/agung.json b/domains/agung.json deleted file mode 100644 index c90040f9f..000000000 --- a/domains/agung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aw09", - "email": "agungwck.99@gmail.com" - }, - "records": { - "CNAME": "aw09.github.io" - } -} diff --git a/domains/ahammednibras.json b/domains/ahammednibras.json deleted file mode 100644 index b63d16e2c..000000000 --- a/domains/ahammednibras.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ahammednibras8", - "email": "ahammednibras@hey.com", - "twitter": "ahammednibras8" - }, - "records": { - "CNAME": "ahammednibras8.github.io" - } -} diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json deleted file mode 100644 index d4bfb3462..000000000 --- a/domains/ahmedashraf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ahmedrashraf", - "email": "ahmedr.0331@gmail.com" - }, - "records": { - "CNAME": "ahmedrashraf.github.io" - } -} diff --git a/domains/ain3abdo.json b/domains/ain3abdo.json deleted file mode 100644 index 3c683e836..000000000 --- a/domains/ain3abdo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ainabdelkarim", - "email": "abdelkarimain0@gmail.com" - }, - "records": { - "CNAME": "ainabdelkarim.github.io" - } -} diff --git a/domains/ak-profile.json b/domains/ak-profile.json deleted file mode 100644 index 5dfa46392..000000000 --- a/domains/ak-profile.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Akash0816", - "email": "akashoffical321@gmail.com" - }, - "records": { - "CNAME": "akash0816.github.io" - } -} diff --git a/domains/akashj.json b/domains/akashj.json deleted file mode 100644 index 03f24fe53..000000000 --- a/domains/akashj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "akash-janapati", - "email": "akash2009janapati@gmail.com" - }, - "records": { - "CNAME": "akash-janapati.github.io" - } -} diff --git a/domains/akshath.json b/domains/akshath.json deleted file mode 100644 index e9a51e31f..000000000 --- a/domains/akshath.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "d7dx", - "email": "d7dx@proton.me" - }, - "records": { - "CNAME": "d7dx.github.io" - } -} diff --git a/domains/akxd.json b/domains/akxd.json deleted file mode 100644 index 9bf91b13c..000000000 --- a/domains/akxd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Aditya's Portfolio", - "owner": { - "username": "adityakumarxd", - "discord": "akxd" - }, - "records": { - "CNAME": "adityakumarxd.github.io" - } -} diff --git a/domains/akzana.json b/domains/akzana.json deleted file mode 100644 index 6fa83829f..000000000 --- a/domains/akzana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "akzana", - "email": "akzanaklepsch@outlook.com" - }, - "records": { - "CNAME": "akzana.github.io" - } -} diff --git a/domains/alan-smith.json b/domains/alan-smith.json deleted file mode 100644 index dd18dea5f..000000000 --- a/domains/alan-smith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlanDoesCS", - "discord": "730009898942988299" - }, - "records": { - "CNAME": "alandoescs.github.io" - } -} diff --git a/domains/albert.json b/domains/albert.json deleted file mode 100644 index 54b313fb7..000000000 --- a/domains/albert.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Albert's Portfolio Website", - "owner": { - "username": "albert1033", - "email": "vuongdingtuong.an@gmail.com", - "twitter": "albert_26_10" - }, - "records": { - "CNAME": "albert1033.github.io" - } -} diff --git a/domains/alden.json b/domains/alden.json deleted file mode 100644 index f23965ed0..000000000 --- a/domains/alden.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Websitenya alden si dawg yang sangaddd keren", - "owner": { - "username": "Schmeichel-web", - "manager": "cupglassdev", - "discord": "footballfan0891", - "note": "this is my friend's website, because he dosent really understands about these thing, im managing it" - }, - "records": { - "CNAME": "aldenpbm.github.io" - } -} diff --git a/domains/alejosm.json b/domains/alejosm.json deleted file mode 100644 index eff9a4bb8..000000000 --- a/domains/alejosm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ralexale", - "email": "ralexale@gmail.com" - }, - "records": { - "CNAME": "ralexale.github.io" - } -} diff --git a/domains/aleks.json b/domains/aleks.json deleted file mode 100644 index 93570681c..000000000 --- a/domains/aleks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ConnorDoesDev", - "email": "connor@cstudios.gay", - "discord": "Connor!#0800" - }, - "description": "this is-a.dev page is for a friend of mine, he didn't want to make a github account lol. we're currently working on the site, just wanted to make sure.", - "records": { - "CNAME": "connordoesdev.github.io" - } -} diff --git a/domains/alemi.json b/domains/alemi.json deleted file mode 100644 index 7e701e39b..000000000 --- a/domains/alemi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alemiherbert", - "email": "alemiherbert@gmail.com" - }, - "records": { - "CNAME": "alemiherbert.github.io" - } -} diff --git a/domains/alessandrobellesia.json b/domains/alessandrobellesia.json deleted file mode 100644 index 1c2888cce..000000000 --- a/domains/alessandrobellesia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alessandrobellesia", - "x": "@ale_bellesia" - }, - "records": { - "CNAME": "alessandrobellesia.github.io" - } -} diff --git a/domains/alexbartles.json b/domains/alexbartles.json deleted file mode 100644 index 4d0a4c3eb..000000000 --- a/domains/alexbartles.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://alexbartles.github.io/", - "owner": { - "username": "AlexBartles", - "email": "alexbartles2012@gmail.com", - "discord": "_alexbartles" - }, - "records": { - "CNAME": "alexbartles.github.io" - } -} diff --git a/domains/alexcantor.json b/domains/alexcantor.json deleted file mode 100644 index 26717aeb1..000000000 --- a/domains/alexcantor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alex-cantor", - "email": "alexcantor99@gmail.com" - }, - "records": { - "CNAME": "alex-cantor.github.io" - } -} diff --git a/domains/alexis.json b/domains/alexis.json deleted file mode 100644 index eeb01e5e0..000000000 --- a/domains/alexis.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personnal website of", - "owner": { - "username": "alexis-elaxis", - "email": "contact@alexiis.fr", - "twitter": "un_nalexis" - }, - "records": { - "CNAME": "alexis-elaxis.github.io" - } -} diff --git a/domains/alexmercerind.json b/domains/alexmercerind.json deleted file mode 100644 index 2bbabdbb5..000000000 --- a/domains/alexmercerind.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "alexmercerind", - "email": "alexmercerind@gmail.com", - "twitter": "alexmercerind", - "discord": "alexmercerind#3898" - }, - "records": { - "CNAME": "alexmercerind.github.io" - } -} diff --git a/domains/alfred.json b/domains/alfred.json deleted file mode 100644 index 210882e5f..000000000 --- a/domains/alfred.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlfredDiscordBot", - "email": "alvinallen333@gmail.com" - }, - "records": { - "CNAME": "alfreddiscordbot.github.io" - } -} diff --git a/domains/ali-abdurrazzak.json b/domains/ali-abdurrazzak.json deleted file mode 100644 index e410065c9..000000000 --- a/domains/ali-abdurrazzak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "aliabdurrazzak", - "email": "aliabdurrazzak@gmail.com", - "twitter": "aliabdurrazzak" - }, - "records": { - "CNAME": "aliabdurrazzak.github.io" - } -} diff --git a/domains/alimd.json b/domains/alimd.json deleted file mode 100644 index 8b9c6dd69..000000000 --- a/domains/alimd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AliMD", - "email": "ali@mihandoost.com" - }, - "records": { - "CNAME": "alimd.github.io" - } -} diff --git a/domains/alivaliev.json b/domains/alivaliev.json deleted file mode 100644 index 3474876ec..000000000 --- a/domains/alivaliev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ali-valiev", - "discord": "722403528705966080" - }, - "records": { - "CNAME": "ali-valiev.github.io" - } -} diff --git a/domains/alltawd.json b/domains/alltawd.json deleted file mode 100644 index ebd80fd4b..000000000 --- a/domains/alltawd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlltAWD", - "email": "hanson_2014@hotmail.com" - }, - "records": { - "CNAME": "alltawd.github.io" - } -} diff --git a/domains/almatch.json b/domains/almatch.json deleted file mode 100644 index 9649cee8d..000000000 --- a/domains/almatch.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Imad", - "owner": { - "username": "imadboy89", - "email": "imad.kh@outlook.com" - }, - "records": { - "CNAME": "imadboy89.github.io" - } -} diff --git a/domains/alokik.json b/domains/alokik.json deleted file mode 100644 index b5ed547eb..000000000 --- a/domains/alokik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "OpAayush", - "email": "aayushmagrawal@gmail.com" - }, - "records": { - "CNAME": "alokik-here.github.io" - } -} diff --git a/domains/aloo-bun.json b/domains/aloo-bun.json deleted file mode 100644 index 9edcc0b80..000000000 --- a/domains/aloo-bun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AshC1ty", - "email": "ashcity07734@gmail.com" - }, - "records": { - "CNAME": "ashc1ty.github.io" - } -} diff --git a/domains/alriy.json b/domains/alriy.json deleted file mode 100644 index 80fa195bd..000000000 --- a/domains/alriy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dami6u9", - "email": "danielyalikotte@gmail.com" - }, - "records": { - "CNAME": "dami6u9.github.io" - } -} diff --git a/domains/aluwi.json b/domains/aluwi.json deleted file mode 100644 index 07f62d739..000000000 --- a/domains/aluwi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my portfolio", - "owner": { - "username": "Aluwi21", - "email": "21fayyadh@gmail.com", - "twitter": "Aluwi_" - }, - "records": { - "CNAME": "aluwi21.github.io" - } -} diff --git a/domains/alvito.json b/domains/alvito.json deleted file mode 100644 index 51ede65bf..000000000 --- a/domains/alvito.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alvitodev", - "email": "alvitodev@protonmail.com" - }, - "records": { - "CNAME": "alvitodev.github.io" - } -} diff --git a/domains/amal-sebastian.json b/domains/amal-sebastian.json deleted file mode 100644 index c6c86609c..000000000 --- a/domains/amal-sebastian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "amalsebs", - "email": "amalsebastian48@gmail.com" - }, - "records": { - "CNAME": "amalsebs.github.io" - } -} diff --git a/domains/amanthakur.json b/domains/amanthakur.json deleted file mode 100644 index 467676fdd..000000000 --- a/domains/amanthakur.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "aman7thakurr", - "email": "amant8425@gmail.com", - "discord": "523813766295715851" - }, - "records": { - "CNAME": "aman7thakurr.github.io" - } -} diff --git a/domains/amit.json b/domains/amit.json deleted file mode 100644 index bd3a7c141..000000000 --- a/domains/amit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Amit's website", - "owner": { - "username": "amittkulkarni", - "email": "amitcoolkarni@outlook.com" - }, - "records": { - "CNAME": "amittkulkarni.github.io" - } -} diff --git a/domains/amol3.json b/domains/amol3.json deleted file mode 100644 index c22e4c01b..000000000 --- a/domains/amol3.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "amol234545", - "email": "amolmilton@gmail.com" - }, - "records": { - "CNAME": "amol234545.github.io" - } -} diff --git a/domains/analogsombra.json b/domains/analogsombra.json deleted file mode 100644 index c1f835792..000000000 --- a/domains/analogsombra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "analog-sombra", - "email": "analogsombra@gmail.com" - }, - "records": { - "CNAME": "analog-sombra.github.io" - } -} diff --git a/domains/anand-ramakrishna.json b/domains/anand-ramakrishna.json deleted file mode 100644 index 24a7234ec..000000000 --- a/domains/anand-ramakrishna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/theanandramakrishna/theanandramakrishna.github.io", - "owner": { - "username": "theanandramakrishna", - "email": "theanandramakrishna@gmail.com" - }, - "records": { - "CNAME": "theanandramakrishna.github.io" - } -} diff --git a/domains/anandyeole.json b/domains/anandyeole.json deleted file mode 100644 index 3e694ce83..000000000 --- a/domains/anandyeole.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anandyeole", - "email": "anandyeole@duck.com" - }, - "records": { - "CNAME": "anandyeole.github.io" - } -} diff --git a/domains/anas.json b/domains/anas.json deleted file mode 100644 index 6cd3d374e..000000000 --- a/domains/anas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Anasov Github Portfolio", - "owner": { - "username": "ItzAnasov", - "email": "anasybal@mail.ru" - }, - "records": { - "CNAME": "itzanasov.github.io" - } -} diff --git a/domains/anautonell.json b/domains/anautonell.json deleted file mode 100644 index c49ebb1ed..000000000 --- a/domains/anautonell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Portofolio website!", - "owner": { - "username": "anautonell", - "email": "help@myprotect.xyz", - "twitter": "fastsecurerblx" - }, - "records": { - "CNAME": "anautonell.github.io" - } -} diff --git a/domains/anbuinfosec.json b/domains/anbuinfosec.json deleted file mode 100644 index 76e0d18c9..000000000 --- a/domains/anbuinfosec.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "anbuinfosec" - }, - "records": { - "CNAME": "anbuinfosec.github.io" - } -} diff --git a/domains/andrei.json b/domains/andrei.json deleted file mode 100644 index 086f3feba..000000000 --- a/domains/andrei.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "CalegariAndrei", - "email": "ekingproject@gmail.com", - "discord": "419584364410699786" - }, - "records": { - "CNAME": "calegariandrei.github.io" - } -} diff --git a/domains/andriampeno.json b/domains/andriampeno.json deleted file mode 100644 index 29fd7047e..000000000 --- a/domains/andriampeno.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain for my personal portfolio", - "owner": { - "username": "odie100", - "email": "andriampeno.odilon@gmail.com" - }, - "records": { - "CNAME": "odie100.github.io" - } -} diff --git a/domains/andrianina.json b/domains/andrianina.json deleted file mode 100644 index b72a1efe2..000000000 --- a/domains/andrianina.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rbaks", - "email": "andri.bakoson@gmail.com" - }, - "records": { - "CNAME": "rbaks.github.io" - } -} diff --git a/domains/andronasef.json b/domains/andronasef.json deleted file mode 100644 index 972461a54..000000000 --- a/domains/andronasef.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "andronasef", - "email": "andronasef@gmail.com", - "twitter": "andronasef" - }, - "records": { - "CNAME": "andronasef.github.io" - } -} diff --git a/domains/angelo.json b/domains/angelo.json deleted file mode 100644 index 4263d97c7..000000000 --- a/domains/angelo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "angelofallars", - "email": "ba.fallaria@gmail.com" - }, - "records": { - "CNAME": "angelofallars.github.io" - } -} diff --git a/domains/angelwuff.json b/domains/angelwuff.json deleted file mode 100644 index 15d16d3e2..000000000 --- a/domains/angelwuff.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Angelix1", - "twitter": "AngelTheWolfy" - }, - "records": { - "CNAME": "angelix1.github.io" - } -} diff --git a/domains/anhnguyen94.json b/domains/anhnguyen94.json deleted file mode 100644 index 2897a0021..000000000 --- a/domains/anhnguyen94.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio redirect for anhnguyen1907", - "owner": { - "username": "anhnguyen1907", - "email": "cau2tomy@gmail.com" - }, - "records": { - "CNAME": "anhnguyen1907.github.io" - } -} diff --git a/domains/anibalbastiass.json b/domains/anibalbastiass.json deleted file mode 100644 index 7a0cd306f..000000000 --- a/domains/anibalbastiass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anibalbastiass", - "email": "anibal.bastias@gmail.com" - }, - "records": { - "CNAME": "anibalbastiass.github.io" - } -} diff --git a/domains/anindra.json b/domains/anindra.json deleted file mode 100644 index 6619aba96..000000000 --- a/domains/anindra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/meanindra/meanindra.github.io", - "owner": { - "username": "meanindra", - "email": "anindrakarmakar+pnswp5ix@proton.me", - "twitter": "i_anindra" - }, - "records": { - "CNAME": "meanindra.github.io" - } -} diff --git a/domains/ankit.json b/domains/ankit.json deleted file mode 100644 index 74ed5f687..000000000 --- a/domains/ankit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ankitjain-1", - "email": "akjain6067.aj@gmail.com" - }, - "records": { - "CNAME": "ankitjain-1.github.io" - } -} diff --git a/domains/annihilatorrrr.json b/domains/annihilatorrrr.json deleted file mode 100644 index e04688845..000000000 --- a/domains/annihilatorrrr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "annihilatorrrr", - "email": "annihilatorspark@gmail.com", - "telegram": "annihilatorrrr" - }, - "records": { - "CNAME": "annihilatorrrr.github.io" - } -} diff --git a/domains/anshu.json b/domains/anshu.json deleted file mode 100644 index b1a2750fe..000000000 --- a/domains/anshu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anshu-prakash", - "email": "anshuprakash8445@gmail.com" - }, - "records": { - "CNAME": "anshu-prakash.github.io" - } -} diff --git a/domains/anthonydev.json b/domains/anthonydev.json deleted file mode 100644 index f40035dda..000000000 --- a/domains/anthonydev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anthonyuseche", - "email": "anthonyuseche64@gmail.com" - }, - "records": { - "CNAME": "anthonyuseche.github.io" - } -} diff --git a/domains/anticens.json b/domains/anticens.json deleted file mode 100644 index b999a7f9b..000000000 --- a/domains/anticens.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "IfVar", - "email": "LZT7@proton.me" - }, - "records": { - "CNAME": "anticens.github.io" - } -} diff --git a/domains/antonio.json b/domains/antonio.json deleted file mode 100644 index 203ec2864..000000000 --- a/domains/antonio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my personal landing page", - "owner": { - "username": "YantCaccia", - "email": "yantcaccia@gmail.com" - }, - "records": { - "CNAME": "yantcaccia.github.io" - } -} diff --git a/domains/anttondev.json b/domains/anttondev.json deleted file mode 100644 index 58f89fec7..000000000 --- a/domains/anttondev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "antton-dev", - "email": "antton.chevrier@etik.com" - }, - "records": { - "CNAME": "antton-dev.github.io" - } -} diff --git a/domains/anuj.json b/domains/anuj.json deleted file mode 100644 index 1b88a0447..000000000 --- a/domains/anuj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Anuj' Welcome to my portfolio", - "owner": { - "username": "AnujMutha", - "email": "mutha.am16@gmail.com" - }, - "records": { - "CNAME": "anujmutha.github.io" - } -} diff --git a/domains/anumeya.json b/domains/anumeya.json deleted file mode 100644 index 91428b09f..000000000 --- a/domains/anumeya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KreativeThinker", - "email": "sagely2005eagle@gmail.com" - }, - "records": { - "CNAME": "kreativethinker.github.io" - } -} diff --git a/domains/anurag.json b/domains/anurag.json deleted file mode 100644 index 8de448414..000000000 --- a/domains/anurag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anuragjawalkar", - "email": "anurag24jawalkar@gmail.com" - }, - "records": { - "CNAME": "anuragjawalkar.github.io" - } -} diff --git a/domains/aocsa.json b/domains/aocsa.json deleted file mode 100644 index 575ce2362..000000000 --- a/domains/aocsa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aocsa", - "email": "alexander.ocsa@gmail.com" - }, - "records": { - "CNAME": "aocsa.github.io" - } -} diff --git a/domains/ap2.json b/domains/ap2.json deleted file mode 100644 index 45bee33be..000000000 --- a/domains/ap2.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "code-hunt-in", - "email": "aishwary.pandore@somaiya.edu" - }, - "records": { - "CNAME": "code-hunt-in.github.io" - } -} diff --git a/domains/api.catzboy.json b/domains/api.catzboy.json deleted file mode 100644 index 21169f48b..000000000 --- a/domains/api.catzboy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Api", - "owner": { - "username": "Maruful007", - "email": "marufulislamsami2007@gmail.com" - }, - "records": { - "CNAME": "maruful007.github.io" - } -} diff --git a/domains/api.zoom.json b/domains/api.zoom.json deleted file mode 100644 index a26919222..000000000 --- a/domains/api.zoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "A API where I will host all of my images/videos/stuff like it", - "owner": { - "username": "theoldzoom", - "email": "theoldzoom@gmail.com", - "twitter": "theoldzoom", - "discord": "theoldzoom" - }, - "records": { - "CNAME": "theoldzoom.github.io" - } -} diff --git a/domains/apurboislam.json b/domains/apurboislam.json deleted file mode 100644 index f547b7e6a..000000000 --- a/domains/apurboislam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "apurboislam", - "discord": "740207602855575565" - }, - "records": { - "CNAME": "apurboislam.github.io" - } -} diff --git a/domains/aqua.json b/domains/aqua.json deleted file mode 100644 index 86becd564..000000000 --- a/domains/aqua.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AquaQuokka", - "email": "aquaquokka@outlook.com" - }, - "records": { - "CNAME": "aquaquokka.github.io" - } -} diff --git a/domains/arafat.json b/domains/arafat.json deleted file mode 100644 index 6d66c83cd..000000000 --- a/domains/arafat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yasar-arafath", - "email": "1up6i9jv@duck.com" - }, - "records": { - "CNAME": "yasar-arafath.github.io" - } -} diff --git a/domains/araguaci.json b/domains/araguaci.json deleted file mode 100644 index 7ead5b3b7..000000000 --- a/domains/araguaci.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "araguaci", - "email": "araguaci@gmail.com" - }, - "records": { - "CNAME": "araguaci.github.io" - } -} diff --git a/domains/aravinnndddd.json b/domains/aravinnndddd.json deleted file mode 100644 index 2e33316e2..000000000 --- a/domains/aravinnndddd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Aravinnndddd", - "email": "aromalaravind0@gmail.com", - "discord": "754961569858846770" - }, - "records": { - "CNAME": "aravinnndddd.github.io" - } -} diff --git a/domains/arif.json b/domains/arif.json deleted file mode 100644 index 1130843d2..000000000 --- a/domains/arif.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Arif-Islam", - "email": "arif8491@gmail.com" - }, - "records": { - "CNAME": "arif-islam.github.io" - } -} diff --git a/domains/arijit.json b/domains/arijit.json deleted file mode 100644 index 40bf24f85..000000000 --- a/domains/arijit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Site of Arijit", - "owner": { - "username": "ArijitTheDev", - "email": "itsarijitdebnath@gmail.com", - "twitter": "NotArijit" - }, - "records": { - "CNAME": "arijitthedev.github.io" - } -} diff --git a/domains/arin.json b/domains/arin.json deleted file mode 100644 index 9a6034908..000000000 --- a/domains/arin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "aringadre76" - }, - "records": { - "CNAME": "aringadre76.github.io" - } -} diff --git a/domains/arjuncvinod.json b/domains/arjuncvinod.json deleted file mode 100644 index 98bd13975..000000000 --- a/domains/arjuncvinod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "arjuncvinod", - "email": "arjuncvinod007@gmail.com", - "twitter": "arjuncvinod7" - }, - "records": { - "CNAME": "arjuncvinod.github.io" - } -} diff --git a/domains/armand.json b/domains/armand.json deleted file mode 100644 index 3ce93ef77..000000000 --- a/domains/armand.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Armand Jordaan's Website", - "owner": { - "username": "armandjordaan", - "email": "armand.jordaan@gmail.com" - }, - "records": { - "CNAME": "armandjordaan.github.io" - } -} diff --git a/domains/arpana.json b/domains/arpana.json deleted file mode 100644 index 041f3e24d..000000000 --- a/domains/arpana.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "winter-code", - "email": "arpana11mehta@gmail.com", - "twitter": "arpana_naa" - }, - "records": { - "CNAME": "winter-code.github.io" - } -} diff --git a/domains/art.json b/domains/art.json deleted file mode 100644 index e2cc3326e..000000000 --- a/domains/art.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Art's personal developer website", - "owner": { - "username": "dotiful", - "email": "dots.util@gmail.com" - }, - "records": { - "CNAME": "dotiful.github.io" - } -} diff --git a/domains/artesdosul.json b/domains/artesdosul.json deleted file mode 100644 index e449de3cc..000000000 --- a/domains/artesdosul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "araguaci", - "email": "araguaci@gmail.com" - }, - "records": { - "CNAME": "artesdosul.github.io" - } -} diff --git a/domains/artiefuzzz.json b/domains/artiefuzzz.json deleted file mode 100644 index 7443c5042..000000000 --- a/domains/artiefuzzz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ArtieFuzzz", - "email": "jardenz.den@gmail.com" - }, - "records": { - "CNAME": "artiefuzzz.github.io" - } -} diff --git a/domains/arunava.json b/domains/arunava.json deleted file mode 100644 index f54516ebe..000000000 --- a/domains/arunava.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "its-ag", - "email": "itsag0024@gmail.com" - }, - "records": { - "CNAME": "its-ag.github.io" - } -} diff --git a/domains/arush.json b/domains/arush.json deleted file mode 100644 index baec51fe6..000000000 --- a/domains/arush.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ArushYadlapati", - "email": "hello@arush.me" - }, - "records": { - "CNAME": "arushyadlapati.github.io" - } -} diff --git a/domains/arvik1.json b/domains/arvik1.json deleted file mode 100644 index 78cc535fb..000000000 --- a/domains/arvik1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arvik1", - "email": "singhvikal891@gmail.com" - }, - "records": { - "CNAME": "arvik1.github.io" - } -} diff --git a/domains/arwi.json b/domains/arwi.json deleted file mode 100644 index f274c33bf..000000000 --- a/domains/arwi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arwichok", - "email": "arwichok@gmail.com" - }, - "records": { - "CNAME": "arwichok.github.io" - } -} diff --git a/domains/arya.json b/domains/arya.json deleted file mode 100644 index d6193baf3..000000000 --- a/domains/arya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Arya Vinodan's Website", - "owner": { - "username": "aryavinodan", - "email": "aryavinodan2000@gmail.com" - }, - "records": { - "CNAME": "aryavinodan2000.github.io" - } -} diff --git a/domains/aryxst.json b/domains/aryxst.json deleted file mode 100644 index 0b29a486e..000000000 --- a/domains/aryxst.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Aryxst", - "email": "jessieodeh08@gmail.com" - }, - "records": { - "CNAME": "aryxst.github.io" - } -} diff --git a/domains/asad-khan.json b/domains/asad-khan.json deleted file mode 100644 index bda804450..000000000 --- a/domains/asad-khan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "👋 Hello there! I'm Asad, nice to meet you. Building things that bring delight to users is what I enjoy, always learning new stuff everyday.", - "owner": { - "username": "asadkhan777", - "email": "asadkhan1776@gmail.com" - }, - "records": { - "CNAME": "asadkhan777.github.io" - } -} diff --git a/domains/asbp.json b/domains/asbp.json deleted file mode 100644 index 8bb49f598..000000000 --- a/domains/asbp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Agung's Portofolio Website", - "owner": { - "username": "asbp", - "email": "guungofficial@gmail.com" - }, - "records": { - "CNAME": "asbp.github.io" - } -} diff --git a/domains/ashuthosh.json b/domains/ashuthosh.json deleted file mode 100644 index 6dbf879f7..000000000 --- a/domains/ashuthosh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AshDubey8", - "email": "ashuthoshmaheshdubey@gmail.com" - }, - "records": { - "CNAME": "ashdubey8.github.io" - } -} diff --git a/domains/ashutosh.json b/domains/ashutosh.json deleted file mode 100644 index 55204ea59..000000000 --- a/domains/ashutosh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ashutosh Kumar's Portfolio", - "owner": { - "username": "Ashutoshcoder", - "email": "ashutoshkumardbms@gmail.com" - }, - "records": { - "CNAME": "ashutoshcoder.github.io" - } -} diff --git a/domains/ashwin.json b/domains/ashwin.json deleted file mode 100644 index f5c2102ee..000000000 --- a/domains/ashwin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ashwin3082002", - "email": "ashwin3082002@gmail.com", - "twitter": "ashwin3082002" - }, - "records": { - "CNAME": "ashwin3082002.github.io" - } -} diff --git a/domains/asicalug.json b/domains/asicalug.json deleted file mode 100644 index 6523b52c0..000000000 --- a/domains/asicalug.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Asicalug", - "email": "isaac.poissinger@gmail.com" - }, - "records": { - "CNAME": "asicalug.github.io" - } -} diff --git a/domains/asil.json b/domains/asil.json deleted file mode 100644 index 800f6a01e..000000000 --- a/domains/asil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "asyard", - "discord": "asyard" - }, - "records": { - "CNAME": "asyard.github.io" - } -} diff --git a/domains/asim.json b/domains/asim.json deleted file mode 100644 index 45308595e..000000000 --- a/domains/asim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Asim Bera's Portfolio", - "owner": { - "username": "asimbera", - "email": "asimbera@outlook.in" - }, - "records": { - "CNAME": "asimbera.github.io" - } -} diff --git a/domains/aspect.json b/domains/aspect.json deleted file mode 100644 index 54dc6cdfd..000000000 --- a/domains/aspect.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal blog", - "owner": { - "username": "Aspectsides", - "email": "aspectsidesxyz@gmail.com", - "twitter": "polaris51212" - }, - "records": { - "CNAME": "aspectsides.github.io" - } -} diff --git a/domains/asya.json b/domains/asya.json deleted file mode 100644 index d5b125d42..000000000 --- a/domains/asya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Glenferdinza", - "email": "ghisyadesign21@gmail.com" - }, - "records": { - "CNAME": "glenferdinza.github.io" - } -} diff --git a/domains/ataim.json b/domains/ataim.json deleted file mode 100644 index eb4e0aecb..000000000 --- a/domains/ataim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my portofolio", - "owner": { - "username": "ataim9999", - "email": "daanprive0@gmail.com" - }, - "records": { - "CNAME": "ataim9999.github.io" - } -} diff --git a/domains/ath.json b/domains/ath.json deleted file mode 100644 index 9e6b41fca..000000000 --- a/domains/ath.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Anchu251", - "email": "thuanhvu.ai@gmail.com" - }, - "records": { - "CNAME": "anchu251.github.io" - } -} diff --git a/domains/athifrahmawan.json b/domains/athifrahmawan.json deleted file mode 100644 index 38a754f5f..000000000 --- a/domains/athifrahmawan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ProfRiski", - "email": "profriski10@gmail.com", - "discord": "Athif#3017" - }, - "description": "Athif Rahmawan's Portfolio", - "records": { - "CNAME": "profriski.github.io" - } -} diff --git a/domains/athira-li.json b/domains/athira-li.json deleted file mode 100644 index 6fa7ce379..000000000 --- a/domains/athira-li.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Athira's Web-Dev Home", - "owner": { - "username": "Athira-L-I", - "email": "athirali4582@gmail.com" - }, - "records": { - "CNAME": "athira-l-i.github.io" - } -} diff --git a/domains/atomic.json b/domains/atomic.json deleted file mode 100644 index 546fd2366..000000000 --- a/domains/atomic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "atomictyler1", - "discord": "atomictyler" - }, - "records": { - "CNAME": "atomictyler1.github.io" - } -} diff --git a/domains/atul.json b/domains/atul.json deleted file mode 100644 index e6c7aea50..000000000 --- a/domains/atul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Atul-Patil-99", - "email": "atuluttampatil.1757@gmail.com" - }, - "records": { - "CNAME": "atulpatil-me.github.io" - } -} diff --git a/domains/austino.json b/domains/austino.json deleted file mode 100644 index 8210499b0..000000000 --- a/domains/austino.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AustinGraphics", - "email": "austinxthomas@gmail.com" - }, - "records": { - "CNAME": "austingraphics.github.io" - } -} diff --git a/domains/ausy.json b/domains/ausy.json deleted file mode 100644 index 2925eae18..000000000 --- a/domains/ausy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FenneAustin", - "email": "austindfenne@gmail.com" - }, - "records": { - "CNAME": "fenneaustin.github.io" - } -} diff --git a/domains/avellea.json b/domains/avellea.json deleted file mode 100644 index 746c08d2b..000000000 --- a/domains/avellea.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Avellea", - "discord": "Ave#2776" - }, - "records": { - "CNAME": "avellea.github.io" - } -} diff --git a/domains/avidevs31.json b/domains/avidevs31.json deleted file mode 100644 index c91c9fb42..000000000 --- a/domains/avidevs31.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AviDevs31", - "email": "josealbertotaverazz@gmail.com" - }, - "records": { - "CNAME": "avidevs31.github.io" - } -} diff --git a/domains/avilam.json b/domains/avilam.json deleted file mode 100644 index bcfdd8698..000000000 --- a/domains/avilam.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "dxravage" - }, - "records": { - "CNAME": "dxravage.github.io" - } -} diff --git a/domains/avnoor-gamerz.json b/domains/avnoor-gamerz.json deleted file mode 100644 index 1429aa91e..000000000 --- a/domains/avnoor-gamerz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Official WEBSITE OF aVNOOR gAMERZ", - "owner": { - "username": "avnoor-gamerz", - "email": "avnoorchahal001@gmail.com", - "twitter": "avnoor-gamerz" - }, - "records": { - "CNAME": "avnoor-gamerz.github.io" - } -} diff --git a/domains/avversion.json b/domains/avversion.json deleted file mode 100644 index d553c9bb0..000000000 --- a/domains/avversion.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "AVVERSION" - }, - "records": { - "CNAME": "avversion.github.io" - } -} diff --git a/domains/axewbotx.json b/domains/axewbotx.json deleted file mode 100644 index 3e148c2b8..000000000 --- a/domains/axewbotx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "AxewBoTX", - "email": "lovedeepbrar54155@gmail.com", - "twitter": "AxewBoTX" - }, - "records": { - "CNAME": "axewbotx.github.io" - } -} diff --git a/domains/ayberk.json b/domains/ayberk.json deleted file mode 100644 index cda58c7de..000000000 --- a/domains/ayberk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayberktandogan", - "email": "ayberk.tandogan@outlook.com" - }, - "records": { - "CNAME": "ayberktandogan.github.io" - } -} diff --git a/domains/ayinaki.json b/domains/ayinaki.json deleted file mode 100644 index 87c4e608e..000000000 --- a/domains/ayinaki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ayinaki", - "email": "ayinakidev@gmail.com" - }, - "records": { - "CNAME": "ayinaki.github.io" - } -} diff --git a/domains/ayushman.json b/domains/ayushman.json deleted file mode 100644 index badd2da75..000000000 --- a/domains/ayushman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website for Ayushman", - "owner": { - "username": "AMRzip", - "email": "ayushmanrathi0@gmail.com" - }, - "records": { - "CNAME": "ARMzip.github.io" - }, - "proxied": false -} diff --git a/domains/ayushshivaji.json b/domains/ayushshivaji.json deleted file mode 100644 index 3c4e870be..000000000 --- a/domains/ayushshivaji.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayushclashroyale", - "email": "ayushclashroyale@gmail.com" - }, - "records": { - "CNAME": "ayushclashroyale.github.io" - } -} diff --git a/domains/azeem.json b/domains/azeem.json deleted file mode 100644 index 8af0eaba2..000000000 --- a/domains/azeem.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Portfolio", - "owner": { - "username": "azeemidrisi", - "email": "azeemidrisi@protonmail.com" - }, - "records": { - "CNAME": "azeemidrisi.github.io" - } -} diff --git a/domains/b0q.json b/domains/b0q.json deleted file mode 100644 index f1ccafe76..000000000 --- a/domains/b0q.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "qbebo", - "email": "qqqbeboo@yahoo.com", - "discord": "897238854510211143" - }, - "records": { - "CNAME": "qbebo.github.io" - } -} diff --git a/domains/b45i.json b/domains/b45i.json deleted file mode 100644 index edd21561a..000000000 --- a/domains/b45i.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "B45i", - "email": "amalshajan2011@gmail.com" - }, - "records": { - "CNAME": "b45i.github.io" - } -} diff --git a/domains/badnguy.json b/domains/badnguy.json deleted file mode 100644 index 8233caf0b..000000000 --- a/domains/badnguy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nguyenbaduy011", - "email": "nguyenbaduy011@gmail.com" - }, - "records": { - "CNAME": "nguyenbaduy011.github.io" - } -} diff --git a/domains/bako.json b/domains/bako.json deleted file mode 100644 index 4d1b91acb..000000000 --- a/domains/bako.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "real-kwellercat", - "email": "lucas.rausch.732@k12.friscoisd.org", - "discord": "950189411759456266" - }, - "records": { - "CNAME": "real-kwellercat.github.io" - } -} diff --git a/domains/baldr.json b/domains/baldr.json deleted file mode 100644 index 0dab1f739..000000000 --- a/domains/baldr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "p0lish", - "email": "polish1987@gmail.com" - }, - "records": { - "CNAME": "p0lish.github.io" - } -} diff --git a/domains/bandhan.json b/domains/bandhan.json deleted file mode 100644 index 8509e0596..000000000 --- a/domains/bandhan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bamunjal", - "email": "bamunjal1995@gmail.com" - }, - "records": { - "CNAME": "bamunjal.github.io" - } -} diff --git a/domains/banik.json b/domains/banik.json deleted file mode 100644 index be91e28f6..000000000 --- a/domains/banik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Chiradeep-Banik", - "email": "chiradeep13@gmail.com" - }, - "records": { - "CNAME": "chiradeep-banik.github.io" - } -} diff --git a/domains/bardia.json b/domains/bardia.json deleted file mode 100644 index c7b36e479..000000000 --- a/domains/bardia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abardia", - "email": "a.bardia@yahoo.de" - }, - "records": { - "CNAME": "abardia.github.io" - } -} diff --git a/domains/barry-hammer.json b/domains/barry-hammer.json deleted file mode 100644 index 79a8f54e4..000000000 --- a/domains/barry-hammer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "barry-hammer" - }, - "records": { - "CNAME": "barry-hammer.github.io" - } -} diff --git a/domains/basidh.json b/domains/basidh.json deleted file mode 100644 index 9ba25c912..000000000 --- a/domains/basidh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdulbasidh", - "email": "farz.basidh@gmail.com" - }, - "records": { - "CNAME": "abdulbasidh.github.io" - } -} diff --git a/domains/bayu.json b/domains/bayu.json deleted file mode 100644 index 0542087e0..000000000 --- a/domains/bayu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ByeByu07", - "email": "muhammadbaharuddin08123@gmail.com" - }, - "records": { - "CNAME": "byebyu07.github.io" - } -} diff --git a/domains/bear.json b/domains/bear.json deleted file mode 100644 index 4043ca238..000000000 --- a/domains/bear.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "bearts", - "email": "anujparihar@yahoo.com", - "twitter": "anujpflash" - }, - "records": { - "CNAME": "bearts.github.io" - } -} diff --git a/domains/bennett1412.json b/domains/bennett1412.json deleted file mode 100644 index ec5d08d4d..000000000 --- a/domains/bennett1412.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Deploying my portfolio website", - "owner": { - "username": "bennett1412", - "email": "bennettmadavana@gmail.com", - "twitter": "MadavanaB" - }, - "records": { - "CNAME": "bennett1412.github.io" - } -} diff --git a/domains/bento64.json b/domains/bento64.json deleted file mode 100644 index 887619400..000000000 --- a/domains/bento64.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I need a great looking (sub)domain for my website", - "owner": { - "username": "bento64", - "email": "bento64@disroot.org" - }, - "records": { - "CNAME": "bento64.github.io" - } -} diff --git a/domains/beoo.json b/domains/beoo.json deleted file mode 100644 index 99b09088c..000000000 --- a/domains/beoo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "16-thag5", - "email": "truongvan1605.yahoo@gmail.com" - }, - "records": { - "CNAME": "16-thag5.github.io" - } -} diff --git a/domains/bernardo.json b/domains/bernardo.json deleted file mode 100644 index a7c696414..000000000 --- a/domains/bernardo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Bernardo-QG", - "email": "b.quintinoguzman@ugto.mx" - }, - "records": { - "CNAME": "bernardo-qg.github.io" - } -} diff --git a/domains/bhadra.json b/domains/bhadra.json deleted file mode 100644 index e42031472..000000000 --- a/domains/bhadra.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "BhadraJayakumarSandhya", - "email": "tomjerryparu@gmail.com" - }, - "records": { - "CNAME": "bhadrajayakumarsandhya.github.io" - } -} diff --git a/domains/bhargav.json b/domains/bhargav.json deleted file mode 100644 index ae3f60874..000000000 --- a/domains/bhargav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhargavmehta01", - "email": "bhargav.mehta01@gmail.com" - }, - "records": { - "CNAME": "bhargavmehta01.github.io" - } -} diff --git a/domains/bhavitha.json b/domains/bhavitha.json deleted file mode 100644 index cd90d2e44..000000000 --- a/domains/bhavitha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nightcoder26", - "twitter": "night_coder26" - }, - "records": { - "CNAME": "nightcoder26.github.io" - } -} diff --git a/domains/bhavyasingh.json b/domains/bhavyasingh.json deleted file mode 100644 index 977ad301d..000000000 --- a/domains/bhavyasingh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BhavyaSingh2611", - "email": "bhavyasingh2611@outlook.com" - }, - "records": { - "CNAME": "bhavyasingh2611.github.io" - } -} diff --git a/domains/billion.json b/domains/billion.json deleted file mode 100644 index 53acadc76..000000000 --- a/domains/billion.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "billionbucks", - "discord": "mrbillion_bucks", - "email": "mrbillionbucks@gmail.com" - }, - "records": { - "CNAME": "billionbucks.github.io" - } -} diff --git a/domains/bing-chilling.json b/domains/bing-chilling.json deleted file mode 100644 index baf8fde3f..000000000 --- a/domains/bing-chilling.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TheUnium", - "email": "ooooooooooooothereal@gmail.com" - }, - "records": { - "CNAME": "theunium.github.io" - } -} diff --git a/domains/binwonk.json b/domains/binwonk.json deleted file mode 100644 index f9c916019..000000000 --- a/domains/binwonk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "binwonk", - "email": "finnwok1@gmail.com" - }, - "records": { - "CNAME": "binwonk.github.io" - } -} diff --git a/domains/bismuth.json b/domains/bismuth.json deleted file mode 100644 index 86ceaa23a..000000000 --- a/domains/bismuth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bismuthnickel", - "email": "warreneverettstevens@gmail.com" - }, - "records": { - "CNAME": "bismuthnickel.github.io" - } -} diff --git a/domains/bleemis42.json b/domains/bleemis42.json deleted file mode 100644 index 031d32785..000000000 --- a/domains/bleemis42.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "BleemIs42", - "description": "BleemIs42.is-a.dev", - "email": "BleemIs42@gmail.com" - }, - "records": { - "CNAME": "BleemIs42.github.io" - } -} diff --git a/domains/blkdang1.json b/domains/blkdang1.json deleted file mode 100644 index 03abc1279..000000000 --- a/domains/blkdang1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "lmlmdf404" - }, - "records": { - "CNAME": "lmlmdf404.github.io" - } -} diff --git a/domains/blog.catzboy.json b/domains/blog.catzboy.json deleted file mode 100644 index d5e120534..000000000 --- a/domains/blog.catzboy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Catzboy's Blog", - "owner": { - "username": "Maruful007", - "email": "marufulislamsami2007@gmail.com" - }, - "records": { - "CNAME": "maruful007.github.io" - } -} diff --git a/domains/blog.ron.json b/domains/blog.ron.json deleted file mode 100644 index 745f8b6d4..000000000 --- a/domains/blog.ron.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsrn", - "email": "shalom@itsron.space" - }, - "records": { - "CNAME": "itsrn.github.io" - } -} diff --git a/domains/blog.shaunfurtado.json b/domains/blog.shaunfurtado.json deleted file mode 100644 index 390cadd58..000000000 --- a/domains/blog.shaunfurtado.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Shaunfurtado", - "email": "shaunf1801@gmail.com" - }, - "records": { - "CNAME": "shaunfurtado.github.io" - } -} diff --git a/domains/blurnope.json b/domains/blurnope.json deleted file mode 100644 index b7a38c2ad..000000000 --- a/domains/blurnope.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "blurnope", - "email": "cynosuregone@gmail.com", - "discord": "blurnope.#2655" - }, - "records": { - "CNAME": "blurnope.github.io" - } -} diff --git a/domains/bmbs.json b/domains/bmbs.json deleted file mode 100644 index e57649a29..000000000 --- a/domains/bmbs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BaamBuus", - "email": "bitternoah864@gmail.com" - }, - "records": { - "CNAME": "baambuus.github.io" - } -} diff --git a/domains/bmhien.json b/domains/bmhien.json deleted file mode 100644 index d97b72072..000000000 --- a/domains/bmhien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bm-hien", - "email": "buiminhhien001@gmail.com" - }, - "records": { - "CNAME": "bm-hien.github.io" - } -} diff --git a/domains/bn3di.json b/domains/bn3di.json deleted file mode 100644 index 303b6fb87..000000000 --- a/domains/bn3di.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MohamadOday", - "email": "adada133321t@gmail.com" - }, - "records": { - "CNAME": "mohamadoday.github.io" - } -} diff --git a/domains/bnyro.json b/domains/bnyro.json deleted file mode 100644 index 566c05847..000000000 --- a/domains/bnyro.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/Bnyro/bnyro.github.io", - "owner": { - "username": "Bnyro", - "email": "bnyro@tutanota.com" - }, - "records": { - "CNAME": "bnyro.github.io" - } -} diff --git a/domains/boba.json b/domains/boba.json deleted file mode 100644 index b19dda09c..000000000 --- a/domains/boba.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A personal blog.", - "owner": { - "username": "tarob0ba", - "email": "beckett@chatter-social.com" - }, - "records": { - "CNAME": "tarob0ba.github.io" - } -} diff --git a/domains/bolt.json b/domains/bolt.json deleted file mode 100644 index 9dc4e2020..000000000 --- a/domains/bolt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adityeahhh", - "email": "adty200807@gmail.com" - }, - "records": { - "CNAME": "adityeahhh.github.io" - } -} diff --git a/domains/bombacat.json b/domains/bombacat.json deleted file mode 100644 index e52e00f9a..000000000 --- a/domains/bombacat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bomba.cat", - "email": "bledion.morina@hotmail.com" - }, - "records": { - "CNAME": "bomba-cat.github.io" - } -} diff --git a/domains/bonusbubble.json b/domains/bonusbubble.json deleted file mode 100644 index db52e538c..000000000 --- a/domains/bonusbubble.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bonusbubble", - "email": "bonusbubble@proton.me" - }, - "records": { - "CNAME": "bonusbubble.github.io" - } -} diff --git a/domains/borboss.json b/domains/borboss.json deleted file mode 100644 index 6e11a56d6..000000000 --- a/domains/borboss.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "borboss", - "email": "bobbarosshasnoemail@gmail.com" - }, - "records": { - "CNAME": "borboss.github.io" - } -} diff --git a/domains/boudjo.json b/domains/boudjo.json deleted file mode 100644 index 3953c53ae..000000000 --- a/domains/boudjo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "boudjoo", - "email": "abdouboudjo1@gmail.com" - }, - "records": { - "CNAME": "boudjoo.github.io" - } -} diff --git a/domains/bree.json b/domains/bree.json deleted file mode 100644 index f3c89d711..000000000 --- a/domains/bree.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "breekoy", - "email": "mcwall.breekoy@gmail.com" - }, - "records": { - "CNAME": "breekoy.github.io" - } -} diff --git a/domains/brew.json b/domains/brew.json deleted file mode 100644 index c0c503249..000000000 --- a/domains/brew.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0x62797465", - "email": "bytebrew@cocaine.ninja" - }, - "records": { - "CNAME": "0x62797465.github.io" - } -} diff --git a/domains/brian.json b/domains/brian.json deleted file mode 100644 index 975fcd6b9..000000000 --- a/domains/brian.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "fittsqo's is-a.dev domain", - "owner": { - "username": "fittsqo", - "email": "fittsqo@gmail.com" - }, - "records": { - "CNAME": "fittsqo.github.io" - } -} diff --git a/domains/bro.json b/domains/bro.json deleted file mode 100644 index 2d56ffb76..000000000 --- a/domains/bro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codevodka", - "email": "mafiurislam2022@gmail.com" - }, - "records": { - "CNAME": "codevodka.github.io" - } -} diff --git a/domains/brokends.json b/domains/brokends.json deleted file mode 100644 index efc81ef26..000000000 --- a/domains/brokends.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dns24", - "email": "wahidns24@gmail.com" - }, - "records": { - "CNAME": "dns24.github.io" - } -} diff --git a/domains/bruno-eilliar.json b/domains/bruno-eilliar.json deleted file mode 100644 index 500e1673f..000000000 --- a/domains/bruno-eilliar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Eilliar", - "email": "engbrunoeilliar@gmail.com" - }, - "records": { - "CNAME": "eilliar.github.io" - } -} diff --git a/domains/bsapi.json b/domains/bsapi.json deleted file mode 100644 index d696874bf..000000000 --- a/domains/bsapi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "leecheeyong", - "email": "tojoeleeofficial@gmail.com" - }, - "records": { - "CNAME": "botstudios.github.io" - } -} diff --git a/domains/bulkypanda.json b/domains/bulkypanda.json deleted file mode 100644 index 754f8325a..000000000 --- a/domains/bulkypanda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bulkypanda", - "email": "arya@gummadi.net" - }, - "records": { - "CNAME": "bulkypanda.github.io" - } -} diff --git a/domains/burandby.json b/domains/burandby.json deleted file mode 100644 index aff35c2a8..000000000 --- a/domains/burandby.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Pico-8 in-browser emulator.", - "owner": { - "username": "burandby", - "email": "bur.and.by@gmail.com" - }, - "records": { - "CNAME": "burandby.github.io" - } -} diff --git a/domains/bxqrn.json b/domains/bxqrn.json deleted file mode 100644 index e4d298e69..000000000 --- a/domains/bxqrn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "repo": "https://github.com/bxqrn/bxqrn.github.io", - "email": "flqmze@gmail.com", - "username": "bxqrn" - }, - "records": { - "CNAME": "bxqrn.github.io" - } -} diff --git a/domains/c00l.json b/domains/c00l.json deleted file mode 100644 index 72b65aace..000000000 --- a/domains/c00l.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Heyayyu' game developer", - "owner": { - "username": "Heyayyu", - "email": "imrbk123abc@gmail.com" - }, - "records": { - "CNAME": "heyayyu.github.io" - } -} diff --git a/domains/carince.json b/domains/carince.json deleted file mode 100644 index 56834fbe4..000000000 --- a/domains/carince.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "carince", - "email": "carince.official@gmail.com", - "discord": "carince#0683" - }, - "repo": "https://github.com/carince/carince.github.io", - "records": { - "CNAME": "carince.github.io" - } -} diff --git a/domains/carlosgiralt.json b/domains/carlosgiralt.json deleted file mode 100644 index 74442b0f3..000000000 --- a/domains/carlosgiralt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "code-a-bit", - "owner": { - "username": "carlosgiralt", - "twitter": "cagiraltt" - }, - "records": { - "CNAME": "carlosgiralt.github.io" - } -} diff --git a/domains/cartyoo.json b/domains/cartyoo.json deleted file mode 100644 index 81b179e95..000000000 --- a/domains/cartyoo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cartyoo", - "email": "cartyoogaming@gmail.com" - }, - "records": { - "CNAME": "cartyoo.github.io" - } -} diff --git a/domains/cas.json b/domains/cas.json deleted file mode 100644 index ed43d2b55..000000000 --- a/domains/cas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "caswantsanap", - "email": "caswantsanap@gmail.com" - }, - "records": { - "CNAME": "caswantsanap.github.io" - } -} diff --git a/domains/casperong.json b/domains/casperong.json deleted file mode 100644 index 49a5863a2..000000000 --- a/domains/casperong.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CasperOng", - "email": "casper10528@gmail.com" - }, - "records": { - "CNAME": "casperong.github.io" - } -} diff --git a/domains/cassie.json b/domains/cassie.json deleted file mode 100644 index 25b8b7854..000000000 --- a/domains/cassie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "Diordnas", - "email": "cassthepurple@gmail.com" - }, - "records": { - "CNAME": "diordnas.github.io" - } -} diff --git a/domains/caz.json b/domains/caz.json deleted file mode 100644 index e56b098fc..000000000 --- a/domains/caz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Just Another One Of Those Portfolios.", - "owner": { - "username": "crazyaccess", - "email": "caz@monke.team", - "discord": "crazyaccess#7707" - }, - "records": { - "CNAME": "crazyaccess.github.io" - } -} diff --git a/domains/cc.json b/domains/cc.json deleted file mode 100644 index 3217da3b6..000000000 --- a/domains/cc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "iamcc", - "email": "sic.hcq@gmail.com", - "twitter": "arm_cc" - }, - "records": { - "CNAME": "iamcc.github.io" - } -} diff --git a/domains/cdn.komaru.json b/domains/cdn.komaru.json deleted file mode 100644 index 1386c332a..000000000 --- a/domains/cdn.komaru.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "komaru-meow", - "email": "winbo-yml-exe@outlook.com" - }, - "records": { - "CNAME": "komaru-cdn.github.io" - } -} diff --git a/domains/cdn.serstars.json b/domains/cdn.serstars.json deleted file mode 100644 index e61116b23..000000000 --- a/domains/cdn.serstars.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SerStars", - "twitter": "SerStars_lol" - }, - "records": { - "CNAME": "serstars-2.github.io" - } -} diff --git a/domains/celsojr.json b/domains/celsojr.json deleted file mode 100644 index 078b8aad1..000000000 --- a/domains/celsojr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "celsojr", - "email": "celsojrfull@gmail.com" - }, - "records": { - "CNAME": "celsojr.github.io" - } -} diff --git a/domains/certurix.json b/domains/certurix.json deleted file mode 100644 index 22cb9006b..000000000 --- a/domains/certurix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Certurix", - "email": "certurix@outlook.fr" - }, - "records": { - "CNAME": "certurix.github.io" - } -} diff --git a/domains/char.json b/domains/char.json deleted file mode 100644 index 35e2c1f57..000000000 --- a/domains/char.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Use to portfolio", - "owner": { - "username": "chard33", - "email": "jchar33@hotmail.com" - }, - "records": { - "CNAME": "chard33.github.io" - } -} diff --git a/domains/chattingmessenger.json b/domains/chattingmessenger.json deleted file mode 100644 index f0c31b9b4..000000000 --- a/domains/chattingmessenger.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riotoff", - "discord": "1040929084684902460" - }, - "records": { - "CNAME": "riotoff.github.io" - } -} diff --git a/domains/chethan.json b/domains/chethan.json deleted file mode 100644 index 54f2a3129..000000000 --- a/domains/chethan.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Portfolio of Chethan Yadav", - "owner": { - "username": "chethanyadav456", - "email": "chethanyadav456@gmail.com", - "twitter": "DenRaaz77190", - "discord": "raaz6" - }, - "records": { - "CNAME": "chethanyadav456.github.io" - } -} diff --git a/domains/chikoiko.json b/domains/chikoiko.json deleted file mode 100644 index 212e5ebe2..000000000 --- a/domains/chikoiko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chikoiko", - "email": "itsmezark05@gmail.com" - }, - "records": { - "CNAME": "chikoiko.github.io" - } -} diff --git a/domains/chrystom.json b/domains/chrystom.json deleted file mode 100644 index 1fccece9a..000000000 --- a/domains/chrystom.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chrystom", - "email": "chrystomt@gmail.com" - }, - "records": { - "CNAME": "chrystom.github.io" - } -} diff --git a/domains/chubol.json b/domains/chubol.json deleted file mode 100644 index 0b6a1c007..000000000 --- a/domains/chubol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chubol", - "email": "husks@tuta.io" - }, - "records": { - "CNAME": "chubol.github.io" - } -} diff --git a/domains/chucha.json b/domains/chucha.json deleted file mode 100644 index 669305910..000000000 --- a/domains/chucha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sly-Little-Fox", - "email": "paranormal.studio123@gmail.com" - }, - "records": { - "CNAME": "sly-little-fox.github.io" - } -} diff --git a/domains/cinnamonshrine.json b/domains/cinnamonshrine.json deleted file mode 100644 index d3e9abcb6..000000000 --- a/domains/cinnamonshrine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Main Pages", - "owner": { - "username": "CinnamonShrine", - "email": "marifbillah524@gmail.com", - "twitter": "CinnamonShrine" - }, - "records": { - "CNAME": "cinnamonshrine.github.io" - } -} diff --git a/domains/classlink.json b/domains/classlink.json deleted file mode 100644 index 64af15fff..000000000 --- a/domains/classlink.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MassaHex", - "email": "tres3mincraft@gmail.com", - "discord": "536351962820640770" - }, - "records": { - "CNAME": "massahex.github.io" - } -} diff --git a/domains/cloudy.json b/domains/cloudy.json deleted file mode 100644 index 186106b5b..000000000 --- a/domains/cloudy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Cloudy's Site", - "owner": { - "username": "Cloudysleet", - "email": "cloudzareonsky@gmail.com", - "twitter": "cloudysleet" - }, - "records": { - "CNAME": "cloudysleet.github.io" - } -} diff --git a/domains/cloudz.json b/domains/cloudz.json deleted file mode 100644 index a3173fba0..000000000 --- a/domains/cloudz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Cloud'z Website", - "owner": { - "username": "Cloudy408", - "email": "gamerscloud408@gmail.com" - }, - "records": { - "CNAME": "cloudy408.github.io" - } -} diff --git a/domains/code-vista.json b/domains/code-vista.json deleted file mode 100644 index 3b5448909..000000000 --- a/domains/code-vista.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "JavaVista", - "discord": "codevista", - "email": "code-vista@outlook.com" - }, - "records": { - "CNAME": "javavista.github.io" - } -} diff --git a/domains/codeminds.json b/domains/codeminds.json deleted file mode 100644 index 3ca2beca9..000000000 --- a/domains/codeminds.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "clementhart999", - "email": "clementhart999@gmail.com" - }, - "records": { - "CNAME": "clementhart999.github.io" - } -} diff --git a/domains/conorsheehan1.json b/domains/conorsheehan1.json deleted file mode 100644 index 57b7d4af2..000000000 --- a/domains/conorsheehan1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ConorSheehan1", - "email": "conor.sheehan.dev@gmail.com" - }, - "records": { - "CNAME": "conorsheehan1.github.io" - } -} diff --git a/domains/coolcodersj.json b/domains/coolcodersj.json deleted file mode 100644 index 7fed757d3..000000000 --- a/domains/coolcodersj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "CoolCoderSJ", - "email": "CoolCoderSJ@gmail.com" - }, - "description": "Portfolio", - "records": { - "CNAME": "coolcodersj.github.io" - } -} diff --git a/domains/copysland.json b/domains/copysland.json deleted file mode 100644 index 27ca9c183..000000000 --- a/domains/copysland.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hillzacky", - "email": "Hilm4nsyah@gmail.com" - }, - "records": { - "CNAME": "copysland.github.io" - } -} diff --git a/domains/cozymy.json b/domains/cozymy.json deleted file mode 100644 index 58bc6d048..000000000 --- a/domains/cozymy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "cozymy", - "email": "kunalkundrra@gmail.com", - "twitter": "kunalkundrra" - }, - "records": { - "CNAME": "cozymy.github.io" - } -} diff --git a/domains/cr0nus.json b/domains/cr0nus.json deleted file mode 100644 index 00cb739e3..000000000 --- a/domains/cr0nus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A personal portfolio site for all my projects.", - "owner": { - "username": "umgbhalla", - "email": "umg.bhalla88@gmail.com", - "twitter": "umgbhalla" - }, - "records": { - "CNAME": "umgbhalla.github.io" - } -} diff --git a/domains/creature.json b/domains/creature.json deleted file mode 100644 index c9247ca25..000000000 --- a/domains/creature.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This subdomain is for personal purpose only!", - "owner": { - "username": "pranay5463", - "email": "pranay7091@gmail.com", - "twitter": "dark_elite_98" - }, - "records": { - "CNAME": "pranay5463.github.io" - } -} diff --git a/domains/cucusise.json b/domains/cucusise.json deleted file mode 100644 index a0b97c6e3..000000000 --- a/domains/cucusise.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cucusise", - "email": "cucusise@gmail.com" - }, - "records": { - "CNAME": "cucusise.github.io" - } -} diff --git a/domains/cuinc99.json b/domains/cuinc99.json deleted file mode 100644 index 9cea5797d..000000000 --- a/domains/cuinc99.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cuinc99", - "email": "cuinc99@gmail.com" - }, - "records": { - "CNAME": "cuinc99.github.io" - } -} diff --git a/domains/cursedscrubdaddygang.json b/domains/cursedscrubdaddygang.json deleted file mode 100644 index e19e8a3ea..000000000 --- a/domains/cursedscrubdaddygang.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "repo": "https://github.com/QuantumMapleQC/quantummapleqc.github.io", - "username": "quantummapleqc", - "discord": "herricksom" - }, - "records": { - "CNAME": "quantummapleqc.github.io" - } -} diff --git a/domains/cyanide.json b/domains/cyanide.json deleted file mode 100644 index 6c8ef1ff5..000000000 --- a/domains/cyanide.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "cyanide1x", - "email": "contact@cyanidedev.mn", - "twitter": "cyanide1x" - }, - "records": { - "CNAME": "cyanide1x.github.io" - } -} diff --git a/domains/cyberglot.json b/domains/cyberglot.json deleted file mode 100644 index abdcca0b2..000000000 --- a/domains/cyberglot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cyberglot", - "email": "cyberglot@gmail.com" - }, - "records": { - "CNAME": "cyberglot.github.io" - } -} diff --git a/domains/czwx.json b/domains/czwx.json deleted file mode 100644 index 4ec556b9a..000000000 --- a/domains/czwx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "czwxx", - "email": "czwx790@gmail.com" - }, - "records": { - "CNAME": "czwxx.github.io" - } -} diff --git a/domains/dadcuy.json b/domains/dadcuy.json deleted file mode 100644 index 294a256b3..000000000 --- a/domains/dadcuy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dadcuy", - "email": "dadcuy@gmail.com" - }, - "records": { - "CNAME": "dadcuy.github.io" - } -} diff --git a/domains/dadoge.json b/domains/dadoge.json deleted file mode 100644 index 308dfb834..000000000 --- a/domains/dadoge.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DaDogeDev" - }, - "records": { - "CNAME": "dadogedev.github.io" - }, - "proxied": false -} diff --git a/domains/daksh.json b/domains/daksh.json deleted file mode 100644 index eebd2ecb7..000000000 --- a/domains/daksh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lonewqlf", - "email": "lonewqlf@proton.me" - }, - "records": { - "CNAME": "lonewqlf.github.io" - } -} diff --git a/domains/damilare.json b/domains/damilare.json deleted file mode 100644 index 0cc822070..000000000 --- a/domains/damilare.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Peculiars", - "email": "olaitandamilare230@gmail.com" - }, - "records": { - "CNAME": "peculiars.github.io" - } -} diff --git a/domains/dan.json b/domains/dan.json deleted file mode 100644 index ef4652405..000000000 --- a/domains/dan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dan's Blog and Portfolio", - "owner": { - "username": "DanField12", - "email": "dan.field643@gmail.com" - }, - "records": { - "CNAME": "danfield12.github.io" - } -} diff --git a/domains/dangdat.json b/domains/dangdat.json deleted file mode 100644 index 1ded7911e..000000000 --- a/domains/dangdat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aurorakid", - "email": "nguyendangdat412@gmail.com" - }, - "records": { - "CNAME": "aurorakid.github.io" - } -} diff --git a/domains/dani.json b/domains/dani.json deleted file mode 100644 index 0d23081ab..000000000 --- a/domains/dani.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Danidev's Website", - "owner": { - "username": "Danidev819", - "email": "danidev82@gmail.com", - "twitter": "Danidev819" - }, - "records": { - "CNAME": "danidev819.github.io" - } -} diff --git a/domains/danilwhale.json b/domains/danilwhale.json deleted file mode 100644 index 89a9f2da7..000000000 --- a/domains/danilwhale.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "danilwhale", - "discord": "1191777214467940414" - }, - "records": { - "CNAME": "danilwhale.github.io" - } -} diff --git a/domains/danterus.json b/domains/danterus.json deleted file mode 100644 index a90544750..000000000 --- a/domains/danterus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "danterusdev", - "email": "danterusdev@gmail.com" - }, - "records": { - "CNAME": "danterusdev.github.io" - } -} diff --git a/domains/daria.json b/domains/daria.json deleted file mode 100644 index 7bfb5b6a3..000000000 --- a/domains/daria.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dariatrainor", - "email": "dariasu@gmail.com" - }, - "records": { - "CNAME": "dariatrainor.github.io" - } -} diff --git a/domains/datamind.json b/domains/datamind.json deleted file mode 100644 index 674cf4986..000000000 --- a/domains/datamind.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "personal site", - "owner": { - "username": "DatamindDev", - "email": "datamindcontact@gmail.com", - "twitter": "i dont use" - }, - "records": { - "CNAME": "dataminddev.github.io" - } -} diff --git a/domains/dauvet.json b/domains/dauvet.json deleted file mode 100644 index 43608a51e..000000000 --- a/domains/dauvet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dauvet", - "email": "vanhieu85@gmail.com" - }, - "records": { - "CNAME": "dauvet.github.io" - } -} diff --git a/domains/davidpuerta.json b/domains/davidpuerta.json deleted file mode 100644 index e81a70e7d..000000000 --- a/domains/davidpuerta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "david96182", - "email": "puertadavid96182@gmail.com" - }, - "records": { - "CNAME": "david96182.github.io" - } -} diff --git a/domains/daxoron.json b/domains/daxoron.json deleted file mode 100644 index c8377f0e6..000000000 --- a/domains/daxoron.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "daxoron", - "email": "daxoron.dev@gmail.com" - }, - "records": { - "CNAME": "daxoron.github.io" - } -} diff --git a/domains/dayowebevents.json b/domains/dayowebevents.json deleted file mode 100644 index e73383944..000000000 --- a/domains/dayowebevents.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "dayowebevents.is-a.dev", - "owner": { - "username": "dbillion", - "email": "dayozoe@gmail.com" - }, - "records": { - "CNAME": "dbillion.github.io" - } -} diff --git a/domains/debs.json b/domains/debs.json deleted file mode 100644 index d0c1e626b..000000000 --- a/domains/debs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Deb's Personal Portfolio Page", - "owner": { - "username": "deboneil07", - "email": "bhattacharjeedeboneil@gmail.com" - }, - "records": { - "CNAME": "deboneil07.github.io" - } -} diff --git a/domains/debug.json b/domains/debug.json deleted file mode 100644 index 6672d9814..000000000 --- a/domains/debug.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Debug.Log's Website", - "owner": { - "username": "extremepro999", - "email": "debugdotlog@zohomail.in" - }, - "records": { - "CNAME": "extremepro999.github.io" - } -} diff --git a/domains/dedchromebook.json b/domains/dedchromebook.json deleted file mode 100644 index 30bef6b27..000000000 --- a/domains/dedchromebook.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codeguy271", - "discord": "1202358603940634688" - }, - "records": { - "CNAME": "codeguy271.github.io" - } -} diff --git a/domains/dehteam3.json b/domains/dehteam3.json deleted file mode 100644 index c6dc3cb5b..000000000 --- a/domains/dehteam3.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hi, I am Thomas Aka dehteam3, I like coding, playing games", - "owner": { - "username": "dehteam3", - "email": "thomasemad2008@gmail.com" - }, - "records": { - "CNAME": "dehteam3.github.io" - } -} diff --git a/domains/denblo.json b/domains/denblo.json deleted file mode 100644 index 7468830c3..000000000 --- a/domains/denblo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io", - "owner": { - "username": "DenisBlokhin", - "email": "denis.blokhin@outlook.com" - }, - "records": { - "CNAME": "denisblokhin.github.io" - } -} diff --git a/domains/denis.json b/domains/denis.json deleted file mode 100644 index 7a0d32de4..000000000 --- a/domains/denis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DenLes", - "email": "denislessard91@gmail.com" - }, - "records": { - "CNAME": "denles.github.io" - } -} diff --git a/domains/denix.json b/domains/denix.json deleted file mode 100644 index 67ba10712..000000000 --- a/domains/denix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "denixsucks", - "email": "dnz.odr@gmail.com", - "twitter": "denixsucks", - "discord": "denix#9748" - }, - "records": { - "CNAME": "denixsucks.github.io" - } -} diff --git a/domains/dev-dco.json b/domains/dev-dco.json deleted file mode 100644 index d0a68cd39..000000000 --- a/domains/dev-dco.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dev-dco", - "email": "dev-coop@murena.io" - }, - "records": { - "CNAME": "dev-dco.github.io" - } -} diff --git a/domains/devdk.json b/domains/devdk.json deleted file mode 100644 index d087afdc8..000000000 --- a/domains/devdk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal page of DevDK", - "owner": { - "username": "DeveloperDmitryKolyadin", - "twitter": "_DevDK" - }, - "records": { - "CNAME": "developerdmitrykolyadin.github.io" - } -} diff --git a/domains/developerjosh.json b/domains/developerjosh.json deleted file mode 100644 index 7232b7e75..000000000 --- a/domains/developerjosh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DeveloperJosh", - "email": "joshwells409@gmail.com", - "youtube": "godly-hosting" - }, - "records": { - "CNAME": "developerjosh.github.io" - } -} diff --git a/domains/devendra.json b/domains/devendra.json deleted file mode 100644 index 1949ab5f5..000000000 --- a/domains/devendra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devendrakanojiya", - "email": "s_36100@bkbirlacollegekalyan.com" - }, - "records": { - "CNAME": "devendrakanojiya.github.io" - } -} diff --git a/domains/devfate.json b/domains/devfate.json deleted file mode 100644 index 73b849507..000000000 --- a/domains/devfate.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "blackpandan", - "twitter": "camzy_l" - }, - "records": { - "CNAME": "blackpandan.github.io" - } -} diff --git a/domains/devmirza.json b/domains/devmirza.json deleted file mode 100644 index 5b05205ad..000000000 --- a/domains/devmirza.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zaid-maker", - "email": "pzhafeez@gmail.com" - }, - "records": { - "CNAME": "zaid-maker.github.io" - } -} diff --git a/domains/dhruv-tara.json b/domains/dhruv-tara.json deleted file mode 100644 index 2a38458e7..000000000 --- a/domains/dhruv-tara.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dhruv-tara", - "email": "weebgenix@proton.me" - }, - "records": { - "CNAME": "dhruv-tara.github.io" - } -} diff --git a/domains/dhruv.json b/domains/dhruv.json deleted file mode 100644 index 7bfda5f59..000000000 --- a/domains/dhruv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LejhandG", - "email": "dhruvbhanushali5621@gmail.com" - }, - "records": { - "CNAME": "lejhandg.github.io" - } -} diff --git a/domains/diamondbroplayz.json b/domains/diamondbroplayz.json deleted file mode 100644 index 66aa3b0ba..000000000 --- a/domains/diamondbroplayz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DiamondBroPlayz", - "email": "diamondbroplayz@proton.me", - "twitter": "logout", - "discord": "4lett" - }, - "records": { - "CNAME": "wavysblog.github.io" - } -} diff --git a/domains/didimukhtar.json b/domains/didimukhtar.json deleted file mode 100644 index 0c5319ce4..000000000 --- a/domains/didimukhtar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "didimukhtar", - "email": "jamilatmukhtar2014@gmail.com" - }, - "records": { - "CNAME": "didimukhtar.github.io" - } -} diff --git a/domains/diedyesterday.json b/domains/diedyesterday.json deleted file mode 100644 index 30fc7a367..000000000 --- a/domains/diedyesterday.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "diedyesterdaywashere", - "email": "diedyesterdaywashere@gmail.com" - }, - "records": { - "CNAME": "diedeyestedaywashere.github.io" - } -} diff --git a/domains/diegoreis.json b/domains/diegoreis.json deleted file mode 100644 index b7313a7ce..000000000 --- a/domains/diegoreis.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "diegoreis42", - "email": "reisdiego144@gmail.com" - }, - "records": { - "CNAME": "diegoreis42.github.io" - }, - "proxied": true -} diff --git a/domains/dincer-portfolio.json b/domains/dincer-portfolio.json deleted file mode 100644 index ac8ca9a5b..000000000 --- a/domains/dincer-portfolio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DincerOgren", - "email": "dincer.ogr@hotmail.com" - }, - "records": { - "CNAME": "dincerogren.github.io" - }, - "proxied": false -} diff --git a/domains/dinesh.json b/domains/dinesh.json deleted file mode 100644 index fb30eb077..000000000 --- a/domains/dinesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dinesh Kumar's personal developer website", - "owner": { - "username": "dinesh-ysl", - "email": "dseera6@gmail.com" - }, - "records": { - "CNAME": "dinesh-ysl.github.io" - } -} diff --git a/domains/divik.json b/domains/divik.json deleted file mode 100644 index d3f3f33d1..000000000 --- a/domains/divik.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Personal site", - "owner": { - "username": "Code19Master", - "email": "divikbabbar@gmail.com" - }, - "records": { - "CNAME": "code19master.github.io" - } -} diff --git a/domains/divyam.json b/domains/divyam.json deleted file mode 100644 index 1ff5d78c7..000000000 --- a/domains/divyam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DivyamAhuja", - "email": "ahujadivyam@gmail.com" - }, - "records": { - "CNAME": "divyamahuja.github.io" - } -} diff --git a/domains/dodongduc.json b/domains/dodongduc.json deleted file mode 100644 index ee50c9610..000000000 --- a/domains/dodongduc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "duc3d-hus", - "email": "duc3d.hus@gmail.com" - }, - "records": { - "CNAME": "duc3d-hus.github.io" - } -} diff --git a/domains/domb.json b/domains/domb.json deleted file mode 100644 index cb39d7db0..000000000 --- a/domains/domb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smailiukas", - "email": "domantas.bulotas@gmail.com" - }, - "records": { - "CNAME": "smailiukas.github.io" - } -} diff --git a/domains/donald.json b/domains/donald.json deleted file mode 100644 index 3fa369b8f..000000000 --- a/domains/donald.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Donald's personal developer website", - "owner": { - "email": "dawntop@126.com", - "username": "donald001" - }, - "records": { - "CNAME": "donald001.github.io" - } -} diff --git a/domains/donut.json b/domains/donut.json deleted file mode 100644 index d2ec931ae..000000000 --- a/domains/donut.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "donut2008", - "discord": "donut#6852" - }, - "records": { - "CNAME": "donut2008.github.io" - } -} diff --git a/domains/dooly.json b/domains/dooly.json deleted file mode 100644 index ac0c84a40..000000000 --- a/domains/dooly.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Dooly": "Dooly is a Dev.", - "owner": { - "username": "entry0917", - "email": "seeun0917@naver.com", - "twitter": "sense09173" - }, - "records": { - "CNAME": "entry0917.github.io" - } -} diff --git a/domains/dot.json b/domains/dot.json deleted file mode 100644 index 9bc361e2b..000000000 --- a/domains/dot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Dott-rus", - "email": "antonamelin8@gmail.com", - "discord": "578276833624195125" - }, - "records": { - "CNAME": "dott-rus.github.io" - } -} diff --git a/domains/dotexe3301.json b/domains/dotexe3301.json deleted file mode 100644 index 8aa09e9ef..000000000 --- a/domains/dotexe3301.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dotexe3301", - "email": "shiveshvijay707@gmail.com" - }, - "records": { - "CNAME": "dotexe3301.github.io" - } -} diff --git a/domains/downgit.json b/domains/downgit.json deleted file mode 100644 index 1c3faba3b..000000000 --- a/domains/downgit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "InvalidNoah", - "discord": "invalidnoah#0", - "email": "zjustmarcel@gmail.com" - }, - "records": { - "CNAME": "invalidnoah.github.io" - } -} diff --git a/domains/dr-therapy.json b/domains/dr-therapy.json deleted file mode 100644 index fd89966ee..000000000 --- a/domains/dr-therapy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "drtherapy2023", - "email": "sitehesap@proton.me", - "discord": "706419336235188264" - }, - "records": { - "CNAME": "drtherapy2023.github.io" - } -} diff --git a/domains/drdilyor.json b/domains/drdilyor.json deleted file mode 100644 index 9f42cf453..000000000 --- a/domains/drdilyor.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Drdilyor's website and (non-existent) blog", - "owner": { - "username": "drdilyor", - "email": "drdilyor@outlook.com" - }, - "records": { - "CNAME": "drdilyor.github.io" - } -} diff --git a/domains/dresan.json b/domains/dresan.json deleted file mode 100644 index fb531e536..000000000 --- a/domains/dresan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "dresandev", - "email": "dresan.dev@gmail.com", - "twitter": "dresandev" - }, - "records": { - "CNAME": "dresandev.github.io" - } -} diff --git a/domains/drmonocle.json b/domains/drmonocle.json deleted file mode 100644 index 0e6a2ea7b..000000000 --- a/domains/drmonocle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "monocledr", - "email": "contact.drmonocle@gmail.com" - }, - "records": { - "CNAME": "monocledr.github.io" - } -} diff --git a/domains/drv123323.json b/domains/drv123323.json deleted file mode 100644 index ea8770eb4..000000000 --- a/domains/drv123323.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dizzy123323", - "email": "Dhruvksuru@gmail.com" - }, - "records": { - "CNAME": "dizzy123323.github.io" - } -} diff --git a/domains/dsaw.json b/domains/dsaw.json deleted file mode 100644 index f7dc5a292..000000000 --- a/domains/dsaw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dsaw", - "email": "dsawthedsawwhat@gmail.com" - }, - "records": { - "CNAME": "dsaw.github.io" - } -} diff --git a/domains/dsrev.json b/domains/dsrev.json deleted file mode 100644 index 9a6ecd742..000000000 --- a/domains/dsrev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "dsrev's blog", - "owner": { - "username": "dsrev", - "email": "dsrev@snopyta.org", - "twitter": "IlyaSProkopenko" - }, - "records": { - "CNAME": "dsrev.github.io" - } -} diff --git a/domains/dtducas.json b/domains/dtducas.json deleted file mode 100644 index 9e9ccc789..000000000 --- a/domains/dtducas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website for DTDucas", - "owner": { - "username": "DTDucas", - "email": "baymax.contact@gmail.com" - }, - "records": { - "CNAME": "dtducas.github.io" - }, - "proxied": true -} diff --git a/domains/ducanhng.json b/domains/ducanhng.json deleted file mode 100644 index e0718787e..000000000 --- a/domains/ducanhng.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ducanhitz", - "email": "ducanhng.dev@gmail.com" - }, - "records": { - "CNAME": "ducanhitz.github.io" - } -} diff --git a/domains/duydo.json b/domains/duydo.json deleted file mode 100644 index 1ad2656ca..000000000 --- a/domains/duydo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "duydo", - "email": "doquocduy@gmail.com" - }, - "records": { - "CNAME": "duydo.github.io" - } -} diff --git a/domains/dydestroyer.json b/domains/dydestroyer.json deleted file mode 100644 index 4a3025f1d..000000000 --- a/domains/dydestroyer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DyDestroyer's github pages site, do not expect much at all", - "owner": { - "username": "DyDestroyer1027", - "discord": "dydestroyer#1027" - }, - "records": { - "CNAME": "dydestroyer1027.github.io" - } -} diff --git a/domains/echo2477.json b/domains/echo2477.json deleted file mode 100644 index 04867ca68..000000000 --- a/domains/echo2477.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "echo2477", - "email": "pku.eko16@gmail.com" - }, - "records": { - "CNAME": "echo2477.github.io" - } -} diff --git a/domains/ecoplayer07.json b/domains/ecoplayer07.json deleted file mode 100644 index a9146b36b..000000000 --- a/domains/ecoplayer07.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ecoplayer07", - "email": "kareemehab910@gmail.com" - }, - "records": { - "CNAME": "ecoplayer07.github.io" - } -} diff --git a/domains/ecstaticsoul.json b/domains/ecstaticsoul.json deleted file mode 100644 index f9736f201..000000000 --- a/domains/ecstaticsoul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ecstaticsoul", - "email": "soulfulkrishna@gmail.com" - }, - "records": { - "CNAME": "ecstaticsoul.github.io" - } -} diff --git a/domains/edrea.json b/domains/edrea.json deleted file mode 100644 index 57341dda8..000000000 --- a/domains/edrea.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio", - "owner": { - "username": "Edrea", - "email": "edrea@metalunits.com" - }, - "records": { - "CNAME": "ruw3t.github.io" - } -} diff --git a/domains/egyxo.json b/domains/egyxo.json deleted file mode 100644 index 5286dd260..000000000 --- a/domains/egyxo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "7oda-mo", - "email": "esl2my@gmail.com", - "discord": "1016128744819265618" - }, - "records": { - "CNAME": "7oda-mo.github.io" - } -} diff --git a/domains/ekinvarli.json b/domains/ekinvarli.json deleted file mode 100644 index 3103d3c02..000000000 --- a/domains/ekinvarli.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "ekinvarli.is-a.dev", - "owner": { - "username": "eknvarli", - "email": "ekinnos@tutanota.com", - "twitter": "eknvarli" - }, - "records": { - "CNAME": "eknvarli.github.io" - } -} diff --git a/domains/eldin.json b/domains/eldin.json deleted file mode 100644 index 8cc460ebb..000000000 --- a/domains/eldin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ahmed-eldin", - "email": "ahmedeldin98@gmail.com" - }, - "records": { - "CNAME": "ahmed-eldin.github.io" - } -} diff --git a/domains/eldinesh.json b/domains/eldinesh.json deleted file mode 100644 index 68aa8eeda..000000000 --- a/domains/eldinesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dinesh Kumar's personal developer website", - "owner": { - "username": "eldinesh", - "email": "dseera6@gmail.com" - }, - "records": { - "CNAME": "eldinesh.github.io" - } -} diff --git a/domains/eldzey.json b/domains/eldzey.json deleted file mode 100644 index d2875e6c3..000000000 --- a/domains/eldzey.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "elefantapan", - "email": "alxalien@proton.me", - "discord": "697408753288478742" - }, - "records": { - "CNAME": "elefantapan.github.io" - } -} diff --git a/domains/elf.json b/domains/elf.json deleted file mode 100644 index e361c9296..000000000 --- a/domains/elf.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Elflanded's Development Website.", - "owner": { - "username": "Elflanded", - "email": "elflanded@gmail.com" - }, - "records": { - "CNAME": "elflanded.github.io" - } -} diff --git a/domains/elib0.json b/domains/elib0.json deleted file mode 100644 index 945f9c7fe..000000000 --- a/domains/elib0.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "elib0", - "email": "elijose.c@gmail.com" - }, - "records": { - "CNAME": "elib0.github.io" - } -} diff --git a/domains/elisaterumi.json b/domains/elisaterumi.json deleted file mode 100644 index 6a21f2d4c..000000000 --- a/domains/elisaterumi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lisaterumi", - "email": "contato@mulheresprogramando.com.br" - }, - "records": { - "CNAME": "lisaterumi.github.io" - } -} diff --git a/domains/ella.json b/domains/ella.json deleted file mode 100644 index a24030c88..000000000 --- a/domains/ella.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ella's Portfolio", - "owner": { - "username": "eilla1", - "email": "exu6056@gmail.com" - }, - "records": { - "CNAME": "eilla1.github.io" - } -} diff --git a/domains/emanuelcarvalho.json b/domains/emanuelcarvalho.json deleted file mode 100644 index 6efbadb10..000000000 --- a/domains/emanuelcarvalho.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ziuell", - "discord": "388674889755787264" - }, - "records": { - "CNAME": "ziuell.github.io" - } -} diff --git a/domains/emhl.json b/domains/emhl.json deleted file mode 100644 index d9d9e4169..000000000 --- a/domains/emhl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "emhl", - "email": "stnr.emil@gmail.com" - }, - "records": { - "CNAME": "emhl.github.io" - } -} diff --git a/domains/endouven.json b/domains/endouven.json deleted file mode 100644 index 906edb1a2..000000000 --- a/domains/endouven.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "endouven", - "email": "brunophm@gmail.com" - }, - "records": { - "CNAME": "endouven.github.io" - } -} diff --git a/domains/enoughsdv.json b/domains/enoughsdv.json deleted file mode 100644 index 9d456c546..000000000 --- a/domains/enoughsdv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/Enoughsdv/Enoughsdv.github.io", - "owner": { - "username": "Enoughsdv", - "email": "enoughsdv@gmail.com" - }, - "records": { - "CNAME": "enoughsdv.github.io" - } -} diff --git a/domains/eojeda.json b/domains/eojeda.json deleted file mode 100644 index 4d25f13ff..000000000 --- a/domains/eojeda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "eojeda89", - "email": "ernestoojeda89@gmail.com" - }, - "records": { - "CNAME": "eojeda89.github.io" - } -} diff --git a/domains/erik.json b/domains/erik.json deleted file mode 100644 index 817916f7c..000000000 --- a/domains/erik.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Erik Personal Website", - "owner": { - "username": "erik3010", - "email": "erikhau3010@gmail.com" - }, - "records": { - "CNAME": "erik3010.github.io" - } -} diff --git a/domains/eternal-network.json b/domains/eternal-network.json deleted file mode 100644 index 657a6a307..000000000 --- a/domains/eternal-network.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "eternal-network.is-a.dev", - "owner": { - "username": "Eternal-Network", - "email": "neealdon2@proton.me" - }, - "records": { - "CNAME": "eternal-network.github.io" - } -} diff --git a/domains/ethereumvd.json b/domains/ethereumvd.json deleted file mode 100644 index e1782d38c..000000000 --- a/domains/ethereumvd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ethereumvd", - "email": "ethereum249@gmail.com" - }, - "records": { - "CNAME": "ethereumvd.github.io" - } -} diff --git a/domains/ethxrnity.json b/domains/ethxrnity.json deleted file mode 100644 index 78469066d..000000000 --- a/domains/ethxrnity.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal website", - "owner": { - "username": "ethxrnity", - "email": "ethxrnity@gmail.com", - "twitter": "ethxrnity" - }, - "records": { - "CNAME": "ethxrnity.github.io" - } -} diff --git a/domains/ethyl.json b/domains/ethyl.json deleted file mode 100644 index 6817bb124..000000000 --- a/domains/ethyl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ethylenediaminetetraacetates", - "email": "digin2t@gmail.com", - "discord": "1066211072798883840" - }, - "records": { - "CNAME": "ethylenediaminetetraacetates.github.io" - } -} diff --git a/domains/euskindar.json b/domains/euskindar.json deleted file mode 100644 index 899a28528..000000000 --- a/domains/euskindar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Euskindar", - "email": "julenjph@hotmail.com" - }, - "records": { - "CNAME": "euskindar.github.io" - } -} diff --git a/domains/fab1andev.json b/domains/fab1andev.json deleted file mode 100644 index c5126f8fb..000000000 --- a/domains/fab1andev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Fab1anDev subdomain for fab1andev.github.io", - "owner": { - "username": "Fab1anDev", - "email": "fab1andev@proton.me", - "twitter": "Fab1anDev" - }, - "records": { - "CNAME": "fab1andev.github.io" - } -} diff --git a/domains/fakhri.json b/domains/fakhri.json deleted file mode 100644 index e6b8d5cad..000000000 --- a/domains/fakhri.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "FDMZ17" - }, - "records": { - "CNAME": "fdmz17.github.io" - } -} diff --git a/domains/farhan.json b/domains/farhan.json deleted file mode 100644 index 495f468c6..000000000 --- a/domains/farhan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rose-uwu", - "email": "rose.pog.com@gmail.com" - }, - "records": { - "CNAME": "rose-uwu.github.io" - } -} diff --git a/domains/farjanul.json b/domains/farjanul.json deleted file mode 100644 index ef90de45b..000000000 --- a/domains/farjanul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "farjanul", - "email": "farjanul10@gmail.com" - }, - "records": { - "CNAME": "farjanul.github.io" - } -} diff --git a/domains/farkot.json b/domains/farkot.json deleted file mode 100644 index 2868e75d8..000000000 --- a/domains/farkot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "farkot09", - "email": "viagramo2011@gmail.com" - }, - "records": { - "CNAME": "farkot09.github.io" - } -} diff --git a/domains/fastering.json b/domains/fastering.json deleted file mode 100644 index 9b60f17c9..000000000 --- a/domains/fastering.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fastering18", - "email": "fastering18@gmail.com" - }, - "records": { - "CNAME": "fastering18.github.io" - } -} diff --git a/domains/fayasnoushad.json b/domains/fayasnoushad.json deleted file mode 100644 index 1a4f019fd..000000000 --- a/domains/fayasnoushad.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal site", - "owner": { - "username": "FayasNoushad", - "twitter": "FayasNoushad" - }, - "records": { - "CNAME": "fayasnoushad.github.io" - } -} diff --git a/domains/fayaz.json b/domains/fayaz.json deleted file mode 100644 index 2daf73f01..000000000 --- a/domains/fayaz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fayaz07", - "email": "fayazfz07@gmail.com" - }, - "records": { - "CNAME": "fayaz07.github.io" - } -} diff --git a/domains/felixtr.json b/domains/felixtr.json deleted file mode 100644 index 6dc63ec8c..000000000 --- a/domains/felixtr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/tphuc/tphuc.github.io", - "owner": { - "username": "tphuc", - "email": "felixtran2000@gmail.com" - }, - "records": { - "CNAME": "tphuc.github.io" - } -} diff --git a/domains/ffj20.json b/domains/ffj20.json deleted file mode 100644 index be0e6cfc7..000000000 --- a/domains/ffj20.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FFJ-20", - "discord": "FFJ 2.0#6693" - }, - "records": { - "CNAME": "ffj-20.github.io" - } -} diff --git a/domains/films.json b/domains/films.json deleted file mode 100644 index d4364b3c9..000000000 --- a/domains/films.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wsmdn", - "discord": "1049856856467722242" - }, - "records": { - "CNAME": "nomdn.github.io" - } -} diff --git a/domains/fireexe.json b/domains/fireexe.json deleted file mode 100644 index 482bfca04..000000000 --- a/domains/fireexe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fireemerald1", - "email": "imguyexeboii@gmail.com" - }, - "records": { - "CNAME": "fireemerald1.github.io" - } -} diff --git a/domains/firework.json b/domains/firework.json deleted file mode 100644 index b1251dff8..000000000 --- a/domains/firework.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Firewoork", - "email": "iaintflxzra122@gmail.com" - }, - "records": { - "CNAME": "firewoork.github.io" - } -} diff --git a/domains/fjuro.json b/domains/fjuro.json deleted file mode 100644 index 529a4b37a..000000000 --- a/domains/fjuro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Fjuro", - "email": "ifjuro@proton.me" - }, - "records": { - "CNAME": "fjuro.github.io" - } -} diff --git a/domains/flamexode.json b/domains/flamexode.json deleted file mode 100644 index 0678cd5e8..000000000 --- a/domains/flamexode.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "WovenCoast", - "email": "wovencoast14782@techie.com" - }, - "records": { - "CNAME": "wovencoast.github.io" - } -} diff --git a/domains/florent.json b/domains/florent.json deleted file mode 100644 index 810623472..000000000 --- a/domains/florent.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "flobsx", - "email": "flo@bsx.pm" - }, - "records": { - "CNAME": "flobsx.github.io" - }, - "proxied": true -} diff --git a/domains/fluffythebunny.json b/domains/fluffythebunny.json deleted file mode 100644 index 31e761a2a..000000000 --- a/domains/fluffythebunny.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Fluffythebunny", - "email": "puglsytt@gmail.com", - "twitter": "pugls" - }, - "records": { - "CNAME": "fluffythebunny.github.io" - } -} diff --git a/domains/forsas.json b/domains/forsas.json deleted file mode 100644 index 3561b226a..000000000 --- a/domains/forsas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Forsas website and blog", - "owner": { - "username": "forsas", - "email": "forsaslt@gmail.com" - }, - "records": { - "CNAME": "forsas.github.io" - } -} diff --git a/domains/fox.json b/domains/fox.json deleted file mode 100644 index b33479dc0..000000000 --- a/domains/fox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fox-tech0", - "email": "red@team-ruben.tk" - }, - "records": { - "CNAME": "fox-tech0.github.io" - } -} diff --git a/domains/francescodulio.json b/domains/francescodulio.json deleted file mode 100644 index c813d6dc6..000000000 --- a/domains/francescodulio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adrenocortico", - "email": "francesco.dulio@icloud.com" - }, - "records": { - "CNAME": "adrenocortico.github.io" - } -} diff --git a/domains/franciskafieh.json b/domains/franciskafieh.json deleted file mode 100644 index e5e95eb20..000000000 --- a/domains/franciskafieh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Francis Kafieh's Personal Blog", - "owner": { - "username": "franciskafieh", - "email": "kafieh.francis@gmail.com" - }, - "records": { - "CNAME": "franciskafieh.github.io" - } -} diff --git a/domains/frankra.json b/domains/frankra.json deleted file mode 100644 index 4af96e719..000000000 --- a/domains/frankra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "frankra", - "email": "rafael.h.frank@gmail.com" - }, - "records": { - "CNAME": "frankra.github.io" - } -} diff --git a/domains/frapujgal.json b/domains/frapujgal.json deleted file mode 100644 index b430d74ec..000000000 --- a/domains/frapujgal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "frapujgal", - "email": "fpujol1989@gmail.com" - }, - "records": { - "CNAME": "frapujgal.github.io" - } -} diff --git a/domains/frcat.json b/domains/frcat.json deleted file mode 100644 index 87117e43d..000000000 --- a/domains/frcat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "FRCat's Website", - "owner": { - "username": "French-Cat", - "discord": "French Cat#0002" - }, - "records": { - "CNAME": "frcat.github.io" - } -} diff --git a/domains/freebies.json b/domains/freebies.json deleted file mode 100644 index 8f8ce1d70..000000000 --- a/domains/freebies.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Free Resources For Your Designs!", - "owner": { - "username": "icancodebeauty", - "email": "admin@itsjava.ml" - }, - "records": { - "CNAME": "icancodebeauty.github.io" - } -} diff --git a/domains/freitaseric.json b/domains/freitaseric.json deleted file mode 100644 index 02af0512e..000000000 --- a/domains/freitaseric.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "uEriic", - "email": "ueriic0@gmail.com" - }, - "records": { - "CNAME": "ueriic.github.io" - } -} diff --git a/domains/fsanchir.json b/domains/fsanchir.json deleted file mode 100644 index f5033905c..000000000 --- a/domains/fsanchir.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "FSanchir", - "owner": { - "username": "fsanchir", - "email": "fsanchir@fsip.ml" - }, - "records": { - "CNAME": "fsanchir.github.io" - } -} diff --git a/domains/fullpwn.json b/domains/fullpwn.json deleted file mode 100644 index 6ab01b355..000000000 --- a/domains/fullpwn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "fullpwn", - "email": "fullpwn@cumallover.me", - "twitter": "fullpwn" - }, - "records": { - "CNAME": "fullpwn.github.io" - } -} diff --git a/domains/funny-noip.json b/domains/funny-noip.json deleted file mode 100644 index 99c1ee0cf..000000000 --- a/domains/funny-noip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DaoLmao", - "discord": "854380469147140106" - }, - "records": { - "CNAME": "zintaro.github.io" - } -} diff --git a/domains/furret.json b/domains/furret.json deleted file mode 100644 index df17be37c..000000000 --- a/domains/furret.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "furretra1n", - "email": "furret@transistorcafe.net" - }, - "records": { - "CNAME": "walccdev.github.io" - } -} diff --git a/domains/furti.json b/domains/furti.json deleted file mode 100644 index 8e0cee224..000000000 --- a/domains/furti.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "furtidev", - "email": "furtidev@proton.me", - "twitter": "furtidev" - }, - "records": { - "CNAME": "furtidev.github.io" - } -} diff --git a/domains/gabrielhuertas.json b/domains/gabrielhuertas.json deleted file mode 100644 index 0224d9f6c..000000000 --- a/domains/gabrielhuertas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GuDex-Dev", - "email": "gabriel.huertas.3012@gmail.com" - }, - "records": { - "CNAME": "gudex-dev.github.io" - } -} diff --git a/domains/gamingboots.json b/domains/gamingboots.json deleted file mode 100644 index 10f40cb38..000000000 --- a/domains/gamingboots.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A description", - "owner": { - "username": "gamingboots", - "email": "gamngboots19@gmail.com" - }, - "records": { - "CNAME": "gamingboots.github.io" - } -} diff --git a/domains/ganesh.json b/domains/ganesh.json deleted file mode 100644 index 20ec495eb..000000000 --- a/domains/ganesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iamganeshsekhar", - "email": "ganeshsekha6@gmail.com" - }, - "records": { - "CNAME": "iamganeshsekhar.github.io" - } -} diff --git a/domains/gaurav.json b/domains/gaurav.json deleted file mode 100644 index 4facd8094..000000000 --- a/domains/gaurav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tewarig", - "email": "gauravtewari111@gmail.com" - }, - "records": { - "CNAME": "tewarig.github.io" - } -} diff --git a/domains/gavrielsatrio.json b/domains/gavrielsatrio.json deleted file mode 100644 index 2b51363f1..000000000 --- a/domains/gavrielsatrio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gavrielsatrio", - "email": "gavriel228@gmail.com" - }, - "records": { - "CNAME": "gavrielsatrio.github.io" - } -} diff --git a/domains/gdbotlist.json b/domains/gdbotlist.json deleted file mode 100644 index ecc26a5f2..000000000 --- a/domains/gdbotlist.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "coolsausage45", - "email": "hakekr27@gmail.com" - }, - "records": { - "CNAME": "coolsausage45.github.io" - } -} diff --git a/domains/generic.json b/domains/generic.json deleted file mode 100644 index 5b7a7a19f..000000000 --- a/domains/generic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xgeneric", - "discord": "1194494419064328296" - }, - "records": { - "CNAME": "xgeneric.github.io" - } -} diff --git a/domains/gin.json b/domains/gin.json deleted file mode 100644 index 4084e5165..000000000 --- a/domains/gin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://minh0111.github.io/ginny/", - "owner": { - "username": "minh0111", - "email": "kisaver157@gmail.com" - }, - "records": { - "CNAME": "minh0111.github.io" - } -} diff --git a/domains/githubmilind.json b/domains/githubmilind.json deleted file mode 100644 index afaacb44d..000000000 --- a/domains/githubmilind.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "githubmilind", - "email": "pansare@gmail.com" - }, - "records": { - "CNAME": "githubmilind.github.io" - } -} diff --git a/domains/gizmo.json b/domains/gizmo.json deleted file mode 100644 index 1e588f40a..000000000 --- a/domains/gizmo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gizmo-dev", - "twitter": "gizmo_gg" - }, - "records": { - "CNAME": "gizmo-dev.github.io" - } -} diff --git a/domains/glitchish.json b/domains/glitchish.json deleted file mode 100644 index a54cf8179..000000000 --- a/domains/glitchish.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Glitch's .IS-A.DEV domain", - "owner": { - "username": "glitchish", - "email": "gavinjstacey@gmail.com" - }, - "records": { - "CNAME": "glitchish.github.io" - } -} diff --git a/domains/glpzzz.json b/domains/glpzzz.json deleted file mode 100644 index efd7c27c3..000000000 --- a/domains/glpzzz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "glpzzz", - "email": "glpz@daxslab.com" - }, - "records": { - "CNAME": "glpzzz.github.io" - } -} diff --git a/domains/glutis.json b/domains/glutis.json deleted file mode 100644 index 426a45f92..000000000 --- a/domains/glutis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "huyvu15", - "email": "huyv80313@gmail.com" - }, - "records": { - "CNAME": "huyvu15.github.io" - } -} diff --git a/domains/gnanaelisa.json b/domains/gnanaelisa.json deleted file mode 100644 index ebf3d7cc7..000000000 --- a/domains/gnanaelisa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jgnanaelisa", - "email": "gnanaelisa@gmail.com" - }, - "records": { - "CNAME": "jgnanaelisa.github.io" - } -} diff --git a/domains/godkode.json b/domains/godkode.json deleted file mode 100644 index ec2b101d0..000000000 --- a/domains/godkode.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GodKode69", - "email": "knownasraghav@gmail.com" - }, - "records": { - "CNAME": "godkode69.github.io" - } -} diff --git a/domains/godwhite.json b/domains/godwhite.json deleted file mode 100644 index f3885bd77..000000000 --- a/domains/godwhite.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "GodwhiteTaiwan", - "email": "godwhite.yt.channel@gmail.com", - "twitter": "GW_GodwhiteTW" - }, - "records": { - "CNAME": "godwhitetaiwan.github.io" - } -} diff --git a/domains/gorkem.json b/domains/gorkem.json deleted file mode 100644 index ee45c490e..000000000 --- a/domains/gorkem.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Görkem's Website", - "owner": { - "username": "gorkeem", - "email": "gorkemy000@gmail.com" - }, - "records": { - "CNAME": "gorkeem.github.io" - } -} diff --git a/domains/govind.json b/domains/govind.json deleted file mode 100644 index f9b78565f..000000000 --- a/domains/govind.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Govind's personal developer website", - "owner": { - "username": "govind-shenoy", - "email": "govindvshenoy@gmail.com" - }, - "records": { - "CNAME": "govind-shenoy.github.io" - } -} diff --git a/domains/govinda.json b/domains/govinda.json deleted file mode 100644 index 034c441be..000000000 --- a/domains/govinda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gkhabas76", - "email": "gkhabas76@gmail.com" - }, - "records": { - "CNAME": "gkhabas76.github.io" - } -} diff --git a/domains/grantcards.json b/domains/grantcards.json deleted file mode 100644 index 32334fee7..000000000 --- a/domains/grantcards.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "calvgrant", - "email": "alvinnobeltungga@gmail.com" - }, - "records": { - "CNAME": "calvgrant.github.io" - } -} diff --git a/domains/guillelm.json b/domains/guillelm.json deleted file mode 100644 index 663970d8f..000000000 --- a/domains/guillelm.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "guilleLM71", - "email": "jlauram3@fcpn.edu.bo" - }, - "records": { - "CNAME": "guillelm71.github.io" - }, - "proxied": true -} diff --git a/domains/gusza.json b/domains/gusza.json deleted file mode 100644 index 917275bc0..000000000 --- a/domains/gusza.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gusza110811", - "email": "auguz1108@gmail.com" - }, - "records": { - "CNAME": "gusza110811.github.io" - } -} diff --git a/domains/gvl610.json b/domains/gvl610.json deleted file mode 100644 index 90ae93970..000000000 --- a/domains/gvl610.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "gvl610", - "email": "giangvinhloc610@gmail.com", - "twitter": "gvl610" - }, - "records": { - "CNAME": "giangvinhloc610.github.io" - } -} diff --git a/domains/h3r3t1c.json b/domains/h3r3t1c.json deleted file mode 100644 index cd573e53f..000000000 --- a/domains/h3r3t1c.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lfdominguez", - "email": "ldominguezvega@gmail.com" - }, - "records": { - "CNAME": "lfdominguez.github.io" - } -} diff --git a/domains/hackerman.json b/domains/hackerman.json deleted file mode 100644 index c91c9fb42..000000000 --- a/domains/hackerman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AviDevs31", - "email": "josealbertotaverazz@gmail.com" - }, - "records": { - "CNAME": "avidevs31.github.io" - } -} diff --git a/domains/hafidu.json b/domains/hafidu.json deleted file mode 100644 index 10a50626c..000000000 --- a/domains/hafidu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hafidu", - "email": "mochammad.hafidu@gmail.com" - }, - "records": { - "CNAME": "hafidu.github.io" - } -} diff --git a/domains/halink.json b/domains/halink.json deleted file mode 100644 index 3fdcff655..000000000 --- a/domains/halink.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "halink0803" - }, - "records": { - "CNAME": "halink0803.github.io" - } -} diff --git a/domains/hamid.json b/domains/hamid.json deleted file mode 100644 index 2c4816dcf..000000000 --- a/domains/hamid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hamidsiddiqi2009", - "email": "hamidsiddiqi888@gmail.com" - }, - "records": { - "CNAME": "hamidsiddiqi2009.github.io" - } -} diff --git a/domains/hammed.json b/domains/hammed.json deleted file mode 100644 index fb56256bb..000000000 --- a/domains/hammed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devhammed", - "email": "hey@hammed.dev" - }, - "records": { - "CNAME": "devhammed.github.io" - } -} diff --git a/domains/hamza.json b/domains/hamza.json deleted file mode 100644 index 64afa0150..000000000 --- a/domains/hamza.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hamza's website", - "owner": { - "username": "hamza8bit", - "email": "hamzabyte@gmail.com" - }, - "records": { - "CNAME": "hamza8bit.github.io" - } -} diff --git a/domains/hansen.json b/domains/hansen.json deleted file mode 100644 index 47048f389..000000000 --- a/domains/hansen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio site", - "owner": { - "username": "HansenKhi", - "email": "hansenkhi45@gmail.com" - }, - "records": { - "CNAME": "hansenkhi.github.io" - } -} diff --git a/domains/hari.json b/domains/hari.json deleted file mode 100644 index d47ad99e3..000000000 --- a/domains/hari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "harishnkr", - "email": "hari2menon1234@gmail.com" - }, - "records": { - "CNAME": "harishnkr.github.io" - } -} diff --git a/domains/harikrishnan.json b/domains/harikrishnan.json deleted file mode 100644 index bc643a82f..000000000 --- a/domains/harikrishnan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hari's Portfolio Website", - "owner": { - "username": "Harikrishnan6336", - "email": "harikrishnan6336@gmail.com" - }, - "records": { - "CNAME": "harikrishnan6336.github.io" - } -} diff --git a/domains/harikrishnanps.json b/domains/harikrishnanps.json deleted file mode 100644 index 4f278a556..000000000 --- a/domains/harikrishnanps.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "super-jedi", - "email": "harikrishnan.ps@hotmail.com" - }, - "records": { - "CNAME": "super-jedi.github.io" - } -} diff --git a/domains/harsh-patel.json b/domains/harsh-patel.json deleted file mode 100644 index 58b15a8e8..000000000 --- a/domains/harsh-patel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Harsh's website", - "owner": { - "username": "harshpat", - "email": "patel.harsh28@gmail.com" - }, - "records": { - "CNAME": "harshpat.github.io" - } -} diff --git a/domains/harshad.json b/domains/harshad.json deleted file mode 100644 index 02fb5ff59..000000000 --- a/domains/harshad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hb0313", - "email": "hbhandwaldar@gmail.com" - }, - "records": { - "CNAME": "hb0313.github.io" - } -} diff --git a/domains/haseena.json b/domains/haseena.json deleted file mode 100644 index 94c61cb60..000000000 --- a/domains/haseena.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Haseena's website", - "owner": { - "username": "haseena-hassan", - "email": "haseena2199@gmail.com" - }, - "records": { - "CNAME": "haseena-hassan.github.io" - } -} diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json deleted file mode 100644 index e948b4e94..000000000 --- a/domains/hash-cracker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hash-Cracker", - "email": "tspamiitesh@gmail.com" - }, - "records": { - "CNAME": "hash-cracker.github.io" - } -} diff --git a/domains/hector-vigil.json b/domains/hector-vigil.json deleted file mode 100644 index a86928105..000000000 --- a/domains/hector-vigil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hector-vigil", - "email": "vigilescalera.h@gmail.com" - }, - "records": { - "CNAME": "hector-vigil.github.io" - } -} diff --git a/domains/hein.json b/domains/hein.json deleted file mode 100644 index 281782c3e..000000000 --- a/domains/hein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HeinKhantZaw", - "email": "heinkhantzaw1@gmail.com" - }, - "records": { - "CNAME": "heinkhantzaw.github.io" - } -} diff --git a/domains/henry.json b/domains/henry.json deleted file mode 100644 index 737098701..000000000 --- a/domains/henry.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "henryhuangbc", - "email": "space.galaxy.world@gmail.com", - "twitter": "hd3vv" - }, - "records": { - "CNAME": "henryhuangbc.github.io" - } -} diff --git a/domains/herve.json b/domains/herve.json deleted file mode 100644 index bb485801b..000000000 --- a/domains/herve.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "herveleclerc", - "email": "herve.leclerc@gmail.com" - }, - "records": { - "CNAME": "herveleclerc.github.io" - } -} diff --git a/domains/hextris.json b/domains/hextris.json deleted file mode 100644 index 4355be874..000000000 --- a/domains/hextris.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nrzt", - "email": "nrzt5678@gmail.com" - }, - "records": { - "CNAME": "nrzt567.github.io" - } -} diff --git a/domains/hiddenblack.json b/domains/hiddenblack.json deleted file mode 100644 index 7e57e6b8c..000000000 --- a/domains/hiddenblack.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hidden-black", - "email": "shashwatrai_28@outlook.com" - }, - "records": { - "CNAME": "hidden-black.github.io" - } -} diff --git a/domains/hifzur.json b/domains/hifzur.json deleted file mode 100644 index 7dae5481c..000000000 --- a/domains/hifzur.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hifzurmax", - "email": "hifzur.syl@gmail.com" - }, - "records": { - "CNAME": "hifzurmax.github.io" - } -} diff --git a/domains/himanshusri.json b/domains/himanshusri.json deleted file mode 100644 index d5d9265f1..000000000 --- a/domains/himanshusri.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "himanshuSri24", - "email": "himanshu20032002@gmail.com" - }, - "records": { - "CNAME": "himanshusri24.github.io" - } -} diff --git a/domains/hisham.json b/domains/hisham.json deleted file mode 100644 index 35f275b6c..000000000 --- a/domains/hisham.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hisham is a dev", - "owner": { - "username": "hishamalip", - "email": "hishamalip@gmail.com" - }, - "records": { - "CNAME": "hishamalip.github.io" - } -} diff --git a/domains/hjmao.json b/domains/hjmao.json deleted file mode 100644 index 0da95d907..000000000 --- a/domains/hjmao.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "hjmao.is-a.dev", - "owner": { - "username": "huajianmao", - "email": "huajianmao@gmail.com" - }, - "records": { - "CNAME": "huajianmao.github.io" - } -} diff --git a/domains/hoan.json b/domains/hoan.json deleted file mode 100644 index 49793a0fa..000000000 --- a/domains/hoan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "hoan.is-a.dev : This is my personal notebook", - "owner": { - "username": "hwanngo", - "email": "conghoan.0406@gmail.com" - }, - "records": { - "CNAME": "hwanngo.github.io" - } -} diff --git a/domains/hongquang.json b/domains/hongquang.json deleted file mode 100644 index 363dadd61..000000000 --- a/domains/hongquang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quanglh268", - "email": "quanglh268@gmail.com" - }, - "records": { - "CNAME": "hquang.github.io" - } -} diff --git a/domains/horizon-server.json b/domains/horizon-server.json deleted file mode 100644 index 8b50b0819..000000000 --- a/domains/horizon-server.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "HorizonFiles", - "email": "getbomb@bk.ru", - "discord": "1223721772051075193" - }, - "records": { - "CNAME": "horizonfiles.github.io" - } -} diff --git a/domains/horu.json b/domains/horu.json deleted file mode 100644 index 9bf66af5b..000000000 --- a/domains/horu.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "HigherOrderLogic" - }, - "records": { - "CNAME": "higherorderlogic.github.io" - } -} diff --git a/domains/hozzywozzy.json b/domains/hozzywozzy.json deleted file mode 100644 index 78b3352cb..000000000 --- a/domains/hozzywozzy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hozzywozzy", - "email": "hozzywozzy@terrorist.lol" - }, - "records": { - "CNAME": "hozzywozzy.github.io" - } -} diff --git a/domains/hu-kaixiang.json b/domains/hu-kaixiang.json deleted file mode 100644 index fae2bdb2a..000000000 --- a/domains/hu-kaixiang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maxhu787", - "email": "maxhu787@gmail.com" - }, - "records": { - "CNAME": "maxhu787.github.io" - } -} diff --git a/domains/hungphambkc.json b/domains/hungphambkc.json deleted file mode 100644 index 8717e6bdb..000000000 --- a/domains/hungphambkc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hungphambkc", - "email": "phamhung2001@icloud.com" - }, - "records": { - "CNAME": "hungphambkc.github.io" - } -} diff --git a/domains/hungthai.json b/domains/hungthai.json deleted file mode 100644 index b1c379ca7..000000000 --- a/domains/hungthai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hungthai1401", - "email": "hungthai1401.it@gmail.com" - }, - "records": { - "CNAME": "hungthai1401.github.io" - } -} diff --git a/domains/huseyin.json b/domains/huseyin.json deleted file mode 100644 index b8ac0cbaa..000000000 --- a/domains/huseyin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Huseyin-Cinar", - "email": "gslicocuk8080@gmail.com" - }, - "records": { - "CNAME": "huseyin-cinar.github.io" - } -} diff --git a/domains/ico.json b/domains/ico.json deleted file mode 100644 index df0bc01f9..000000000 --- a/domains/ico.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "babyico", - "email": "iconical@programmer.net" - }, - "records": { - "CNAME": "babyico.github.io" - } -} diff --git a/domains/icy.json b/domains/icy.json deleted file mode 100644 index ca175a775..000000000 --- a/domains/icy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "IcyonGit", - "email": "Jazzyvela2009@outlook.com" - }, - "records": { - "CNAME": "icyongit.github.io" - } -} diff --git a/domains/ikhlashmulya.json b/domains/ikhlashmulya.json deleted file mode 100644 index 79acd41db..000000000 --- a/domains/ikhlashmulya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ikhlashmulya", - "email": "nurahmanmulya@gmail.com" - }, - "records": { - "CNAME": "ikhlashmulya.github.io" - } -} diff --git a/domains/ilovechickennuggets.json b/domains/ilovechickennuggets.json deleted file mode 100644 index c7f773a2e..000000000 --- a/domains/ilovechickennuggets.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "getSono", - "discord": "1222250424309121145" - }, - "records": { - "CNAME": "getsono.github.io" - } -} diff --git a/domains/img.cala.json b/domains/img.cala.json deleted file mode 100644 index 895c2f7a0..000000000 --- a/domains/img.cala.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "calamitywoah", - "email": "krivojta@gmail.com", - "discord": "981555580495867964" - }, - "records": { - "CNAME": "calamitywoah.github.io" - } -} diff --git a/domains/imlasiya.json b/domains/imlasiya.json deleted file mode 100644 index fe526db0d..000000000 --- a/domains/imlasiya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ImLasiya", - "email": "shsherlocksl@gmail.com", - "twitter": "ImLasiya" - }, - "records": { - "CNAME": "imlasiya.github.io" - } -} diff --git a/domains/imlasiyah.json b/domains/imlasiyah.json deleted file mode 100644 index 6a43c8ce9..000000000 --- a/domains/imlasiyah.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImLasiya", - "email": "senash@darktsysl.onmicrosoft.com" - }, - "records": { - "CNAME": "imlasiya.github.io" - } -} diff --git a/domains/imxitiz.json b/domains/imxitiz.json deleted file mode 100644 index 01d5b2a06..000000000 --- a/domains/imxitiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "imxitiz.is-a.dev", - "owner": { - "username": "imxitiz" - }, - "records": { - "CNAME": "imxitiz.github.io" - } -} diff --git a/domains/imy.json b/domains/imy.json deleted file mode 100644 index 97ea5f5b9..000000000 --- a/domains/imy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My portfolio", - "owner": { - "username": "IMYdev", - "email": "omranmansour096@gmail.com" - }, - "records": { - "CNAME": "imydev.github.io" - } -} diff --git a/domains/incbom.json b/domains/incbom.json deleted file mode 100644 index f4db189d3..000000000 --- a/domains/incbom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "IncbomDev", - "email": "incbomyt@gmail.com", - "twitter": "IncbomYT" - }, - "records": { - "CNAME": "incbomdev.github.io" - } -} diff --git a/domains/indidee.json b/domains/indidee.json deleted file mode 100644 index 03a8b1d90..000000000 --- a/domains/indidee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "indideee", - "email": "amberisamab@gmail.com" - }, - "records": { - "CNAME": "indideee.github.io" - } -} diff --git a/domains/infiniteloop.json b/domains/infiniteloop.json deleted file mode 100644 index 826ab4782..000000000 --- a/domains/infiniteloop.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "records": { - "CNAME": "roktim32.github.io" - } -} diff --git a/domains/inj3c7i0n.json b/domains/inj3c7i0n.json deleted file mode 100644 index ce019d6c9..000000000 --- a/domains/inj3c7i0n.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Inj3c7i0n", - "email": "Inj3c7ed@gmail.com" - }, - "records": { - "CNAME": "inj3c7i0n.github.io" - } -} diff --git a/domains/intergrav.json b/domains/intergrav.json deleted file mode 100644 index f101cb7bf..000000000 --- a/domains/intergrav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "intergrav", - "email": "devinkid1@gmail.com" - }, - "records": { - "CNAME": "intergrav.github.io" - } -} diff --git a/domains/inxlo.json b/domains/inxlo.json deleted file mode 100644 index 3ee216c01..000000000 --- a/domains/inxlo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xlenco", - "email": "xlenco@hotmail.com" - }, - "records": { - "CNAME": "xlenco.github.io" - } -} diff --git a/domains/iqat.json b/domains/iqat.json deleted file mode 100644 index 72d75d825..000000000 --- a/domains/iqat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio for Muhammad Taqi (Iqat)", - "owner": { - "username": "Iqat476", - "email": "iqat476@gmail.com" - }, - "records": { - "CNAME": "iqat476.github.io" - } -} diff --git a/domains/isa.json b/domains/isa.json deleted file mode 100644 index 0b4d9e062..000000000 --- a/domains/isa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This is for nottisa cool stuff", - "owner": { - "username": "nottisa", - "email": "theonewhohasthisemail@gmail.com", - "twitter": "_bob90368" - }, - "records": { - "CNAME": "nottisa.github.io" - } -} diff --git a/domains/isaac.json b/domains/isaac.json deleted file mode 100644 index d6c283a77..000000000 --- a/domains/isaac.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "IsaacTouhami", - "email": "isaaco7274@gmail.com" - }, - "records": { - "CNAME": "isaactouhami.github.io" - } -} diff --git a/domains/itsdharmik.json b/domains/itsdharmik.json deleted file mode 100644 index acccec1ab..000000000 --- a/domains/itsdharmik.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Want this domain to host my portfolio.", - "owner": { - "username": "itsdharmik", - "email": "dharmikparmar2004@yahoo.com", - "twitter": "itsdharmik" - }, - "records": { - "CNAME": "itsdharmik.github.io" - } -} diff --git a/domains/itsmealdo.json b/domains/itsmealdo.json deleted file mode 100644 index 71b953cdc..000000000 --- a/domains/itsmealdo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "itsmealdo Webs", - "owner": { - "username": "itsmealdo", - "email": "aldosaputra@gmail.com" - }, - "records": { - "CNAME": "itsmealdo.github.io" - } -} diff --git a/domains/itsneufox.json b/domains/itsneufox.json deleted file mode 100644 index f7eadfa7a..000000000 --- a/domains/itsneufox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsneufox", - "email": "ajuda@tntsamp.com" - }, - "records": { - "CNAME": "itsneufox.github.io" - } -} diff --git a/domains/itsnicecraft.json b/domains/itsnicecraft.json deleted file mode 100644 index 012b1933c..000000000 --- a/domains/itsnicecraft.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "itsnicecraft", - "twitter": "itsnicecraft" - }, - "records": { - "CNAME": "itsnicecraft.github.io" - } -} diff --git a/domains/itzporium.json b/domains/itzporium.json deleted file mode 100644 index fbb94f53e..000000000 --- a/domains/itzporium.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "codernocook", - "email": "poriumbox@fbi.ac", - "twitter": false, - "discord": "Itzporium#9655" - }, - "records": { - "CNAME": "codernocook.github.io" - } -} diff --git a/domains/ivedant.json b/domains/ivedant.json deleted file mode 100644 index d0cdcc0fe..000000000 --- a/domains/ivedant.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Flash2014", - "email": "naiduvedant@gmail.com" - }, - "records": { - "CNAME": "flash2014.github.io" - } -} diff --git a/domains/jacob.json b/domains/jacob.json deleted file mode 100644 index f7e006dcf..000000000 --- a/domains/jacob.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jacob13400", - "email": "jacob13400@gmail.com" - }, - "records": { - "CNAME": "jacob13400.github.io" - } -} diff --git a/domains/jagdhish-mer.json b/domains/jagdhish-mer.json deleted file mode 100644 index 3eac068ab..000000000 --- a/domains/jagdhish-mer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "jagdish-der" - }, - "records": { - "CNAME": "jagdish-der.github.io" - } -} diff --git a/domains/jaisankar.json b/domains/jaisankar.json deleted file mode 100644 index c84afa389..000000000 --- a/domains/jaisankar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jaisankar07", - "email": "jaisankars2017@gmail.com" - }, - "records": { - "CNAME": "jaisankar07.github.io" - } -} diff --git a/domains/janeq.json b/domains/janeq.json deleted file mode 100644 index dfe4a6c40..000000000 --- a/domains/janeq.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notjaneq", - "email": "a2012989z@gmail.com" - }, - "records": { - "CNAME": "notjaneq.github.io" - } -} diff --git a/domains/janith.json b/domains/janith.json deleted file mode 100644 index b8cd36600..000000000 --- a/domains/janith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Janithpm", - "email": "janithmadarasinghe@gmail.com" - }, - "records": { - "CNAME": "janithpm.github.io" - } -} diff --git a/domains/janmikowa.json b/domains/janmikowa.json deleted file mode 100644 index 42f67cc99..000000000 --- a/domains/janmikowa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maritsu", - "email": "maritsuqnn@gmail.com" - }, - "records": { - "CNAME": "maritsu.github.io" - } -} diff --git a/domains/jatin.json b/domains/jatin.json deleted file mode 100644 index 99a7dec32..000000000 --- a/domains/jatin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jateeeen", - "email": "jatin@linkxtr.app" - }, - "records": { - "CNAME": "jateeeen.github.io" - } -} diff --git a/domains/jatinkr.json b/domains/jatinkr.json deleted file mode 100644 index 5cf72cd84..000000000 --- a/domains/jatinkr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jatinkumarg", - "email": "jatinkr@duck.com" - }, - "records": { - "CNAME": "jatinkumarg.github.io" - } -} diff --git a/domains/javi.json b/domains/javi.json deleted file mode 100644 index 7d834b86f..000000000 --- a/domains/javi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsjavi", - "discord": "itsjavi" - }, - "records": { - "CNAME": "itsjavi.github.io" - } -} diff --git a/domains/jaycedotbin.json b/domains/jaycedotbin.json deleted file mode 100644 index cf2fabf5a..000000000 --- a/domains/jaycedotbin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jaycedotbin", - "email": "johncarloaustria@protonmail.com", - "twitter": "jaycedotbin" - }, - "records": { - "CNAME": "jaycedotbin.github.io" - } -} diff --git a/domains/jayy.json b/domains/jayy.json deleted file mode 100644 index 5cf1f04e0..000000000 --- a/domains/jayy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My small little dev page thingy", - "owner": { - "username": "fiskdk", - "email": "jayyisdev@gmail.com", - "twitter": "dont-use-twitter" - }, - "records": { - "CNAME": "fiskdk.github.io" - } -} diff --git a/domains/jc-wu.json b/domains/jc-wu.json deleted file mode 100644 index 7f1439057..000000000 --- a/domains/jc-wu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jc-wu1", - "email": "testingpurposeonlyemail@gmail.com" - }, - "records": { - "CNAME": "jc-wu1.github.io" - } -} diff --git a/domains/jcs.json b/domains/jcs.json deleted file mode 100644 index c2d59bccd..000000000 --- a/domains/jcs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bi0hazarDD", - "email": "jonathan-8@hotmail.co.uk" - }, - "records": { - "CNAME": "bi0hazardd.github.io" - } -} diff --git a/domains/jean.json b/domains/jean.json deleted file mode 100644 index 94e257a94..000000000 --- a/domains/jean.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A website showcasing all of Jean's work", - "owner": { - "username": "emperorjean", - "twitter": "emperorjean_" - }, - "records": { - "CNAME": "emperorjean.github.io" - } -} diff --git a/domains/jeevan.json b/domains/jeevan.json deleted file mode 100644 index 06fd36e4b..000000000 --- a/domains/jeevan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jeevan900929", - "email": "jeevan.900929@gmail.com" - }, - "records": { - "CNAME": "jeevan900929.github.io" - } -} diff --git a/domains/jeremie.json b/domains/jeremie.json deleted file mode 100644 index 1169a8c7d..000000000 --- a/domains/jeremie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "0xw01f", - "email": "one_w01f@protonmail.ch", - "twitter": "w01f_src" - }, - "records": { - "CNAME": "0xw01f.github.io" - } -} diff --git a/domains/jerikchan.json b/domains/jerikchan.json deleted file mode 100644 index c8e977240..000000000 --- a/domains/jerikchan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jerikchan", - "email": "jerikchan@gmail.com" - }, - "records": { - "CNAME": "jerikchan.github.io" - } -} diff --git a/domains/jermaine.json b/domains/jermaine.json deleted file mode 100644 index 027d6b572..000000000 --- a/domains/jermaine.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Codemaine", - "email": "jermaineantwi22@gmail.com" - }, - "records": { - "CNAME": "codemaine.github.io" - } -} diff --git a/domains/jeros.json b/domains/jeros.json deleted file mode 100644 index 112ac5619..000000000 --- a/domains/jeros.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ascript89", - "email": "smartlinkwfs@gmail.com" - }, - "records": { - "CNAME": "ascript89.github.io" - } -} diff --git a/domains/jesseallan.json b/domains/jesseallan.json deleted file mode 100644 index 4d47077a8..000000000 --- a/domains/jesseallan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesseAllan", - "email": "jesseba20+github2@gmail.com" - }, - "records": { - "CNAME": "jesseallan.github.io" - } -} diff --git a/domains/jesusvaladez.json b/domains/jesusvaladez.json deleted file mode 100644 index 3631456ec..000000000 --- a/domains/jesusvaladez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesusVala", - "email": "jesusvaladezf@outlook.com" - }, - "records": { - "CNAME": "jesusvaladez.github.io" - } -} diff --git a/domains/jhw.json b/domains/jhw.json deleted file mode 100644 index d5fdc5730..000000000 --- a/domains/jhw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jhwohlgemuth", - "twitter": "jhwohlgemuth" - }, - "records": { - "CNAME": "jhwohlgemuth.github.io" - } -} diff --git a/domains/jithumon.json b/domains/jithumon.json deleted file mode 100644 index 5e7859ded..000000000 --- a/domains/jithumon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jithumon", - "email": "jithumondev@gmail.com", - "twitter": "Jithumatt" - }, - "records": { - "CNAME": "jithumon.github.io" - } -} diff --git a/domains/joel.json b/domains/joel.json deleted file mode 100644 index b6b6e637a..000000000 --- a/domains/joel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "9oelm", - "twitter": "9oelm" - }, - "records": { - "CNAME": "9oelm.github.io" - } -} diff --git a/domains/joey.json b/domains/joey.json deleted file mode 100644 index 71202b64b..000000000 --- a/domains/joey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jlai403", - "discord": "120522740590575616" - }, - "records": { - "CNAME": "jlai403.github.io" - } -} diff --git a/domains/johansansebastian.json b/domains/johansansebastian.json deleted file mode 100644 index 9e55bdee2..000000000 --- a/domains/johansansebastian.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Johan's personal developer website", - "owner": { - "username": "JohanSanSebastian", - "email": "johansanju06@gmail.com" - }, - "records": { - "CNAME": "johansansebastian.github.io" - } -} diff --git a/domains/johnsonlee.json b/domains/johnsonlee.json deleted file mode 100644 index 9a74d5b6b..000000000 --- a/domains/johnsonlee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "johnsonlee", - "email": "g.johnsonlee@gmail.com" - }, - "records": { - "CNAME": "johnsonlee.github.io" - } -} diff --git a/domains/johnythomas.json b/domains/johnythomas.json deleted file mode 100644 index 105a8ef13..000000000 --- a/domains/johnythomas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "This website is a link to my personal developer portfolio.", - "owner": { - "username": "johnythomas2002", - "email": "johnypani111@gmail.com" - }, - "records": { - "CNAME": "johnythomas2002.github.io" - } -} diff --git a/domains/joltz1234.json b/domains/joltz1234.json deleted file mode 100644 index 0f05525ae..000000000 --- a/domains/joltz1234.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "joltz1234", - "email": "joltzx123@gmail.com", - "discord": "837162825373188106" - }, - "records": { - "CNAME": "joltz1234.github.io" - } -} diff --git a/domains/jonagoldman.json b/domains/jonagoldman.json deleted file mode 100644 index 18f09260a..000000000 --- a/domains/jonagoldman.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/jonagoldman/jonagoldman.github.io", - "owner": { - "username": "jonagoldman", - "email": "jonagoldman@gmail.com" - }, - "records": { - "CNAME": "jonagoldman.github.io" - } -} diff --git a/domains/josemy.json b/domains/josemy.json deleted file mode 100644 index 1c246a26f..000000000 --- a/domains/josemy.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "JosemyDuarte" - }, - "records": { - "CNAME": "josemyduarte.github.io" - } -} diff --git a/domains/josh-ferrell.json b/domains/josh-ferrell.json deleted file mode 100644 index 4f3fbf0eb..000000000 --- a/domains/josh-ferrell.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "josh-ferrell", - "email": "josh.ferrell@gmail.com" - }, - "records": { - "CNAME": "josh-ferrell.github.io" - } -} diff --git a/domains/joshuawise.json b/domains/joshuawise.json deleted file mode 100644 index 278fbb76f..000000000 --- a/domains/joshuawise.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jlwisedev", - "email": "jlwiseeha24@gmail.com" - }, - "records": { - "CNAME": "jlwisedev.github.io" - }, - "proxied": true -} diff --git a/domains/jpedro.json b/domains/jpedro.json deleted file mode 100644 index 761be7b36..000000000 --- a/domains/jpedro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jpedro", - "email": "github@jpedro.dev" - }, - "records": { - "CNAME": "jpedro.github.io" - } -} diff --git a/domains/jpsantistebanq.json b/domains/jpsantistebanq.json deleted file mode 100644 index 7c8425bea..000000000 --- a/domains/jpsantistebanq.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jpsantistebanq", - "email": "jpsantq@gmail.com" - }, - "records": { - "CNAME": "jpsantistebanq.github.io" - } -} diff --git a/domains/jrdrwn.json b/domains/jrdrwn.json deleted file mode 100644 index c70a16500..000000000 --- a/domains/jrdrwn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jrdrwn", - "email": "jordirwn@gmail.com", - "twitter": "_jrdrwan" - }, - "records": { - "CNAME": "jrdrwn.github.io" - } -} diff --git a/domains/jrmessias.json b/domains/jrmessias.json deleted file mode 100644 index f562eb242..000000000 --- a/domains/jrmessias.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jrmessias", - "email": "jrmessias@gmail.com", - "twitter": "jrmessias" - }, - "records": { - "CNAME": "jrmessias.github.io" - } -} diff --git a/domains/jubal.json b/domains/jubal.json deleted file mode 100644 index c61cc232d..000000000 --- a/domains/jubal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jubalslone", - "email": "jubal.slone@gmail.com" - }, - "records": { - "CNAME": "jubalslone.github.io" - } -} diff --git a/domains/julianwe17.json b/domains/julianwe17.json deleted file mode 100644 index 4b4015a65..000000000 --- a/domains/julianwe17.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Julianwe17", - "email": "julian.in.hbr@gmail.com", - "discord": "1055740356764901437" - }, - "records": { - "CNAME": "julianwe17.github.io" - } -} diff --git a/domains/just-muzz.json b/domains/just-muzz.json deleted file mode 100644 index 96bf2fefb..000000000 --- a/domains/just-muzz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "just-Muzz", - "email": "idrisking759@gmail.com", - "twitter": "just_Muzz" - }, - "records": { - "CNAME": "just-muzz.github.io" - } -} diff --git a/domains/justforever.json b/domains/justforever.json deleted file mode 100644 index d41dcd48a..000000000 --- a/domains/justforever.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DevJustForever's personal developer website", - "owner": { - "username": "DevJustForever", - "email": "mertcelik0541@gmail.com" - }, - "records": { - "CNAME": "devjustforever.github.io" - } -} diff --git a/domains/k93msy.json b/domains/k93msy.json deleted file mode 100644 index c1d5730ca..000000000 --- a/domains/k93msy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "K93MSY website", - "owner": { - "username": "K93MSY", - "email": "kuritama0903@gmail.com" - }, - "records": { - "CNAME": "k93msy.github.io" - } -} diff --git a/domains/kaguwo.json b/domains/kaguwo.json deleted file mode 100644 index 217bb5588..000000000 --- a/domains/kaguwo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kaguwo's Personal Website", - "owner": { - "username": "kaguwomin", - "email": "business@kaguwo.com" - }, - "records": { - "CNAME": "kaguwomin.github.io" - } -} diff --git a/domains/kai.json b/domains/kai.json deleted file mode 100644 index 11daa02b2..000000000 --- a/domains/kai.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "KAI is a Dev", - "owner": { - "username": "blackaimc", - "email": "blackaimc@gmail.com" - }, - "records": { - "CNAME": "blackaimc.github.io" - } -} diff --git a/domains/kakarot.json b/domains/kakarot.json deleted file mode 100644 index d6ca01d86..000000000 --- a/domains/kakarot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anshuayan", - "email": "kakarotp@proton.me" - }, - "records": { - "CNAME": "anshuayan.github.io" - } -} diff --git a/domains/kamlendras.json b/domains/kamlendras.json deleted file mode 100644 index 09a0abc4d..000000000 --- a/domains/kamlendras.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kamlendras", - "email": "kamlendras@proton.me" - }, - "records": { - "CNAME": "kamlendras.github.io" - } -} diff --git a/domains/kanti-tkm.json b/domains/kanti-tkm.json deleted file mode 100644 index 5f5f79e7b..000000000 --- a/domains/kanti-tkm.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Toyota Fan Website", - "owner": { - "username": "AshC1ty", - "email": "ashcity07734@gmail.com" - }, - "records": { - "CNAME": "ashc1ty.github.io" - } -} diff --git a/domains/kappucino.json b/domains/kappucino.json deleted file mode 100644 index 50d564091..000000000 --- a/domains/kappucino.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kappucin", - "discord": "853170099392479253" - }, - "records": { - "CNAME": "kappucin.github.io" - } -} diff --git a/domains/karify98.json b/domains/karify98.json deleted file mode 100644 index 9f78d0a18..000000000 --- a/domains/karify98.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "karify98", - "email": "nnnam048@gmail.com" - }, - "records": { - "CNAME": "karify98.github.io" - } -} diff --git a/domains/kavi.json b/domains/kavi.json deleted file mode 100644 index 40847ba61..000000000 --- a/domains/kavi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio website", - "owner": { - "username": "dkaviarasu", - "twitter": "kaviarasudm" - }, - "records": { - "CNAME": "dkaviarasu.github.io" - } -} diff --git a/domains/kaweees.json b/domains/kaweees.json deleted file mode 100644 index 7577328cc..000000000 --- a/domains/kaweees.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kaweees is a Dev", - "owner": { - "username": "Kaweees", - "email": "miguelvillafloran@gmail.com" - }, - "records": { - "CNAME": "kaweees.github.io" - } -} diff --git a/domains/keishi.json b/domains/keishi.json deleted file mode 100644 index 8227f0ab8..000000000 --- a/domains/keishi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VoidKeishi", - "email": "phananha4@gmail.com" - }, - "records": { - "CNAME": "voidkeishi.github.io" - } -} diff --git a/domains/keithkhaotic.json b/domains/keithkhaotic.json deleted file mode 100644 index a9a0e0320..000000000 --- a/domains/keithkhaotic.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "KeithKhaotic", - "email": "keithbussyness@gmail.com", - "twitter": "redrocker133" - }, - "records": { - "CNAME": "keithkhaotic.github.io" - } -} diff --git a/domains/keli5.json b/domains/keli5.json deleted file mode 100644 index fa4f82236..000000000 --- a/domains/keli5.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "keli5", - "owner": { - "username": "keli5", - "twitter": "keli5_letters" - }, - "records": { - "CNAME": "keli5.github.io" - } -} diff --git a/domains/kells.json b/domains/kells.json deleted file mode 100644 index 21ae4eb15..000000000 --- a/domains/kells.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kells is Developer!", - "owner": { - "username": "jwkim101201", - "email": "jwkim101201@gmail.com" - }, - "records": { - "CNAME": "jwkim101201.github.io" - } -} diff --git a/domains/kelly.json b/domains/kelly.json deleted file mode 100644 index 9b27867d4..000000000 --- a/domains/kelly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "email": "kelly@kellylawrence.ca", - "username": "kellylawrence" - }, - "records": { - "CNAME": "kellylawrence.github.io" - } -} diff --git a/domains/kermicidal.json b/domains/kermicidal.json deleted file mode 100644 index ffd00202a..000000000 --- a/domains/kermicidal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kermitsgonnakermicide", - "email": "kermicidal@gmail.com" - }, - "records": { - "CNAME": "kermitsgonnakermicide.github.io" - } -} diff --git a/domains/kev.json b/domains/kev.json deleted file mode 100644 index 6fa98d2ff..000000000 --- a/domains/kev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kevinle108", - "email": "kevinle108@gmail.com" - }, - "records": { - "CNAME": "kevinle108.github.io" - } -} diff --git a/domains/khanh.json b/domains/khanh.json deleted file mode 100644 index bff2c3afd..000000000 --- a/domains/khanh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Khanh's personal developer website", - "owner": { - "username": "canfam", - "email": "khanhpham072007@gmail.com" - }, - "records": { - "CNAME": "canfam.github.io" - } -} diff --git a/domains/khcrv.json b/domains/khcrv.json deleted file mode 100644 index ad9745663..000000000 --- a/domains/khcrv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "KhCrv Portfolio Website", - "owner": { - "username": "KhCrv", - "email": "pedusty@hotmail.com" - }, - "records": { - "CNAME": "khcrv.github.io" - } -} diff --git a/domains/kikemendez.json b/domains/kikemendez.json deleted file mode 100644 index 4c2cf517b..000000000 --- a/domains/kikemendez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kikeme98", - "email": "l.e.mendez1998@gmail.com" - }, - "records": { - "CNAME": "kikeme98.github.io" - } -} diff --git a/domains/kilic.json b/domains/kilic.json deleted file mode 100644 index 04572388a..000000000 --- a/domains/kilic.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kiliczsh", - "email": "muhammeddkilicc@gmail.com" - }, - "description": "personal site", - "records": { - "CNAME": "kiliczsh.github.io" - } -} diff --git a/domains/kiran.json b/domains/kiran.json deleted file mode 100644 index 9be263f2f..000000000 --- a/domains/kiran.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My very own is a dev domain for github pages", - "owner": { - "username": "kiranhart", - "email": "kiran.hart@live.com" - }, - "records": { - "CNAME": "kiranhart.github.io" - } -} diff --git a/domains/klouqzz.json b/domains/klouqzz.json deleted file mode 100644 index 1455f8388..000000000 --- a/domains/klouqzz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "klouqzz", - "email": "klouqz@gmail.com" - }, - "records": { - "CNAME": "klouqzz.github.io" - } -} diff --git a/domains/kml.json b/domains/kml.json deleted file mode 100644 index 5725aad7c..000000000 --- a/domains/kml.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kmlupreti", - "email": "kmlupreti@protonmail.com" - }, - "records": { - "CNAME": "kmlupreti.github.io" - } -} diff --git a/domains/konstantin-ivanov.json b/domains/konstantin-ivanov.json deleted file mode 100644 index 5781f531d..000000000 --- a/domains/konstantin-ivanov.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KonstanTinoVino", - "email": "koiv.work@gmail.com" - }, - "records": { - "CNAME": "konstantinovino.github.io" - } -} diff --git a/domains/koslz.json b/domains/koslz.json deleted file mode 100644 index a81c387fe..000000000 --- a/domains/koslz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com" - }, - "records": { - "CNAME": "koslz-studios.github.io" - } -} diff --git a/domains/koton-bads.json b/domains/koton-bads.json deleted file mode 100644 index 4eb1ec42d..000000000 --- a/domains/koton-bads.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Site", - "owner": { - "username": "KotonBads", - "email": "kotonbads@duck.com" - }, - "records": { - "CNAME": "kotonbads.github.io" - } -} diff --git a/domains/kreativethinker.json b/domains/kreativethinker.json deleted file mode 100644 index 91428b09f..000000000 --- a/domains/kreativethinker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KreativeThinker", - "email": "sagely2005eagle@gmail.com" - }, - "records": { - "CNAME": "kreativethinker.github.io" - } -} diff --git a/domains/kristiantokarim.json b/domains/kristiantokarim.json deleted file mode 100644 index e93b92042..000000000 --- a/domains/kristiantokarim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kristiantokarim", - "email": "kristiantokarim@gmail.com" - }, - "records": { - "CNAME": "kristiantokarim.github.io" - } -} diff --git a/domains/kryptx.json b/domains/kryptx.json deleted file mode 100644 index 3db5ceb69..000000000 --- a/domains/kryptx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0kryptx", - "email": "k3px@proton.me" - }, - "records": { - "CNAME": "0kryptx.github.io" - } -} diff --git a/domains/ksign.json b/domains/ksign.json deleted file mode 100644 index c3e359287..000000000 --- a/domains/ksign.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KSign-app", - "email": "tf.khoindvn@gmail.com" - }, - "records": { - "CNAME": "ksign-app.github.io" - } -} diff --git a/domains/kunal.json b/domains/kunal.json deleted file mode 100644 index d1f82c8db..000000000 --- a/domains/kunal.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "KunalSingh19", - "email": "KunalSingh19Yt@gmail.com", - "intagram": "it.z_kunal", - "discord": "Kunal#4461" - }, - "description": "I'll probably put some project pages on kunal.is-a.dev.", - "records": { - "CNAME": "kunalsingh19.github.io" - } -} diff --git a/domains/kuyo.json b/domains/kuyo.json deleted file mode 100644 index 5ad92f002..000000000 --- a/domains/kuyo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KaisenyiKuyo", - "discord": "1033580960882626630" - }, - "records": { - "CNAME": "kaisenyikuyo.github.io" - } -} diff --git a/domains/kweller.json b/domains/kweller.json deleted file mode 100644 index 9aa0d4b0d..000000000 --- a/domains/kweller.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "kweller.is-a.dev", - "owner": { - "username": "real-kwellercat", - "email": "lucas.rausch.732@k12.friscoisd.org" - }, - "records": { - "CNAME": "real-kwellercat.github.io" - } -} diff --git a/domains/l.funn.json b/domains/l.funn.json deleted file mode 100644 index fcb04a9f1..000000000 --- a/domains/l.funn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "funnsam", - "email": "funnsam8@gmail.com" - }, - "records": { - "CNAME": "funnsam.github.io" - } -} diff --git a/domains/l0ser.json b/domains/l0ser.json deleted file mode 100644 index 76340c549..000000000 --- a/domains/l0ser.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "L0SER's personal developer website", - "owner": { - "username": "L0SER8228", - "email": "loserlackey@gmail.com" - }, - "records": { - "CNAME": "l0ser8228.github.io" - } -} diff --git a/domains/lachsfilet.json b/domains/lachsfilet.json deleted file mode 100644 index fa4a7912c..000000000 --- a/domains/lachsfilet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Lachsfilet", - "email": "fberger10@gmx.de" - }, - "records": { - "CNAME": "lachsfilet.github.io" - } -} diff --git a/domains/lacti.json b/domains/lacti.json deleted file mode 100644 index 2f87b3748..000000000 --- a/domains/lacti.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lacti", - "email": "lactrious@gmail.com" - }, - "records": { - "CNAME": "lacti.github.io" - } -} diff --git a/domains/lambda.json b/domains/lambda.json deleted file mode 100644 index fbafb4b9c..000000000 --- a/domains/lambda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "stadial", - "email": "kfulain.uphrj@aleeas.com" - }, - "records": { - "CNAME": "stadial.github.io" - } -} diff --git a/domains/lazyllama.json b/domains/lazyllama.json deleted file mode 100644 index 64d15503d..000000000 --- a/domains/lazyllama.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lazylllama", - "email": "kws102522@gmail.com" - }, - "records": { - "CNAME": "lazylllama.github.io" - } -} diff --git a/domains/leha.json b/domains/leha.json deleted file mode 100644 index 52913a8fe..000000000 --- a/domains/leha.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Leha's little part of the web", - "owner": { - "username": "leha-code", - "email": "pezleha@duck.com", - "twitter": "pezleha2" - }, - "records": { - "CNAME": "leha-code.github.io" - } -} diff --git a/domains/lenicyl.json b/domains/lenicyl.json deleted file mode 100644 index 86871f4e6..000000000 --- a/domains/lenicyl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Lenicyl", - "discord": "HUT#5940" - }, - "records": { - "CNAME": "lenicyl.github.io" - } -} diff --git a/domains/leon.json b/domains/leon.json deleted file mode 100644 index 3ba7e3cae..000000000 --- a/domains/leon.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Leon is a dev!", - "owner": { - "username": "itsLeonB", - "email": "ellionblessan@gmail.com" - }, - "records": { - "CNAME": "itsLeonB.github.io" - }, - "proxied": true -} diff --git a/domains/levraiardox.json b/domains/levraiardox.json deleted file mode 100644 index e87012266..000000000 --- a/domains/levraiardox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LeVraiArdox", - "email": "adrian.arjoca18@gmail.com" - }, - "records": { - "CNAME": "levraiardox.github.io" - } -} diff --git a/domains/lihun.json b/domains/lihun.json deleted file mode 100644 index a2e5c40ca..000000000 --- a/domains/lihun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mushlihun", - "email": "muslihun@untan.ac.id" - }, - "records": { - "CNAME": "mushlihun.github.io" - } -} diff --git a/domains/liju.json b/domains/liju.json deleted file mode 100644 index 659168a28..000000000 --- a/domains/liju.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lijujayakumar", - "email": "lijusankar@gmail.com" - }, - "records": { - "CNAME": "lijujayakumar.github.io" - } -} diff --git a/domains/lilac.json b/domains/lilac.json deleted file mode 100644 index 2ae835237..000000000 --- a/domains/lilac.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "ima runnit up til my feet stop, pls god", - "owner": { - "username": "capoxxo", - "email": "cloudberry1337@gmail.com", - "twitter": "lilachvh" - }, - "records": { - "CNAME": "capoxxo.github.io" - } -} diff --git a/domains/lilith.json b/domains/lilith.json deleted file mode 100644 index 1f2a941b2..000000000 --- a/domains/lilith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LilithLovesYou", - "email": "dev.cutestloli@gmail.com" - }, - "records": { - "CNAME": "lilithlovesyou.github.io" - } -} diff --git a/domains/limeware.json b/domains/limeware.json deleted file mode 100644 index 225fe3d09..000000000 --- a/domains/limeware.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dunno8489" - }, - "records": { - "CNAME": "dunno8489.github.io" - }, - "proxied": true -} diff --git a/domains/linbuxiao.json b/domains/linbuxiao.json deleted file mode 100644 index 136e0ced4..000000000 --- a/domains/linbuxiao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "linbuxiao", - "email": "linbuxiao@gmail.com" - }, - "records": { - "CNAME": "linbuxiao.github.io" - } -} diff --git a/domains/linstall.json b/domains/linstall.json deleted file mode 100644 index f0c31b9b4..000000000 --- a/domains/linstall.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riotoff", - "discord": "1040929084684902460" - }, - "records": { - "CNAME": "riotoff.github.io" - } -} diff --git a/domains/linux.json b/domains/linux.json deleted file mode 100644 index afc1bf53f..000000000 --- a/domains/linux.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "linux", - "email": "linuxforall32@proton.me" - }, - "records": { - "CNAME": "linuxforall3.github.io" - } -} diff --git a/domains/linuxlover.json b/domains/linuxlover.json deleted file mode 100644 index cb2182e17..000000000 --- a/domains/linuxlover.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "winvistalover", - "discord": "952930824351780904" - }, - "records": { - "CNAME": "winvistalover.github.io" - } -} diff --git a/domains/lipi.json b/domains/lipi.json deleted file mode 100644 index 2a9346c79..000000000 --- a/domains/lipi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ReticentFacade", - "email": "lipisharma2911@gmail.com" - }, - "records": { - "CNAME": "reticentfacade.github.io" - } -} diff --git a/domains/liq.json b/domains/liq.json deleted file mode 100644 index bae155888..000000000 --- a/domains/liq.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Learning something new everyday", - "owner": { - "username": "DevLiQ" - }, - "records": { - "CNAME": "devliq.github.io" - } -} diff --git a/domains/llanero.json b/domains/llanero.json deleted file mode 100644 index cb48e752f..000000000 --- a/domains/llanero.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "robert-ds", - "email": "vasquez.robert.andres@gmail.com", - "twitter": "robertandres14" - }, - "records": { - "CNAME": "robert-ds.github.io" - } -} diff --git a/domains/lndr2501.json b/domains/lndr2501.json deleted file mode 100644 index 7c8ae2302..000000000 --- a/domains/lndr2501.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Lndr2501" - }, - "records": { - "CNAME": "lndr2501.github.io" - } -} diff --git a/domains/logan.json b/domains/logan.json deleted file mode 100644 index 752a43a71..000000000 --- a/domains/logan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "LoganTheDudeRox's custom development website.", - "owner": { - "username": "LoganLikesToCode", - "email": "logantheduderox@gmail.com", - "twitter": "LoganTheDudeRox" - }, - "records": { - "CNAME": "loganlikestocode.github.io" - } -} diff --git a/domains/lok.json b/domains/lok.json deleted file mode 100644 index e771a07c2..000000000 --- a/domains/lok.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Lok's portfolio website", - "owner": { - "username": "lokgubhaju", - "email": "lok.gubhaju@gmail.com" - }, - "records": { - "CNAME": "lokgubhaju.github.io" - } -} diff --git a/domains/lowsummer.json b/domains/lowsummer.json deleted file mode 100644 index 891864ac4..000000000 --- a/domains/lowsummer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Low Summer, simple apps with beautiful ui", - "owner": { - "username": "LowSummer", - "email": "bressynickolas2007@gmail.com", - "twitter": "agelofmor" - }, - "records": { - "CNAME": "lowsummer.github.io" - } -} diff --git a/domains/luis-ciber.json b/domains/luis-ciber.json deleted file mode 100644 index c31dc9e6f..000000000 --- a/domains/luis-ciber.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Luis Correa Leyva", - "owner": { - "username": "correaleyval", - "email": "correaleyval@gmail.com" - }, - "records": { - "CNAME": "correaleyval.github.io" - } -} diff --git a/domains/luizdario.json b/domains/luizdario.json deleted file mode 100644 index 11dcd0e48..000000000 --- a/domains/luizdario.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luizearaujo", - "email": "luiz.dario.araujo@hotmail.com" - }, - "records": { - "CNAME": "luizearaujo.github.io" - } -} diff --git a/domains/lunarleaf.json b/domains/lunarleaf.json deleted file mode 100644 index 801dc4c0f..000000000 --- a/domains/lunarleaf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LunarLeaf", - "email": "laptopaleksa45@gmail.com" - }, - "records": { - "CNAME": "lunarleaf.github.io" - } -} diff --git a/domains/lunax0390.json b/domains/lunax0390.json deleted file mode 100644 index 5296d10a2..000000000 --- a/domains/lunax0390.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nobio Yep", - "owner": { - "username": "lunax0390", - "email": "moonsec99@gmail.com" - }, - "records": { - "CNAME": "lunax0390.github.io" - } -} diff --git a/domains/luoduyu.json b/domains/luoduyu.json deleted file mode 100644 index 2987b3de8..000000000 --- a/domains/luoduyu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luoduyu", - "email": "luoduyu@hotmail.com" - }, - "records": { - "CNAME": "luoduyu.github.io" - } -} diff --git a/domains/lutherantz.json b/domains/lutherantz.json deleted file mode 100644 index dcf36444a..000000000 --- a/domains/lutherantz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lutherantz", - "email": "akamecanic@gmail.com" - }, - "records": { - "CNAME": "lutherantz.github.io" - } -} diff --git a/domains/lxquid.json b/domains/lxquid.json deleted file mode 100644 index b711a0676..000000000 --- a/domains/lxquid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lxquid", - "email": "info@minemix.de" - }, - "records": { - "CNAME": "liquiddevelopmentnet.github.io" - } -} diff --git a/domains/m4hbod.json b/domains/m4hbod.json deleted file mode 100644 index 6c02e8f0c..000000000 --- a/domains/m4hbod.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "M4hbod's .is-a.dev domain", - "owner": { - "username": "M4hbod", - "email": "m4hbod@proton.me", - "telegram": "M4hbod", - "discord": "M4hbod#1615" - }, - "records": { - "CNAME": "m4hbod.github.io" - } -} diff --git a/domains/maclong.json b/domains/maclong.json deleted file mode 100644 index 88c8c2b74..000000000 --- a/domains/maclong.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mac Long's personal developer portfolio and blog.", - "owner": { - "username": "maclong9", - "email": "maclong9@icloud.com" - }, - "records": { - "CNAME": "maclong9.github.io" - } -} diff --git a/domains/maddy.json b/domains/maddy.json deleted file mode 100644 index 7c35d0b10..000000000 --- a/domains/maddy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhav-madhusoodanan", - "email": "f20200049@pilani.bits-pilani.ac.in" - }, - "records": { - "CNAME": "madhav-madhusoodanan.github.io" - } -} diff --git a/domains/madhan.json b/domains/madhan.json deleted file mode 100644 index 655aa9b2a..000000000 --- a/domains/madhan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhank93", - "email": "madhankumaravelu93@gmail.com" - }, - "records": { - "CNAME": "madhank93.github.io" - } -} diff --git a/domains/madhavjhawar.json b/domains/madhavjhawar.json deleted file mode 100644 index d23312329..000000000 --- a/domains/madhavjhawar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "personal webste", - "owner": { - "username": "madhav32x", - "email": "madhavjhawar@gmail.com" - }, - "records": { - "CNAME": "madhav32x.github.io" - } -} diff --git a/domains/madhup.json b/domains/madhup.json deleted file mode 100644 index 3a004315b..000000000 --- a/domains/madhup.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhup", - "discord": "714323644641181737" - }, - "records": { - "CNAME": "madhup.github.io" - } -} diff --git a/domains/madhurya.json b/domains/madhurya.json deleted file mode 100644 index 6ec4aa209..000000000 --- a/domains/madhurya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhuryadutta", - "email": "www.madhuryadutta2016@gmail.com" - }, - "records": { - "CNAME": "madhuryadutta.github.io" - } -} diff --git a/domains/madkarma.json b/domains/madkarma.json deleted file mode 100644 index 6e7f6d361..000000000 --- a/domains/madkarma.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madkarmaa", - "email": "madkarma99@gmail.com" - }, - "records": { - "CNAME": "madkarmaa.github.io" - } -} diff --git a/domains/magma.json b/domains/magma.json deleted file mode 100644 index 4d1893b51..000000000 --- a/domains/magma.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "magma's personal developer profile", - "owner": { - "username": "mgam-is-dreamin", - "email": "sacred.lunar.dragon@gmail.com" - }, - "records": { - "CNAME": "mgam-is-dreamin.github.io" - } -} diff --git a/domains/magniquick.json b/domains/magniquick.json deleted file mode 100644 index d68b8d1a0..000000000 --- a/domains/magniquick.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "magniquick", - "discord": "Magniquick#5003" - }, - "records": { - "CNAME": "magniquick.github.io" - } -} diff --git a/domains/mahdiruiz.json b/domains/mahdiruiz.json deleted file mode 100644 index cb2e98362..000000000 --- a/domains/mahdiruiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mrdev88", - "discord": "1182049473673830435" - }, - "records": { - "CNAME": "mrdev88.github.io" - } -} diff --git a/domains/mahmud.json b/domains/mahmud.json deleted file mode 100644 index fc72ff0c9..000000000 --- a/domains/mahmud.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "mahmud's portfolio website", - "owner": { - "username": "JBAxB8h7", - "email": "kanieloutis758@gmail.com", - "twitter": "mahmudislam47" - }, - "records": { - "CNAME": "jbaxb8h7.github.io" - } -} diff --git a/domains/maks.json b/domains/maks.json deleted file mode 100644 index 46090de09..000000000 --- a/domains/maks.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A person portfolio site for me", - "owner": { - "username": "LinusBotTips", - "email": "maks-dev@outlook.com" - }, - "records": { - "CNAME": "linusbottips.github.io" - } -} diff --git a/domains/mamun.json b/domains/mamun.json deleted file mode 100644 index 4146e1721..000000000 --- a/domains/mamun.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mamun's website", - "owner": { - "username": "mamunhpath", - "email": "mamunhpath@hotmail.com" - }, - "records": { - "CNAME": "mamunhpath.github.io" - } -} diff --git a/domains/maninder.json b/domains/maninder.json deleted file mode 100644 index 19949e3c4..000000000 --- a/domains/maninder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Github Page!", - "owner": { - "username": "github4maninder", - "email": "iamgoat@tutanota.com" - }, - "records": { - "CNAME": "maninder.github.io" - } -} diff --git a/domains/manish-madi.json b/domains/manish-madi.json deleted file mode 100644 index 4f71b379e..000000000 --- a/domains/manish-madi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m-manish03", - "email": "manish.rebel14@gmail.com" - }, - "records": { - "CNAME": "m-manish03.github.io" - } -} diff --git a/domains/manit.json b/domains/manit.json deleted file mode 100644 index 5d52efc43..000000000 --- a/domains/manit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "namzop", - "email": "manit.765489@gmail.com" - }, - "records": { - "CNAME": "namzop.github.io" - } -} diff --git a/domains/manoj.json b/domains/manoj.json deleted file mode 100644 index 856757397..000000000 --- a/domains/manoj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ManojINaik", - "email": "naik97059@gmail.com" - }, - "records": { - "CNAME": "manojinaik.github.io" - } -} diff --git a/domains/mantas.json b/domains/mantas.json deleted file mode 100644 index f905558ca..000000000 --- a/domains/mantas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mantas is a developer!", - "owner": { - "username": "mantooc", - "email": "mantasnugaras@gmail.com" - }, - "records": { - "CNAME": "mantooc.github.io" - } -} diff --git a/domains/manugeni.json b/domains/manugeni.json deleted file mode 100644 index e82dd6a65..000000000 --- a/domains/manugeni.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "manugeni" - }, - "records": { - "CNAME": "manugeni.github.io" - } -} diff --git a/domains/marcelomrwin.json b/domains/marcelomrwin.json deleted file mode 100644 index 0767b309b..000000000 --- a/domains/marcelomrwin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website to showcase the stuff that I do", - "owner": { - "username": "marcelomrwin", - "email": "marcelo.d.sales@gmail.com" - }, - "records": { - "CNAME": "marcelomrwin.github.io" - } -} diff --git a/domains/marchiba99.json b/domains/marchiba99.json deleted file mode 100644 index b227a79ab..000000000 --- a/domains/marchiba99.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "marchiba99", - "email": "marchiba99@gmail.com" - }, - "records": { - "CNAME": "marchiba99.github.io" - } -} diff --git a/domains/marcos.json b/domains/marcos.json deleted file mode 100644 index adb73fe1a..000000000 --- a/domains/marcos.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Developer portfolio", - "owner": { - "username": "mtoranzo", - "email": "mtoranzo@gmail.com" - }, - "records": { - "CNAME": "mtoranzo.github.io" - } -} diff --git a/domains/mariano-avila.json b/domains/mariano-avila.json deleted file mode 100644 index be8527db9..000000000 --- a/domains/mariano-avila.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "dxravage", - "email": "marianoavilaj4@gmail.com", - "twitter": "MarianoAvilaC" - }, - "records": { - "CNAME": "dxravage.github.io" - } -} diff --git a/domains/mario-papetti.json b/domains/mario-papetti.json deleted file mode 100644 index 0b2c88db6..000000000 --- a/domains/mario-papetti.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mario-dango", - "email": "mp.robots@gmail.com" - }, - "records": { - "CNAME": "mario-dango.github.io" - } -} diff --git a/domains/markus.json b/domains/markus.json deleted file mode 100644 index 5d53952b8..000000000 --- a/domains/markus.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/markusjx/markusjx.github.io", - "owner": { - "username": "markusjx", - "email": "markusjx11@gmail.com" - }, - "records": { - "CNAME": "markusjx.github.io" - } -} diff --git a/domains/marlon.json b/domains/marlon.json deleted file mode 100644 index 900f24314..000000000 --- a/domains/marlon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MarlonDevs", - "email": "marlonmogollon13@gmail.com" - }, - "records": { - "CNAME": "marlondevs.github.io" - } -} diff --git a/domains/martin.json b/domains/martin.json deleted file mode 100644 index ddffc2d5b..000000000 --- a/domains/martin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "martinshaw", - "email": "hello@martinshaw.co" - }, - "records": { - "CNAME": "martinshaw.github.io" - } -} diff --git a/domains/maryll.json b/domains/maryll.json deleted file mode 100644 index 075acdf97..000000000 --- a/domains/maryll.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maryll-castelino", - "email": "maryllcastelino@gmail.com" - }, - "records": { - "CNAME": "maryll-castelino.github.io" - } -} diff --git a/domains/masmiyen.json b/domains/masmiyen.json deleted file mode 100644 index ed3c3da33..000000000 --- a/domains/masmiyen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MASMIYEN", - "email": "masmiyen@gmail.com", - "twitter": "MAsmiyen" - }, - "records": { - "CNAME": "masmiyen.github.io" - } -} diff --git a/domains/masood.json b/domains/masood.json deleted file mode 100644 index 43c68346e..000000000 --- a/domains/masood.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Masood Mohammad's Personal Website", - "owner": { - "username": "masoodbinmohammad", - "email": "masoodbinmohammad@hotmail.com" - }, - "records": { - "CNAME": "masoodbinmohammad.github.io" - } -} diff --git a/domains/matbak.json b/domains/matbak.json deleted file mode 100644 index 39e79947a..000000000 --- a/domains/matbak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "matbakdev", - "email": "matbakdev@protonmail.com" - }, - "records": { - "CNAME": "matbakdev.github.io" - } -} diff --git a/domains/mateoguidi.json b/domains/mateoguidi.json deleted file mode 100644 index a2e744d90..000000000 --- a/domains/mateoguidi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MateoGuidi", - "email": "mateo.guidi5@gmail.com" - }, - "records": { - "CNAME": "mateoguidi.github.io" - } -} diff --git a/domains/mateuseap.json b/domains/mateuseap.json deleted file mode 100644 index 62cfb4730..000000000 --- a/domains/mateuseap.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mateuseap", - "email": "mateuseap@mateuseap.com" - }, - "records": { - "CNAME": "mateuseap.github.io" - } -} diff --git a/domains/matheus.json b/domains/matheus.json deleted file mode 100644 index e85aaea17..000000000 --- a/domains/matheus.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Matheus Costa's personal developer website", - "owner": { - "username": "mthcsta", - "email": "matheuscosta.dev@yahoo.com" - }, - "records": { - "CNAME": "mthcsta.github.io" - } -} diff --git a/domains/mathu-lmn.json b/domains/mathu-lmn.json deleted file mode 100644 index fe8478524..000000000 --- a/domains/mathu-lmn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "mathu-lmn.is-a.dev", - "owner": { - "username": "mathu-lmn", - "discord": "Mathu_lmn#6970" - }, - "records": { - "CNAME": "mathu-lmn.github.io" - } -} diff --git a/domains/mattcheng.json b/domains/mattcheng.json deleted file mode 100644 index 16192abde..000000000 --- a/domains/mattcheng.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "mattchengg" - }, - "records": { - "CNAME": "mattchengg.github.io" - } -} diff --git a/domains/maxwelbm.json b/domains/maxwelbm.json deleted file mode 100644 index 7b1c5b392..000000000 --- a/domains/maxwelbm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "maxwelbm", - "email": "maxwelbm@hotmail.com" - }, - "records": { - "CNAME": "maxwelbm.github.io" - } -} diff --git a/domains/mayank2808sharma.json b/domains/mayank2808sharma.json deleted file mode 100644 index a58f21715..000000000 --- a/domains/mayank2808sharma.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "mayank2808sharma", - "email": "mayank2808sharma@gmail.com", - "twitter": "mayanksharmaa03" - }, - "records": { - "CNAME": "mayank2808sharma.github.io" - } -} diff --git a/domains/mb.json b/domains/mb.json deleted file mode 100644 index 2777ef44a..000000000 --- a/domains/mb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Michael's personal developer website", - "owner": { - "username": "mbrav", - "email": "mbrav@protonmail.com" - }, - "records": { - "CNAME": "mbrav.github.io" - } -} diff --git a/domains/mburguete.json b/domains/mburguete.json deleted file mode 100644 index b80182d7a..000000000 --- a/domains/mburguete.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nai98x", - "email": "marianoburguete@gmail.com" - }, - "records": { - "CNAME": "nai98x.github.io" - } -} diff --git a/domains/mcotocel.json b/domains/mcotocel.json deleted file mode 100644 index fe539f59f..000000000 --- a/domains/mcotocel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Matei Cotocel's Site", - "owner": { - "username": "mcotocel", - "email": "mcotocel@outlook.com" - }, - "records": { - "CNAME": "mcotocel.github.io" - } -} diff --git a/domains/medhanite.json b/domains/medhanite.json deleted file mode 100644 index f6b8724cc..000000000 --- a/domains/medhanite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EyobYb", - "email": "eyobyirgu@gmail.com" - }, - "records": { - "CNAME": "medhanite.github.io" - } -} diff --git a/domains/mehedihjim.json b/domains/mehedihjim.json deleted file mode 100644 index 79e470151..000000000 --- a/domains/mehedihjim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mehedihjim", - "email": "mhjim.info@gmail.com" - }, - "records": { - "CNAME": "mehedihjim.github.io" - } -} diff --git a/domains/melwyn.json b/domains/melwyn.json deleted file mode 100644 index 13b6529df..000000000 --- a/domains/melwyn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "melwyn95", - "email": "melwyn95@gmail.com" - }, - "records": { - "CNAME": "melwyn95.github.io" - } -} diff --git a/domains/mertdemir.json b/domains/mertdemir.json deleted file mode 100644 index 4da4959d4..000000000 --- a/domains/mertdemir.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mert Demir CV", - "owner": { - "username": "mertdemir0", - "email": "mertdemir@pec.it" - }, - "records": { - "CNAME": "mertdemir0.github.io" - } -} diff --git a/domains/michael.json b/domains/michael.json deleted file mode 100644 index e4f1a37b8..000000000 --- a/domains/michael.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "michaelmano", - "email": "michael.mano26@gmail.com" - }, - "records": { - "CNAME": "michaelmano.github.io" - } -} diff --git a/domains/michioxd.json b/domains/michioxd.json deleted file mode 100644 index 2b3198f71..000000000 --- a/domains/michioxd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "michioxd", - "email": "michio.haiyaku@gmail.com" - }, - "records": { - "CNAME": "michioxd.github.io" - } -} diff --git a/domains/micky.json b/domains/micky.json deleted file mode 100644 index b02cf0876..000000000 --- a/domains/micky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Manish5121", - "email": "manishgambhirrao21@gmail.com" - }, - "records": { - "CNAME": "manish5121.github.io" - } -} diff --git a/domains/mihai.json b/domains/mihai.json deleted file mode 100644 index 1a411ad79..000000000 --- a/domains/mihai.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "8xu", - "email": "mihai@8xu.tech", - "twitter": "reallymihai" - }, - "records": { - "CNAME": "8xu.github.io" - } -} diff --git a/domains/mihchis.json b/domains/mihchis.json deleted file mode 100644 index 95b55fbe6..000000000 --- a/domains/mihchis.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "mihchis" - }, - "records": { - "CNAME": "mihchis.github.io" - } -} diff --git a/domains/mihrpsah.json b/domains/mihrpsah.json deleted file mode 100644 index 37f4ab534..000000000 --- a/domains/mihrpsah.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mihrpsah", - "email": "smihirp1@gmail.com" - }, - "records": { - "CNAME": "mihrpsah.github.io" - } -} diff --git a/domains/mijhelt.json b/domains/mijhelt.json deleted file mode 100644 index 2cf78e11a..000000000 --- a/domains/mijhelt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ejrv", - "email": "ondanwe@gmail.com" - }, - "description": "Aero Glass+", - "records": { - "CNAME": "mijhelt.github.io" - } -} diff --git a/domains/mikey.json b/domains/mikey.json deleted file mode 100644 index d7b16dede..000000000 --- a/domains/mikey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "isigebengu-mikey", - "email": "mikey@mikeyo.ml" - }, - "records": { - "CNAME": "isigebengu-mikey.github.io" - } -} diff --git a/domains/mikronet.json b/domains/mikronet.json deleted file mode 100644 index a60c3e5f6..000000000 --- a/domains/mikronet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mikrodinet", - "email": "mikrodinet@gmail.com" - }, - "records": { - "CNAME": "mikrodinet.github.io" - } -} diff --git a/domains/mineek.json b/domains/mineek.json deleted file mode 100644 index c2bb5216e..000000000 --- a/domains/mineek.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website", - "owner": { - "username": "mineek", - "discord": "Mineek#6323" - }, - "records": { - "CNAME": "mineek.github.io" - } -} diff --git a/domains/minh2000.json b/domains/minh2000.json deleted file mode 100644 index edad97a53..000000000 --- a/domains/minh2000.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com", - "discord": "634263941153030175" - }, - "records": { - "CNAME": "minnb-bit.github.io" - } -} diff --git a/domains/minhh2792.json b/domains/minhh2792.json deleted file mode 100644 index 50ebe1644..000000000 --- a/domains/minhh2792.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "minhh2792", - "email": "minhh2792.work@gmail.com", - "twitter": "minhh2792" - }, - "records": { - "CNAME": "minhh2792.github.io" - } -} diff --git a/domains/minhmmb.json b/domains/minhmmb.json deleted file mode 100644 index fdc5ac473..000000000 --- a/domains/minhmmb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com" - }, - "records": { - "CNAME": "minnb-bit.github.io" - } -} diff --git a/domains/minnb-bit.json b/domains/minnb-bit.json deleted file mode 100644 index edad97a53..000000000 --- a/domains/minnb-bit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com", - "discord": "634263941153030175" - }, - "records": { - "CNAME": "minnb-bit.github.io" - } -} diff --git a/domains/mioscape.json b/domains/mioscape.json deleted file mode 100644 index 92a1b1b54..000000000 --- a/domains/mioscape.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "This website is a link to my personal blog.", - "owner": { - "username": "mioscape", - "email": "mioscape@gmail.com" - }, - "records": { - "CNAME": "mioscape.github.io" - } -} diff --git a/domains/mirozr.json b/domains/mirozr.json deleted file mode 100644 index f6d9e58f8..000000000 --- a/domains/mirozr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "miroslavchen", - "email": "miroslavnezgoduk8@gmail.com" - }, - "records": { - "CNAME": "miroslavchen.github.io" - } -} diff --git a/domains/misaka.json b/domains/misaka.json deleted file mode 100644 index 0c03e6b8e..000000000 --- a/domains/misaka.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/misaka12843/misaka12843.github.io", - "owner": { - "username": "misaka12843", - "email": "misaka12843@outlook.com" - }, - "records": { - "CNAME": "misaka12843.github.io" - } -} diff --git a/domains/miten.json b/domains/miten.json deleted file mode 100644 index dda5e518c..000000000 --- a/domains/miten.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m1ten", - "email": "h4ckr+github@icloud.com" - }, - "records": { - "CNAME": "m1ten.github.io" - } -} diff --git a/domains/mjclavillas.json b/domains/mjclavillas.json deleted file mode 100644 index 071dd144e..000000000 --- a/domains/mjclavillas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "", - "owner": { - "username": "mjclavillas", - "email": "mjdc1337@gmail.com" - }, - "records": { - "CNAME": "mjclavillas.github.io" - } -} diff --git a/domains/mk.json b/domains/mk.json deleted file mode 100644 index eb3fdf097..000000000 --- a/domains/mk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mklabs", - "email": "daniel.mickael@gmail.com" - }, - "records": { - "CNAME": "mklabs.github.io" - } -} diff --git a/domains/mkblane.json b/domains/mkblane.json deleted file mode 100644 index 94c23c4d7..000000000 --- a/domains/mkblane.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkblane", - "email": "rendaniman@outlook.com" - }, - "records": { - "CNAME": "mkblane.github.io" - } -} diff --git a/domains/mkk.json b/domains/mkk.json deleted file mode 100644 index dbcb2bad6..000000000 --- a/domains/mkk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "maokangkun", - "email": "uri.lqy@gmail.com" - }, - "records": { - "CNAME": "urinx.github.io" - } -} diff --git a/domains/mmondragon.json b/domains/mmondragon.json deleted file mode 100644 index de7d74794..000000000 --- a/domains/mmondragon.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Mac-Mondragon" - }, - "records": { - "CNAME": "Mac-Mondragon.github.io" - } -} diff --git a/domains/moca.json b/domains/moca.json deleted file mode 100644 index f31b75474..000000000 --- a/domains/moca.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MocaSrour", - "email": "mukarramsrour@gmail.com" - }, - "records": { - "CNAME": "mocasrour.github.io" - } -} diff --git a/domains/moddedstuffguy.json b/domains/moddedstuffguy.json deleted file mode 100644 index 3bb53e0f2..000000000 --- a/domains/moddedstuffguy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Personal Developer WebPage", - "owner": { - "username": "moddedstuffguy", - "email": "pruebecitasg2@gmail.com" - }, - "records": { - "CNAME": "moddedstuffguy.github.io" - } -} diff --git a/domains/moha.json b/domains/moha.json deleted file mode 100644 index 327e90f07..000000000 --- a/domains/moha.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mohaned's personal website", - "owner": { - "username": "mohanedashraf", - "twitter": "mohanedzz" - }, - "records": { - "CNAME": "mohanedashraf.github.io" - } -} diff --git a/domains/mohannadk28.json b/domains/mohannadk28.json deleted file mode 100644 index 3d6cd10ad..000000000 --- a/domains/mohannadk28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mohannadk28's Temporary Page", - "owner": { - "username": "Mohannadk28", - "email": "mohannadk28@protonmail.com" - }, - "records": { - "CNAME": "mohannadk28.github.io" - } -} diff --git a/domains/mohdsohel.json b/domains/mohdsohel.json deleted file mode 100644 index 6c68a320a..000000000 --- a/domains/mohdsohel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal Portfolio website", - "owner": { - "username": "realsohel", - "email": "salmanisohail26@gmail.com", - "twitter": "real_sohel_" - }, - "records": { - "CNAME": "realsohel.github.io" - } -} diff --git a/domains/moncef.json b/domains/moncef.json deleted file mode 100644 index e55d2b5c4..000000000 --- a/domains/moncef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m2ncef", - "email": "moncxff@gmail.com" - }, - "records": { - "CNAME": "m2ncef.github.io" - } -} diff --git a/domains/moon.json b/domains/moon.json deleted file mode 100644 index 2706bdb31..000000000 --- a/domains/moon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "SORRY I REALIZED I WANTED TO CHANGE MY SUBDOMAIN SORRY FOR THE INCONVIENENCE", - "owner": { - "username": "cx622", - "email": "this-email@is-sus.com" - }, - "records": { - "CNAME": "cx622.github.io" - } -} diff --git a/domains/mopamo.json b/domains/mopamo.json deleted file mode 100644 index 61cd6d21c..000000000 --- a/domains/mopamo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MoPaMo", - "email": "mopamo@protonmail.com", - "twitter": "MoPaMo_" - }, - "records": { - "CNAME": "mopamo.github.io" - } -} diff --git a/domains/morphoit.json b/domains/morphoit.json deleted file mode 100644 index 80c324983..000000000 --- a/domains/morphoit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "morphoit profile site", - "owner": { - "username": "morphoit", - "email": "morphoits@gmail.com" - }, - "records": { - "CNAME": "morphoit.github.io" - } -} diff --git a/domains/mpy.json b/domains/mpy.json deleted file mode 100644 index 597b24705..000000000 --- a/domains/mpy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mike Perry Y Attara's personal website", - "owner": { - "username": "mikeattara", - "email": "mpyebattara@gmail.com" - }, - "records": { - "CNAME": "mikeattara.github.io" - } -} diff --git a/domains/mrasyadc.json b/domains/mrasyadc.json deleted file mode 100644 index 48a43404d..000000000 --- a/domains/mrasyadc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "mrasyadc", - "email": "mrasyadc@gmail.com" - }, - "records": { - "CNAME": "mrasyadc.github.io" - } -} diff --git a/domains/mrdavidss.json b/domains/mrdavidss.json deleted file mode 100644 index 00fb5b108..000000000 --- a/domains/mrdavidss.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mrdavidss-vgg", - "email": "mrdavidssbusiness@gmail.com", - "github": "mrdavidss-vgg", - "discord": "mrdavidss" - }, - "records": { - "CNAME": "mrdavidss-vgg.github.io" - } -} diff --git a/domains/mrepol742.json b/domains/mrepol742.json deleted file mode 100644 index b6b2ed503..000000000 --- a/domains/mrepol742.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrepol742", - "email": "mrepol742@gmail.com" - }, - "records": { - "CNAME": "mrepol742.github.io" - } -} diff --git a/domains/mrkos.json b/domains/mrkos.json deleted file mode 100644 index af8a8b2db..000000000 --- a/domains/mrkos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Personal Page", - "owner": { - "username": "mrkOS1210" - }, - "records": { - "CNAME": "mrkos1210.github.io" - } -} diff --git a/domains/mrksbgg.json b/domains/mrksbgg.json deleted file mode 100644 index 56bb01010..000000000 --- a/domains/mrksbgg.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "mrksbgg", - "email": "lapo.ez.yt@gmail.com", - "discord": "1097383143708827679" - }, - "records": { - "CNAME": "mrksbgg.github.io" - } -} diff --git a/domains/mrthundergod.json b/domains/mrthundergod.json deleted file mode 100644 index 75b9f1cd3..000000000 --- a/domains/mrthundergod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The ThunderDome", - "owner": { - "username": "mrthundergod", - "email": "mrthundergod@gmail.com" - }, - "records": { - "CNAME": "mrthundergod.github.io" - } -} diff --git a/domains/muchenski.json b/domains/muchenski.json deleted file mode 100644 index 5cdec6d0c..000000000 --- a/domains/muchenski.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Muchenski's personal developer website", - "owner": { - "username": "Muchenski", - "email": "muchenski.dev@gmail.com" - }, - "records": { - "CNAME": "muchenski.github.io" - } -} diff --git a/domains/muff.json b/domains/muff.json deleted file mode 100644 index d21fbc99c..000000000 --- a/domains/muff.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lifeless-muffin", - "email": "mansoorroeen71@gmail.com" - }, - "records": { - "CNAME": "lifeless-muffin.github.io" - } -} diff --git a/domains/muhammadbasitobaid.json b/domains/muhammadbasitobaid.json deleted file mode 100644 index 30539adf0..000000000 --- a/domains/muhammadbasitobaid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "muhammadbasitobaid.is-a.dev", - "owner": { - "username": "muhammadbasitobaid", - "email": "muhammadbasitobaid@gmail.com" - }, - "records": { - "CNAME": "muhammadbasitobaid.github.io" - } -} diff --git a/domains/muiz.json b/domains/muiz.json deleted file mode 100644 index 470dffb61..000000000 --- a/domains/muiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MuizU", - "email": "muizuvais99@gmail.com" - }, - "records": { - "CNAME": "muizu.github.io" - } -} diff --git a/domains/muntasir.json b/domains/muntasir.json deleted file mode 100644 index bb1fb3db2..000000000 --- a/domains/muntasir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muntasir-dev", - "email": "meeoundnp@gmail.com" - }, - "records": { - "CNAME": "muntasir-de.github.io" - } -} diff --git a/domains/murodovazizmurod.json b/domains/murodovazizmurod.json deleted file mode 100644 index 50a84c48d..000000000 --- a/domains/murodovazizmurod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Murodov Azizmurod's website", - "owner": { - "username": "murodovazizmurod", - "email": "murodovazizmurod@gmail.com" - }, - "records": { - "CNAME": "murodovazizmurod.github.io" - } -} diff --git a/domains/my5ter.json b/domains/my5ter.json deleted file mode 100644 index 794557d8c..000000000 --- a/domains/my5ter.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MysterV", - "email": "myster@ik.me", - "discord": "my5ter" - }, - "records": { - "CNAME": "mysterv.github.io" - } -} diff --git a/domains/mystery.json b/domains/mystery.json deleted file mode 100644 index 69b104d2d..000000000 --- a/domains/mystery.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SilentDemonSD", - "email": "mysterysd.sd@gmail.com" - }, - "records": { - "CNAME": "silentdemonsd.github.io" - } -} diff --git a/domains/nabil.json b/domains/nabil.json deleted file mode 100644 index b94c08972..000000000 --- a/domains/nabil.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Rahat Morshed Nabil - Portfolio", - "owner": { - "username": "imrmnabil", - "email": "imrmnabil@gmail.com" - }, - "records": { - "CNAME": "imrmnabil.github.io" - } -} diff --git a/domains/nadeerasilva.json b/domains/nadeerasilva.json deleted file mode 100644 index e0d23001c..000000000 --- a/domains/nadeerasilva.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nadeerasilvaa", - "email": "nadeerasilva01@gmail.com" - }, - "records": { - "CNAME": "nadeerasilvaa.github.io" - } -} diff --git a/domains/nahuelnavales.json b/domains/nahuelnavales.json deleted file mode 100644 index 1516c7057..000000000 --- a/domains/nahuelnavales.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "navalesnahuel", - "email": "navalesnahuel@gmail.com" - }, - "records": { - "CNAME": "navalesnahuel.github.io" - } -} diff --git a/domains/nai.json b/domains/nai.json deleted file mode 100644 index a1601b484..000000000 --- a/domains/nai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NailethR", - "email": "nait.0005@gmail.com" - }, - "records": { - "CNAME": "nailethr.github.io" - } -} diff --git a/domains/naman.json b/domains/naman.json deleted file mode 100644 index 97eaef273..000000000 --- a/domains/naman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Naman-Gururani", - "email": "gururaninaman@gmail.com" - }, - "records": { - "CNAME": "naman-gururani.github.io" - } -} diff --git a/domains/namesmt.json b/domains/namesmt.json deleted file mode 100644 index 629b0f47e..000000000 --- a/domains/namesmt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NamesMT", - "email": "dangquoctrung123@gmail.com" - }, - "records": { - "CNAME": "namesmt.github.io" - } -} diff --git a/domains/nan.json b/domains/nan.json deleted file mode 100644 index 0a7411306..000000000 --- a/domains/nan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "BegalNenen", - "email": "harpesmun69@gmail.com", - "facebook": "https://facebook.com/nan.phtml" - }, - "records": { - "CNAME": "begalnenen.github.io" - } -} diff --git a/domains/nand.json b/domains/nand.json deleted file mode 100644 index 7727e6c5d..000000000 --- a/domains/nand.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nand's web", - "owner": { - "username": "nandkk05", - "email": "nandkk07@gmail.com" - }, - "records": { - "CNAME": "nandkk05.github.io" - } -} diff --git a/domains/natalievu.json b/domains/natalievu.json deleted file mode 100644 index df4637caf..000000000 --- a/domains/natalievu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio for Natalie Vu", - "owner": { - "username": "tnvu7", - "email": "vuthunga2001@gmail.com" - }, - "records": { - "CNAME": "tnvu7.github.io" - } -} diff --git a/domains/nathan.json b/domains/nathan.json deleted file mode 100644 index d44b71f16..000000000 --- a/domains/nathan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/nduartech/nduartech.github.io", - "owner": { - "username": "nduartech", - "email": "nduartech101@gmail.com" - }, - "records": { - "CNAME": "nduartech.github.io" - } -} diff --git a/domains/naveenxd.json b/domains/naveenxd.json deleted file mode 100644 index 16a6f137a..000000000 --- a/domains/naveenxd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "naveenxd.is-a.dev", - "owner": { - "username": "Naveen-X", - "email": "naveen@ourclg.tech" - }, - "records": { - "CNAME": "naveen-x.github.io" - } -} diff --git a/domains/nayandas.json b/domains/nayandas.json deleted file mode 100644 index 955740679..000000000 --- a/domains/nayandas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NayanJD", - "email": "dastms@gmail.com" - }, - "records": { - "CNAME": "nayanjd.github.io" - } -} diff --git a/domains/nebula.json b/domains/nebula.json deleted file mode 100644 index a0e6640fb..000000000 --- a/domains/nebula.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website", - "owner": { - "username": "itsnebulalol", - "email": "computerman1229@gmail.com" - }, - "records": { - "CNAME": "itsnebulalol.github.io" - } -} diff --git a/domains/neeyl.json b/domains/neeyl.json deleted file mode 100644 index d3824aa5d..000000000 --- a/domains/neeyl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "subhramit", - "email": "subhramit.bb@live.in" - }, - "records": { - "CNAME": "subhramit.github.io" - } -} diff --git a/domains/negativez.json b/domains/negativez.json deleted file mode 100644 index c54c294ab..000000000 --- a/domains/negativez.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/x7v8p3m2q9l0/x7v8p3m2q9l0.github.io", - "owner": { - "username": "x7v8p3m2q9l0", - "email": "rbgkbj@gmail.com" - }, - "records": { - "CNAME": "x7v8p3m2q9l0.github.io" - }, - "proxied": false -} diff --git a/domains/neil.json b/domains/neil.json deleted file mode 100644 index 461b4c09a..000000000 --- a/domains/neil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nxl22", - "email": "lien.dev.22@gmail.com" - }, - "records": { - "CNAME": "nxl22.github.io" - } -} diff --git a/domains/nekoibot.json b/domains/nekoibot.json deleted file mode 100644 index 86fd665d5..000000000 --- a/domains/nekoibot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DomathID", - "email": "domath69@gmail.com" - }, - "records": { - "CNAME": "domathid.github.io" - } -} diff --git a/domains/netsterx.json b/domains/netsterx.json deleted file mode 100644 index dd7b8f0ce..000000000 --- a/domains/netsterx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "netsterX", - "email": "mb3202879@gmail.com" - }, - "records": { - "CNAME": "netsterx.github.io" - } -} diff --git a/domains/neville.json b/domains/neville.json deleted file mode 100644 index f8766d6c3..000000000 --- a/domains/neville.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Neville03", - "email": "zuweyrh1@gmail.com" - }, - "records": { - "CNAME": "neville03.github.io" - } -} diff --git a/domains/ngocphung.json b/domains/ngocphung.json deleted file mode 100644 index efde0a9ca..000000000 --- a/domains/ngocphung.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "nguyenngocphung2000" - }, - "records": { - "CNAME": "nguyenngocphung2000.github.io" - } -} diff --git a/domains/nhatphan.json b/domains/nhatphan.json deleted file mode 100644 index 61878a8b7..000000000 --- a/domains/nhatphan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "minaphan2815", - "email": "nhatphan2815@gmail.com" - }, - "records": { - "CNAME": "minaphan2815.github.io" - } -} diff --git a/domains/nhavy.json b/domains/nhavy.json deleted file mode 100644 index a887cf179..000000000 --- a/domains/nhavy.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "VzTong" - }, - "records": { - "CNAME": "vztong.github.io" - } -} diff --git a/domains/niceeli.json b/domains/niceeli.json deleted file mode 100644 index 2a0adaf60..000000000 --- a/domains/niceeli.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "niceEli", - "email": "EliCardoso2009@gmail.com" - }, - "records": { - "CNAME": "niceeli.github.io" - } -} diff --git a/domains/nico.json b/domains/nico.json deleted file mode 100644 index f91981306..000000000 --- a/domains/nico.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "NicoGaming77", - "email": "nicodreyer7@icloud.com", - "discord": "nicosnico#7674" - }, - "records": { - "CNAME": "nicogaming77.github.io" - } -} diff --git a/domains/nicol.json b/domains/nicol.json deleted file mode 100644 index c3bac188b..000000000 --- a/domains/nicol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Lina website", - "owner": { - "username": "Linadevv" - }, - "records": { - "CNAME": "linadevv.github.io" - } -} diff --git a/domains/nightmaregods.json b/domains/nightmaregods.json deleted file mode 100644 index 110e890ce..000000000 --- a/domains/nightmaregods.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nightmaregodss", - "discord": "Demon Emperor NightmareGods#0001" - }, - "records": { - "CNAME": "nightmaregodss.github.io" - } -} diff --git a/domains/nightsfall.json b/domains/nightsfall.json deleted file mode 100644 index 2d4b02d3f..000000000 --- a/domains/nightsfall.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NightsFaII", - "email": "niqhtsfall2@gmail.com" - }, - "records": { - "CNAME": "nightsfaii.github.io" - } -} diff --git a/domains/nikhil.json b/domains/nikhil.json deleted file mode 100644 index 3b91e4487..000000000 --- a/domains/nikhil.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nikhil Singh Website", - "owner": { - "username": "nikhils4", - "email": "nikhilsingh498@gmail.com" - }, - "records": { - "CNAME": "nikhils4.github.io" - } -} diff --git a/domains/nikhilji.json b/domains/nikhilji.json deleted file mode 100644 index 525c8a13e..000000000 --- a/domains/nikhilji.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nikhil Ji ki Website", - "owner": { - "username": "cityji", - "email": "mail.tiwarinikhil+domainIsADev@googlemail.com" - }, - "records": { - "CNAME": "cityji.github.io" - } -} diff --git a/domains/nikita.json b/domains/nikita.json deleted file mode 100644 index 00613cf4a..000000000 --- a/domains/nikita.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nikitacontreras", - "email": "elfantoche.tv@gmail.com" - }, - "records": { - "CNAME": "nikitacontreras.github.io" - } -} diff --git a/domains/nileshhaldar98.json b/domains/nileshhaldar98.json deleted file mode 100644 index 819c48942..000000000 --- a/domains/nileshhaldar98.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nileshhaldar98", - "email": "nileshhaldar98@gmail.com" - }, - "records": { - "CNAME": "nileshhaldar98.github.io" - } -} diff --git a/domains/nimesh.json b/domains/nimesh.json deleted file mode 100644 index 4f9d086bf..000000000 --- a/domains/nimesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "N-Nilashan", - "email": "informal.nimesh@gmail.com" - }, - "records": { - "CNAME": "n-nilashan.github.io" - } -} diff --git a/domains/ninjaasmoke.json b/domains/ninjaasmoke.json deleted file mode 100644 index cd63d03f2..000000000 --- a/domains/ninjaasmoke.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "portfolio | nithin", - "owner": { - "username": "ninjaasmoke", - "email": "nithins674@gmail.com" - }, - "records": { - "CNAME": "ninjaasmoke.github.io" - } -} diff --git a/domains/nisarga.json b/domains/nisarga.json deleted file mode 100644 index 087637fd1..000000000 --- a/domains/nisarga.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Nisarga", - "owner": { - "username": "ni5arga", - "email": "adhikarynisarga17@gmail.com", - "twitter": "ni5arga" - }, - "records": { - "CNAME": "ni5arga.github.io" - } -} diff --git a/domains/nishantattrey.json b/domains/nishantattrey.json deleted file mode 100644 index 938db9a5a..000000000 --- a/domains/nishantattrey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nishantattrey07", - "email": "nishantattrey07@gmail.com" - }, - "records": { - "CNAME": "nishantattrey07.github.io" - } -} diff --git a/domains/nix.json b/domains/nix.json deleted file mode 100644 index d40d3d2c7..000000000 --- a/domains/nix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "linuxhoe", - "email": "b0t@disroot.org" - }, - "records": { - "CNAME": "linuxhoe.github.io" - } -} diff --git a/domains/nnocsupnn.json b/domains/nnocsupnn.json deleted file mode 100644 index f528b06c2..000000000 --- a/domains/nnocsupnn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nnocsupnn", - "email": "nnocsupnn@gmail.com" - }, - "records": { - "CNAME": "nnocsupnn.github.io" - } -} diff --git a/domains/noahgao.json b/domains/noahgao.json deleted file mode 100644 index c25bb58b2..000000000 --- a/domains/noahgao.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "noahziheng", - "email": "ziheng1719@163.com", - "discord": "900791393931362374" - }, - "records": { - "CNAME": "noahziheng.github.io" - } -} diff --git a/domains/noel.json b/domains/noel.json deleted file mode 100644 index fb2687e6d..000000000 --- a/domains/noel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NoelJacob", - "email": "noeljacob91@gmail.com", - "twitter": "NoelJacob01", - "discord": "Noel Jacob#7465" - }, - "records": { - "CNAME": "noeljacob.github.io" - } -} diff --git a/domains/noelpaton-og.json b/domains/noelpaton-og.json deleted file mode 100644 index 5a0d2dc23..000000000 --- a/domains/noelpaton-og.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "noelpaton-og", - "email": "noel27938@gmail.com" - }, - "records": { - "CNAME": "noelpaton-og.github.io" - } -} diff --git a/domains/noelpatonog.json b/domains/noelpatonog.json deleted file mode 100644 index 5a0d2dc23..000000000 --- a/domains/noelpatonog.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "noelpaton-og", - "email": "noel27938@gmail.com" - }, - "records": { - "CNAME": "noelpaton-og.github.io" - } -} diff --git a/domains/noir.json b/domains/noir.json deleted file mode 100644 index 1a9ef08eb..000000000 --- a/domains/noir.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "noir's website", - "owner": { - "username": "noirdevelopment", - "email": "xyroemail1@gmail.com", - "twitter": "zPyrooooo" - }, - "records": { - "CNAME": "noirdevelopment.github.io" - } -} diff --git a/domains/noise.json b/domains/noise.json deleted file mode 100644 index 841d65df6..000000000 --- a/domains/noise.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iamthen0ise", - "email": "evgenii.uvarov.post@gmail.com" - }, - "records": { - "CNAME": "iamthen0ise.github.io" - } -} diff --git a/domains/nomena.json b/domains/nomena.json deleted file mode 100644 index 4e23603a4..000000000 --- a/domains/nomena.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Shiro-cha", - "email": "noum.rzdr@gmail.com" - }, - "records": { - "CNAME": "shiro-cha.github.io" - } -} diff --git a/domains/notaussie.json b/domains/notaussie.json deleted file mode 100644 index 56650ea0e..000000000 --- a/domains/notaussie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal site / Portafolio.", - "owner": { - "username": "NotAussie", - "email": "Aussie_Okay@protonmail.com" - }, - "records": { - "CNAME": "notaussie.github.io" - } -} diff --git a/domains/note.json b/domains/note.json deleted file mode 100644 index 04494d165..000000000 --- a/domains/note.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imimbert", - "email": "2080035494@qq.com" - }, - "records": { - "CNAME": "imimbert.github.io" - } -} diff --git a/domains/notefct.json b/domains/notefct.json deleted file mode 100644 index 51e0a4aef..000000000 --- a/domains/notefct.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "notefct personal developer website", - "owner": { - "username": "notefct", - "email": "edunlima2007@gmail.com" - }, - "records": { - "CNAME": "notefct.github.io" - } -} diff --git a/domains/nothazz.json b/domains/nothazz.json deleted file mode 100644 index 5ea6c96ec..000000000 --- a/domains/nothazz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nothazz", - "email": "hazz73963@gmail.com" - }, - "records": { - "CNAME": "nothazz.github.io" - } -} diff --git a/domains/noxsin.json b/domains/noxsin.json deleted file mode 100644 index 1db2143be..000000000 --- a/domains/noxsin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "komysh", - "email": "arcteac@gmail.com", - "telegram": "mentolbot" - }, - "records": { - "CNAME": "komysh.github.io" - } -} diff --git a/domains/ntg.json b/domains/ntg.json deleted file mode 100644 index 28f86a25b..000000000 --- a/domains/ntg.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dot Nothing here :)", - "owner": { - "username": "dotntg", - "email": "dotntg.dev@gmail.com" - }, - "records": { - "CNAME": "dotntg.github.io" - } -} diff --git a/domains/ntmusic.json b/domains/ntmusic.json deleted file mode 100644 index 08bf5b529..000000000 --- a/domains/ntmusic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gunawan092w", - "email": "gunawan092w@gmail.com" - }, - "records": { - "CNAME": "ntmusic.github.io" - } -} diff --git a/domains/ntrs05.json b/domains/ntrs05.json deleted file mode 100644 index b4c3f0f43..000000000 --- a/domains/ntrs05.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ntrs05", - "email": "tukheo123@gmail.com" - }, - "records": { - "CNAME": "ntrs05.github.io" - } -} diff --git a/domains/nv2k3.json b/domains/nv2k3.json deleted file mode 100644 index e24ae7fc9..000000000 --- a/domains/nv2k3.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nv2k3's portfolio website", - "owner": { - "username": "nv2k3", - "email": "nagendrar.537@gmail.com" - }, - "records": { - "CNAME": "nv2k3.github.io" - } -} diff --git a/domains/nvhai272.json b/domains/nvhai272.json deleted file mode 100644 index 4dcd6ea3f..000000000 --- a/domains/nvhai272.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "nvhai272" - }, - "records": { - "CNAME": "nvhai272.github.io" - } -} diff --git a/domains/nvhmadridista.json b/domains/nvhmadridista.json deleted file mode 100644 index 2c09c86b7..000000000 --- a/domains/nvhmadridista.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nvhmadridista", - "email": "nvh.madridista@email.address" - }, - "records": { - "CNAME": "nvhmadridista.github.io" - } -} diff --git a/domains/nxnlab.json b/domains/nxnlab.json deleted file mode 100644 index d43da2406..000000000 --- a/domains/nxnlab.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NxnRmz", - "email": "nxnrmz@gmail.com" - }, - "records": { - "CNAME": "nxnrmz.github.io" - } -} diff --git a/domains/nyanbrowser.json b/domains/nyanbrowser.json deleted file mode 100644 index c58558e66..000000000 --- a/domains/nyanbrowser.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hoppygamer", - "email": "hoppyloser11@gmail.com" - }, - "records": { - "CNAME": "nyanbrowser.github.io" - } -} diff --git a/domains/nyel.json b/domains/nyel.json deleted file mode 100644 index 37ea7e3ed..000000000 --- a/domains/nyel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nyelnizy", - "email": "yhiamdan@gmail.com" - }, - "records": { - "CNAME": "nyelnizy.github.io" - } -} diff --git a/domains/nyx.json b/domains/nyx.json deleted file mode 100644 index 970a4004e..000000000 --- a/domains/nyx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Blog for my personal thoughts and projects", - "owner": { - "username": "devnyxie", - "email": "timbusinez@gmail.com" - }, - "records": { - "CNAME": "devnyxie.github.io" - } -} diff --git a/domains/okan12300.json b/domains/okan12300.json deleted file mode 100644 index f75277f2b..000000000 --- a/domains/okan12300.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "okan12300", - "email": "okanakd89@outlook.com", - "twitter": "okanakd12" - }, - "records": { - "CNAME": "okan12300.github.io" - } -} diff --git a/domains/oleksa.json b/domains/oleksa.json deleted file mode 100644 index 57eac8052..000000000 --- a/domains/oleksa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "oleksa15", - "email": "oleksaa.ua@gmail.com" - }, - "records": { - "CNAME": "oleksa15.github.io" - } -} diff --git a/domains/olili.json b/domains/olili.json deleted file mode 100644 index ea1f2076b..000000000 --- a/domains/olili.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Olili2017", - "email": "olilidaniel@gmail.com" - }, - "records": { - "CNAME": "olili2017.github.io" - } -} diff --git a/domains/omesh.json b/domains/omesh.json deleted file mode 100644 index 8949db9f9..000000000 --- a/domains/omesh.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "omesh7" - }, - "records": { - "CNAME": "omesh7.github.io" - } -} diff --git a/domains/omnianims.json b/domains/omnianims.json deleted file mode 100644 index 609ed22da..000000000 --- a/domains/omnianims.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "omnianims", - "email": "ayomidefolagbade756@gmail.com" - }, - "records": { - "CNAME": "omnianims.github.io" - } -} diff --git a/domains/oopshnik.json b/domains/oopshnik.json deleted file mode 100644 index 584a8791c..000000000 --- a/domains/oopshnik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "oopshnik", - "discord": "1186159079178108982" - }, - "records": { - "CNAME": "oopshnik.github.io" - } -} diff --git a/domains/oreo.json b/domains/oreo.json deleted file mode 100644 index d4968ad66..000000000 --- a/domains/oreo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "YummyOreo", - "email": "bobgim20@gmail.com", - "twitter": "YummyOreo3" - }, - "records": { - "CNAME": "yummyoreo.github.io" - } -} diff --git a/domains/overshifted.json b/domains/overshifted.json deleted file mode 100644 index 71814893e..000000000 --- a/domains/overshifted.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "OverShifted", - "email": "prowidgs@gmail.com" - }, - "records": { - "CNAME": "overshifted.github.io" - } -} diff --git a/domains/ovillafuerte94.json b/domains/ovillafuerte94.json deleted file mode 100644 index cc251b759..000000000 --- a/domains/ovillafuerte94.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Omar Villafuerte", - "owner": { - "username": "ovillafuerte94", - "email": "ovillafuerte.94@gmail.com" - }, - "records": { - "CNAME": "ovillafuerte94.github.io" - } -} diff --git a/domains/oxy.json b/domains/oxy.json deleted file mode 100644 index 657de5acf..000000000 --- a/domains/oxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0xyc0de", - "email": "alexutu49@outlook.com" - }, - "records": { - "CNAME": "0xyc0de.github.io" - } -} diff --git a/domains/p1raidz.json b/domains/p1raidz.json deleted file mode 100644 index 7aea70275..000000000 --- a/domains/p1raidz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "p1raidz", - "email": "adithyaalex5@gmail.com" - }, - "records": { - "CNAME": "p1raidz.github.io" - } -} diff --git a/domains/pajsen.json b/domains/pajsen.json deleted file mode 100644 index ae2d73f8e..000000000 --- a/domains/pajsen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Pajsen9263", - "email": "admin@cybercore.gq" - }, - "records": { - "CNAME": "pajsen-media.github.io" - } -} diff --git a/domains/palekiox.json b/domains/palekiox.json deleted file mode 100644 index 20efa16d3..000000000 --- a/domains/palekiox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "palekiox", - "email": "zigzagrpg@gmail.com" - }, - "records": { - "CNAME": "palekiox.github.io" - } -} diff --git a/domains/pansy.json b/domains/pansy.json deleted file mode 100644 index cb7885377..000000000 --- a/domains/pansy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pansy27", - "email": "uselessshogun99@gmail.com" - }, - "records": { - "CNAME": "pansy27.github.io" - } -} diff --git a/domains/papyrus.json b/domains/papyrus.json deleted file mode 100644 index 38a9a45af..000000000 --- a/domains/papyrus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Papyrus0444", - "email": "vladbogdanmicu@gmail.com" - }, - "records": { - "CNAME": "papyrus0444.github.io" - } -} diff --git a/domains/paranoiasystem.json b/domains/paranoiasystem.json deleted file mode 100644 index 1d53aadd0..000000000 --- a/domains/paranoiasystem.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "paranoiasystem", - "email": "marcoferraioli@live.com" - }, - "records": { - "CNAME": "paranoiasystem.github.io" - } -} diff --git a/domains/pardhasaradhichandana.json b/domains/pardhasaradhichandana.json deleted file mode 100644 index b8b055e0e..000000000 --- a/domains/pardhasaradhichandana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pardha-saradhi411", - "email": "pardhasaradhi7477@gmail.com" - }, - "records": { - "CNAME": "pardha-saradhi411.github.io" - } -} diff --git a/domains/parshnt.json b/domains/parshnt.json deleted file mode 100644 index 5cadd8597..000000000 --- a/domains/parshnt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "YAY, new place for my Portfolio", - "owner": { - "username": "parshnt", - "email": "hi.parshant@gmail.com" - }, - "records": { - "CNAME": "parshnt.github.io" - } -} diff --git a/domains/passadissubmari.json b/domains/passadissubmari.json deleted file mode 100644 index a0b97c6e3..000000000 --- a/domains/passadissubmari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cucusise", - "email": "cucusise@gmail.com" - }, - "records": { - "CNAME": "cucusise.github.io" - } -} diff --git a/domains/passed.json b/domains/passed.json deleted file mode 100644 index 391510c77..000000000 --- a/domains/passed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dn1w", - "discord": "923208452581511199" - }, - "records": { - "CNAME": "yuwindev.github.io" - } -} diff --git a/domains/patriciafelix.json b/domains/patriciafelix.json deleted file mode 100644 index 5fa30d831..000000000 --- a/domains/patriciafelix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio Website", - "owner": { - "username": "patriciafelixx", - "email": "patriciafelixx@outlook.com" - }, - "records": { - "CNAME": "patriciafelixx.github.io" - } -} diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json deleted file mode 100644 index 8afe00354..000000000 --- a/domains/patrickzhou.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "patrickzhou1234", - "discord": "moist__nugget" - }, - "records": { - "CNAME": "patrickzhou1234.github.io" - } -} diff --git a/domains/patuiqx.json b/domains/patuiqx.json deleted file mode 100644 index 7956c6ac3..000000000 --- a/domains/patuiqx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GyShinA", - "email": "MonicaGyoShin@gmail.com" - }, - "records": { - "CNAME": "gyshina.github.io" - } -} diff --git a/domains/pavankteja.json b/domains/pavankteja.json deleted file mode 100644 index 2485f75dc..000000000 --- a/domains/pavankteja.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pavan-k-teja", - "email": "pavan@pavan.gg" - }, - "records": { - "CNAME": "pavan-k-teja.github.io" - } -} diff --git a/domains/pavlo.json b/domains/pavlo.json deleted file mode 100644 index 2ffd15b22..000000000 --- a/domains/pavlo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Documentation for https://github.com/olvap80", - "owner": { - "username": "olvap80", - "email": "olvap@i.ua" - }, - "records": { - "CNAME": "olvap80.github.io" - } -} diff --git a/domains/peach.json b/domains/peach.json deleted file mode 100644 index 4db2e3718..000000000 --- a/domains/peach.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Peach's Website!", - "owner": { - "username": "Peach", - "email": "azisbillah95@gmail.com", - "discord": "edrea#1717" - }, - "records": { - "CNAME": "ruw3t.github.io" - } -} diff --git a/domains/peachy.json b/domains/peachy.json deleted file mode 100644 index 121c7a003..000000000 --- a/domains/peachy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Peachysy", - "email": "minecraft350star@gmail.com", - "discord": "781577857511587900" - }, - "records": { - "CNAME": "peachysy.github.io" - } -} diff --git a/domains/pedrito.json b/domains/pedrito.json deleted file mode 100644 index f2372d5c7..000000000 --- a/domains/pedrito.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "For my private VPS ", - "owner": { - "username": "Ranojay1", - "email": "pegomsan@gmail.com", - "twitter": "Pedro929953698" - }, - "records": { - "CNAME": "ranojay1.github.io" - } -} diff --git a/domains/pemtshewang.json b/domains/pemtshewang.json deleted file mode 100644 index 4dfa407a3..000000000 --- a/domains/pemtshewang.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "The subdomain will be used for my github portfolio :)", - "owner": { - "username": "pemtshewang", - "email": "pemtshewang500@gmail.com", - "twitter": "pemtshewang_4" - }, - "records": { - "CNAME": "pemtshewang.github.io" - } -} diff --git a/domains/peroxide.json b/domains/peroxide.json deleted file mode 100644 index 3a79d9fe3..000000000 --- a/domains/peroxide.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I would like to use this subdomain for my website, but mostly for a custom email.", - "owner": { - "username": "oShinyMew", - "email": "modelcafe14266@gmail.com", - "discord": "hydrogenpero.xide" - }, - "records": { - "CNAME": "oshinymew.github.io" - } -} diff --git a/domains/peyloride.json b/domains/peyloride.json deleted file mode 100644 index 7877cc9f0..000000000 --- a/domains/peyloride.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "peyloride", - "email": "okanbinli@gmail.com" - }, - "records": { - "CNAME": "peyloride.github.io" - } -} diff --git a/domains/phamthanhnghia.json b/domains/phamthanhnghia.json deleted file mode 100644 index f0928435e..000000000 --- a/domains/phamthanhnghia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "phamthanhnghia", - "email": "phamthanhnghia.it@gmail.com" - }, - "records": { - "CNAME": "phamthanhnghia.github.io" - } -} diff --git a/domains/picklerick.json b/domains/picklerick.json deleted file mode 100644 index 4d12ddc9e..000000000 --- a/domains/picklerick.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ticklerick", - "email": "pickle@anonemail.net" - }, - "records": { - "CNAME": "ticklerick.github.io" - } -} diff --git a/domains/pie.json b/domains/pie.json deleted file mode 100644 index 7e9b1cf0d..000000000 --- a/domains/pie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "4pii4", - "email": "naivenevaii@gmail.com" - }, - "records": { - "CNAME": "4pii4.github.io" - } -} diff --git a/domains/pinchese.json b/domains/pinchese.json deleted file mode 100644 index 46150eebe..000000000 --- a/domains/pinchese.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pinchese", - "email": "pinchese@protonmail.com" - }, - "records": { - "CNAME": "pinchese.github.io" - } -} diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json deleted file mode 100644 index bdd2df40d..000000000 --- a/domains/pinkyplant.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "pinkyplant", - "email": "pinkyplantz@proton.me", - "twitter": "pinkyplant" - }, - "records": { - "CNAME": "pinkyplant.github.io" - } -} diff --git a/domains/pinont.json b/domains/pinont.json deleted file mode 100644 index fafc3affb..000000000 --- a/domains/pinont.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PinozenTH", - "email": "Pinozen.Thailand@gmail.com" - }, - "records": { - "CNAME": "pinozenth.github.io" - } -} diff --git a/domains/pipc.json b/domains/pipc.json deleted file mode 100644 index 27e8c34b3..000000000 --- a/domains/pipc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PiPc1", - "email": "rhileighc9@gmail.com" - }, - "records": { - "CNAME": "pipc1.github.io" - } -} diff --git a/domains/pita.json b/domains/pita.json deleted file mode 100644 index b81f0eef8..000000000 --- a/domains/pita.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pita092", - "discord": "spongebob_spongebob_spongebob" - }, - "records": { - "CNAME": "pita092.github.io" - } -} diff --git a/domains/pixl8.json b/domains/pixl8.json deleted file mode 100644 index 04081127c..000000000 --- a/domains/pixl8.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pixl8dev", - "email": "judah.cs08@gmail.com" - }, - "records": { - "CNAME": "pixl8dev.github.io" - } -} diff --git a/domains/playboyfear.json b/domains/playboyfear.json deleted file mode 100644 index 37220ff79..000000000 --- a/domains/playboyfear.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Fear-Itself", - "discord": "1079471323220295781" - }, - "records": { - "CNAME": "fear-itself.github.io" - } -} diff --git a/domains/plopilpy.json b/domains/plopilpy.json deleted file mode 100644 index 20e12a110..000000000 --- a/domains/plopilpy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "plopilpy", - "email": "plopilpy@tazzy.ca", - "twitter": "plopilpy" - }, - "records": { - "CNAME": "plopilpy.github.io" - } -} diff --git a/domains/plumaxe.json b/domains/plumaxe.json deleted file mode 100644 index 8f20e9267..000000000 --- a/domains/plumaxe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Firewoork", - "email": "iaintflxzra122@gmail.com" - }, - "records": { - "CNAME": "plumaxe.github.io" - } -} diff --git a/domains/plusrazz.json b/domains/plusrazz.json deleted file mode 100644 index 3121553cd..000000000 --- a/domains/plusrazz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codehihe", - "email": "saurav.shubham8656@gmail.com" - }, - "records": { - "CNAME": "codehihe.github.io" - } -} diff --git a/domains/ply.json b/domains/ply.json deleted file mode 100644 index 19ef038ed..000000000 --- a/domains/ply.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "plymc", - "email": "plymc@proton.me" - }, - "records": { - "CNAME": "plymc.github.io" - } -} diff --git a/domains/polishboiyt.json b/domains/polishboiyt.json deleted file mode 100644 index 0f2865a00..000000000 --- a/domains/polishboiyt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PolishBoiYT", - "discord": "994187133847875604" - }, - "records": { - "CNAME": "polishboiyt.github.io" - } -} diff --git a/domains/polo.json b/domains/polo.json deleted file mode 100644 index bcbd99f22..000000000 --- a/domains/polo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "polo-1245-oficial", - "discord": "725316907187568701" - }, - "records": { - "CNAME": "polo-1245-oficial.github.io" - } -} diff --git a/domains/polygon6233.json b/domains/polygon6233.json deleted file mode 100644 index 93c0d2bba..000000000 --- a/domains/polygon6233.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "polygon6233", - "email": "nikitasitter@gmail.com" - }, - "records": { - "CNAME": "polygon6233.github.io" - } -} diff --git a/domains/posandu.json b/domains/posandu.json deleted file mode 100644 index d239e4fd8..000000000 --- a/domains/posandu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "posandu", - "email": "posandumapa@gmail.com", - "twitter": "posandu" - }, - "records": { - "CNAME": "posandu.github.io" - } -} diff --git a/domains/poyo.json b/domains/poyo.json deleted file mode 100644 index 53777b735..000000000 --- a/domains/poyo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I'll use this sub-domain for my portfolio website.", - "owner": { - "username": "MrDaPoyo", - "email": "wiiuforever25@gmail.com" - }, - "records": { - "CNAME": "mrdapoyo.github.io" - } -} diff --git a/domains/ppyoung.json b/domains/ppyoung.json deleted file mode 100644 index c7bdf4b94..000000000 --- a/domains/ppyoung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ppYoung", - "email": "dongyang.luo@gmail.com" - }, - "records": { - "CNAME": "ppyoung.github.io" - } -} diff --git a/domains/prabhakaranjm.json b/domains/prabhakaranjm.json deleted file mode 100644 index aec13cf7c..000000000 --- a/domains/prabhakaranjm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prabhakaranjm", - "email": "prabhakaran.jm@gmail.com" - }, - "records": { - "CNAME": "prajaymas.github.io" - } -} diff --git a/domains/prakhar.json b/domains/prakhar.json deleted file mode 100644 index 4807136e9..000000000 --- a/domains/prakhar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Prakhar| Portfolio", - "owner": { - "username": "Prakhar-commits", - "email": "prakharb56@gmail.com" - }, - "records": { - "CNAME": "prakhar-commits.github.io" - } -} diff --git a/domains/prakhillohiya.json b/domains/prakhillohiya.json deleted file mode 100644 index 67d76569b..000000000 --- a/domains/prakhillohiya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prakhillohiya", - "email": "prakhillohiya@gmail.com" - }, - "records": { - "CNAME": "prakhillohiya.github.io" - } -} diff --git a/domains/pranavsaxena.json b/domains/pranavsaxena.json deleted file mode 100644 index 9715b05b3..000000000 --- a/domains/pranavsaxena.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pranav-Saxena", - "email": "pranavsaxena155@gmail.com", - "discord": "PRANAV SAXENA#9327" - }, - "records": { - "CNAME": "pranav-saxena.github.io" - } -} diff --git a/domains/praquron.json b/domains/praquron.json deleted file mode 100644 index e6d9c00eb..000000000 --- a/domains/praquron.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Praquron", - "email": "praquron@gmail.com", - "twitter": "praquron" - }, - "records": { - "CNAME": "praquron.github.io" - } -} diff --git a/domains/pratikthapw.json b/domains/pratikthapw.json deleted file mode 100644 index c714881ca..000000000 --- a/domains/pratikthapw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pratikthapw", - "email": "pratikthapw@gmail.com" - }, - "records": { - "CNAME": "pratikthapw.github.io" - } -} diff --git a/domains/pratyay.json b/domains/pratyay.json deleted file mode 100644 index 7c986bb93..000000000 --- a/domains/pratyay.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Pratyay's portfolio website and blog", - "owner": { - "username": "x3nosiz", - "email": "neilblaze007@gmail.com" - }, - "records": { - "CNAME": "neilblaze.github.io" - } -} diff --git a/domains/praveen.json b/domains/praveen.json deleted file mode 100644 index 3f58a9f7d..000000000 --- a/domains/praveen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Praveen's personal developer website", - "owner": { - "username": "PraveenPal4232", - "email": "praveenpal4232@gmail.com" - }, - "records": { - "CNAME": "praveenpal4232.github.io" - } -} diff --git a/domains/prima.json b/domains/prima.json deleted file mode 100644 index a8da7cd57..000000000 --- a/domains/prima.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "coderzhaxor", - "email": "ajanuantara@gmail.com" - }, - "records": { - "CNAME": "coderzhaxor.github.io" - } -} diff --git a/domains/prime.json b/domains/prime.json deleted file mode 100644 index a6a5428fc..000000000 --- a/domains/prime.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "PrimeTDMomega", - "email": "primetdmomega@gmail.com", - "twitter": "primeinspace" - }, - "records": { - "CNAME": "primetdmomega.github.io" - } -} diff --git a/domains/priscila.json b/domains/priscila.json deleted file mode 100644 index 0c7c44ef7..000000000 --- a/domains/priscila.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pgoliv-code", - "email": "pguillen.oliv@gmail.com" - }, - "records": { - "CNAME": "pgoliv-code.github.io" - } -} diff --git a/domains/profile.json b/domains/profile.json deleted file mode 100644 index 1749a4695..000000000 --- a/domains/profile.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "oyepriyansh", - "email": "oyepriyansh@hotmail.com" - }, - "records": { - "CNAME": "oyepriyansh.github.io" - } -} diff --git a/domains/proghead00.json b/domains/proghead00.json deleted file mode 100644 index 5a8bd6d1a..000000000 --- a/domains/proghead00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "proghead00", - "email": "susnata00@gmail.com" - }, - "records": { - "CNAME": "proghead00.github.io" - } -} diff --git a/domains/projects.catzboy.json b/domains/projects.catzboy.json deleted file mode 100644 index 7f0010490..000000000 --- a/domains/projects.catzboy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maruful007", - "email": "marufulislamsami2007@gmail.com" - }, - "records": { - "CNAME": "maruful007.github.io" - } -} diff --git a/domains/proxy.json b/domains/proxy.json deleted file mode 100644 index 9d2902206..000000000 --- a/domains/proxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notAperson535", - "email": "notAperson939@gmail.com" - }, - "records": { - "CNAME": "notaperson535.github.io" - } -} diff --git a/domains/proxzima.json b/domains/proxzima.json deleted file mode 100644 index 0ff399bfa..000000000 --- a/domains/proxzima.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PROxZIMA", - "email": "pratikbpingale9075@gmail.com", - "twitter": "pro_x_zima", - "discord": "PROxZIMA#7272" - }, - "records": { - "CNAME": "proxzima.github.io" - } -} diff --git a/domains/prtksunal.json b/domains/prtksunal.json deleted file mode 100644 index 5a80e78ff..000000000 --- a/domains/prtksunal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prateekmedia", - "email": "prtksunal@gmail.com" - }, - "records": { - "CNAME": "prateekmedia.github.io" - } -} diff --git a/domains/psj.json b/domains/psj.json deleted file mode 100644 index 008dc019c..000000000 --- a/domains/psj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "philphirn", - "email": "locusapp1@gmail.com" - }, - "records": { - "CNAME": "philphirn.github.io" - } -} diff --git a/domains/psnbl.json b/domains/psnbl.json deleted file mode 100644 index b89ced569..000000000 --- a/domains/psnbl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "psnbl", - "email": "pietrosimone.nobiletti@studenti.unipr.it" - }, - "records": { - "CNAME": "psnbl.github.io" - } -} diff --git a/domains/pulkitmidha.json b/domains/pulkitmidha.json deleted file mode 100644 index 7bcd3fd35..000000000 --- a/domains/pulkitmidha.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "midopooler", - "email": "midhapulkit28@gmail.com" - }, - "records": { - "CNAME": "midopooler.github.io" - } -} diff --git a/domains/pvyas.json b/domains/pvyas.json deleted file mode 100644 index bbc3f7cc2..000000000 --- a/domains/pvyas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "parthvyas7", - "discord": "505731689788473347" - }, - "records": { - "CNAME": "parthvyas7.github.io" - } -} diff --git a/domains/py.json b/domains/py.json deleted file mode 100644 index 9f2fe500e..000000000 --- a/domains/py.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jrirydkdifu", - "email": "0kryptx@gmail.com" - }, - "records": { - "CNAME": "jrirydkdifu.github.io" - } -} diff --git a/domains/pyro.json b/domains/pyro.json deleted file mode 100644 index aa18279da..000000000 --- a/domains/pyro.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "pyro's portfolio", - "owner": { - "username": "pyroisgamer", - "email": "pyroisgamer@outlook.com" - }, - "records": { - "CNAME": "pyroisgamer.github.io" - } -} diff --git a/domains/pythonplumber.json b/domains/pythonplumber.json deleted file mode 100644 index a2b825a0a..000000000 --- a/domains/pythonplumber.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PythonPlumber", - "email": "mario.yellow.bea@proton.me" - }, - "records": { - "CNAME": "pythonplumber.github.io" - } -} diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json deleted file mode 100644 index 42b29975c..000000000 --- a/domains/pythonscratcher.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PythonScratcher", - "email": "callumcardy7@gmail.com" - }, - "records": { - "CNAME": "pythonscratcher.github.io" - } -} diff --git a/domains/pznguin.json b/domains/pznguin.json deleted file mode 100644 index ebb96813d..000000000 --- a/domains/pznguin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pznguin-kyun", - "email": "p3nguinkun@proton.me" - }, - "records": { - "CNAME": "pznguin-kyun.github.io" - } -} diff --git a/domains/qloha.json b/domains/qloha.json deleted file mode 100644 index de20c6c4c..000000000 --- a/domains/qloha.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "qloha", - "youtube": "https://youtube.com/@qloha", - "email": "sirfigaloha@gmail.com" - }, - "records": { - "CNAME": "qloha.github.io" - } -} diff --git a/domains/qnos.json b/domains/qnos.json deleted file mode 100644 index 623a25cd5..000000000 --- a/domains/qnos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Qnos", - "email": "qnos237@gmail.com" - }, - "records": { - "CNAME": "qnos41.github.io" - } -} diff --git a/domains/quangtran.json b/domains/quangtran.json deleted file mode 100644 index 1ba414f80..000000000 --- a/domains/quangtran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kokkini", - "email": "trannhatquang1104@gmail.com" - }, - "records": { - "CNAME": "kokkini.github.io" - } -} diff --git a/domains/quddi.json b/domains/quddi.json deleted file mode 100644 index 0b1450726..000000000 --- a/domains/quddi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Quddi", - "email": "quddi6@gmail.com" - }, - "records": { - "CNAME": "quddiy.github.io" - } -} diff --git a/domains/qui.json b/domains/qui.json deleted file mode 100644 index 51a3202cd..000000000 --- a/domains/qui.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quiww", - "mastodon": "qui@bsd.cafe" - }, - "records": { - "CNAME": "quiww.github.io" - } -} diff --git a/domains/quick.json b/domains/quick.json deleted file mode 100644 index 9d36badf3..000000000 --- a/domains/quick.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "quickdaffy", - "email": "quickdaffy@gmail.com", - "twitter": "quickdaffy" - }, - "records": { - "CNAME": "quickdaffy.github.io" - } -} diff --git a/domains/quydang.json b/domains/quydang.json deleted file mode 100644 index 28ac75842..000000000 --- a/domains/quydang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quydang04", - "email": "dangvonguyen169@gmail.com" - }, - "records": { - "CNAME": "quydang04.github.io" - } -} diff --git a/domains/qwertx.json b/domains/qwertx.json deleted file mode 100644 index f8cb09914..000000000 --- a/domains/qwertx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notqwertz", - "email": "zuweyrh752@gmail.com" - }, - "records": { - "CNAME": "notqwertz.github.io" - } -} diff --git a/domains/r04nx.json b/domains/r04nx.json deleted file mode 100644 index d7f51d4d0..000000000 --- a/domains/r04nx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r04nx", - "email": "rohanprakashpawar2005@gmail.com" - }, - "records": { - "CNAME": "r04nx.github.io" - } -} diff --git a/domains/r1p.json b/domains/r1p.json deleted file mode 100644 index 3db5ceb69..000000000 --- a/domains/r1p.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0kryptx", - "email": "k3px@proton.me" - }, - "records": { - "CNAME": "0kryptx.github.io" - } -} diff --git a/domains/r4yish.json b/domains/r4yish.json deleted file mode 100644 index 5b45cbff8..000000000 --- a/domains/r4yish.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r4yish", - "email": "r4yish@gmail.com" - }, - "records": { - "CNAME": "r4yish.github.io" - } -} diff --git a/domains/rabbi-shuki.json b/domains/rabbi-shuki.json deleted file mode 100644 index 2f06557eb..000000000 --- a/domains/rabbi-shuki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rabbishuki", - "email": "rabbishuki+is-a-dev@gmail.com" - }, - "records": { - "CNAME": "rabbishuki.github.io" - } -} diff --git a/domains/radim.json b/domains/radim.json deleted file mode 100644 index 5191e9a49..000000000 --- a/domains/radim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "radim-codes", - "discord": "1136622247918972968" - }, - "records": { - "CNAME": "radim-codes.github.io" - } -} diff --git a/domains/rafalmeida73.json b/domains/rafalmeida73.json deleted file mode 100644 index a139d1151..000000000 --- a/domains/rafalmeida73.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rafalmeida73", - "email": "rafaelsantana7213@gmail.com" - }, - "records": { - "CNAME": "rafalmeida73.github.io" - } -} diff --git a/domains/rag3r.json b/domains/rag3r.json deleted file mode 100644 index 6c33da463..000000000 --- a/domains/rag3r.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rage65", - "email": "123thetechguy@gmail.com" - }, - "records": { - "CNAME": "rage65.github.io" - } -} diff --git a/domains/raghav.json b/domains/raghav.json deleted file mode 100644 index ec2b101d0..000000000 --- a/domains/raghav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GodKode69", - "email": "knownasraghav@gmail.com" - }, - "records": { - "CNAME": "godkode69.github.io" - } -} diff --git a/domains/raghavyuva.json b/domains/raghavyuva.json deleted file mode 100644 index 5b362f4dc..000000000 --- a/domains/raghavyuva.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "raghavyuva", - "email": "vikramnbhat15@gmail.com" - }, - "records": { - "CNAME": "raghavyuva.github.io" - } -} diff --git a/domains/rainotoberu.json b/domains/rainotoberu.json deleted file mode 100644 index 925120192..000000000 --- a/domains/rainotoberu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rainotoberu", - "email": "imdmelan@gmail.com" - }, - "records": { - "CNAME": "rainotoberu.github.io" - } -} diff --git a/domains/raiyaad.json b/domains/raiyaad.json deleted file mode 100644 index a15a5a979..000000000 --- a/domains/raiyaad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Raiyaad-Raad", - "email": "raiyaadraad132rafan45@gmail.com" - }, - "records": { - "CNAME": "raiyaad-raad.github.io" - } -} diff --git a/domains/raka.json b/domains/raka.json deleted file mode 100644 index 9497412be..000000000 --- a/domains/raka.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "rahulkarda", - "email": "rahulkarda2002@gmail.com", - "discord": "rk02#1553", - "note": "I'm open to connect with developers for collaborations." - }, - "description": "Landing page of RakaCreativeContent Organization", - "records": { - "CNAME": "rakacreativecontent.github.io" - } -} diff --git a/domains/rakibhossain.json b/domains/rakibhossain.json deleted file mode 100644 index 7939b36e4..000000000 --- a/domains/rakibhossain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rakibmia7254", - "email": "rakib4ggp@gmail.com" - }, - "records": { - "CNAME": "rakibmia7254.github.io" - } -} diff --git a/domains/ralph.json b/domains/ralph.json deleted file mode 100644 index 9f1c1f455..000000000 --- a/domains/ralph.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rpineda26", - "email": "rp.pineda26@gmail.com" - }, - "records": { - "CNAME": "rpineda26.github.io" - } -} diff --git a/domains/ramakant.json b/domains/ramakant.json deleted file mode 100644 index bfe01c047..000000000 --- a/domains/ramakant.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ramakantbot", - "email": "ramakantbot@duck.com" - }, - "records": { - "CNAME": "ramakantbot.github.io" - } -} diff --git a/domains/rapixar.json b/domains/rapixar.json deleted file mode 100644 index 68ee9eace..000000000 --- a/domains/rapixar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rapixar", - "email": "cudraphael@gmail.com" - }, - "records": { - "CNAME": "rapixar.github.io" - } -} diff --git a/domains/rasp.json b/domains/rasp.json deleted file mode 100644 index 6771665b7..000000000 --- a/domains/rasp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "titusj3026", - "email": "titusjeffery54@gmail.com" - }, - "records": { - "CNAME": "titusj3026.github.io" - } -} diff --git a/domains/ravana.json b/domains/ravana.json deleted file mode 100644 index 68c4f6e42..000000000 --- a/domains/ravana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ravana69", - "twitter": "hornyravana>" - }, - "records": { - "CNAME": "ravana.github.io" - } -} diff --git a/domains/ray.json b/domains/ray.json deleted file mode 100644 index 139db2f4a..000000000 --- a/domains/ray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RayDev07", - "email": "jatingujjar.alive@gmail.com" - }, - "records": { - "CNAME": "raydev07.github.io" - } -} diff --git a/domains/raymondlu.json b/domains/raymondlu.json deleted file mode 100644 index 8c59e00e6..000000000 --- a/domains/raymondlu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "raylu15742cs", - "email": "raylucs15742@gmail.com" - }, - "records": { - "CNAME": "raylu15742cs.github.io" - } -} diff --git a/domains/rayvid.json b/domains/rayvid.json deleted file mode 100644 index 510851513..000000000 --- a/domains/rayvid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Rayvid's website", - "owner": { - "username": "rayvid", - "email": "gin.kisonas@gmail.com" - }, - "records": { - "CNAME": "rayvid.github.io" - } -} diff --git a/domains/rednek46.json b/domains/rednek46.json deleted file mode 100644 index 3aa3d8af2..000000000 --- a/domains/rednek46.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rednek46", - "email": "nuzer501@gmail.com" - }, - "records": { - "CNAME": "rednek46.github.io" - } -} diff --git a/domains/reefsalty.json b/domains/reefsalty.json deleted file mode 100644 index 36eb59f0c..000000000 --- a/domains/reefsalty.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ReefSalty", - "email": "hi@reefsalty.co.uk", - "twitter": "ReefSalty" - }, - "records": { - "CNAME": "reefsalty.github.io" - } -} diff --git a/domains/regiondavid.json b/domains/regiondavid.json deleted file mode 100644 index 036e112b3..000000000 --- a/domains/regiondavid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "regiondavid", - "email": "uestczjw@gmail.com" - }, - "records": { - "CNAME": "regiondavid.github.io" - }, - "description": "regiondavid's new website" -} diff --git a/domains/rekto.json b/domains/rekto.json deleted file mode 100644 index 2ba27f240..000000000 --- a/domains/rekto.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GetRekto", - "email": "rekto.personal@outlook.com" - }, - "records": { - "CNAME": "rekto-dev.github.io" - } -} diff --git a/domains/relicrb.json b/domains/relicrb.json deleted file mode 100644 index eb8a65258..000000000 --- a/domains/relicrb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RelicRB", - "email": "relicrb@gmail.com" - }, - "records": { - "CNAME": "relicrb.github.io" - } -} diff --git a/domains/remarkable.json b/domains/remarkable.json deleted file mode 100644 index acc5f4016..000000000 --- a/domains/remarkable.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "re-mark-able", - "discord": "765796161499824148" - }, - "records": { - "CNAME": "re-mark-able.github.io" - } -} diff --git a/domains/ren.json b/domains/ren.json deleted file mode 100644 index 3371c8c16..000000000 --- a/domains/ren.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rendotpy", - "email": "arugh3@gmail.com" - }, - "records": { - "CNAME": "rendotpy.github.io" - } -} diff --git a/domains/renn.json b/domains/renn.json deleted file mode 100644 index dedc1b107..000000000 --- a/domains/renn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "LyVoid", - "email": "ezzbro121@gmail.com", - "discord": "1202338769379008515" - }, - "records": { - "CNAME": "lyvoid.github.io" - } -} diff --git a/domains/rep.json b/domains/rep.json deleted file mode 100644 index c7c5457ce..000000000 --- a/domains/rep.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Reputation", - "email": "omen@dashpvp.net" - }, - "records": { - "CNAME": "reputationdev.github.io" - } -} diff --git a/domains/rescenic.json b/domains/rescenic.json deleted file mode 100644 index 60ccb48be..000000000 --- a/domains/rescenic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rescenic", - "email": "admin@rescenic.my.id" - }, - "records": { - "CNAME": "rescenic.github.io" - } -} diff --git a/domains/resolved.json b/domains/resolved.json deleted file mode 100644 index 678a54b6e..000000000 --- a/domains/resolved.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "huukhoa04", - "email": "huukhoa04@gmail.com", - "twitter": "huukhoa004" - }, - "records": { - "CNAME": "huukhoa04.github.io" - } -} diff --git a/domains/retr0.json b/domains/retr0.json deleted file mode 100644 index bc8c1a573..000000000 --- a/domains/retr0.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "u0f", - "email": "ice.dev1234@gmail.com" - }, - "records": { - "CNAME": "u0f.github.io" - } -} diff --git a/domains/reuben.json b/domains/reuben.json deleted file mode 100644 index 0add0229f..000000000 --- a/domains/reuben.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "reuben-x", - "email": "reubenthomaspeter@gmail.com" - }, - "records": { - "CNAME": "reuben-x.github.io" - } -} diff --git a/domains/revvnik.json b/domains/revvnik.json deleted file mode 100644 index cc06d868b..000000000 --- a/domains/revvnik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "revvnik", - "email": "nikitasitter@gmail.com" - }, - "records": { - "CNAME": "revvnik.github.io" - } -} diff --git a/domains/rfwn.json b/domains/rfwn.json deleted file mode 100644 index 87006f3d2..000000000 --- a/domains/rfwn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rfwn", - "email": "rfwn.mjd@gmail.com" - }, - "records": { - "CNAME": "rfwn.github.io" - } -} diff --git a/domains/rhythm.json b/domains/rhythm.json deleted file mode 100644 index c52c9e280..000000000 --- a/domains/rhythm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ms7ru", - "email": "rhythm.upa@gmail.com" - }, - "records": { - "CNAME": "ms7ru.github.io" - } -} diff --git a/domains/rihards.json b/domains/rihards.json deleted file mode 100644 index 160096762..000000000 --- a/domains/rihards.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dexit", - "email": "dexit@dyc.lv" - }, - "records": { - "CNAME": "dexit.github.io" - } -} diff --git a/domains/rishabh.json b/domains/rishabh.json deleted file mode 100644 index b2a8cbb64..000000000 --- a/domains/rishabh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rishabhc", - "email": "me@rishabh.ch" - }, - "records": { - "CNAME": "rishabhc.github.io" - } -} diff --git a/domains/ritshu.json b/domains/ritshu.json deleted file mode 100644 index 09b7f4eac..000000000 --- a/domains/ritshu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Ritshu", - "discord": "216282035503890442", - "email": "ritshu.dev@gmail.com" - }, - "records": { - "CNAME": "ritshu.github.io" - } -} diff --git a/domains/riya.json b/domains/riya.json deleted file mode 100644 index 1ab4fbcde..000000000 --- a/domains/riya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "riyaroy2086", - "email": "riyaroy2086@gmal.com", - "discord": "ROY#1369" - }, - "records": { - "CNAME": "riyaroy2086.github.io" - } -} diff --git a/domains/rizky.json b/domains/rizky.json deleted file mode 100644 index 6bbe48ad0..000000000 --- a/domains/rizky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "schummler", - "email": "markwilkens102@gmail.com" - }, - "records": { - "CNAME": "schummler.github.io" - } -} diff --git a/domains/rizmyabdulla.json b/domains/rizmyabdulla.json deleted file mode 100644 index 92cdc37fd..000000000 --- a/domains/rizmyabdulla.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rizmyabdulla", - "email": "rizmyabdulla@gmail.com", - "twitter": "_rizmyabdulla" - }, - "records": { - "CNAME": "rizmyabdulla.github.io" - } -} diff --git a/domains/rodolfo.json b/domains/rodolfo.json deleted file mode 100644 index c75b7a63b..000000000 --- a/domains/rodolfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rudwolf", - "email": "rudwolf@gmail.com" - }, - "records": { - "CNAME": "rudwolf.github.io" - } -} diff --git a/domains/rohanjaiswal.json b/domains/rohanjaiswal.json deleted file mode 100644 index cd7e39250..000000000 --- a/domains/rohanjaiswal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jaiswalrohan8796", - "email": "jaiswalrohan8796@gmail.com" - }, - "records": { - "CNAME": "jaiswalrohan8796.github.io" - } -} diff --git a/domains/rohanpawar.json b/domains/rohanpawar.json deleted file mode 100644 index d7f51d4d0..000000000 --- a/domains/rohanpawar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r04nx", - "email": "rohanprakashpawar2005@gmail.com" - }, - "records": { - "CNAME": "r04nx.github.io" - } -} diff --git a/domains/rohithill.json b/domains/rohithill.json deleted file mode 100644 index 703fc96e3..000000000 --- a/domains/rohithill.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rohithill", - "email": "truezeroxy@gmail.com" - }, - "records": { - "CNAME": "rohithill.github.io" - } -} diff --git a/domains/romi.json b/domains/romi.json deleted file mode 100644 index ee4751d8f..000000000 --- a/domains/romi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "leuthra", - "email": "romi49610@gmail.com" - }, - "records": { - "CNAME": "leuthra.github.io" - } -} diff --git a/domains/roshansahani.json b/domains/roshansahani.json deleted file mode 100644 index 0401ecf3b..000000000 --- a/domains/roshansahani.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "felixop7", - "email": "roshansahani226@gmail.com" - }, - "records": { - "CNAME": "felixop7.github.io" - } -} diff --git a/domains/roy.json b/domains/roy.json deleted file mode 100644 index 8402c5d1a..000000000 --- a/domains/roy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rcrj", - "email": "rcrj95@gmail.com" - }, - "records": { - "CNAME": "rcrj.github.io" - } -} diff --git a/domains/royalty.json b/domains/royalty.json deleted file mode 100644 index 5e39a20b7..000000000 --- a/domains/royalty.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hisRoyalty", - "email": "hisroyal.baguette@gmail.com" - }, - "records": { - "CNAME": "hisroyalty.github.io" - } -} diff --git a/domains/roylee0704.json b/domains/roylee0704.json deleted file mode 100644 index 82e360911..000000000 --- a/domains/roylee0704.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "roylee0704", - "email": "roylee0704@gmail.com" - }, - "records": { - "CNAME": "roylee0704.github.io" - } -} diff --git a/domains/rpj.json b/domains/rpj.json deleted file mode 100644 index 276be4b5b..000000000 --- a/domains/rpj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rpj09", - "email": "singhripunjay09@gmail.com", - "twitter": "rpj09" - }, - "records": { - "CNAME": "rpj09.github.io" - } -} diff --git a/domains/rubenvilchez.json b/domains/rubenvilchez.json deleted file mode 100644 index 746360491..000000000 --- a/domains/rubenvilchez.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "whiteThor", - "email": "rd.vilchez@gmail.com" - }, - "description": "Portfolio website for Ruben Vilchez showcasing projects and professional information.", - "records": { - "CNAME": "whitethor.github.io" - } -} diff --git a/domains/rufistofeles.json b/domains/rufistofeles.json deleted file mode 100644 index ab94fed5d..000000000 --- a/domains/rufistofeles.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rufistofeles", - "email": "rufistofeles@outlook.com" - }, - "records": { - "CNAME": "rufistofeles.github.io" - } -} diff --git a/domains/ruixey.json b/domains/ruixey.json deleted file mode 100644 index 0e7f82dc8..000000000 --- a/domains/ruixey.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Ruixey", - "email": "ruixey@gmail.com", - "discord": "715464173617676369" - }, - "records": { - "CNAME": "ruixey.github.io" - } -} diff --git a/domains/rupankar.json b/domains/rupankar.json deleted file mode 100644 index 5d1408b97..000000000 --- a/domains/rupankar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "InvictusRex", - "email": "rupankar.majumdar2023@vitstudent.ac.in" - }, - "records": { - "CNAME": "invictusrex.github.io" - } -} diff --git a/domains/rushil-patel.json b/domains/rushil-patel.json deleted file mode 100644 index 359dca38c..000000000 --- a/domains/rushil-patel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rushilp1", - "email": "rushil.p1@ahduni.edu.in" - }, - "records": { - "CNAME": "rushilp1.github.io" - } -} diff --git a/domains/rushil.json b/domains/rushil.json deleted file mode 100644 index 359dca38c..000000000 --- a/domains/rushil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rushilp1", - "email": "rushil.p1@ahduni.edu.in" - }, - "records": { - "CNAME": "rushilp1.github.io" - } -} diff --git a/domains/rusiru.json b/domains/rusiru.json deleted file mode 100644 index 42d49232d..000000000 --- a/domains/rusiru.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sparkstark03", - "email": "rusirurasanjana@gmail.com" - }, - "records": { - "CNAME": "sparkstark03.github.io" - } -} diff --git a/domains/ruu3f.json b/domains/ruu3f.json deleted file mode 100644 index f63c54506..000000000 --- a/domains/ruu3f.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruu3f", - "discord": "Ruu3f#7942" - }, - "records": { - "CNAME": "ruu3f.github.io" - } -} diff --git a/domains/rvc11.json b/domains/rvc11.json deleted file mode 100644 index 9395186d6..000000000 --- a/domains/rvc11.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "redvelvetcake11", - "email": "membermadde.insiddev25120@hotmail.com" - }, - "records": { - "CNAME": "redvelvetcake11.github.io" - } -} diff --git a/domains/rvsp.json b/domains/rvsp.json deleted file mode 100644 index a35a47860..000000000 --- a/domains/rvsp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rvsp", - "email": "pvenkat.rv@gmail.com" - }, - "records": { - "CNAME": "rvsp.github.io" - } -} diff --git a/domains/rwithik.json b/domains/rwithik.json deleted file mode 100644 index 43677233e..000000000 --- a/domains/rwithik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rwithik", - "email": "rwithik@gmail.com" - }, - "records": { - "CNAME": "rwithik.github.io" - } -} diff --git a/domains/rxyhn.json b/domains/rxyhn.json deleted file mode 100644 index ff07158d3..000000000 --- a/domains/rxyhn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rxyhn", - "email": "rayhankafipratama333@gmail.com", - "discord": "rxyhn#1154" - }, - "records": { - "CNAME": "rxyhn.github.io" - } -} diff --git a/domains/saatvik.json b/domains/saatvik.json deleted file mode 100644 index 6a71818a4..000000000 --- a/domains/saatvik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "atharvalt", - "email": "beast.gaming1099@gmail.com" - }, - "records": { - "CNAME": "atharvaupadhyay.github.io" - } -} diff --git a/domains/saba.json b/domains/saba.json deleted file mode 100644 index 986c133f7..000000000 --- a/domains/saba.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsaba", - "email": "saba.s@mail.com" - }, - "records": { - "CNAME": "itsaba.github.io" - } -} diff --git a/domains/sacul-6.json b/domains/sacul-6.json deleted file mode 100644 index 2bd961b2c..000000000 --- a/domains/sacul-6.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SACUL-6", - "email": "contact.me.here.naw@gmail.com" - }, - "records": { - "CNAME": "sacul-6.github.io" - } -} diff --git a/domains/sadie.json b/domains/sadie.json deleted file mode 100644 index 74e94740c..000000000 --- a/domains/sadie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "night-lake", - "email": "sadiebk@fluorine.me", - "twitter": "_nightlake" - }, - "records": { - "CNAME": "night-lake.github.io" - } -} diff --git a/domains/sadiq.json b/domains/sadiq.json deleted file mode 100644 index 5b7d44425..000000000 --- a/domains/sadiq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/sadiq334/sadiq334.github.io", - "owner": { - "username": "sadiq334", - "discord": "! sadiq#1152" - }, - "records": { - "CNAME": "sadiq334.github.io" - } -} diff --git a/domains/saeedmfarahani.json b/domains/saeedmfarahani.json deleted file mode 100644 index 482bc1090..000000000 --- a/domains/saeedmfarahani.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Silitonix" - }, - "records": { - "CNAME": "silitonix.github.io" - } -} diff --git a/domains/saeef.json b/domains/saeef.json deleted file mode 100644 index 807a79406..000000000 --- a/domains/saeef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "saeef", - "email": "saeef@outlook.com" - }, - "records": { - "CNAME": "saeef.github.io" - } -} diff --git a/domains/safety.json b/domains/safety.json deleted file mode 100644 index bb8d44502..000000000 --- a/domains/safety.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HackingYZ", - "email": "sifed@qq.com" - }, - "records": { - "CNAME": "safety22w413a.github.io" - } -} diff --git a/domains/sageofluke.json b/domains/sageofluke.json deleted file mode 100644 index 74e16e444..000000000 --- a/domains/sageofluke.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SageOfLuke", - "email": "rj05tilak@hotmail.com" - }, - "records": { - "CNAME": "sageofluke.github.io" - } -} diff --git a/domains/saharsh.json b/domains/saharsh.json deleted file mode 100644 index 59597b598..000000000 --- a/domains/saharsh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Saharsh1223", - "email": "psaharsh2@gmail.com", - "twitter": "saharsh1223" - }, - "records": { - "CNAME": "saharsh1223.github.io" - } -} diff --git a/domains/sajid.json b/domains/sajid.json deleted file mode 100644 index 0166f7a1c..000000000 --- a/domains/sajid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sajidshahriar72543", - "email": "sazidshahriar39@gmail.com" - }, - "records": { - "CNAME": "sajidshahriar72543.github.io" - } -} diff --git a/domains/sajidhussain.json b/domains/sajidhussain.json deleted file mode 100644 index 59a1bd8d6..000000000 --- a/domains/sajidhussain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sajidhussaindev", - "email": "sajidhussain189057@gmail.com" - }, - "records": { - "CNAME": "sajidhussaindev.github.io" - } -} diff --git a/domains/sakko.json b/domains/sakko.json deleted file mode 100644 index abe6ca8ec..000000000 --- a/domains/sakko.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sakko", - "email": "saklism@gmail.com", - "twitter": "sakkosama" - }, - "records": { - "CNAME": "sakko.github.io" - } -} diff --git a/domains/salsa.json b/domains/salsa.json deleted file mode 100644 index 79d5ae9f1..000000000 --- a/domains/salsa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "salsabilaananditaputri", - "email": "salsabilaananditaputri.5@gmail.com" - }, - "records": { - "CNAME": "salsabilaananditaputri.github.io" - } -} diff --git a/domains/sam-jspn.json b/domains/sam-jspn.json deleted file mode 100644 index 0972a31fa..000000000 --- a/domains/sam-jspn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Samuel-Jspn", - "email": "sam.josephine@outlook.fr", - "discord": "R3dL1ghty#2904" - }, - "records": { - "CNAME": "samuel-jspn.github.io" - } -} diff --git a/domains/samara.json b/domains/samara.json deleted file mode 100644 index 29f720708..000000000 --- a/domains/samara.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ssalggnikool", - "email": "sam4r16@gmail.com" - }, - "records": { - "CNAME": "ssalggnikool.github.io" - } -} diff --git a/domains/samarth-asthana.json b/domains/samarth-asthana.json deleted file mode 100644 index 22ea52061..000000000 --- a/domains/samarth-asthana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "samarth-asthana", - "email": "samarthasthana110@gmail.com" - }, - "records": { - "CNAME": "samarth-asthana.github.io" - } -} diff --git a/domains/samatbk.json b/domains/samatbk.json deleted file mode 100644 index 6fe05953c..000000000 --- a/domains/samatbk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "samatbk", - "email": "samatbk@proton.me" - }, - "records": { - "CNAME": "samatbk.github.io" - } -} diff --git a/domains/sameera.json b/domains/sameera.json deleted file mode 100644 index 3c2d98734..000000000 --- a/domains/sameera.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sameerasw", - "email": "sameera.whoami@gmail.com", - "twitter": "sameera_s_w" - }, - "records": { - "CNAME": "sameerasw.github.io" - } -} diff --git a/domains/samia-islam-sua.json b/domains/samia-islam-sua.json deleted file mode 100644 index 3708b6b14..000000000 --- a/domains/samia-islam-sua.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SamiaIslamSua", - "email": "SamiaIslamSua@gmail.com" - }, - "records": { - "CNAME": "samiaislamsua.github.io" - } -} diff --git a/domains/samirp.json b/domains/samirp.json deleted file mode 100644 index 378e6e04a..000000000 --- a/domains/samirp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "SamirPaul1", - "email": "samirpaulb@gmail.com", - "twitter": "SamirPaulb" - }, - "records": { - "CNAME": "samirpaul1.github.io" - } -} diff --git a/domains/samo.json b/domains/samo.json deleted file mode 100644 index 3a3cc92ed..000000000 --- a/domains/samo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "GodSamomen", - "email": "godsamomen@protonmail.com", - "twitter": "godsamomen" - }, - "records": { - "CNAME": "godsamomen.github.io" - } -} diff --git a/domains/samuel.json b/domains/samuel.json deleted file mode 100644 index 9d5d18593..000000000 --- a/domains/samuel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SISBEST", - "email": "samuel@samuelsharp.com" - }, - "records": { - "CNAME": "sisbest.github.io" - } -} diff --git a/domains/samuelnihbos.json b/domains/samuelnihbos.json deleted file mode 100644 index 8c8bbc63d..000000000 --- a/domains/samuelnihbos.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "samuelnihbos", - "email": "samuelnihbos@gnuweeb.org", - "twitter": "Samueeeeel6" - }, - "records": { - "CNAME": "samuelnihbos.github.io" - } -} diff --git a/domains/sanana.json b/domains/sanana.json deleted file mode 100644 index 051b825d3..000000000 --- a/domains/sanana.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "TheOddGarlic", - "email": "umutinanerdogan@pm.me", - "discord": "sanana the skenana#4025" - }, - "records": { - "CNAME": "theoddgarlic.github.io" - } -} diff --git a/domains/sanchay.json b/domains/sanchay.json deleted file mode 100644 index 61909ce7b..000000000 --- a/domains/sanchay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanchay9", - "email": "sanchaykumar9@gmail.com" - }, - "records": { - "CNAME": "sanchay9.github.io" - } -} diff --git a/domains/sandeepv.json b/domains/sandeepv.json deleted file mode 100644 index f4b9e96cc..000000000 --- a/domains/sandeepv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Sandeep's personal website", - "owner": { - "username": "SandeepVattapparambil", - "email": "sandeepv68@gmail.com" - }, - "records": { - "CNAME": "sandeepvattapparambil.github.io" - } -} diff --git a/domains/sandro.json b/domains/sandro.json deleted file mode 100644 index 78b97701c..000000000 --- a/domains/sandro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Diordnas", - "email": "alessandroeliot@gmail.com" - }, - "records": { - "CNAME": "diordnas.github.io" - } -} diff --git a/domains/sang.json b/domains/sang.json deleted file mode 100644 index becdfd9f0..000000000 --- a/domains/sang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chauvansang", - "email": "cvansang94@gmail.com" - }, - "records": { - "CNAME": "chauvansang.github.io" - } -} diff --git a/domains/sanjay123.json b/domains/sanjay123.json deleted file mode 100644 index 84d4bb85e..000000000 --- a/domains/sanjay123.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanjay7178", - "discord": "783593841529585665" - }, - "records": { - "CNAME": "sanjay7178.github.io" - } -} diff --git a/domains/santhoshkani.json b/domains/santhoshkani.json deleted file mode 100644 index 36f73bd8f..000000000 --- a/domains/santhoshkani.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Santhosh Kani - Personal Github Page", - "owner": { - "username": "santhoshkani", - "email": "santhosh.kani@gmail.com" - }, - "records": { - "CNAME": "santhoshkani.github.io" - } -} diff --git a/domains/santiago.json b/domains/santiago.json deleted file mode 100644 index eda2f2169..000000000 --- a/domains/santiago.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smpineda129", - "email": "smpineda129@gmail.com" - }, - "records": { - "CNAME": "smpineda129.github.io" - } -} diff --git a/domains/santito.json b/domains/santito.json deleted file mode 100644 index 78ed72183..000000000 --- a/domains/santito.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "San-tito", - "email": "devsantito@gmail.com" - }, - "records": { - "CNAME": "san-tito.github.io" - } -} diff --git a/domains/sappy.json b/domains/sappy.json deleted file mode 100644 index 3f64be8c0..000000000 --- a/domains/sappy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Slddev", - "email": "admin@sapinc.ga" - }, - "records": { - "CNAME": "slddev.github.io" - } -} diff --git a/domains/saras008.json b/domains/saras008.json deleted file mode 100644 index 1fc9bcf60..000000000 --- a/domains/saras008.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "saras008", - "email": "simatupang2000@gmail.com" - }, - "records": { - "CNAME": "saras008.github.io" - } -} diff --git a/domains/sarthak.json b/domains/sarthak.json deleted file mode 100644 index 097563c65..000000000 --- a/domains/sarthak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "dubey0613", - "email": "dubey.sarthak0613@gmail.com", - "discord": "877525618525364295" - }, - "records": { - "CNAME": "dubey0613.github.io" - } -} diff --git a/domains/saswatsamal.json b/domains/saswatsamal.json deleted file mode 100644 index 1049373f9..000000000 --- a/domains/saswatsamal.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "saswatsamal", - "email": "samalsaswat0@gmail.com", - "twitter": "TweetSaswat" - }, - "records": { - "CNAME": "saswatsamal.github.io" - } -} diff --git a/domains/sathish.json b/domains/sathish.json deleted file mode 100644 index fbcf43b07..000000000 --- a/domains/sathish.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Muppidathi-sys", - "email": "muppidathi00@gmail.com" - }, - "records": { - "CNAME": "muppidathi-sys.github.io" - } -} diff --git a/domains/satvikg7.json b/domains/satvikg7.json deleted file mode 100644 index 9cf62c992..000000000 --- a/domains/satvikg7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satvikg7", - "email": "satvikg7@pm.me" - }, - "records": { - "CNAME": "satvikg7.github.io" - } -} diff --git a/domains/satyamv7.json b/domains/satyamv7.json deleted file mode 100644 index 890db4f2b..000000000 --- a/domains/satyamv7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SatyamV7", - "email": "satyamverma46@outlook.com" - }, - "records": { - "CNAME": "satyamv7.github.io" - } -} diff --git a/domains/savio.json b/domains/savio.json deleted file mode 100644 index 48d51239d..000000000 --- a/domains/savio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "saviomartin", - "email": "saviomartin2020@gmail.com" - }, - "records": { - "CNAME": "saviomartin.github.io" - } -} diff --git a/domains/saviomartin.json b/domains/saviomartin.json deleted file mode 100644 index 14a4b0718..000000000 --- a/domains/saviomartin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "martinthampi", - "email": "martinthampi@gmail.com" - }, - "records": { - "CNAME": "martinthampi.github.io" - } -} diff --git a/domains/sayolight.json b/domains/sayolight.json deleted file mode 100644 index cf7d31a17..000000000 --- a/domains/sayolight.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sayolight", - "email": "kagerouls016@gmail.com" - }, - "records": { - "CNAME": "sayolight.github.io" - } -} diff --git a/domains/sdizdarevic.json b/domains/sdizdarevic.json deleted file mode 100644 index 646d3ce94..000000000 --- a/domains/sdizdarevic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sdizdarevic", - "email": "saudin.dizdarevic@gmail.com" - }, - "records": { - "CNAME": "sdizdarevic.github.io" - } -} diff --git a/domains/sdxqw.json b/domains/sdxqw.json deleted file mode 100644 index 2a7be8c6d..000000000 --- a/domains/sdxqw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sdxqw", - "email": "xntrowdev@gmail.com" - }, - "records": { - "CNAME": "sdxqw.github.io" - } -} diff --git a/domains/sebastiand.json b/domains/sebastiand.json deleted file mode 100644 index f77ec3519..000000000 --- a/domains/sebastiand.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sebastiandg7", - "discord": "208368273086087170" - }, - "records": { - "CNAME": "sebastiandg7.github.io" - } -} diff --git a/domains/sebaz.json b/domains/sebaz.json deleted file mode 100644 index b619d6f86..000000000 --- a/domains/sebaz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "my website link", - "owner": { - "username": "iSebazz", - "email": "iSebazz@outlook.es" - }, - "records": { - "CNAME": "usebazz.github.io" - } -} diff --git a/domains/seka.json b/domains/seka.json deleted file mode 100644 index b60fc824b..000000000 --- a/domains/seka.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "lutherantz", - "email": "sekausername@gmail.com", - "twitter": "sekateur_" - }, - "records": { - "CNAME": "lutherantz.github.io" - } -} diff --git a/domains/sen.json b/domains/sen.json deleted file mode 100644 index 2ed8a9d4c..000000000 --- a/domains/sen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Leclu", - "email": "minsnow1889@gmail.com" - }, - "records": { - "CNAME": "leclu.github.io" - } -} diff --git a/domains/seppegeuens.json b/domains/seppegeuens.json deleted file mode 100644 index 77339613d..000000000 --- a/domains/seppegeuens.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SeppeG", - "email": "geuensseppe@gmail.com" - }, - "records": { - "CNAME": "seppeg.github.io" - } -} diff --git a/domains/serena.json b/domains/serena.json deleted file mode 100644 index 8b367d3e3..000000000 --- a/domains/serena.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Serena's Website", - "owner": { - "username": "Serena-io", - "discord": "Serena#1165" - }, - "records": { - "CNAME": "serena-io.github.io" - } -} diff --git a/domains/sezersinanoglu.json b/domains/sezersinanoglu.json deleted file mode 100644 index a0a198b21..000000000 --- a/domains/sezersinanoglu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sezersinanoglu", - "email": "sezersinanoglu@gmail.com" - }, - "records": { - "CNAME": "sezersinanoglu.github.io" - } -} diff --git a/domains/sf.json b/domains/sf.json deleted file mode 100644 index f437d93ca..000000000 --- a/domains/sf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "XikiZxGS", - "discord": "1015654462334971925" - }, - "records": { - "CNAME": "xikizxgs.github.io" - } -} diff --git a/domains/sh9351.json b/domains/sh9351.json deleted file mode 100644 index f628d930f..000000000 --- a/domains/sh9351.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sh9351", - "email": "perfect2315shlim@gmail.com" - }, - "records": { - "CNAME": "sh9351.github.io" - } -} diff --git a/domains/shafi.json b/domains/shafi.json deleted file mode 100644 index 7b8169afe..000000000 --- a/domains/shafi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Xshafi", - "email": "AkramSanghar10@gmail.com" - }, - "records": { - "CNAME": "xshafi.github.io" - } -} diff --git a/domains/shafi100.json b/domains/shafi100.json deleted file mode 100644 index cc62eadf7..000000000 --- a/domains/shafi100.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "shafi100", - "email": "pro.shafi.12@gmail.com", - "twitter": "bd_shafi" - }, - "records": { - "CNAME": "shafi100.github.io" - } -} diff --git a/domains/shahab.json b/domains/shahab.json deleted file mode 100644 index 9afdca181..000000000 --- a/domains/shahab.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shahab-xd", - "email": "0xshahab@proton.me" - }, - "records": { - "CNAME": "shahab-xd.github.io" - } -} diff --git a/domains/shajanjp.json b/domains/shajanjp.json deleted file mode 100644 index c0065df81..000000000 --- a/domains/shajanjp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shajanjp", - "email": "shajanjp@gmail.com" - }, - "records": { - "CNAME": "shajanjp.github.io" - } -} diff --git a/domains/shakib04.json b/domains/shakib04.json deleted file mode 100644 index 1d1a173d5..000000000 --- a/domains/shakib04.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shakib04", - "email": "shakib.joy@gmail.com" - }, - "records": { - "CNAME": "shakib04.github.io" - } -} diff --git a/domains/shambhavi.json b/domains/shambhavi.json deleted file mode 100644 index bb3ffc8d1..000000000 --- a/domains/shambhavi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ShambhaviCodes", - "email": "shambhavimishra26@gmail.com" - }, - "records": { - "CNAME": "shambhavicodes.github.io" - } -} diff --git a/domains/shambhavisinha.json b/domains/shambhavisinha.json deleted file mode 100644 index e554f3783..000000000 --- a/domains/shambhavisinha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shim-sham", - "discord": "731861620833386506" - }, - "records": { - "CNAME": "shim-sham.github.io" - } -} diff --git a/domains/shane.json b/domains/shane.json deleted file mode 100644 index fbeb96255..000000000 --- a/domains/shane.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Vandesm14", - "email": "vandesm14@gmail.com" - }, - "records": { - "CNAME": "vandesm14.github.io" - } -} diff --git a/domains/sharifclick.json b/domains/sharifclick.json deleted file mode 100644 index 421d9b8a8..000000000 --- a/domains/sharifclick.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sharifclick", - "email": "me.sharifahmed@gmail.com" - }, - "records": { - "CNAME": "sharifclick.github.io" - } -} diff --git a/domains/shashankag.json b/domains/shashankag.json deleted file mode 100644 index 4285ad8b0..000000000 --- a/domains/shashankag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ershashankgit", - "email": "contact@shashank.my.id" - }, - "records": { - "CNAME": "ershashankgit.github.io" - } -} diff --git a/domains/shatanik.json b/domains/shatanik.json deleted file mode 100644 index 2b6a4bd35..000000000 --- a/domains/shatanik.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Shatanik's Developer Portfolio", - "owner": { - "username": "shatanikmahanty", - "email": "shatanikmahanty@gmail.com" - }, - "records": { - "CNAME": "shatanikmahanty.github.io" - } -} diff --git a/domains/she.json b/domains/she.json deleted file mode 100644 index fadaac0a4..000000000 --- a/domains/she.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yuzhigang33", - "email": "yuzhigang33@gmail.com" - }, - "records": { - "CNAME": "yuzhigang33.github.io" - } -} diff --git a/domains/shibiliya.json b/domains/shibiliya.json deleted file mode 100644 index a8c758568..000000000 --- a/domains/shibiliya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Shibiliya's personal developer website", - "owner": { - "username": "duaboola", - "email": "ismailshibiliya@gmail.com" - }, - "records": { - "CNAME": "duaboola.github.io" - } -} diff --git a/domains/shift.json b/domains/shift.json deleted file mode 100644 index 00a2bb66b..000000000 --- a/domains/shift.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkshift", - "email": "mkshift@tuta.io" - }, - "records": { - "CNAME": "mkshift.github.io" - } -} diff --git a/domains/shikharreyya.json b/domains/shikharreyya.json deleted file mode 100644 index 74111eb80..000000000 --- a/domains/shikharreyya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Poseidon0070", - "email": "criticalxsynergy@gmail.com", - "twitter": "Voldemort_7585" - }, - "records": { - "CNAME": "poseidon0070.github.io" - } -} diff --git a/domains/shyran.json b/domains/shyran.json deleted file mode 100644 index 23d4c65d4..000000000 --- a/domains/shyran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sshyran", - "email": "s.shyran@gmail.com" - }, - "records": { - "CNAME": "shyran.github.io" - } -} diff --git a/domains/sidd.json b/domains/sidd.json deleted file mode 100644 index 94c0d8ec1..000000000 --- a/domains/sidd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/sidx04/sidx04.github.io", - "owner": { - "username": "sidx04", - "email": "siddpal04@gmail.com" - }, - "records": { - "CNAME": "sidx04.github.io" - } -} diff --git a/domains/sidmaji.json b/domains/sidmaji.json deleted file mode 100644 index 54df5e7ec..000000000 --- a/domains/sidmaji.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sidmaji", - "email": "somebodyimportant0@gmail.com", - "twitter": "SomebodyImport5" - }, - "records": { - "CNAME": "sidmaji.github.io" - } -} diff --git a/domains/siful.json b/domains/siful.json deleted file mode 100644 index fa5b53901..000000000 --- a/domains/siful.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sifulbd", - "email": "sifulweb@gmail.com" - }, - "records": { - "CNAME": "sifulbd.github.io" - } -} diff --git a/domains/silva.json b/domains/silva.json deleted file mode 100644 index ee94567b0..000000000 --- a/domains/silva.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SilvaTechB", - "email": "momanyi.2913@gmail.com" - }, - "records": { - "CNAME": "silvatechb.github.io" - } -} diff --git a/domains/simon.json b/domains/simon.json deleted file mode 100644 index 84480bde9..000000000 --- a/domains/simon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ssimondev", - "email": "simi.simecek@seznam.cz" - }, - "records": { - "CNAME": "ssimondev.github.io" - } -} diff --git a/domains/siow-kai-yang.json b/domains/siow-kai-yang.json deleted file mode 100644 index 17d40dd16..000000000 --- a/domains/siow-kai-yang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yeetus-maximus", - "email": "siowkaiyang@protonmail.com" - }, - "records": { - "CNAME": "yeetus-maximus.github.io" - } -} diff --git a/domains/sirmacr0.json b/domains/sirmacr0.json deleted file mode 100644 index e082842b9..000000000 --- a/domains/sirmacr0.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SirMacr0", - "email": "tunagunduz03@gmail.com" - }, - "records": { - "CNAME": "sirmacr0.github.io" - } -} diff --git a/domains/sirsimonson.json b/domains/sirsimonson.json deleted file mode 100644 index d23cb9f17..000000000 --- a/domains/sirsimonson.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "S!ck S1m0n's Spaßgarten mit Spielwiese und Geräteschuppen", - "owner": { - "username": "sirsimonson", - "email": "srsmnsn@gmail.com" - }, - "records": { - "CNAME": "sirsimonson.github.io" - } -} diff --git a/domains/skierka.json b/domains/skierka.json deleted file mode 100644 index 77c5ed1f5..000000000 --- a/domains/skierka.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "skierkcity", - "email": "jacobskierka@outlook.com" - }, - "records": { - "CNAME": "skierkcity.github.io" - } -} diff --git a/domains/skittles.json b/domains/skittles.json deleted file mode 100644 index 05599c048..000000000 --- a/domains/skittles.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BlenderDuck", - "email": "blenderduck@duck.com" - }, - "records": { - "CNAME": "blenderduck.github.io" - } -} diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json deleted file mode 100644 index 98af0b9d8..000000000 --- a/domains/skullfiredevil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Skullfiredevil", - "email": "jotipinto@gmail.com" - }, - "records": { - "CNAME": "skullfiredevil.github.io" - } -} diff --git a/domains/sky-bridge.json b/domains/sky-bridge.json deleted file mode 100644 index 67480139e..000000000 --- a/domains/sky-bridge.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "levisurely", - "email": "jr1264464@gmail.com" - }, - "records": { - "CNAME": "levisurely.github.io" - } -} diff --git a/domains/skydonald.json b/domains/skydonald.json deleted file mode 100644 index 075f47fe0..000000000 --- a/domains/skydonald.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SkyDonald", - "email": "skydonald.dev@gmail.com" - }, - "records": { - "CNAME": "skydonald.github.io" - } -} diff --git a/domains/slavicman.json b/domains/slavicman.json deleted file mode 100644 index 7a858e323..000000000 --- a/domains/slavicman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SlavicMan", - "email": "kizz4114@yahoo.com" - }, - "records": { - "CNAME": "slavicman.github.io" - } -} diff --git a/domains/slow.json b/domains/slow.json deleted file mode 100644 index 143e8944b..000000000 --- a/domains/slow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "slowwdev", - "email": "slowdev14@gmail.com" - }, - "records": { - "CNAME": "slowwdev.github.io" - } -} diff --git a/domains/smitty119.json b/domains/smitty119.json deleted file mode 100644 index 00964d215..000000000 --- a/domains/smitty119.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smitty119", - "email": "smittykjohnson@gmail.com" - }, - "records": { - "CNAME": "smitty119.github.io" - } -} diff --git a/domains/smittykjohnson.json b/domains/smittykjohnson.json deleted file mode 100644 index 00964d215..000000000 --- a/domains/smittykjohnson.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smitty119", - "email": "smittykjohnson@gmail.com" - }, - "records": { - "CNAME": "smitty119.github.io" - } -} diff --git a/domains/smug.json b/domains/smug.json deleted file mode 100644 index 34ce3f412..000000000 --- a/domains/smug.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsf1ckingsmugg", - "email": "smugwhy420p@outlook.com" - }, - "records": { - "CNAME": "itsf1ckingsmugg.github.io" - } -} diff --git a/domains/snake.json b/domains/snake.json deleted file mode 100644 index 86c455159..000000000 --- a/domains/snake.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zarqizoubir", - "email": "zarqi.ezzoubair@etu.uae.ac.ma" - }, - "records": { - "CNAME": "zarqizoubir.github.io" - } -} diff --git a/domains/snowcatridge10.json b/domains/snowcatridge10.json deleted file mode 100644 index dba55ff83..000000000 --- a/domains/snowcatridge10.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "snowcatridge10", - "email": "akreamer@pm.me" - }, - "records": { - "CNAME": "snowcatridge10.github.io" - } -} diff --git a/domains/snozxyx.json b/domains/snozxyx.json deleted file mode 100644 index 43650d0de..000000000 --- a/domains/snozxyx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Snozxyx", - "email": "gabhastikumar@gmail.com" - }, - "records": { - "CNAME": "snozxyx.github.io" - } -} diff --git a/domains/soestin.json b/domains/soestin.json deleted file mode 100644 index 58b329d23..000000000 --- a/domains/soestin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "soestin", - "discord": "769813729599553567" - }, - "records": { - "CNAME": "soestin.github.io" - } -} diff --git a/domains/solareclipse995.json b/domains/solareclipse995.json deleted file mode 100644 index 4113f049d..000000000 --- a/domains/solareclipse995.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "solareclipse995", - "email": "solareclipse995@outlook.com" - }, - "records": { - "CNAME": "solareclipse995.github.io" - } -} diff --git a/domains/someone.json b/domains/someone.json deleted file mode 100644 index 6f7429415..000000000 --- a/domains/someone.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ow0x", - "email": "studiouifxdesignersandcoders@gmail.com" - }, - "records": { - "CNAME": "ow0x.github.io" - } -} diff --git a/domains/soraishiro.json b/domains/soraishiro.json deleted file mode 100644 index 0a82422ee..000000000 --- a/domains/soraishiro.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Soraishiro" - }, - "records": { - "CNAME": "soraishiro.github.io" - } -} diff --git a/domains/soumya-das.json b/domains/soumya-das.json deleted file mode 100644 index 0fe22cacc..000000000 --- a/domains/soumya-das.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "soumyah-das" - }, - "records": { - "CNAME": "soumyah-das.github.io" - } -} diff --git a/domains/sourabh.json b/domains/sourabh.json deleted file mode 100644 index 7274e2397..000000000 --- a/domains/sourabh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YadavSourabhGH", - "email": "yadav.sourabh9012@gmail.com" - }, - "records": { - "CNAME": "yadavsourabhgh.github.io" - } -} diff --git a/domains/sourav-parida.json b/domains/sourav-parida.json deleted file mode 100644 index a7a94c514..000000000 --- a/domains/sourav-parida.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sourav-Parida", - "email": "souravparida170@gmail.com" - }, - "records": { - "CNAME": "sourav-parida.github.io" - } -} diff --git a/domains/sourav.json b/domains/sourav.json deleted file mode 100644 index f71f0cb22..000000000 --- a/domains/sourav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itzsouravkumar", - "discord": "itz_sour4v" - }, - "records": { - "CNAME": "itzsouravkumar.github.io" - } -} diff --git a/domains/sourov-khan-nahid.json b/domains/sourov-khan-nahid.json deleted file mode 100644 index be0d657b6..000000000 --- a/domains/sourov-khan-nahid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SOUROVKHANNAHID", - "email": "SourovKhanNahid@gmail.com" - }, - "records": { - "CNAME": "sourovkhannahid.github.io" - } -} diff --git a/domains/sowmik.json b/domains/sowmik.json deleted file mode 100644 index 09acab239..000000000 --- a/domains/sowmik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sowmiksudo", - "email": "Xowmik@gmail.com" - }, - "records": { - "CNAME": "sowmiksudo.github.io" - } -} diff --git a/domains/soymadip.json b/domains/soymadip.json deleted file mode 100644 index d9bf182e2..000000000 --- a/domains/soymadip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "soymadip", - "email": "soumadip@zohomail.in" - }, - "records": { - "CNAME": "soymadip.github.io" - } -} diff --git a/domains/spechide.json b/domains/spechide.json deleted file mode 100644 index ffc02e236..000000000 --- a/domains/spechide.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SpEcHiDe", - "twitter": "SpEcHiDe" - }, - "records": { - "CNAME": "spechide.github.io" - } -} diff --git a/domains/spicyaxolotl.json b/domains/spicyaxolotl.json deleted file mode 100644 index bf3e18b8b..000000000 --- a/domains/spicyaxolotl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Spicy-Axolotl", - "discord": "Axolotl (mycoolface256)#4736" - }, - "records": { - "CNAME": "spicy-axolotl.github.io" - } -} diff --git a/domains/splatboy-dev.json b/domains/splatboy-dev.json deleted file mode 100644 index 1c2e1553f..000000000 --- a/domains/splatboy-dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "splatboy20081", - "email": "nu@ll.com", - "twitter": "null" - }, - "records": { - "CNAME": "splatboy20081.github.io" - } -} diff --git a/domains/spongly.json b/domains/spongly.json deleted file mode 100644 index fa798f327..000000000 --- a/domains/spongly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "spongly", - "email": "mail.spongly@gmail.com" - }, - "records": { - "CNAME": "spongly.github.io" - } -} diff --git a/domains/sppidy.json b/domains/sppidy.json deleted file mode 100644 index ed211a7a4..000000000 --- a/domains/sppidy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sppidy", - "email": "ramshourieshr@gmail.com" - }, - "records": { - "CNAME": "sppidy.github.io" - } -} diff --git a/domains/spud.json b/domains/spud.json deleted file mode 100644 index fc65145c3..000000000 --- a/domains/spud.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrpotato30", - "email": "fahrelrizal08@gmail.com" - }, - "records": { - "CNAME": "mrpotato30.github.io" - } -} diff --git a/domains/srp.json b/domains/srp.json deleted file mode 100644 index 8a9de0515..000000000 --- a/domains/srp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SwaroopSRP", - "email": "srp31.swaroop@gmail.com" - }, - "records": { - "CNAME": "swaroopsrp.github.io" - } -} diff --git a/domains/steake.json b/domains/steake.json deleted file mode 100644 index b0ce089ef..000000000 --- a/domains/steake.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "steake", - "email": "ollie.steake@gmail.com", - "twitter": "officialELTCOIN" - }, - "records": { - "CNAME": "steake.github.io" - } -} diff --git a/domains/steven.json b/domains/steven.json deleted file mode 100644 index 01842e27d..000000000 --- a/domains/steven.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "StevenRonnyFrohlich", - "email": "steve.r.frohlich@gmail.com" - }, - "records": { - "CNAME": "stevenronnyfrohlich.github.io" - } -} diff --git a/domains/stkong.json b/domains/stkong.json deleted file mode 100644 index 251a88cad..000000000 --- a/domains/stkong.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "congltk1234", - "email": "suwuanxan@gmail.com", - "linkedin": "https://www.linkedin.com/in/suthanhcong" - }, - "records": { - "CNAME": "congltk1234.github.io" - } -} diff --git a/domains/stoltz.json b/domains/stoltz.json deleted file mode 100644 index 2123a89d3..000000000 --- a/domains/stoltz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "stoltz-dev", - "email": "rafaelbraun5@hotmail.com" - }, - "repo": "https://github.com/stoltz-dev/stoltz-dev.github.io", - "records": { - "CNAME": "stoltz-dev.github.io" - } -} diff --git a/domains/strafe.json b/domains/strafe.json deleted file mode 100644 index aec8cd4d6..000000000 --- a/domains/strafe.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "StrafeCode", - "email": "strafecode@gmail.com", - "discord": "931243168630972516" - }, - "records": { - "CNAME": "strafecode.github.io" - } -} diff --git a/domains/strider-studios.json b/domains/strider-studios.json deleted file mode 100644 index fae30c37e..000000000 --- a/domains/strider-studios.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TheRealStrider", - "email": "starwars3805@gmail.com" - }, - "records": { - "CNAME": "therealstrider.github.io" - } -} diff --git a/domains/string-null.json b/domains/string-null.json deleted file mode 100644 index e18f5478d..000000000 --- a/domains/string-null.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "string-null", - "email": "biel.f.r.bfr@gmail.com", - "twitter": "HdNenu" - }, - "records": { - "CNAME": "string-null.github.io" - } -} diff --git a/domains/subhayu.json b/domains/subhayu.json deleted file mode 100644 index c98b0179f..000000000 --- a/domains/subhayu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "subhayu99", - "email": "balasubhayu99@gmail.com" - }, - "records": { - "CNAME": "subhayu99.github.io" - } -} diff --git a/domains/sudev.json b/domains/sudev.json deleted file mode 100644 index d1ad71baa..000000000 --- a/domains/sudev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gamegods3", - "email": "sudevssuresh@gmail.com" - }, - "records": { - "CNAME": "gamegods3.github.io" - } -} diff --git a/domains/sudip.json b/domains/sudip.json deleted file mode 100644 index dd0e43d25..000000000 --- a/domains/sudip.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sudipkundu999", - "email": "sudipkundu999@gmail.com", - "twitter": "sudipkundu999" - }, - "records": { - "CNAME": "sudipkundu999.github.io" - } -} diff --git a/domains/suhasdissa.json b/domains/suhasdissa.json deleted file mode 100644 index 54e0f21f4..000000000 --- a/domains/suhasdissa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SuhasDissa", - "email": "suhasdissa@protonmail.com" - }, - "records": { - "CNAME": "suhasdissa.github.io" - } -} diff --git a/domains/sumanjay.json b/domains/sumanjay.json deleted file mode 100644 index 616085f3a..000000000 --- a/domains/sumanjay.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/cyberboysumanjay/cyberboysumanjay.github.io", - "owner": { - "username": "cyberboysumanjay", - "email": "sumanjay@duck.com" - }, - "records": { - "CNAME": "cyberboysumanjay.github.io" - } -} diff --git a/domains/sumedhaa.json b/domains/sumedhaa.json deleted file mode 100644 index a66b41303..000000000 --- a/domains/sumedhaa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "misticorion", - "email": "mistic.orion@gmail.com" - }, - "records": { - "CNAME": "misticorion.github.io" - } -} diff --git a/domains/sumit.json b/domains/sumit.json deleted file mode 100644 index c2a704d2d..000000000 --- a/domains/sumit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "isumitjha", - "email": "7sumitjha@gmail.com" - }, - "records": { - "CNAME": "isumitjha.github.io" - } -} diff --git a/domains/sumit404.json b/domains/sumit404.json deleted file mode 100644 index fd74ad534..000000000 --- a/domains/sumit404.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SumitRajak404", - "email": "rajaksummit9@gmail.com" - }, - "records": { - "CNAME": "sumitrajak404.github.io" - } -} diff --git a/domains/sunpodder.json b/domains/sunpodder.json deleted file mode 100644 index 089e37373..000000000 --- a/domains/sunpodder.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SunPodder", - "discord": "sunpodder" - }, - "records": { - "CNAME": "sunpodder.github.io" - } -} diff --git a/domains/surv.json b/domains/surv.json deleted file mode 100644 index aa07239f7..000000000 --- a/domains/surv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yuri-kiss", - "email": "a_2oo@outlook.com" - }, - "records": { - "CNAME": "surv-is-a-dev.github.io" - } -} diff --git a/domains/suryababu.json b/domains/suryababu.json deleted file mode 100644 index e8fe7b870..000000000 --- a/domains/suryababu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Landing page for suryababu.is-a.dev", - "owner": { - "username": "suryababu", - "email": "suryababu.k.s@gmail.com" - }, - "records": { - "CNAME": "suryababus.github.io" - } -} diff --git a/domains/sutirth.json b/domains/sutirth.json deleted file mode 100644 index ec2c9c414..000000000 --- a/domains/sutirth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ricksr", - "email": "sutirtharej@gmail.com" - }, - "records": { - "CNAME": "ricksr.github.io" - } -} diff --git a/domains/svg.json b/domains/svg.json deleted file mode 100644 index 5d2a2d7ca..000000000 --- a/domains/svg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "svg-rs", - "email": "kimmkayy8@proton.me" - }, - "records": { - "CNAME": "svg-rs.github.io" - } -} diff --git a/domains/svijithprasad.json b/domains/svijithprasad.json deleted file mode 100644 index ff079c491..000000000 --- a/domains/svijithprasad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "svijithprasad", - "discord": "694159447790059521" - }, - "records": { - "CNAME": "svijithprasad.github.io" - } -} diff --git a/domains/svloog.json b/domains/svloog.json deleted file mode 100644 index 89e5337b4..000000000 --- a/domains/svloog.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "slvoog", - "email": "svloogz@gmail.com", - "twitter": "svloogz" - }, - "records": { - "CNAME": "slvoog.github.io" - } -} diff --git a/domains/swapnil.json b/domains/swapnil.json deleted file mode 100644 index cd0e23800..000000000 --- a/domains/swapnil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SwapnilChand", - "email": "swapnilchand51@gmail.com" - }, - "records": { - "CNAME": "swapnilchand.github.io" - } -} diff --git a/domains/swargarajbhowmik.json b/domains/swargarajbhowmik.json deleted file mode 100644 index cc1148289..000000000 --- a/domains/swargarajbhowmik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "swargarajbhowmik", - "email": "swargaraj66@gmail.com" - }, - "records": { - "CNAME": "swargarajbhowmik.github.io" - } -} diff --git a/domains/swenet.json b/domains/swenet.json deleted file mode 100644 index 9ea5c7cbf..000000000 --- a/domains/swenet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sweneet", - "email": "swenetbabapro@gmail.com", - "twitter": "tiltedswenet" - }, - "records": { - "CNAME": "sweneet.github.io" - } -} diff --git a/domains/sxurxbh.json b/domains/sxurxbh.json deleted file mode 100644 index 21723d163..000000000 --- a/domains/sxurxbh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sxurabh", - "email": "saurabhkirve@gmail.com" - }, - "records": { - "CNAME": "sxurabh.github.io" - } -} diff --git a/domains/sxvr.json b/domains/sxvr.json deleted file mode 100644 index 20bb9a87d..000000000 --- a/domains/sxvr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "skaar513", - "email": "skaar513@gmail.com" - }, - "records": { - "CNAME": "skaar513.github.io" - } -} diff --git a/domains/syd.json b/domains/syd.json deleted file mode 100644 index 277db037d..000000000 --- a/domains/syd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bububa", - "email": "prof.syd.xu@gmail.com" - }, - "records": { - "CNAME": "bububa.github.io" - } -} diff --git a/domains/syed.json b/domains/syed.json deleted file mode 100644 index f45c57751..000000000 --- a/domains/syed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SyedAhkam", - "email": "smahkam57@gmail.com" - }, - "records": { - "CNAME": "syedahkam.github.io" - } -} diff --git a/domains/sylestic.json b/domains/sylestic.json deleted file mode 100644 index e4923ffca..000000000 --- a/domains/sylestic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sylestic", - "discord": "Sylestic#4231" - }, - "records": { - "CNAME": "sylestic.github.io" - } -} diff --git a/domains/synacktra.json b/domains/synacktra.json deleted file mode 100644 index ffc90f945..000000000 --- a/domains/synacktra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "synacktraa", - "email": "synacktra.work@gmail.com" - }, - "records": { - "CNAME": "synacktraa.github.io" - } -} diff --git a/domains/syntz.json b/domains/syntz.json deleted file mode 100644 index 2a89bc373..000000000 --- a/domains/syntz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "syntz-dev", - "email": "rafaelbraun5@hotmail.com" - }, - "repo": "https://github.com/syntz-dev/syntz-dev.github.io", - "records": { - "CNAME": "syntz-dev.github.io" - } -} diff --git a/domains/taha2002.json b/domains/taha2002.json deleted file mode 100644 index 806fcce54..000000000 --- a/domains/taha2002.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "taha2002", - "email": "bouras1920@gmail.com" - }, - "records": { - "CNAME": "taha2002.github.io" - } -} diff --git a/domains/tahakocabuga.json b/domains/tahakocabuga.json deleted file mode 100644 index 3cd7566cb..000000000 --- a/domains/tahakocabuga.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tahakocabuga", - "email": "tahakocabuga@gmail.com", - "twitter": "tahakocabuga" - }, - "records": { - "CNAME": "tahakocabuga.github.io" - } -} diff --git a/domains/takase.json b/domains/takase.json deleted file mode 100644 index 949f0c521..000000000 --- a/domains/takase.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "takase1121", - "email": "takase1121@proton.me" - }, - "records": { - "CNAME": "takase1121.github.io" - } -} diff --git a/domains/tanquang.json b/domains/tanquang.json deleted file mode 100644 index 3b8621cf8..000000000 --- a/domains/tanquang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quangnlt", - "email": "tanquang2k3@gmail.com" - }, - "records": { - "CNAME": "quangnlt.github.io" - } -} diff --git a/domains/tanyalai.json b/domains/tanyalai.json deleted file mode 100644 index 9b8a291b7..000000000 --- a/domains/tanyalai.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tanyalai", - "email": "tanyalai@outlook.com", - "twitter": "TanyaLai23" - }, - "records": { - "CNAME": "tanyalai.github.io" - } -} diff --git a/domains/tasawar-hussain.json b/domains/tasawar-hussain.json deleted file mode 100644 index 584213d22..000000000 --- a/domains/tasawar-hussain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tasawar-hussain", - "email": "me.tasawarhussain@gmail.com" - }, - "records": { - "CNAME": "tasawar-hussain.github.io" - } -} diff --git a/domains/tclement0922.json b/domains/tclement0922.json deleted file mode 100644 index aaaa9c3ea..000000000 --- a/domains/tclement0922.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tclement0922", - "email": "dev.tclement0922@gmail.com" - }, - "records": { - "CNAME": "tclement0922.github.io" - } -} diff --git a/domains/td.json b/domains/td.json deleted file mode 100644 index bbc87dad3..000000000 --- a/domains/td.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hima-Pro", - "email": "pnpop01027066161@gmail.com" - }, - "records": { - "CNAME": "hima-pro.github.io" - } -} diff --git a/domains/tdim.json b/domains/tdim.json deleted file mode 100644 index bbc87dad3..000000000 --- a/domains/tdim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hima-Pro", - "email": "pnpop01027066161@gmail.com" - }, - "records": { - "CNAME": "hima-pro.github.io" - } -} diff --git a/domains/tdm.json b/domains/tdm.json deleted file mode 100644 index a8202eacd..000000000 --- a/domains/tdm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LolTDMMMOs", - "email": "paymentstdm@gmail.com" - }, - "records": { - "CNAME": "loltdmmmos.github.io" - } -} diff --git a/domains/techstarmahesh.json b/domains/techstarmahesh.json deleted file mode 100644 index 8b141b25d..000000000 --- a/domains/techstarmahesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TechstarMahesh", - "email": "mistermaheshsharma@gmail.com" - }, - "records": { - "CNAME": "techstarmahesh.github.io" - } -} diff --git a/domains/teobouvard.json b/domains/teobouvard.json deleted file mode 100644 index 1dc2fd733..000000000 --- a/domains/teobouvard.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "teobouvard" - }, - "records": { - "CNAME": "teobouvard.github.io" - } -} diff --git a/domains/thakuraman.json b/domains/thakuraman.json deleted file mode 100644 index 467676fdd..000000000 --- a/domains/thakuraman.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "aman7thakurr", - "email": "amant8425@gmail.com", - "discord": "523813766295715851" - }, - "records": { - "CNAME": "aman7thakurr.github.io" - } -} diff --git a/domains/thanawat.json b/domains/thanawat.json deleted file mode 100644 index 76d87c2cd..000000000 --- a/domains/thanawat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Thanawatttt", - "email": "tanawattawillha@gmail.com", - "discord": "803249368533696512" - }, - "records": { - "CNAME": "thanawatttt.github.io" - } -} diff --git a/domains/thanbv1510.json b/domains/thanbv1510.json deleted file mode 100644 index d900a1b1b..000000000 --- a/domains/thanbv1510.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "thanbv1510", - "email": "thanbv1510@gmail.com", - "twitter": "thanbv1510" - }, - "records": { - "CNAME": "thanbv1510.github.io" - } -} diff --git a/domains/thecommandcat.json b/domains/thecommandcat.json deleted file mode 100644 index f21b49f91..000000000 --- a/domains/thecommandcat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/TheCommandCat/TheCommandCat.github.io", - "owner": { - "username": "TheCommandCat", - "email": "bhrtkhvji@gmail.com" - }, - "records": { - "CNAME": "thecommandcat.github.io" - } -} diff --git a/domains/thegloriousduck.json b/domains/thegloriousduck.json deleted file mode 100644 index f3bfe10c6..000000000 --- a/domains/thegloriousduck.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TheGloriousDuck", - "email": "thegloriousduck@protonmail.com" - }, - "records": { - "CNAME": "thegloriousduck.github.io" - } -} diff --git a/domains/thepersonalsite.json b/domains/thepersonalsite.json deleted file mode 100644 index ddfbd6dc9..000000000 --- a/domains/thepersonalsite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesseHoekema", - "email": "jessehoekema@icloud.com" - }, - "records": { - "CNAME": "jessehoekema.github.io" - } -} diff --git a/domains/thequackyduck.json b/domains/thequackyduck.json deleted file mode 100644 index 8d776e9dc..000000000 --- a/domains/thequackyduck.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thequackyduck", - "email": "zcodezt@gmail.com" - }, - "records": { - "CNAME": "thequackyduck.github.io" - } -} diff --git a/domains/thesanju.json b/domains/thesanju.json deleted file mode 100644 index 9c67fc7a6..000000000 --- a/domains/thesanju.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "thesanju", - "email": "sanjayjr1official@gmail.com", - "twitter": "Sanjay69__" - }, - "records": { - "CNAME": "thesanju.github.io" - } -} diff --git a/domains/thesct22.json b/domains/thesct22.json deleted file mode 100644 index 538fd8836..000000000 --- a/domains/thesct22.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thesct22", - "email": "sharathct22@gmail.com" - }, - "records": { - "CNAME": "thesct22.github.io" - } -} diff --git a/domains/thesonofdevilhunter.json b/domains/thesonofdevilhunter.json deleted file mode 100644 index 983880bca..000000000 --- a/domains/thesonofdevilhunter.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NerdsForGaming", - "email": "thesonofdevilhunter1@gmail.com" - }, - "records": { - "CNAME": "nerdsforgaming.github.io" - } -} diff --git a/domains/thesyed.json b/domains/thesyed.json deleted file mode 100644 index f57ec8964..000000000 --- a/domains/thesyed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlephaNull", - "email": "ay.syed@pm.me" - }, - "records": { - "CNAME": "alephanull.github.io" - } -} diff --git a/domains/thiago.json b/domains/thiago.json deleted file mode 100644 index 427baecf1..000000000 --- a/domains/thiago.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "teixeirazeus", - "email": "teixeira.zeus@gmail.com", - "twitter": "ThiagoSTeixeir4", - "discord": "Thiago S Teixeira#0657" - }, - "records": { - "CNAME": "teixeirazeus.github.io" - } -} diff --git a/domains/thien.json b/domains/thien.json deleted file mode 100644 index 36961e30b..000000000 --- a/domains/thien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thiennguyen93", - "email": "hi@thiennguyen.dev" - }, - "records": { - "CNAME": "thiennguyen93.github.io" - } -} diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json deleted file mode 100644 index a2de31675..000000000 --- a/domains/thomas-shelby.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "prbhanu", - "email": "prbhanu1718@gmil.com", - "twitter": "prreddy05413731" - }, - "records": { - "CNAME": "prbhanu.github.io" - } -} diff --git a/domains/thorgathis.json b/domains/thorgathis.json deleted file mode 100644 index 07763dacd..000000000 --- a/domains/thorgathis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Thorgathis", - "email": "thorgathis.dev@gmail.com" - }, - "records": { - "CNAME": "thorgathis.github.io" - } -} diff --git a/domains/thuc.json b/domains/thuc.json deleted file mode 100644 index 0375e2328..000000000 --- a/domains/thuc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "thucngyyen" - }, - "records": { - "CNAME": "thucngyyen.github.io" - } -} diff --git a/domains/ti3r.json b/domains/ti3r.json deleted file mode 100644 index 43edf669c..000000000 --- a/domains/ti3r.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ti3r's Dev Portfolio", - "owner": { - "username": "ti3r", - "email": "ti3r.bubblenet@gmail.com" - }, - "records": { - "CNAME": "ti3r.github.io" - } -} diff --git a/domains/tilak.json b/domains/tilak.json deleted file mode 100644 index 9ac4aaa99..000000000 --- a/domains/tilak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YourTilak", - "email": "rj05tilak@gmail.com" - }, - "records": { - "CNAME": "yourtilak.github.io" - } -} diff --git a/domains/tim-vdb.json b/domains/tim-vdb.json deleted file mode 100644 index 9bb02b194..000000000 --- a/domains/tim-vdb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tim-vdb", - "email": "timotheevdbosch@gmail.com" - }, - "records": { - "CNAME": "tim-vdb.github.io" - } -} diff --git a/domains/timothy.json b/domains/timothy.json deleted file mode 100644 index d9ea4ec7c..000000000 --- a/domains/timothy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tabrownies", - "email": "tabrownies@gmail.com" - }, - "records": { - "CNAME": "tabrownies.github.io" - } -} diff --git a/domains/tiyanof.json b/domains/tiyanof.json deleted file mode 100644 index 00a484472..000000000 --- a/domains/tiyanof.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tiyanof", - "email": "hannasophia1999@gmail.com", - "twitter": "s00op_" - }, - "records": { - "CNAME": "tiyanof.github.io" - } -} diff --git a/domains/toadvillebay.json b/domains/toadvillebay.json deleted file mode 100644 index b534f238f..000000000 --- a/domains/toadvillebay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notghostvista", - "discord": "907846380486291486" - }, - "records": { - "CNAME": "notghostvista.github.io" - } -} diff --git a/domains/tofu.json b/domains/tofu.json deleted file mode 100644 index d2d07e5eb..000000000 --- a/domains/tofu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yychen1201", - "discord": "1009412927754866728" - }, - "records": { - "CNAME": "yychen1201.github.io" - } -} diff --git a/domains/tokyo.json b/domains/tokyo.json deleted file mode 100644 index 263462017..000000000 --- a/domains/tokyo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "a-tokyo", - "email": "ahmed.tokyo1@gmail.com" - }, - "records": { - "CNAME": "a-tokyo.github.io" - } -} diff --git a/domains/tomek.json b/domains/tomek.json deleted file mode 100644 index feab9015a..000000000 --- a/domains/tomek.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "tomek-i" - }, - "records": { - "CNAME": "tomek-i.github.io" - } -} diff --git a/domains/tomokat.json b/domains/tomokat.json deleted file mode 100644 index 36bff134b..000000000 --- a/domains/tomokat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tomokat", - "email": "wataru2007@gmail.com" - }, - "records": { - "CNAME": "tomokat.github.io" - } -} diff --git a/domains/tong.json b/domains/tong.json deleted file mode 100644 index bba74ec19..000000000 --- a/domains/tong.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tongwu", - "email": "away0x@gmail.com" - }, - "records": { - "CNAME": "away0x.github.io" - } -} diff --git a/domains/tonywu.json b/domains/tonywu.json deleted file mode 100644 index e4493b6cc..000000000 --- a/domains/tonywu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuquangthinh", - "email": "quangthinh.dev@gmail.com" - }, - "records": { - "CNAME": "vuquangthinh.github.io" - } -} diff --git a/domains/toster.json b/domains/toster.json deleted file mode 100644 index c75d4abe2..000000000 --- a/domains/toster.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rafau04", - "email": "matiz.rafal@gmail.com" - }, - "records": { - "CNAME": "rafau04.github.io" - } -} diff --git a/domains/trauma.json b/domains/trauma.json deleted file mode 100644 index 12990e1d7..000000000 --- a/domains/trauma.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "iiTrauma", - "email": "ignacio@asia.com", - "twitter": "q1a67" - }, - "records": { - "CNAME": "iitrauma.github.io" - } -} diff --git a/domains/triyatna.json b/domains/triyatna.json deleted file mode 100644 index 5a1b7a4ac..000000000 --- a/domains/triyatna.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "triyatna", - "email": "triyatna.com@gmail.com" - }, - "records": { - "CNAME": "triyatna.github.io" - } -} diff --git a/domains/trug.json b/domains/trug.json deleted file mode 100644 index 386205b12..000000000 --- a/domains/trug.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vietrux", - "email": "leviettrung.social@gmail.com" - }, - "records": { - "CNAME": "vietrux.github.io" - } -} diff --git a/domains/tsull360.json b/domains/tsull360.json deleted file mode 100644 index 3bfcb5def..000000000 --- a/domains/tsull360.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tsull360", - "email": "tsull360@outlook.com" - }, - "records": { - "CNAME": "tsull360.github.io" - } -} diff --git a/domains/tungtran.json b/domains/tungtran.json deleted file mode 100644 index b40982cc4..000000000 --- a/domains/tungtran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tunganhtran", - "email": "tunganhtran94@gmail.com" - }, - "records": { - "CNAME": "tunganhtran.github.io" - } -} diff --git a/domains/twitchiger.json b/domains/twitchiger.json deleted file mode 100644 index 2f35619f7..000000000 --- a/domains/twitchiger.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devTwitchiger", - "discord": "1057600396991926332" - }, - "records": { - "CNAME": "devtwitchiger.github.io" - } -} diff --git a/domains/tylermwise.json b/domains/tylermwise.json deleted file mode 100644 index 94f325645..000000000 --- a/domains/tylermwise.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "tylermwise.is-a.dev domain", - "owner": { - "username": "tylermwise", - "email": "contact@teamtbm.org" - }, - "records": { - "CNAME": "tylermwise.github.io" - } -} diff --git a/domains/tyrkinn.json b/domains/tyrkinn.json deleted file mode 100644 index c26c19d89..000000000 --- a/domains/tyrkinn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tyrkinn", - "email": "tyrkinn@pm.me" - }, - "records": { - "CNAME": "tyrkinn.github.io" - } -} diff --git a/domains/uberkey.json b/domains/uberkey.json deleted file mode 100644 index d63295321..000000000 --- a/domains/uberkey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "uberkey", - "email": "postmordial@gmail.com" - }, - "records": { - "CNAME": "uberkey.github.io" - } -} diff --git a/domains/umesh.json b/domains/umesh.json deleted file mode 100644 index f7c306269..000000000 --- a/domains/umesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "compCoder007", - "email": "competentcoder007@gmail.com" - }, - "records": { - "CNAME": "compcoder007.github.io" - } -} diff --git a/domains/undeadevs.json b/domains/undeadevs.json deleted file mode 100644 index dcc4dbd72..000000000 --- a/domains/undeadevs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "undeadevs", - "email": "jangantanyaaku14@gmail.com" - }, - "records": { - "CNAME": "undeadevs.github.io" - } -} diff --git a/domains/unichord.json b/domains/unichord.json deleted file mode 100644 index e2bf474f2..000000000 --- a/domains/unichord.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "unichord-apps", - "email": "unichord@pm.me" - }, - "records": { - "CNAME": "unichord-apps.github.io" - } -} diff --git a/domains/unidentifiedx.json b/domains/unidentifiedx.json deleted file mode 100644 index 3eb18ec47..000000000 --- a/domains/unidentifiedx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UnidentifiedX", - "email": "sunzizhuo33@gmail.com" - }, - "records": { - "CNAME": "unidentifiedx.github.io" - } -} diff --git a/domains/unnst.json b/domains/unnst.json deleted file mode 100644 index 578a62d52..000000000 --- a/domains/unnst.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "482migs", - "email": "amberisamab@gmail.com" - }, - "records": { - "CNAME": "unnst.github.io" - } -} diff --git a/domains/up.json b/domains/up.json deleted file mode 100644 index 0441fe009..000000000 --- a/domains/up.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The blog of Up Devs.", - "owner": { - "username": "alputv", - "email": "rekortmenstars@gmail.com" - }, - "records": { - "CNAME": "up-devs.github.io" - } -} diff --git a/domains/user-exe.json b/domains/user-exe.json deleted file mode 100644 index 5a9031145..000000000 --- a/domains/user-exe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrhappyma", - "email": "is-a-dev@a.userexe.me" - }, - "records": { - "CNAME": "mrhappyma.github.io" - } -} diff --git a/domains/usingh.json b/domains/usingh.json deleted file mode 100644 index 88368e795..000000000 --- a/domains/usingh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dr-hofstadter", - "email": "utsav.raj.338@gmail.com" - }, - "records": { - "CNAME": "dr-hofstadter.github.io" - } -} diff --git a/domains/utsav.json b/domains/utsav.json deleted file mode 100644 index 88368e795..000000000 --- a/domains/utsav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dr-hofstadter", - "email": "utsav.raj.338@gmail.com" - }, - "records": { - "CNAME": "dr-hofstadter.github.io" - } -} diff --git a/domains/val.json b/domains/val.json deleted file mode 100644 index 43841ac46..000000000 --- a/domains/val.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Btwonu", - "email": "btwonu@gmail.com" - }, - "records": { - "CNAME": "btwonu.github.io" - } -} diff --git a/domains/vampirepapi.json b/domains/vampirepapi.json deleted file mode 100644 index 0e24563f6..000000000 --- a/domains/vampirepapi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vampirepapi", - "email": "shubhamsourabh8@gmail.com" - }, - "records": { - "CNAME": "vampirepapi.github.io" - } -} diff --git a/domains/vanhzxje.json b/domains/vanhzxje.json deleted file mode 100644 index 647958b2b..000000000 --- a/domains/vanhzxje.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vanhzxje", - "email": "suzunesokawaiii@gmail.com", - "discord": "912968921148186624" - }, - "records": { - "CNAME": "vanhzxje.github.io" - } -} diff --git a/domains/vanmanh.json b/domains/vanmanh.json deleted file mode 100644 index 670cf7b66..000000000 --- a/domains/vanmanh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vanmanhdev", - "email": "vanmanh2763@gmail.com" - }, - "records": { - "CNAME": "vanmanhdev.github.io" - } -} diff --git a/domains/vapedevv.json b/domains/vapedevv.json deleted file mode 100644 index 9e23d5ada..000000000 --- a/domains/vapedevv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jadjasjafsafasfasfsa", - "email": "vapedev2@gmail.com", - "discord": "vapedevv#5640" - }, - "records": { - "CNAME": "jadjasjafsafasfasfsa.github.io" - } -} diff --git a/domains/vasanth.json b/domains/vasanth.json deleted file mode 100644 index 2c416101e..000000000 --- a/domains/vasanth.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Vasanth personal Blog", - "owner": { - "username": "62d2", - "email": "itsparser@gmail.com", - "twitter": "itsparser", - "discord": "itsparser" - }, - "records": { - "CNAME": "itsparser.github.io" - } -} diff --git a/domains/vasharma05.json b/domains/vasharma05.json deleted file mode 100644 index 247ec2815..000000000 --- a/domains/vasharma05.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vasharma05", - "email": "sharmava05@gmail.com" - }, - "records": { - "CNAME": "vasharma05.github.io" - } -} diff --git a/domains/ved.json b/domains/ved.json deleted file mode 100644 index bc5e843bf..000000000 --- a/domains/ved.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ved-patel226", - "email": "talk2ved11@gmail.com" - }, - "records": { - "CNAME": "ved-patel226.github.io" - } -} diff --git a/domains/vedant.json b/domains/vedant.json deleted file mode 100644 index 8694badbe..000000000 --- a/domains/vedant.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "theonlyvedu" - }, - "records": { - "CNAME": "theonlyvedu.github.io" - } -} diff --git a/domains/veen.json b/domains/veen.json deleted file mode 100644 index b22eaf3ac..000000000 --- a/domains/veen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Vihaan7207", - "email": "vmikki7207@gmail.com" - }, - "records": { - "CNAME": "vihaan7207.github.io" - } -} diff --git a/domains/vela.json b/domains/vela.json deleted file mode 100644 index 6c4779572..000000000 --- a/domains/vela.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "v3laDev", - "email": "27khero@proton.me" - }, - "records": { - "CNAME": "v3laDev.github.io" - } -} diff --git a/domains/vhardik.json b/domains/vhardik.json deleted file mode 100644 index 48a91fb49..000000000 --- a/domains/vhardik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hardik-Vanani", - "email": "vananihardik8553@gmail.com" - }, - "records": { - "CNAME": "hardik-vanani.github.io" - } -} diff --git a/domains/victoneux.json b/domains/victoneux.json deleted file mode 100644 index e761c378f..000000000 --- a/domains/victoneux.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Victoneux", - "email": "victoneux@protonmail.com" - }, - "records": { - "CNAME": "victoneux.github.io" - } -} diff --git a/domains/victor.json b/domains/victor.json deleted file mode 100644 index be23419b9..000000000 --- a/domains/victor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "victoroliveira", - "email": "victoroliveira.eng@gmail.com" - }, - "records": { - "CNAME": "victoroliveira.github.io" - } -} diff --git a/domains/victormak.json b/domains/victormak.json deleted file mode 100644 index 7e28d5f45..000000000 --- a/domains/victormak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DreamerChaserHAH", - "email": "ehekunhah@gmail.com" - }, - "records": { - "CNAME": "dreamerchaserhah.github.io" - } -} diff --git a/domains/vien.json b/domains/vien.json deleted file mode 100644 index f220d151f..000000000 --- a/domains/vien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VienDeveloper", - "email": "vien@courvix.com" - }, - "records": { - "CNAME": "viendeveloper.github.io" - } -} diff --git a/domains/vikas.json b/domains/vikas.json deleted file mode 100644 index 32e863b9b..000000000 --- a/domains/vikas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kvikas063", - "email": "vikas_063@hotmail.com" - }, - "description": "portofolio website.", - "records": { - "CNAME": "kvikas063.github.io" - } -} diff --git a/domains/vikyaiyer.json b/domains/vikyaiyer.json deleted file mode 100644 index 0e1218fc0..000000000 --- a/domains/vikyaiyer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vikyaiyer", - "email": "vikyaiyer1997@gmail.com" - }, - "records": { - "CNAME": "vikyaiyer.github.io" - } -} diff --git a/domains/vimalsaraswat.json b/domains/vimalsaraswat.json deleted file mode 100644 index be5ba7d44..000000000 --- a/domains/vimalsaraswat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vimalsaraswat", - "email": "saraswatvimal1@gmail.com", - "twitter": "vimalsaraswat00" - }, - "records": { - "CNAME": "vimalsaraswat.github.io" - } -} diff --git a/domains/vincyxir.json b/domains/vincyxir.json deleted file mode 100644 index 2c63e5bec..000000000 --- a/domains/vincyxir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vincyxiroff", - "email": "vincyxir@gmail.com" - }, - "records": { - "CNAME": "vincyxiroff.github.io" - } -} diff --git a/domains/vineetkhemnani.json b/domains/vineetkhemnani.json deleted file mode 100644 index 9e79b2899..000000000 --- a/domains/vineetkhemnani.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vineetkhemnani", - "email": "vineetkhemnani09@gmail.com" - }, - "records": { - "CNAME": "vineetkhemnani.github.io" - } -} diff --git a/domains/vinn.json b/domains/vinn.json deleted file mode 100644 index 61297c4c6..000000000 --- a/domains/vinn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VinnDev", - "email": "vinndeveloper@gmail.com" - }, - "records": { - "CNAME": "vinndev.github.io" - } -} diff --git a/domains/viperadnan.json b/domains/viperadnan.json deleted file mode 100644 index a90b38176..000000000 --- a/domains/viperadnan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "viperadnan-git", - "email": "viperadnan@gmail.com" - }, - "records": { - "CNAME": "viperadnan-git.github.io" - } -} diff --git a/domains/viral-soni.json b/domains/viral-soni.json deleted file mode 100644 index dcff8f26e..000000000 --- a/domains/viral-soni.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "R-Okje", - "email": "vssviral@gmail.com" - }, - "records": { - "CNAME": "r-okje.github.io" - } -} diff --git a/domains/vishalg.json b/domains/vishalg.json deleted file mode 100644 index d7a9eb20c..000000000 --- a/domains/vishalg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vishalpx", - "twitter": "vishal26x" - }, - "records": { - "CNAME": "vishalpx.github.io" - } -} diff --git a/domains/vishnu.json b/domains/vishnu.json deleted file mode 100644 index 6d7c4b8e8..000000000 --- a/domains/vishnu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vishnu012", - "email": "vishnu012@pm.me" - }, - "records": { - "CNAME": "vishnu012.github.io" - } -} diff --git a/domains/vishok.json b/domains/vishok.json deleted file mode 100644 index 9edc029cb..000000000 --- a/domains/vishok.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mvishok", - "email": "mvishok2005@gmail.com" - }, - "records": { - "CNAME": "mvishok.github.io" - } -} diff --git a/domains/vivekkumar.json b/domains/vivekkumar.json deleted file mode 100644 index b7efc06a1..000000000 --- a/domains/vivekkumar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vivekkumarneu", - "email": "vivek-kumar@live.in" - }, - "records": { - "CNAME": "vivekkumarneu.github.io" - } -} diff --git a/domains/voh.json b/domains/voh.json deleted file mode 100644 index 41b4fc2d6..000000000 --- a/domains/voh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TotallyVoh", - "email": "vohonganhPE@gmail.com" - }, - "records": { - "CNAME": "totallyvoh.github.io" - } -} diff --git a/domains/voidz.json b/domains/voidz.json deleted file mode 100644 index 20789f4a8..000000000 --- a/domains/voidz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "voidz's personal website", - "owner": { - "username": "voidz7", - "email": "atharvask2005@gmail.com", - "twitter": "gg_voidz" - }, - "records": { - "CNAME": "voidz7.github.io" - } -} diff --git a/domains/vollow.json b/domains/vollow.json deleted file mode 100644 index 6c6a27333..000000000 --- a/domains/vollow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vollowx", - "email": "muffinslog@proton.me" - }, - "records": { - "CNAME": "vollowx.github.io" - } -} diff --git a/domains/vontey.json b/domains/vontey.json deleted file mode 100644 index 5f3afb851..000000000 --- a/domains/vontey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vontey", - "email": "ash2vee@outlook.com" - }, - "records": { - "CNAME": "vontey.github.io" - } -} diff --git a/domains/votiendung.json b/domains/votiendung.json deleted file mode 100644 index 9359ac8c1..000000000 --- a/domains/votiendung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dungxibo123", - "email": "votiendung0805@gmail.com" - }, - "records": { - "CNAME": "dungxibo123.github.io" - } -} diff --git a/domains/voxel.json b/domains/voxel.json deleted file mode 100644 index da7416841..000000000 --- a/domains/voxel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "voxel79", - "email": "voxelcool@gmail.com", - "twitter": "voxelhaha" - }, - "records": { - "CNAME": "voxel79.github.io" - } -} diff --git a/domains/voxj.json b/domains/voxj.json deleted file mode 100644 index 56955ad7b..000000000 --- a/domains/voxj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "voxj", - "discord": "1108039808649015336" - }, - "records": { - "CNAME": "rawintosh.github.io" - } -} diff --git a/domains/vurihuang.json b/domains/vurihuang.json deleted file mode 100644 index 2d4e56d34..000000000 --- a/domains/vurihuang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vurihuang", - "email": "vengeancehuang@gmail.com" - }, - "records": { - "CNAME": "vurihuang.github.io" - } -} diff --git a/domains/vvxrtues.json b/domains/vvxrtues.json deleted file mode 100644 index 747c03109..000000000 --- a/domains/vvxrtues.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vvirtues", - "email": "ezi2468@icloud.com" - }, - "records": { - "CNAME": "vvirtues.github.io" - } -} diff --git a/domains/vxj.json b/domains/vxj.json deleted file mode 100644 index 1c509c212..000000000 --- a/domains/vxj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "voxj", - "email": "aglinkoyurjevich@gmail.com" - }, - "records": { - "CNAME": "voxj.github.io" - } -} diff --git a/domains/waffle.json b/domains/waffle.json deleted file mode 100644 index 14c2d1931..000000000 --- a/domains/waffle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thunderbrown", - "discord": "1136724508963786853" - }, - "records": { - "CNAME": "thunderbrown.github.io" - } -} diff --git a/domains/wahid.json b/domains/wahid.json deleted file mode 100644 index 0e9624196..000000000 --- a/domains/wahid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SimplyVoid", - "email": "wahidislamlinad@pm.me" - }, - "records": { - "CNAME": "simplyvoid.github.io" - } -} diff --git a/domains/wansc.json b/domains/wansc.json deleted file mode 100644 index eebeaf26b..000000000 --- a/domains/wansc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "661111", - "email": "3227988255@qq.com" - }, - "records": { - "CNAME": "661111.github.io" - } -} diff --git a/domains/warren.json b/domains/warren.json deleted file mode 100644 index 59789aa7d..000000000 --- a/domains/warren.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "somethingwentwell", - "email": "wwwc@outlook.com" - }, - "records": { - "CNAME": "somethingwentwell.github.io" - } -} diff --git a/domains/wassim.json b/domains/wassim.json deleted file mode 100644 index d3fbe7652..000000000 --- a/domains/wassim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github profile of wassimbenzarti", - "owner": { - "username": "wassimbenzarti", - "email": "wass11121996@gmail.com" - }, - "records": { - "CNAME": "wassimbenzarti.github.io" - } -} diff --git a/domains/watercat.json b/domains/watercat.json deleted file mode 100644 index d8f2ef70a..000000000 --- a/domains/watercat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "watercatuwu", - "email": "watercat0330@gmail.com" - }, - "records": { - "CNAME": "watercatuwu.github.io" - } -} diff --git a/domains/wcaleniekubaa.json b/domains/wcaleniekubaa.json deleted file mode 100644 index 5710fb168..000000000 --- a/domains/wcaleniekubaa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wcaleniekubaa", - "email": "to.nie.kubafn@gmail.com" - }, - "records": { - "CNAME": "wcaleniekubaa.github.io" - } -} diff --git a/domains/weeebdev.json b/domains/weeebdev.json deleted file mode 100644 index ae19ca4ad..000000000 --- a/domains/weeebdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "weeebdev", - "email": "mr.adil777@gmail.com" - }, - "records": { - "CNAME": "weeebdev.github.io" - } -} diff --git a/domains/werz.json b/domains/werz.json deleted file mode 100644 index b9b4d945e..000000000 --- a/domains/werz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "0xwerz", - "email": "moussarabie40@gmail.com", - "twitter": "cyberwerz" - }, - "records": { - "CNAME": "0xwerz.github.io" - } -} diff --git a/domains/west.json b/domains/west.json deleted file mode 100644 index e20e6c53e..000000000 --- a/domains/west.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arslandoesdev", - "email": "239@duck.com" - }, - "records": { - "CNAME": "arslandoesdev.github.io" - } -} diff --git a/domains/what.json b/domains/what.json deleted file mode 100644 index e6d093a22..000000000 --- a/domains/what.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "What-Question-Mark", - "email": "jack.weller@hotmail.com", - "twitter": "whatqm", - "discord": "discord-username-and-discriminator" - }, - "records": { - "CNAME": "what-question-mark.github.io" - } -} diff --git a/domains/whitekj.json b/domains/whitekj.json deleted file mode 100644 index c16d5c117..000000000 --- a/domains/whitekj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CwhiteKJ", - "email": "whitekj1221@gmail.com" - }, - "records": { - "CNAME": "cwhitekj.github.io" - } -} diff --git a/domains/wiggly.json b/domains/wiggly.json deleted file mode 100644 index f3a7142c0..000000000 --- a/domains/wiggly.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Artsui", - "email": "dedica0123@gmail.com", - "twitter": "CornetWiggly" - }, - "records": { - "CNAME": "artsui.github.io" - } -} diff --git a/domains/win10sunvalley.json b/domains/win10sunvalley.json deleted file mode 100644 index 047965fc5..000000000 --- a/domains/win10sunvalley.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "winbo-yml-exe", - "email": "winbo-yml-exe@outlook.com" - }, - "records": { - "CNAME": "win10sunvalley.github.io" - } -} diff --git a/domains/windfarms.json b/domains/windfarms.json deleted file mode 100644 index 709b53b06..000000000 --- a/domains/windfarms.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "windfarms", - "email": "windfarms@andrealicheri.anonaddy.com" - }, - "records": { - "CNAME": "windfarms.github.io" - } -} diff --git a/domains/window5.json b/domains/window5.json deleted file mode 100644 index b62ac4a7f..000000000 --- a/domains/window5.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Window5000", - "email": "spam.window5.spam@gmail.com" - }, - "records": { - "CNAME": "window5000.github.io" - } -} diff --git a/domains/wired.json b/domains/wired.json deleted file mode 100644 index 5dc22c788..000000000 --- a/domains/wired.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Wired-design", - "email": "wireddesign@outlook.com", - "twitter": "Wired__Design" - }, - "records": { - "CNAME": "wired-design.github.io" - } -} diff --git a/domains/wirisungs.json b/domains/wirisungs.json deleted file mode 100644 index 105fda5b0..000000000 --- a/domains/wirisungs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "wirisungs" - }, - "records": { - "CNAME": "wirisungs.github.io" - } -} diff --git a/domains/wizcann.json b/domains/wizcann.json deleted file mode 100644 index f847f8e54..000000000 --- a/domains/wizcann.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "wizcann" - }, - "records": { - "CNAME": "wizcann.github.io" - } -} diff --git a/domains/worm.json b/domains/worm.json deleted file mode 100644 index c5d231f7b..000000000 --- a/domains/worm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arq091", - "email": "poonyapat.thane@gmail.com" - }, - "records": { - "CNAME": "arq091.github.io" - } -} diff --git a/domains/wrtks.json b/domains/wrtks.json deleted file mode 100644 index ef8d0c919..000000000 --- a/domains/wrtks.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ali-valiev", - "discord": "722403528705966080" - }, - "records": { - "CNAME": "wrrtks.github.io" - } -} diff --git a/domains/wusong.json b/domains/wusong.json deleted file mode 100644 index ba1e59e9d..000000000 --- a/domains/wusong.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bayunjiang", - "email": "master@bayun.org" - }, - "records": { - "CNAME": "bayunjiang.github.io" - } -} diff --git a/domains/wyatt.json b/domains/wyatt.json deleted file mode 100644 index 3852b414a..000000000 --- a/domains/wyatt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ws998116", - "email": "ws998116@gmail.com" - }, - "records": { - "CNAME": "ws998116.github.io" - } -} diff --git a/domains/x0ba.json b/domains/x0ba.json deleted file mode 100644 index 9e66817d9..000000000 --- a/domains/x0ba.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "x0ba", - "email": "mkshift@tuta.io" - }, - "records": { - "CNAME": "x0ba.github.io" - } -} diff --git a/domains/x8t.json b/domains/x8t.json deleted file mode 100644 index 3c9db42f6..000000000 --- a/domains/x8t.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "x8t-code", - "email": "x8t@tuta.io" - }, - "records": { - "CNAME": "x8t-code.github.io" - } -} diff --git a/domains/xabdoat.json b/domains/xabdoat.json deleted file mode 100644 index 040a0fd67..000000000 --- a/domains/xabdoat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xAbdoAT", - "twitter": "xAbdoAT" - }, - "records": { - "CNAME": "xabdoat.github.io" - } -} diff --git a/domains/xash.json b/domains/xash.json deleted file mode 100644 index c0ad66014..000000000 --- a/domains/xash.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "7xa5h", - "email": "xash4492@gmail.com" - }, - "records": { - "CNAME": "7xa5h.github.io" - } -} diff --git a/domains/xaxa.json b/domains/xaxa.json deleted file mode 100644 index 0c3d8f606..000000000 --- a/domains/xaxa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "333xaxa", - "email": "xaxa_07x10@gmail.com" - }, - "records": { - "CNAME": "333xaxa.github.io" - } -} diff --git a/domains/xelxen.json b/domains/xelxen.json deleted file mode 100644 index efc931650..000000000 --- a/domains/xelxen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I am a dev ig", - "owner": { - "username": "XelXen", - "email": "xelxenfox@gmail.com", - "twitter": "your-twitter-username" - }, - "records": { - "CNAME": "xelxen.github.io" - } -} diff --git a/domains/xgorn.json b/domains/xgorn.json deleted file mode 100644 index 85699cf2c..000000000 --- a/domains/xgorn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "X-Gorn", - "email": "xgorntv@gmail.com" - }, - "records": { - "CNAME": "x-gorn.github.io" - } -} diff --git a/domains/xinful.json b/domains/xinful.json deleted file mode 100644 index 9487cad4d..000000000 --- a/domains/xinful.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xinfull", - "email": "robertkitunda89@gmail.com" - }, - "records": { - "CNAME": "xinfull.github.io" - } -} diff --git a/domains/xmars.json b/domains/xmars.json deleted file mode 100644 index bfaa03005..000000000 --- a/domains/xmars.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal info", - "owner": { - "username": "xmars4", - "email": "xtruongptit@gmail.com" - }, - "records": { - "CNAME": "xmars4.github.io" - } -} diff --git a/domains/xrcs.json b/domains/xrcs.json deleted file mode 100644 index 9a4635a76..000000000 --- a/domains/xrcs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xrcss", - "discord": "xrcs#0001" - }, - "records": { - "CNAME": "xrcss.github.io" - } -} diff --git a/domains/xuyife.json b/domains/xuyife.json deleted file mode 100644 index ce397c007..000000000 --- a/domains/xuyife.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xuyife", - "email": "18916947008@163.com" - }, - "records": { - "CNAME": "xuyife.github.io" - } -} diff --git a/domains/xuyifei.json b/domains/xuyifei.json deleted file mode 100644 index 89dc86e7c..000000000 --- a/domains/xuyifei.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "xuyife", - "email": "xuyifeiDev@outlook.com", - "twitter": "xuyifei" - }, - "records": { - "CNAME": "xuyife.github.io" - } -} diff --git a/domains/xvrtech.json b/domains/xvrtech.json deleted file mode 100644 index 3b4690308..000000000 --- a/domains/xvrtech.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FullStackedRVC", - "email": "robertocarov2@gmail.com" - }, - "records": { - "CNAME": "fullstackedrvc.github.io" - } -} diff --git a/domains/xyront.json b/domains/xyront.json deleted file mode 100644 index 487c35ee7..000000000 --- a/domains/xyront.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Xyront", - "email": "abalabalscratch@gmail.com" - }, - "records": { - "CNAME": "xyront.github.io" - } -} diff --git a/domains/yahli.json b/domains/yahli.json deleted file mode 100644 index b7f4331e0..000000000 --- a/domains/yahli.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal dev website", - "owner": { - "username": "yahligitzi", - "email": "yahligitzi2@gmail.com" - }, - "records": { - "CNAME": "yahligitzi.github.io" - } -} diff --git a/domains/yahya-rabii.json b/domains/yahya-rabii.json deleted file mode 100644 index 3b466c7d4..000000000 --- a/domains/yahya-rabii.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "MY PP website", - "owner": { - "username": "Yahya-rabii", - "email": "rabiiyahya1@gmail.com" - }, - "records": { - "CNAME": "yahya-rabii.github.io" - } -} diff --git a/domains/yashgupta.json b/domains/yashgupta.json deleted file mode 100644 index ba079eaf3..000000000 --- a/domains/yashgupta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yashhh999", - "email": "gupta25yash@gmail.com" - }, - "records": { - "CNAME": "yashhh999.github.io" - } -} diff --git a/domains/yashnerkar.json b/domains/yashnerkar.json deleted file mode 100644 index 359ed51dd..000000000 --- a/domains/yashnerkar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yashnerkar", - "email": "yashnerkar512@gmail.com" - }, - "records": { - "CNAME": "yashnerkar.github.io" - } -} diff --git a/domains/yashraj.json b/domains/yashraj.json deleted file mode 100644 index 09aca0a63..000000000 --- a/domains/yashraj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yashraj-n", - "email": "ynnarke52@gmail.com", - "twitter": "NarkeYashraj" - }, - "records": { - "CNAME": "yashraj-n.github.io" - } -} diff --git a/domains/yashrao.json b/domains/yashrao.json deleted file mode 100644 index 4d6a11689..000000000 --- a/domains/yashrao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "py-yash", - "email": "cwyash.rao@gmail.com" - }, - "records": { - "CNAME": "py-yash.github.io" - } -} diff --git a/domains/yeppiidev.json b/domains/yeppiidev.json deleted file mode 100644 index 49d8a7a77..000000000 --- a/domains/yeppiidev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yeppiidev", - "email": "yedoxstudios@gmail.com", - "twitter": "yeppiidev" - }, - "records": { - "CNAME": "yeppiidev.github.io" - } -} diff --git a/domains/yescyyt.json b/domains/yescyyt.json deleted file mode 100644 index 28e9982d0..000000000 --- a/domains/yescyyt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yescyyt", - "email": "amberisamab@gmail.com" - }, - "records": { - "CNAME": "yescyyt.github.io" - } -} diff --git a/domains/yhkz.json b/domains/yhkz.json deleted file mode 100644 index 6e96ad41a..000000000 --- a/domains/yhkz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yhkz", - "email": "yhkz@yhkz.us.kg" - }, - "records": { - "CNAME": "yhkz.github.io" - } -} diff --git a/domains/yokaicord.json b/domains/yokaicord.json deleted file mode 100644 index 8cc334c68..000000000 --- a/domains/yokaicord.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zxPau", - "email": "pauu123123123@gmail.com" - }, - "records": { - "CNAME": "zxpau.github.io" - } -} diff --git a/domains/yol.json b/domains/yol.json deleted file mode 100644 index 538755828..000000000 --- a/domains/yol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YoelNath", - "email": "yoelnathanael1@gmail.com" - }, - "records": { - "CNAME": "yoelnath.github.io" - } -} diff --git a/domains/yolobnb.json b/domains/yolobnb.json deleted file mode 100644 index 3c8f372d4..000000000 --- a/domains/yolobnb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yolobnb", - "email": "yooloobnb@protonmail.com" - }, - "records": { - "CNAME": "yolobnb.github.io" - } -} diff --git a/domains/yorodm.json b/domains/yorodm.json deleted file mode 100644 index c62f49d2f..000000000 --- a/domains/yorodm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yorodm", - "email": "yoandy.rmartinez@gmail.com" - }, - "records": { - "CNAME": "yorodm.github.io" - } -} diff --git a/domains/yourz.json b/domains/yourz.json deleted file mode 100644 index 0d0ea8028..000000000 --- a/domains/yourz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Yourz", - "email": "crazilou@vip.qq.com" - }, - "records": { - "CNAME": "yourz.github.io" - } -} diff --git a/domains/yujia.json b/domains/yujia.json deleted file mode 100644 index 0ead157a3..000000000 --- a/domains/yujia.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Yujia's Magic", - "owner": { - "username": "YujiaY", - "email": "aujackyuan@gmail.com" - }, - "records": { - "CNAME": "yujiay.github.io" - } -} diff --git a/domains/yuting.json b/domains/yuting.json deleted file mode 100644 index cdc560538..000000000 --- a/domains/yuting.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wyuting0", - "email": "wyuting2011@gmail.com" - }, - "records": { - "CNAME": "wyuting0.github.io" - } -} diff --git a/domains/yuuto.json b/domains/yuuto.json deleted file mode 100644 index 4d7cfb99f..000000000 --- a/domains/yuuto.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "user93485", - "email": "yuutodiscordlol@gmail.com", - "discord": "YUUTO#9199" - }, - "records": { - "CNAME": "user93485.github.io" - } -} diff --git a/domains/yuwind.json b/domains/yuwind.json deleted file mode 100644 index 391510c77..000000000 --- a/domains/yuwind.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dn1w", - "discord": "923208452581511199" - }, - "records": { - "CNAME": "yuwindev.github.io" - } -} diff --git a/domains/yuzuki.json b/domains/yuzuki.json deleted file mode 100644 index 0503ec4fe..000000000 --- a/domains/yuzuki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SuzukiYuzuki", - "email": "hotococoa104@gmail.com" - }, - "records": { - "CNAME": "suzukiyuzuki.github.io" - } -} diff --git a/domains/zaid.json b/domains/zaid.json deleted file mode 100644 index 2951d7e71..000000000 --- a/domains/zaid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "zaidmukaddam", - "email": "zaidlunatic1@gmail.com", - "twitter": "Zaid08079154" - }, - "records": { - "CNAME": "zaidmukaddam.github.io" - } -} diff --git a/domains/zarqi.ezzoubair.json b/domains/zarqi.ezzoubair.json deleted file mode 100644 index 86c455159..000000000 --- a/domains/zarqi.ezzoubair.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zarqizoubir", - "email": "zarqi.ezzoubair@etu.uae.ac.ma" - }, - "records": { - "CNAME": "zarqizoubir.github.io" - } -} diff --git a/domains/zelle.json b/domains/zelle.json deleted file mode 100644 index b5c6419f9..000000000 --- a/domains/zelle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zelxd", - "email": "zeloeee@gmail.com" - }, - "records": { - "CNAME": "zelxd.github.io" - } -} diff --git a/domains/zelriano36.json b/domains/zelriano36.json deleted file mode 100644 index 9c0c5c52b..000000000 --- a/domains/zelriano36.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zelriano36", - "email": "bastien.salvetat@gmail.com" - }, - "records": { - "CNAME": "zelriano36.github.io" - } -} diff --git a/domains/zen.json b/domains/zen.json deleted file mode 100644 index fea723b29..000000000 --- a/domains/zen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zeraAI", - "email": "parkzen68@gmail.com" - }, - "records": { - "CNAME": "zeraai.github.io" - } -} diff --git a/domains/zener.json b/domains/zener.json deleted file mode 100644 index 9f6e0f685..000000000 --- a/domains/zener.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zenerq", - "email": "rokosamje@gmail.com" - }, - "records": { - "CNAME": "zenerq.github.io" - } -} diff --git a/domains/zeptar.json b/domains/zeptar.json deleted file mode 100644 index de9203626..000000000 --- a/domains/zeptar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Zeptar1069", - "email": "terryk.onekorea@gmail.com", - "discord": "Zeptar#7882" - }, - "records": { - "CNAME": "zeptar1069.github.io" - } -} diff --git a/domains/zeranamu.json b/domains/zeranamu.json deleted file mode 100644 index 42693e4ae..000000000 --- a/domains/zeranamu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zeranamu", - "email": "zeranamu@gmail.com" - }, - "records": { - "CNAME": "zeranamu.github.io" - } -} diff --git a/domains/zerolandcode.json b/domains/zerolandcode.json deleted file mode 100644 index aeebc94b2..000000000 --- a/domains/zerolandcode.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zerolandcode", - "email": "rolteoln@gmail.com" - }, - "records": { - "CNAME": "zerolandcode.github.io" - } -} diff --git a/domains/zerot69.json b/domains/zerot69.json deleted file mode 100644 index bcf6753cd..000000000 --- a/domains/zerot69.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zerot69", - "email": "ngo.vo.hoang.tuan.69@gmail.com" - }, - "records": { - "CNAME": "zerot69.github.io" - } -} diff --git a/domains/zester.json b/domains/zester.json deleted file mode 100644 index bbb89609a..000000000 --- a/domains/zester.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sxtxnzester", - "email": "lollo11020210@gmail.com", - "discord": "1133362142461050980" - }, - "records": { - "CNAME": "sxtxnzester.github.io" - } -} diff --git a/domains/zhangximufeng.json b/domains/zhangximufeng.json deleted file mode 100644 index ede59a2f9..000000000 --- a/domains/zhangximufeng.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Link to my github", - "owner": { - "username": "zhangximufeng", - "email": "zhangximufeng@gmail.com" - }, - "records": { - "CNAME": "zhangximufeng.github.io" - } -} diff --git a/domains/zhenchai.json b/domains/zhenchai.json deleted file mode 100644 index 3630ecb17..000000000 --- a/domains/zhenchai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zhenchai00", - "email": "zhenchai0000@gmail.com" - }, - "records": { - "CNAME": "zhenchai00.github.io" - } -} diff --git a/domains/ziari.json b/domains/ziari.json deleted file mode 100644 index 7a813054a..000000000 --- a/domains/ziari.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AMIRPARSAZIARI", - "email": "ziariamirparsa@gmail.com", - "twitter": "ziariamirparsa" - }, - "records": { - "CNAME": "amirparsaziari.github.io" - } -} diff --git a/domains/ziue.json b/domains/ziue.json deleted file mode 100644 index ff6d608b1..000000000 --- a/domains/ziue.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Link to my github", - "owner": { - "username": "ziuee", - "discord": "ziue#8495" - }, - "records": { - "CNAME": "ziuee.github.io" - } -} diff --git a/domains/ziyad.json b/domains/ziyad.json deleted file mode 100644 index ae4d4d7b7..000000000 --- a/domains/ziyad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "o-lumix", - "email": "lumixofficiel@gmail.com" - }, - "records": { - "CNAME": "o-lumix.github.io" - } -} diff --git a/domains/ztzt.json b/domains/ztzt.json deleted file mode 100644 index da98a1b4e..000000000 --- a/domains/ztzt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ztztmc", - "email": "2timessharp@gmail.com", - "discord": "ztzt" - }, - "records": { - "CNAME": "ztztmc.github.io" - } -} diff --git a/domains/zuhaib.json b/domains/zuhaib.json deleted file mode 100644 index bdec2f92f..000000000 --- a/domains/zuhaib.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "powrhouseofthecell", - "email": "theshahzuhaib96@gmail.com" - }, - "records": { - "CNAME": "powrhouseofthecell.github.io" - } -} diff --git a/domains/zwei.json b/domains/zwei.json deleted file mode 100644 index 9b116ea50..000000000 --- a/domains/zwei.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zwei", - "email": "post@zwei.de.eu.org" - }, - "records": { - "CNAME": "bestzwei.github.io" - } -} diff --git a/domains/zwyz.json b/domains/zwyz.json deleted file mode 100644 index 5483196f4..000000000 --- a/domains/zwyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madisonwirtanen", - "email": "isadev@imkk.uk" - }, - "records": { - "CNAME": "madisonwirtanen.github.io" - } -} diff --git a/domains/zxlbni.json b/domains/zxlbni.json deleted file mode 100644 index 14175161e..000000000 --- a/domains/zxlbni.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ZxLbni", - "email": "dolabani46@gmail.com" - }, - "records": { - "CNAME": "zxlbni.github.io" - } -} diff --git a/domains/zxpau.json b/domains/zxpau.json deleted file mode 100644 index 8cc334c68..000000000 --- a/domains/zxpau.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zxPau", - "email": "pauu123123123@gmail.com" - }, - "records": { - "CNAME": "zxpau.github.io" - } -} diff --git a/domains/zyztem.json b/domains/zyztem.json deleted file mode 100644 index e5758bb25..000000000 --- a/domains/zyztem.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "zyztem", - "email": "zyztembuisness@gmail.com", - "twitter": "zyztem_" - }, - "records": { - "CNAME": "zyztem.github.io" - } -} From b5854f6370091d0d747ceafff75a06d8b9404c8d Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 17:21:42 -0500 Subject: [PATCH 27/46] Update securesandbox.json Use only DNS Records from Resend --- domains/securesandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index 502fc1cc9..16a8aee12 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -6,7 +6,7 @@ "discord": "crowleycrowd" }, "records": { - "MX": ["feedback-smtp.us-east-1.amazonses.com", "mx.smtp.dev"], + "MX": ["feedback-smtp.us-east-1.amazonses.com"], "TXT": [ "v=spf1 include:amazonses.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", From 571c0394591a607e0f91b94bc99a2779aded0478 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 17:24:09 -0500 Subject: [PATCH 28/46] Update app.securesandbox.json CNAME for Web APP --- domains/app.securesandbox.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/app.securesandbox.json b/domains/app.securesandbox.json index 63c2838a0..d0db32be6 100644 --- a/domains/app.securesandbox.json +++ b/domains/app.securesandbox.json @@ -6,11 +6,6 @@ "discord": "crowleycrowd" }, "records": { - "MX": ["feedback-smtp.us-east-1.amazonses.com"], - "TXT": [ - "v=spf1 include:amazonses.com ~all", - "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", - "v=DMARC1; p=none;" - ] + "CNAME": ["app.securesandbox.is-a.dev"] } } From 8582af1dc52c8c57b24d1a44faf7153eeeaff6cd Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 17:44:36 -0500 Subject: [PATCH 29/46] fix: Restore MX and TXT records in app.securesandbox.json --- domains/app.securesandbox.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/app.securesandbox.json b/domains/app.securesandbox.json index d0db32be6..63c2838a0 100644 --- a/domains/app.securesandbox.json +++ b/domains/app.securesandbox.json @@ -6,6 +6,11 @@ "discord": "crowleycrowd" }, "records": { - "CNAME": ["app.securesandbox.is-a.dev"] + "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "TXT": [ + "v=spf1 include:amazonses.com ~all", + "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", + "v=DMARC1; p=none;" + ] } } From 7b4e9f9a74511843d35648888c6cfd351ce00174 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 18:17:46 -0500 Subject: [PATCH 30/46] fix: Update TXT record in securesandbox.json for improved email validation --- domains/securesandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index 16a8aee12..01573fc30 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -9,7 +9,7 @@ "MX": ["feedback-smtp.us-east-1.amazonses.com"], "TXT": [ "v=spf1 include:amazonses.com ~all", - "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", + "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoNbgRUAQTGVvS4pmcJ5ok7j7kpE6lVkVpzW+KD1e1csgEC7ZkDKn0KwU1eCM7d7wn7/SJrL09ve5SLKkkYgYU2LfM13nqrVuqZHSKC4Boec9aWamerFOJOWRvKfbxVUy9hZOKZrw4lLfOQuBw13EpSTIi+TK/6p+ByZ/dzY9n9wIDAQAB", "v=DMARC1; p=none;" ] } From 95cd13a6b4df283bb14a3da05743e914892a5cf1 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 18:23:43 -0500 Subject: [PATCH 31/46] fix: Add additional MX record for improved email routing --- domains/securesandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index 01573fc30..9bc90395d 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -6,7 +6,7 @@ "discord": "crowleycrowd" }, "records": { - "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "MX": ["feedback-smtp.us-east-1.amazonses.com", "mx.smtp.dev"], "TXT": [ "v=spf1 include:amazonses.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoNbgRUAQTGVvS4pmcJ5ok7j7kpE6lVkVpzW+KD1e1csgEC7ZkDKn0KwU1eCM7d7wn7/SJrL09ve5SLKkkYgYU2LfM13nqrVuqZHSKC4Boec9aWamerFOJOWRvKfbxVUy9hZOKZrw4lLfOQuBw13EpSTIi+TK/6p+ByZ/dzY9n9wIDAQAB", From fbf3dbb30c09d751788ac7763963d205dfb5ed40 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 09:11:49 +0800 Subject: [PATCH 32/46] remove other invalid cnames --- domains/_discord.joesepp.json | 9 --------- domains/_discord.kappurumedia.json | 9 --------- domains/_discord.push.json | 9 --------- domains/_discord.riviox.json | 10 ---------- domains/_discord.tee.json | 10 ---------- domains/_github-pages-challenge-riviox.riviox.json | 9 --------- .../_github-pages-challenge-rivioxgaming.riviox.json | 9 --------- domains/_github-pages-challenge-tayrp.tee.json | 10 ---------- domains/_github-pages-challenge-turquoisetnt.tnt.json | 9 --------- domains/joesepp.json | 11 ----------- domains/kappurumedia.json | 10 ---------- domains/push.json | 10 ---------- domains/riviox.json | 10 ---------- domains/tee.json | 10 ---------- domains/tnt.json | 9 --------- 15 files changed, 144 deletions(-) delete mode 100644 domains/_discord.joesepp.json delete mode 100644 domains/_discord.kappurumedia.json delete mode 100644 domains/_discord.push.json delete mode 100644 domains/_discord.riviox.json delete mode 100644 domains/_discord.tee.json delete mode 100644 domains/_github-pages-challenge-riviox.riviox.json delete mode 100644 domains/_github-pages-challenge-rivioxgaming.riviox.json delete mode 100644 domains/_github-pages-challenge-tayrp.tee.json delete mode 100644 domains/_github-pages-challenge-turquoisetnt.tnt.json delete mode 100644 domains/joesepp.json delete mode 100644 domains/kappurumedia.json delete mode 100644 domains/push.json delete mode 100644 domains/riviox.json delete mode 100644 domains/tee.json delete mode 100644 domains/tnt.json diff --git a/domains/_discord.joesepp.json b/domains/_discord.joesepp.json deleted file mode 100644 index c34b9d846..000000000 --- a/domains/_discord.joesepp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "joesepph", - "email": "markwer.dev@proton.me" - }, - "records": { - "TXT": "dh=9ce2fab52773c35cecf4a10133d502e0644e19cb" - } -} diff --git a/domains/_discord.kappurumedia.json b/domains/_discord.kappurumedia.json deleted file mode 100644 index 040c8d314..000000000 --- a/domains/_discord.kappurumedia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CyrusCore", - "email": "abramsatria7@gmail.com" - }, - "records": { - "TXT": "dh=ce5c5f60ae66a7f508b44432fe2d9a0b51038fa8" - } -} diff --git a/domains/_discord.push.json b/domains/_discord.push.json deleted file mode 100644 index 361b746a7..000000000 --- a/domains/_discord.push.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pushingcc", - "email": "pushing@mailfence.com" - }, - "records": { - "TXT": "dh=63d8f2f88286c81885273cdf5f07364b15884ff6" - } -} diff --git a/domains/_discord.riviox.json b/domains/_discord.riviox.json deleted file mode 100644 index c4107f32e..000000000 --- a/domains/_discord.riviox.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com", - "discord": "1200520669570539620" - }, - "records": { - "TXT": "dh=dd0ace532148756be1fc56725f272b263adb8978" - } -} diff --git a/domains/_discord.tee.json b/domains/_discord.tee.json deleted file mode 100644 index bba0795cb..000000000 --- a/domains/_discord.tee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tayrp", - "email": "mystixmew@gmail.com", - "discord": "1050531216589332581" - }, - "records": { - "TXT": "dh=a15b4e8395d7033db9d69d9961dd8c15194a4cbe" - } -} diff --git a/domains/_github-pages-challenge-riviox.riviox.json b/domains/_github-pages-challenge-riviox.riviox.json deleted file mode 100644 index 7fe11bf0e..000000000 --- a/domains/_github-pages-challenge-riviox.riviox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com" - }, - "records": { - "TXT": "56a8f3f0363cd17d881a7380ede544" - } -} diff --git a/domains/_github-pages-challenge-rivioxgaming.riviox.json b/domains/_github-pages-challenge-rivioxgaming.riviox.json deleted file mode 100644 index a462f417d..000000000 --- a/domains/_github-pages-challenge-rivioxgaming.riviox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com" - }, - "records": { - "TXT": "2f2432d565a3e7e8f3a4577c0e4a90" - } -} diff --git a/domains/_github-pages-challenge-tayrp.tee.json b/domains/_github-pages-challenge-tayrp.tee.json deleted file mode 100644 index 5424ebbea..000000000 --- a/domains/_github-pages-challenge-tayrp.tee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tayrp", - "email": "mystixmew@gmail.com", - "discord": "1050531216589332581" - }, - "records": { - "TXT": "d255c6b97eabe6a65415232f8bdf4b" - } -} diff --git a/domains/_github-pages-challenge-turquoisetnt.tnt.json b/domains/_github-pages-challenge-turquoisetnt.tnt.json deleted file mode 100644 index 85232946b..000000000 --- a/domains/_github-pages-challenge-turquoisetnt.tnt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SebTNT", - "email": "turquoisetntmultimedia@gmail.com" - }, - "records": { - "TXT": "a70919bec5e292800f53b8bd87da03" - } -} diff --git a/domains/joesepp.json b/domains/joesepp.json deleted file mode 100644 index 54a3e0461..000000000 --- a/domains/joesepp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My portfolio website showcasing my work and skills", - "owner": { - "username": "joesepph", - "email": "markwer.dev@proton.me", - "twitter": "devSeppski" - }, - "records": { - "CNAME": "joesepph.github.io" - } -} diff --git a/domains/kappurumedia.json b/domains/kappurumedia.json deleted file mode 100644 index 58d395d67..000000000 --- a/domains/kappurumedia.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I'm a developer", - "owner": { - "username": "CyrusCore", - "email": "abramsatria7@gmail.com" - }, - "records": { - "CNAME": "cyruscore.github.io" - } -} diff --git a/domains/push.json b/domains/push.json deleted file mode 100644 index f968adbc7..000000000 --- a/domains/push.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "pushingcc", - "email": "pushing@mailfence.com", - "twitter": "Thxczx" - }, - "records": { - "CNAME": "pushingcc.github.io" - } -} diff --git a/domains/riviox.json b/domains/riviox.json deleted file mode 100644 index 62d0c69cb..000000000 --- a/domains/riviox.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com", - "twitter": "riviox40451" - }, - "records": { - "CNAME": "riviox.github.io" - } -} diff --git a/domains/tee.json b/domains/tee.json deleted file mode 100644 index 9020d684e..000000000 --- a/domains/tee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tayrp", - "email": "mystixmew@gmail.com", - "discord": "1050531216589332581" - }, - "records": { - "CNAME": "tayrp.github.io" - } -} diff --git a/domains/tnt.json b/domains/tnt.json deleted file mode 100644 index 9af182789..000000000 --- a/domains/tnt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SebTNT", - "email": "turquoisetntmultimedia@gmail.com" - }, - "records": { - "CNAME": "turquoisetnt.github.io" - } -} From a7f6df307b1719745f0a28eaba9d6ae4252cb84b Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 09:15:37 +0800 Subject: [PATCH 33/46] redirect tnt.is-a.dev due to old cname 404 --- domains/tnt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tnt.json diff --git a/domains/tnt.json b/domains/tnt.json new file mode 100644 index 000000000..3281ccd62 --- /dev/null +++ b/domains/tnt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SebTNT", + "email": "turquoisetntmultimedia@gmail.com" + }, + "records": { + "URL": "https://team.tnt.is-a.dev" + } +} From 3c3bad0a856b8d48eb5d78934d79bbc652d81084 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:17:01 +0800 Subject: [PATCH 34/46] Update andreyontech.json --- domains/andreyontech.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/andreyontech.json b/domains/andreyontech.json index 71a054652..d165db228 100644 --- a/domains/andreyontech.json +++ b/domains/andreyontech.json @@ -3,8 +3,7 @@ "email": "andreyontech@gmail.com", "twitter": "AndreyOnTech" }, - "record": { + "records": { "CNAME": "andreyontech.vercel.app" - }, - "ttl": 3600 + } } From 64d52434912b85db055b3b13636dc20a75c51879 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:18:18 +0800 Subject: [PATCH 35/46] Rename radit.is-a.dev.json to radit.json --- domains/{radit.is-a.dev.json => radit.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{radit.is-a.dev.json => radit.json} (100%) diff --git a/domains/radit.is-a.dev.json b/domains/radit.json similarity index 100% rename from domains/radit.is-a.dev.json rename to domains/radit.json From 84c8330589daa6faba284fbd4db75caccee26dbb Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:19:04 +0800 Subject: [PATCH 36/46] Update andreyontech.json --- domains/andreyontech.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/andreyontech.json b/domains/andreyontech.json index d165db228..4dda8a726 100644 --- a/domains/andreyontech.json +++ b/domains/andreyontech.json @@ -1,5 +1,6 @@ { "owner": { + "username": "andreydeoliveira", "email": "andreyontech@gmail.com", "twitter": "AndreyOnTech" }, From afd8330bef5695aa2c5bbe68e2136c73b432fd04 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:25:05 +0800 Subject: [PATCH 37/46] Create negativez.json --- domains/negativez.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/negativez.json diff --git a/domains/negativez.json b/domains/negativez.json new file mode 100644 index 000000000..c54c294ab --- /dev/null +++ b/domains/negativez.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/x7v8p3m2q9l0/x7v8p3m2q9l0.github.io", + "owner": { + "username": "x7v8p3m2q9l0", + "email": "rbgkbj@gmail.com" + }, + "records": { + "CNAME": "x7v8p3m2q9l0.github.io" + }, + "proxied": false +} From 9a99fe94f93f2a178e7be3a96c523378b3f6c9a6 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:26:23 +0800 Subject: [PATCH 38/46] Update radit.json --- domains/radit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/radit.json b/domains/radit.json index fb7d20faf..5d0daab08 100644 --- a/domains/radit.json +++ b/domains/radit.json @@ -1,7 +1,7 @@ { "description": "Raditya's Portfolio Web", "owner": { - "username": "radityaaydin", + "username": "Radiit", "email": "radityaaydin@gmail.com" }, "records": { From 3277726701f42a2ec06ca62a61cfa6ca49f09f6f Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:28:03 +0800 Subject: [PATCH 39/46] Update foglomon.json --- domains/foglomon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foglomon.json b/domains/foglomon.json index a6a16931c..9ef123290 100644 --- a/domains/foglomon.json +++ b/domains/foglomon.json @@ -1,6 +1,6 @@ { "owner": { - "username": "foglomon" + "username": "foglomon", "discord": "foglomon" }, "records": { From 81d6928057d98e4c4a5be3eeb818573e756ce6e3 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:32:30 +0800 Subject: [PATCH 40/46] delete invalid A/AAAA domains --- domains/_vercel.app.vyductan.json | 10 ---------- domains/_vercel.blog.chuyentinorz.json | 10 ---------- domains/_vercel.litmus.json | 9 --------- domains/_vercel.yuko.json | 9 --------- domains/aadirajuthup.json | 9 --------- domains/abdulrazzaq.json | 10 ---------- domains/abiels.json | 14 -------------- domains/acctuke.json | 9 --------- domains/advance-bot.json | 10 ---------- domains/afk.json | 9 --------- domains/ahnaf.json | 10 ---------- domains/aidan.json | 9 --------- domains/akki.json | 10 ---------- domains/alfari.json | 9 --------- domains/alphabet.json | 9 --------- domains/andrew.json | 11 ----------- domains/aniwon.json | 10 ---------- domains/antogamer.json | 11 ----------- domains/apep.json | 10 ---------- domains/api.acronical.json | 9 --------- domains/api.anshtyagi.json | 10 ---------- domains/api.dark.json | 11 ----------- domains/api.kruase.json | 11 ----------- domains/api.semant.json | 11 ----------- domains/app.vyductan.json | 10 ---------- domains/aquatica.json | 9 --------- domains/ardistory.json | 9 --------- domains/arhan.json | 10 ---------- domains/asher.json | 9 --------- domains/ashtonfabby.json | 9 --------- domains/autobean.json | 9 --------- domains/axe.json | 9 --------- domains/axo.json | 9 --------- domains/baobao.json | 9 --------- domains/bdays.suki.json | 9 --------- domains/berzcodetechnologies.json | 9 --------- domains/berzerk.json | 9 --------- domains/bigtime.json | 9 --------- domains/bintang1302.json | 9 --------- domains/blek.json | 11 ----------- domains/blema.json | 9 --------- domains/blindstudios.json | 9 --------- domains/blog.chuyentinorz.json | 11 ----------- domains/boo.json | 9 --------- domains/botlab.json | 10 ---------- domains/brainproxy.json | 9 --------- domains/brandnewwick.json | 14 -------------- domains/brasil.json | 9 --------- domains/buko-dev.json | 9 --------- domains/bur.json | 16 ---------------- domains/byte.json | 9 --------- domains/caesar.json | 9 --------- domains/callcon.json | 9 --------- domains/cartar.json | 10 ---------- domains/catfein.json | 9 --------- domains/cdn.artix.json | 10 ---------- domains/cdn.evelio.json | 11 ----------- domains/cdn.mohammad87115.json | 11 ----------- domains/cdn.parsewar.json | 9 --------- domains/cdn.pele.json | 10 ---------- domains/cdn.shymike.json | 9 --------- domains/cdn.trung.json | 9 --------- domains/cdn.xrap1dx.json | 10 ---------- domains/cemalgnlts.json | 9 --------- domains/chathub.json | 9 --------- domains/chegedouglas.json | 10 ---------- domains/code.aessaputra.json | 10 ---------- domains/code.trung.json | 9 --------- domains/codestantin.json | 9 --------- domains/cohinem.json | 9 --------- domains/connie.json | 9 --------- domains/coolify-app.json | 10 ---------- domains/corentin-sotoca.json | 10 ---------- domains/d4rkd3n1337.json | 9 --------- domains/dadaboudi.chiragnahata.json | 9 --------- domains/damu.json | 9 --------- domains/darshil.json | 9 --------- domains/dash.pele.json | 10 ---------- domains/dashboard.almaz.json | 11 ----------- domains/dashboard.chiragnahata.json | 9 --------- domains/dast.json | 10 ---------- domains/davidbisky.json | 9 --------- domains/dawnbreaker.json | 9 --------- domains/de.mcstatus.json | 9 --------- domains/declan.json | 9 --------- domains/delasheras.json | 9 --------- domains/denty.json | 9 --------- domains/devdaim.json | 9 --------- domains/dipesh.json | 9 --------- domains/discdefender.json | 9 --------- domains/dk.json | 9 --------- domains/dominicbrauer.json | 9 --------- domains/dommor.json | 9 --------- domains/douglas.json | 9 --------- domains/dust0n.json | 9 --------- domains/duyquang.json | 9 --------- domains/efe-esxi.json | 9 --------- domains/ehsan.json | 9 --------- domains/ericlin.json | 9 --------- domains/esp.json | 11 ----------- domains/evalk.json | 10 ---------- domains/exhq.json | 10 ---------- domains/extensions.trung.json | 9 --------- domains/f.jax.json | 9 --------- domains/fajox.json | 9 --------- domains/farman.json | 9 --------- domains/fassion.json | 9 --------- domains/femboy.json | 9 --------- domains/files.vornexx.json | 10 ---------- domains/fliberd.json | 9 --------- domains/forero.json | 9 --------- domains/foxie.arman.json | 9 --------- domains/frenzy.json | 9 --------- domains/friday.json | 9 --------- domains/froniz.json | 10 ---------- domains/fucabot.json | 10 ---------- domains/furry.json | 10 ---------- domains/gameserver.ardaninho.json | 9 --------- domains/gee.json | 9 --------- domains/goobsoder.json | 9 --------- domains/grusio.json | 9 --------- domains/gulu.json | 10 ---------- domains/gwilym.json | 9 --------- domains/h.jax.json | 9 --------- domains/hardik.json | 9 --------- domains/hasnain.json | 9 --------- domains/hastebin.json | 9 --------- domains/hercase.json | 9 --------- domains/homelander.json | 9 --------- domains/host.xandaah.json | 9 --------- domains/hotfix.saftec.json | 9 --------- domains/hotspot.json | 10 ---------- domains/huntroid.json | 20 -------------------- domains/huygmd-is-a-dev.json | 9 --------- domains/hyr1nk.json | 9 --------- domains/iam.json | 9 --------- domains/ico-bc.json | 9 --------- domains/icvn.json | 10 ---------- domains/ikdan.json | 9 --------- domains/img.suki.json | 9 --------- domains/indodev.json | 10 ---------- domains/insencel.json | 10 ---------- domains/integra.json | 9 --------- domains/iosviet.json | 9 --------- domains/ipamod.json | 10 ---------- domains/irc.pele.json | 10 ---------- domains/iris.json | 9 --------- domains/isabelrosillo.json | 9 --------- domains/ivo.json | 11 ----------- domains/jackson.json | 14 -------------- domains/jaennova.json | 9 --------- domains/jameshartley.json | 9 --------- domains/janmb.json | 10 ---------- domains/jasontumusiime.json | 9 --------- domains/jayasurya.json | 9 --------- domains/jegatchalian.json | 9 --------- domains/jemex.json | 9 --------- domains/jessiflessi.json | 14 -------------- domains/jitendrasaraf.json | 9 --------- domains/joao-silva.json | 10 ---------- domains/joinsachinarya.json | 11 ----------- domains/joko.json | 9 --------- domains/jokostorage.json | 10 ---------- domains/jokotwib.json | 10 ---------- domains/josecontrerasp.json | 10 ---------- domains/jqnn.json | 9 --------- domains/juan.json | 10 ---------- domains/jurgen.json | 9 --------- domains/jwoj.json | 10 ---------- domains/kem.json | 9 --------- domains/khacviet.json | 10 ---------- domains/khag.json | 9 --------- domains/khongtontien.json | 9 --------- domains/kingofnetflix.json | 10 ---------- domains/kitohemat.iamkevinhuang.json | 9 --------- domains/kleein.json | 9 --------- domains/klone.json | 9 --------- domains/kociak.json | 9 --------- domains/kokoapi.json | 9 --------- domains/kokoauth.json | 9 --------- domains/kriloud.json | 10 ---------- domains/kubov.json | 9 --------- domains/kuldeep.json | 14 -------------- domains/landercity.json | 9 --------- domains/landercitygaming.json | 9 --------- domains/laqie.json | 9 --------- domains/larp.json | 9 --------- domains/lavalink.akshtt.json | 10 ---------- domains/lexufybot.json | 9 --------- domains/links.trung.json | 9 --------- domains/linkup.json | 9 --------- domains/litmus.json | 9 --------- domains/lokito.json | 10 ---------- domains/lousybot.vulpine.json | 9 --------- domains/lucasbaronio.json | 9 --------- domains/luxxy.json | 9 --------- domains/m1cro.json | 9 --------- domains/mackenzie.json | 9 --------- domains/mafiz.json | 9 --------- domains/mahaviraenterprises.json | 9 --------- domains/mail.mrjunkyz.json | 9 --------- domains/malo.json | 9 --------- domains/mameen.json | 9 --------- domains/manage.uptime.trung.json | 9 --------- domains/mapsyseo.json | 9 --------- domains/mastergrid.json | 9 --------- domains/match.json | 14 -------------- domains/matrix.vi0leta.json | 9 --------- domains/mcreed.json | 14 -------------- domains/mduha.json | 9 --------- domains/meku.json | 10 ---------- domains/mekuu.json | 9 --------- domains/mekuuu.json | 9 --------- domains/mekuvsh.json | 9 --------- domains/mekuzv.json | 9 --------- domains/mongodb.trung.json | 9 --------- domains/mosa.json | 9 --------- domains/moviebypass.json | 9 --------- domains/mrvasil.json | 10 ---------- domains/mssfreight.json | 9 --------- domains/musiccorn01.json | 9 --------- domains/mydesktop.json | 9 --------- domains/mystic.trung.json | 9 --------- domains/nass.json | 10 ---------- domains/navistar.json | 9 --------- domains/needrose.json | 9 --------- domains/nef.json | 9 --------- domains/nexfilms.json | 9 --------- domains/nexflix.json | 9 --------- domains/nexos.json | 9 --------- domains/nexproxymanager.json | 9 --------- domains/nextcloud.vi0leta.json | 9 --------- domains/nifle.json | 9 --------- domains/noah.json | 10 ---------- domains/nom.json | 9 --------- domains/nonam4lol.json | 9 --------- domains/not.json | 9 --------- domains/nvrxstdwrth.json | 9 --------- domains/oandbtech-chat.json | 9 --------- domains/oandbtech.json | 9 --------- domains/ofv.json | 9 --------- domains/oli.json | 9 --------- domains/omera.json | 9 --------- domains/oops.json | 9 --------- domains/opaps.json | 9 --------- domains/openmalus.json | 9 --------- domains/orangethewell.json | 9 --------- domains/orbit.json | 10 ---------- domains/p2m.json | 10 ---------- domains/pabitrabanerjee.json | 10 ---------- domains/palak.json | 10 ---------- domains/pana.json | 9 --------- domains/pancystudio.json | 9 --------- domains/patin.json | 10 ---------- domains/pirate-project.json | 10 ---------- domains/play.alora.json | 10 ---------- domains/play.soccer.json | 19 ------------------- domains/porant.json | 9 --------- domains/portfolio.json | 9 --------- domains/preview.shan.json | 11 ----------- domains/protoshock.gizzy.json | 10 ---------- domains/proxy.trung.json | 9 --------- domains/qrcode.json | 10 ---------- domains/queirozt.json | 9 --------- domains/r00t3d.json | 9 --------- domains/r2mvstr.json | 9 --------- domains/radio.mxnticek.json | 10 ---------- domains/rakshit.json | 9 --------- domains/random.json | 9 --------- domains/random2.json | 14 -------------- domains/raspicloud.json | 9 --------- domains/rbg.brandgrandreal.json | 9 --------- domains/realfara.json | 20 -------------------- domains/rednotsus.json | 9 --------- domains/respect.json | 9 --------- domains/ruthless.json | 9 --------- domains/ryanisyyds.json | 9 --------- domains/ryn.json | 9 --------- domains/ryo.json | 9 --------- domains/saahil.json | 9 --------- domains/sameerk.json | 15 --------------- domains/samp.alora.json | 9 --------- domains/saumon.json | 10 ---------- domains/saxon.json | 9 --------- domains/scoobis.json | 9 --------- domains/serverpanel.json | 9 --------- domains/sh-crm.json | 9 --------- domains/shad.json | 14 -------------- domains/shadowjobs.json | 10 ---------- domains/shravan.json | 10 ---------- domains/shubham1806.json | 9 --------- domains/sincererflame71.json | 20 -------------------- domains/sivaraj.json | 21 --------------------- domains/siwon.json | 9 --------- domains/sotto.json | 9 --------- domains/spider-development.json | 8 -------- domains/spitkov.json | 9 --------- domains/spotify.trung.json | 9 --------- domains/stan.json | 9 --------- domains/stardust.json | 9 --------- domains/stats.trung.json | 9 --------- domains/status-ryo.json | 9 --------- domains/status.jes.json | 9 --------- domains/status.shan.json | 11 ----------- domains/status.trung.json | 9 --------- domains/stef.json | 9 --------- domains/stoneleaf-dh.json | 9 --------- domains/stremioaddonlt.json | 9 --------- domains/styy.json | 9 --------- domains/tabby.json | 9 --------- domains/tahir.json | 9 --------- domains/tawhidislam.json | 10 ---------- domains/tech4file.json | 9 --------- domains/techbot.json | 9 --------- domains/termonoid.json | 11 ----------- domains/test.trung.json | 9 --------- domains/testluxxy.json | 9 --------- domains/tetris.vi0leta.json | 9 --------- domains/texnogrand-dev.json | 9 --------- domains/theconcepteur.json | 9 --------- domains/theharry.json | 10 ---------- domains/thinhnguyen.json | 9 --------- domains/tientiny.json | 9 --------- domains/titan.json | 9 --------- domains/tunnel.vulcanocraft.json | 10 ---------- domains/ugdev.json | 9 --------- domains/ukasimov.json | 11 ----------- domains/umarahsan.json | 9 --------- domains/uptime-ryo.json | 9 --------- domains/uptime.acronical.json | 9 --------- domains/vacer.json | 9 --------- domains/vercelstats.json | 9 --------- domains/vesly.json | 9 --------- domains/vilari.json | 9 --------- domains/vishwapinnawala.json | 9 --------- domains/vismbs.json | 9 --------- domains/wasd228.json | 9 --------- domains/wasi.json | 9 --------- domains/webmail.mrjunkyz.json | 9 --------- domains/webouille.json | 9 --------- domains/weissx.json | 9 --------- domains/wiener234.json | 9 --------- domains/william2sober.json | 10 ---------- domains/wlodekm.json | 10 ---------- domains/woofer.json | 15 --------------- domains/workspace.trung.json | 9 --------- domains/woundrite.json | 14 -------------- domains/ws.json | 9 --------- domains/www.aswinmahesh.json | 10 ---------- domains/www.aswinmaheshc.json | 10 ---------- domains/www.schumerism.json | 9 --------- domains/xream.json | 9 --------- domains/xsamivs.json | 10 ---------- domains/xtendera.json | 9 --------- domains/yacoreq.json | 10 ---------- domains/yaelmassieu.json | 9 --------- domains/yatinmalhotra.json | 9 --------- domains/yrrahbot.acronical.json | 9 --------- domains/yuko.json | 9 --------- domains/zakaria-didah.json | 10 ---------- domains/zedfr.json | 9 --------- domains/zephyr.json | 10 ---------- domains/zoosio.json | 10 ---------- 363 files changed, 3500 deletions(-) delete mode 100644 domains/_vercel.app.vyductan.json delete mode 100644 domains/_vercel.blog.chuyentinorz.json delete mode 100644 domains/_vercel.litmus.json delete mode 100644 domains/_vercel.yuko.json delete mode 100644 domains/aadirajuthup.json delete mode 100644 domains/abdulrazzaq.json delete mode 100644 domains/abiels.json delete mode 100644 domains/acctuke.json delete mode 100644 domains/advance-bot.json delete mode 100644 domains/afk.json delete mode 100644 domains/ahnaf.json delete mode 100644 domains/aidan.json delete mode 100644 domains/akki.json delete mode 100644 domains/alfari.json delete mode 100644 domains/alphabet.json delete mode 100644 domains/andrew.json delete mode 100644 domains/aniwon.json delete mode 100644 domains/antogamer.json delete mode 100644 domains/apep.json delete mode 100644 domains/api.acronical.json delete mode 100644 domains/api.anshtyagi.json delete mode 100644 domains/api.dark.json delete mode 100644 domains/api.kruase.json delete mode 100644 domains/api.semant.json delete mode 100644 domains/app.vyductan.json delete mode 100644 domains/aquatica.json delete mode 100644 domains/ardistory.json delete mode 100644 domains/arhan.json delete mode 100644 domains/asher.json delete mode 100644 domains/ashtonfabby.json delete mode 100644 domains/autobean.json delete mode 100644 domains/axe.json delete mode 100644 domains/axo.json delete mode 100644 domains/baobao.json delete mode 100644 domains/bdays.suki.json delete mode 100644 domains/berzcodetechnologies.json delete mode 100644 domains/berzerk.json delete mode 100644 domains/bigtime.json delete mode 100644 domains/bintang1302.json delete mode 100644 domains/blek.json delete mode 100644 domains/blema.json delete mode 100644 domains/blindstudios.json delete mode 100644 domains/blog.chuyentinorz.json delete mode 100644 domains/boo.json delete mode 100644 domains/botlab.json delete mode 100644 domains/brainproxy.json delete mode 100644 domains/brandnewwick.json delete mode 100644 domains/brasil.json delete mode 100644 domains/buko-dev.json delete mode 100644 domains/bur.json delete mode 100644 domains/byte.json delete mode 100644 domains/caesar.json delete mode 100644 domains/callcon.json delete mode 100644 domains/cartar.json delete mode 100644 domains/catfein.json delete mode 100644 domains/cdn.artix.json delete mode 100644 domains/cdn.evelio.json delete mode 100644 domains/cdn.mohammad87115.json delete mode 100644 domains/cdn.parsewar.json delete mode 100644 domains/cdn.pele.json delete mode 100644 domains/cdn.shymike.json delete mode 100644 domains/cdn.trung.json delete mode 100644 domains/cdn.xrap1dx.json delete mode 100644 domains/cemalgnlts.json delete mode 100644 domains/chathub.json delete mode 100644 domains/chegedouglas.json delete mode 100644 domains/code.aessaputra.json delete mode 100644 domains/code.trung.json delete mode 100644 domains/codestantin.json delete mode 100644 domains/cohinem.json delete mode 100644 domains/connie.json delete mode 100644 domains/coolify-app.json delete mode 100644 domains/corentin-sotoca.json delete mode 100644 domains/d4rkd3n1337.json delete mode 100644 domains/dadaboudi.chiragnahata.json delete mode 100644 domains/damu.json delete mode 100644 domains/darshil.json delete mode 100644 domains/dash.pele.json delete mode 100644 domains/dashboard.almaz.json delete mode 100644 domains/dashboard.chiragnahata.json delete mode 100644 domains/dast.json delete mode 100644 domains/davidbisky.json delete mode 100644 domains/dawnbreaker.json delete mode 100644 domains/de.mcstatus.json delete mode 100644 domains/declan.json delete mode 100644 domains/delasheras.json delete mode 100644 domains/denty.json delete mode 100644 domains/devdaim.json delete mode 100644 domains/dipesh.json delete mode 100644 domains/discdefender.json delete mode 100644 domains/dk.json delete mode 100644 domains/dominicbrauer.json delete mode 100644 domains/dommor.json delete mode 100644 domains/douglas.json delete mode 100644 domains/dust0n.json delete mode 100644 domains/duyquang.json delete mode 100644 domains/efe-esxi.json delete mode 100644 domains/ehsan.json delete mode 100644 domains/ericlin.json delete mode 100644 domains/esp.json delete mode 100644 domains/evalk.json delete mode 100644 domains/exhq.json delete mode 100644 domains/extensions.trung.json delete mode 100644 domains/f.jax.json delete mode 100644 domains/fajox.json delete mode 100644 domains/farman.json delete mode 100644 domains/fassion.json delete mode 100644 domains/femboy.json delete mode 100644 domains/files.vornexx.json delete mode 100644 domains/fliberd.json delete mode 100644 domains/forero.json delete mode 100644 domains/foxie.arman.json delete mode 100644 domains/frenzy.json delete mode 100644 domains/friday.json delete mode 100644 domains/froniz.json delete mode 100644 domains/fucabot.json delete mode 100644 domains/furry.json delete mode 100644 domains/gameserver.ardaninho.json delete mode 100644 domains/gee.json delete mode 100644 domains/goobsoder.json delete mode 100644 domains/grusio.json delete mode 100644 domains/gulu.json delete mode 100644 domains/gwilym.json delete mode 100644 domains/h.jax.json delete mode 100644 domains/hardik.json delete mode 100644 domains/hasnain.json delete mode 100644 domains/hastebin.json delete mode 100644 domains/hercase.json delete mode 100644 domains/homelander.json delete mode 100644 domains/host.xandaah.json delete mode 100644 domains/hotfix.saftec.json delete mode 100644 domains/hotspot.json delete mode 100644 domains/huntroid.json delete mode 100644 domains/huygmd-is-a-dev.json delete mode 100644 domains/hyr1nk.json delete mode 100644 domains/iam.json delete mode 100644 domains/ico-bc.json delete mode 100644 domains/icvn.json delete mode 100644 domains/ikdan.json delete mode 100644 domains/img.suki.json delete mode 100644 domains/indodev.json delete mode 100644 domains/insencel.json delete mode 100644 domains/integra.json delete mode 100644 domains/iosviet.json delete mode 100644 domains/ipamod.json delete mode 100644 domains/irc.pele.json delete mode 100644 domains/iris.json delete mode 100644 domains/isabelrosillo.json delete mode 100644 domains/ivo.json delete mode 100644 domains/jackson.json delete mode 100644 domains/jaennova.json delete mode 100644 domains/jameshartley.json delete mode 100644 domains/janmb.json delete mode 100644 domains/jasontumusiime.json delete mode 100644 domains/jayasurya.json delete mode 100644 domains/jegatchalian.json delete mode 100644 domains/jemex.json delete mode 100644 domains/jessiflessi.json delete mode 100644 domains/jitendrasaraf.json delete mode 100644 domains/joao-silva.json delete mode 100644 domains/joinsachinarya.json delete mode 100644 domains/joko.json delete mode 100644 domains/jokostorage.json delete mode 100644 domains/jokotwib.json delete mode 100644 domains/josecontrerasp.json delete mode 100644 domains/jqnn.json delete mode 100644 domains/juan.json delete mode 100644 domains/jurgen.json delete mode 100644 domains/jwoj.json delete mode 100644 domains/kem.json delete mode 100644 domains/khacviet.json delete mode 100644 domains/khag.json delete mode 100644 domains/khongtontien.json delete mode 100644 domains/kingofnetflix.json delete mode 100644 domains/kitohemat.iamkevinhuang.json delete mode 100644 domains/kleein.json delete mode 100644 domains/klone.json delete mode 100644 domains/kociak.json delete mode 100644 domains/kokoapi.json delete mode 100644 domains/kokoauth.json delete mode 100644 domains/kriloud.json delete mode 100644 domains/kubov.json delete mode 100644 domains/kuldeep.json delete mode 100644 domains/landercity.json delete mode 100644 domains/landercitygaming.json delete mode 100644 domains/laqie.json delete mode 100644 domains/larp.json delete mode 100644 domains/lavalink.akshtt.json delete mode 100644 domains/lexufybot.json delete mode 100644 domains/links.trung.json delete mode 100644 domains/linkup.json delete mode 100644 domains/litmus.json delete mode 100644 domains/lokito.json delete mode 100644 domains/lousybot.vulpine.json delete mode 100644 domains/lucasbaronio.json delete mode 100644 domains/luxxy.json delete mode 100644 domains/m1cro.json delete mode 100644 domains/mackenzie.json delete mode 100644 domains/mafiz.json delete mode 100644 domains/mahaviraenterprises.json delete mode 100644 domains/mail.mrjunkyz.json delete mode 100644 domains/malo.json delete mode 100644 domains/mameen.json delete mode 100644 domains/manage.uptime.trung.json delete mode 100644 domains/mapsyseo.json delete mode 100644 domains/mastergrid.json delete mode 100644 domains/match.json delete mode 100644 domains/matrix.vi0leta.json delete mode 100644 domains/mcreed.json delete mode 100644 domains/mduha.json delete mode 100644 domains/meku.json delete mode 100644 domains/mekuu.json delete mode 100644 domains/mekuuu.json delete mode 100644 domains/mekuvsh.json delete mode 100644 domains/mekuzv.json delete mode 100644 domains/mongodb.trung.json delete mode 100644 domains/mosa.json delete mode 100644 domains/moviebypass.json delete mode 100644 domains/mrvasil.json delete mode 100644 domains/mssfreight.json delete mode 100644 domains/musiccorn01.json delete mode 100644 domains/mydesktop.json delete mode 100644 domains/mystic.trung.json delete mode 100644 domains/nass.json delete mode 100644 domains/navistar.json delete mode 100644 domains/needrose.json delete mode 100644 domains/nef.json delete mode 100644 domains/nexfilms.json delete mode 100644 domains/nexflix.json delete mode 100644 domains/nexos.json delete mode 100644 domains/nexproxymanager.json delete mode 100644 domains/nextcloud.vi0leta.json delete mode 100644 domains/nifle.json delete mode 100644 domains/noah.json delete mode 100644 domains/nom.json delete mode 100644 domains/nonam4lol.json delete mode 100644 domains/not.json delete mode 100644 domains/nvrxstdwrth.json delete mode 100644 domains/oandbtech-chat.json delete mode 100644 domains/oandbtech.json delete mode 100644 domains/ofv.json delete mode 100644 domains/oli.json delete mode 100644 domains/omera.json delete mode 100644 domains/oops.json delete mode 100644 domains/opaps.json delete mode 100644 domains/openmalus.json delete mode 100644 domains/orangethewell.json delete mode 100644 domains/orbit.json delete mode 100644 domains/p2m.json delete mode 100644 domains/pabitrabanerjee.json delete mode 100644 domains/palak.json delete mode 100644 domains/pana.json delete mode 100644 domains/pancystudio.json delete mode 100644 domains/patin.json delete mode 100644 domains/pirate-project.json delete mode 100644 domains/play.alora.json delete mode 100644 domains/play.soccer.json delete mode 100644 domains/porant.json delete mode 100644 domains/portfolio.json delete mode 100644 domains/preview.shan.json delete mode 100644 domains/protoshock.gizzy.json delete mode 100644 domains/proxy.trung.json delete mode 100644 domains/qrcode.json delete mode 100644 domains/queirozt.json delete mode 100644 domains/r00t3d.json delete mode 100644 domains/r2mvstr.json delete mode 100644 domains/radio.mxnticek.json delete mode 100644 domains/rakshit.json delete mode 100644 domains/random.json delete mode 100644 domains/random2.json delete mode 100644 domains/raspicloud.json delete mode 100644 domains/rbg.brandgrandreal.json delete mode 100644 domains/realfara.json delete mode 100644 domains/rednotsus.json delete mode 100644 domains/respect.json delete mode 100644 domains/ruthless.json delete mode 100644 domains/ryanisyyds.json delete mode 100644 domains/ryn.json delete mode 100644 domains/ryo.json delete mode 100644 domains/saahil.json delete mode 100644 domains/sameerk.json delete mode 100644 domains/samp.alora.json delete mode 100644 domains/saumon.json delete mode 100644 domains/saxon.json delete mode 100644 domains/scoobis.json delete mode 100644 domains/serverpanel.json delete mode 100644 domains/sh-crm.json delete mode 100644 domains/shad.json delete mode 100644 domains/shadowjobs.json delete mode 100644 domains/shravan.json delete mode 100644 domains/shubham1806.json delete mode 100644 domains/sincererflame71.json delete mode 100644 domains/sivaraj.json delete mode 100644 domains/siwon.json delete mode 100644 domains/sotto.json delete mode 100644 domains/spider-development.json delete mode 100644 domains/spitkov.json delete mode 100644 domains/spotify.trung.json delete mode 100644 domains/stan.json delete mode 100644 domains/stardust.json delete mode 100644 domains/stats.trung.json delete mode 100644 domains/status-ryo.json delete mode 100644 domains/status.jes.json delete mode 100644 domains/status.shan.json delete mode 100644 domains/status.trung.json delete mode 100644 domains/stef.json delete mode 100644 domains/stoneleaf-dh.json delete mode 100644 domains/stremioaddonlt.json delete mode 100644 domains/styy.json delete mode 100644 domains/tabby.json delete mode 100644 domains/tahir.json delete mode 100644 domains/tawhidislam.json delete mode 100644 domains/tech4file.json delete mode 100644 domains/techbot.json delete mode 100644 domains/termonoid.json delete mode 100644 domains/test.trung.json delete mode 100644 domains/testluxxy.json delete mode 100644 domains/tetris.vi0leta.json delete mode 100644 domains/texnogrand-dev.json delete mode 100644 domains/theconcepteur.json delete mode 100644 domains/theharry.json delete mode 100644 domains/thinhnguyen.json delete mode 100644 domains/tientiny.json delete mode 100644 domains/titan.json delete mode 100644 domains/tunnel.vulcanocraft.json delete mode 100644 domains/ugdev.json delete mode 100644 domains/ukasimov.json delete mode 100644 domains/umarahsan.json delete mode 100644 domains/uptime-ryo.json delete mode 100644 domains/uptime.acronical.json delete mode 100644 domains/vacer.json delete mode 100644 domains/vercelstats.json delete mode 100644 domains/vesly.json delete mode 100644 domains/vilari.json delete mode 100644 domains/vishwapinnawala.json delete mode 100644 domains/vismbs.json delete mode 100644 domains/wasd228.json delete mode 100644 domains/wasi.json delete mode 100644 domains/webmail.mrjunkyz.json delete mode 100644 domains/webouille.json delete mode 100644 domains/weissx.json delete mode 100644 domains/wiener234.json delete mode 100644 domains/william2sober.json delete mode 100644 domains/wlodekm.json delete mode 100644 domains/woofer.json delete mode 100644 domains/workspace.trung.json delete mode 100644 domains/woundrite.json delete mode 100644 domains/ws.json delete mode 100644 domains/www.aswinmahesh.json delete mode 100644 domains/www.aswinmaheshc.json delete mode 100644 domains/www.schumerism.json delete mode 100644 domains/xream.json delete mode 100644 domains/xsamivs.json delete mode 100644 domains/xtendera.json delete mode 100644 domains/yacoreq.json delete mode 100644 domains/yaelmassieu.json delete mode 100644 domains/yatinmalhotra.json delete mode 100644 domains/yrrahbot.acronical.json delete mode 100644 domains/yuko.json delete mode 100644 domains/zakaria-didah.json delete mode 100644 domains/zedfr.json delete mode 100644 domains/zephyr.json delete mode 100644 domains/zoosio.json diff --git a/domains/_vercel.app.vyductan.json b/domains/_vercel.app.vyductan.json deleted file mode 100644 index 827fccd3b..000000000 --- a/domains/_vercel.app.vyductan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vyductan", - "email": "vdt5snet@gmail.com", - "discord": "370012050316984321" - }, - "records": { - "TXT": "vc-domain-verify=*.vyductan.is-a.dev,f7fc15db084fa96cf967" - } -} diff --git a/domains/_vercel.blog.chuyentinorz.json b/domains/_vercel.blog.chuyentinorz.json deleted file mode 100644 index 7389ffcf4..000000000 --- a/domains/_vercel.blog.chuyentinorz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akk1to", - "email": "akk1to.dev@gmail.com", - "discord": "727497287777124414" - }, - "records": { - "TXT": ["vc-domain-verify=blog.chuyentinorz.is-a.dev,8c86561445eea418c27a"] - } -} diff --git a/domains/_vercel.litmus.json b/domains/_vercel.litmus.json deleted file mode 100644 index da213073e..000000000 --- a/domains/_vercel.litmus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "litmus-zhang", - "email": "abdulsalamlukmon9@gmail.com" - }, - "records": { - "TXT": "78ba183f9678f5722897" - } -} diff --git a/domains/_vercel.yuko.json b/domains/_vercel.yuko.json deleted file mode 100644 index b4687f1cd..000000000 --- a/domains/_vercel.yuko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DreamLikeAmonster", - "discord": "918872621892911164" - }, - "records": { - "TXT": "vc-domain-verify=yuko.is-a.dev,69ddf764dd9d6db9011e" - } -} diff --git a/domains/aadirajuthup.json b/domains/aadirajuthup.json deleted file mode 100644 index 9e7d46002..000000000 --- a/domains/aadirajuthup.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aadirajuthup", - "email": "aadi.rajuthup@gmail.com" - }, - "records": { - "A": ["150.136.148.164"] - } -} diff --git a/domains/abdulrazzaq.json b/domains/abdulrazzaq.json deleted file mode 100644 index f1be462ba..000000000 --- a/domains/abdulrazzaq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio Website", - "owner": { - "username": "algo-encoders", - "email": "a.razzaq4085@gmail.com" - }, - "records": { - "A": ["75.119.140.170"] - } -} diff --git a/domains/abiels.json b/domains/abiels.json deleted file mode 100644 index 8c7452f33..000000000 --- a/domains/abiels.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "email": "usagecomputer1@gmail.com", - "username": "Abiel0" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/acctuke.json b/domains/acctuke.json deleted file mode 100644 index 9d1f3e6b0..000000000 --- a/domains/acctuke.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Roing", - "email": "yang4421@outlook.com" - }, - "records": { - "A": ["47.120.72.157"] - } -} diff --git a/domains/advance-bot.json b/domains/advance-bot.json deleted file mode 100644 index dd54256ab..000000000 --- a/domains/advance-bot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "shygamer123", - "email": "gpratham522@gmail.com", - "discord": "840244590870003762" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/afk.json b/domains/afk.json deleted file mode 100644 index 21cfbd436..000000000 --- a/domains/afk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RainWill", - "email": "2782401449@qq.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/ahnaf.json b/domains/ahnaf.json deleted file mode 100644 index 7aa4519ba..000000000 --- a/domains/ahnaf.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my personal portfolio website", - "owner": { - "username": "AhnafFarhanHossain", - "email": "ahnaffarhanhossain@gmail.com" - }, - "records": { - "A": ["103.62.149.9"] - } -} diff --git a/domains/aidan.json b/domains/aidan.json deleted file mode 100644 index 1e1d6e9d7..000000000 --- a/domains/aidan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sangnd2x", - "email": "sanguyen128@gmail.com" - }, - "records": { - "A": ["103.211.201.28"] - } -} diff --git a/domains/akki.json b/domains/akki.json deleted file mode 100644 index c74266bd4..000000000 --- a/domains/akki.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akshtt-dev", - "email": "maillegendop@gmail.com", - "discord": "1056531806763102218" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/alfari.json b/domains/alfari.json deleted file mode 100644 index 262f1efe6..000000000 --- a/domains/alfari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfari24", - "email": "ari@alfari.id" - }, - "records": { - "A": ["194.15.36.220"] - } -} diff --git a/domains/alphabet.json b/domains/alphabet.json deleted file mode 100644 index 5855ccad5..000000000 --- a/domains/alphabet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Commandify", - "email": "commandify@gmail.com" - }, - "records": { - "A": ["68.183.191.223"] - } -} diff --git a/domains/andrew.json b/domains/andrew.json deleted file mode 100644 index 20d354fd7..000000000 --- a/domains/andrew.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my portofolio", - "owner": { - "username": "lightningON90hz", - "email": "andrewworkmail123@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - }, - "proxied": false -} diff --git a/domains/aniwon.json b/domains/aniwon.json deleted file mode 100644 index e3e46fbf9..000000000 --- a/domains/aniwon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Panwar0", - "email": "panwarnishchey+02@gmail.com", - "discord": "821976026984611850" - }, - "records": { - "A": ["185.191.231.137"] - } -} diff --git a/domains/antogamer.json b/domains/antogamer.json deleted file mode 100644 index a1eb178c7..000000000 --- a/domains/antogamer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AntogamerYT", - "email": "antonio.antogamer@gmail.com", - "discord": "thisisanto", - "twitter": "ThisIsAnto_" - }, - "records": { - "A": ["141.144.196.233"] - } -} diff --git a/domains/apep.json b/domains/apep.json deleted file mode 100644 index 4eaabc336..000000000 --- a/domains/apep.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ArasakaID", - "email": "afifeka20@gmail.com", - "discord": "331616752767205378" - }, - "records": { - "A": ["8.222.249.188"] - } -} diff --git a/domains/api.acronical.json b/domains/api.acronical.json deleted file mode 100644 index 7dc9d2ef3..000000000 --- a/domains/api.acronical.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AcronicalYT", - "email": "acronicalbusiness@gmail.com" - }, - "records": { - "A": ["138.68.133.84"] - } -} diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json deleted file mode 100644 index 2350bbb55..000000000 --- a/domains/api.anshtyagi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "API WEBSITE", - "owner": { - "username": "anshtyagi0", - "email": "tyagiansh175@gmail.com" - }, - "records": { - "A": ["20.197.60.252"] - } -} diff --git a/domains/api.dark.json b/domains/api.dark.json deleted file mode 100644 index abed31ca3..000000000 --- a/domains/api.dark.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "API for a Discord bot", - "owner": { - "username": "BruhDark", - "email": "darkpxint@gmail.com", - "discord": "dark.py" - }, - "records": { - "A": ["34.57.65.208"] - } -} diff --git a/domains/api.kruase.json b/domains/api.kruase.json deleted file mode 100644 index fd2c7115a..000000000 --- a/domains/api.kruase.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Development and pet-project APIs", - "owner": { - "username": "KruASe76", - "email": "kruanse@ya.ru", - "telegram": "https://t.me/KruASe" - }, - "records": { - "A": ["89.19.177.86"] - } -} diff --git a/domains/api.semant.json b/domains/api.semant.json deleted file mode 100644 index 34d81f05a..000000000 --- a/domains/api.semant.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Semant Api", - "owner": { - "username": "ihacksemant", - "email": "contact@semant.is-a.dev", - "discord": "445073800850046977" - }, - "records": { - "A": ["69.197.135.205"] - } -} diff --git a/domains/app.vyductan.json b/domains/app.vyductan.json deleted file mode 100644 index b4b0ab4f0..000000000 --- a/domains/app.vyductan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vyductan", - "email": "vdt5snet@gmail.com", - "discord": "370012050316984321" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/aquatica.json b/domains/aquatica.json deleted file mode 100644 index cbba7ce05..000000000 --- a/domains/aquatica.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UntoldGam", - "email": "charlessbird+github@outlook.com" - }, - "records": { - "A": ["130.162.169.213"] - } -} diff --git a/domains/ardistory.json b/domains/ardistory.json deleted file mode 100644 index 3625810ca..000000000 --- a/domains/ardistory.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ardistory", - "email": "putraardiansyah530@gmail.com" - }, - "records": { - "A": ["198.91.81.13"] - } -} diff --git a/domains/arhan.json b/domains/arhan.json deleted file mode 100644 index b682374cc..000000000 --- a/domains/arhan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ArhanExploits", - "email": "vortexsperts@gmail.com", - "discord": "1058620249978716191" - }, - "records": { - "A": ["54.37.19.49"] - } -} diff --git a/domains/asher.json b/domains/asher.json deleted file mode 100644 index c088d90f9..000000000 --- a/domains/asher.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "The-Asher", - "email": "08.bellaaron@gmail.com" - }, - "records": { - "A": ["198.91.81.11"] - } -} diff --git a/domains/ashtonfabby.json b/domains/ashtonfabby.json deleted file mode 100644 index d5af22f0f..000000000 --- a/domains/ashtonfabby.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ashtonfabby", - "email": "ashtonfabbt@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/autobean.json b/domains/autobean.json deleted file mode 100644 index a56853554..000000000 --- a/domains/autobean.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AriesPowv", - "email": "apowvalla26@jesuitmail.org" - }, - "records": { - "A": ["34.111.254.92"] - } -} diff --git a/domains/axe.json b/domains/axe.json deleted file mode 100644 index bdaea2b78..000000000 --- a/domains/axe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "axelawh", - "email": "lewisbrown171@gmail.com" - }, - "records": { - "A": ["195.20.254.54"] - } -} diff --git a/domains/axo.json b/domains/axo.json deleted file mode 100644 index 2904198de..000000000 --- a/domains/axo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImAxolotlicekDev", - "discord": "1125148972449796136" - }, - "records": { - "A": ["158.178.206.169"] - } -} diff --git a/domains/baobao.json b/domains/baobao.json deleted file mode 100644 index 558232eff..000000000 --- a/domains/baobao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BaobeierB", - "discord": "246449974118842368" - }, - "records": { - "A": ["103.200.29.116"] - } -} diff --git a/domains/bdays.suki.json b/domains/bdays.suki.json deleted file mode 100644 index 9ef65184f..000000000 --- a/domains/bdays.suki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "records": { - "A": ["69.197.135.204"] - } -} diff --git a/domains/berzcodetechnologies.json b/domains/berzcodetechnologies.json deleted file mode 100644 index 534b23230..000000000 --- a/domains/berzcodetechnologies.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sxurabh", - "email": "saurabhkirve@gmail.com" - }, - "records": { - "A": ["154.41.233.131"] - } -} diff --git a/domains/berzerk.json b/domains/berzerk.json deleted file mode 100644 index 534b23230..000000000 --- a/domains/berzerk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sxurabh", - "email": "saurabhkirve@gmail.com" - }, - "records": { - "A": ["154.41.233.131"] - } -} diff --git a/domains/bigtime.json b/domains/bigtime.json deleted file mode 100644 index 50e282224..000000000 --- a/domains/bigtime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mxl0s", - "email": "contact@milosv.co" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/bintang1302.json b/domains/bintang1302.json deleted file mode 100644 index d97970a17..000000000 --- a/domains/bintang1302.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Bintang1302", - "discord": "881796102142185504" - }, - "records": { - "A": ["89.213.211.250"] - } -} diff --git a/domains/blek.json b/domains/blek.json deleted file mode 100644 index 134cb4fed..000000000 --- a/domains/blek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "blek is a dev", - "owner": { - "username": "b1ek", - "email": "me@blek.codes" - }, - "records": { - "A": ["185.130.226.115"], - "AAAA": ["2a05:b40:0:570:4563:92af:9a56:7fc8"] - } -} diff --git a/domains/blema.json b/domains/blema.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/blema.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/blindstudios.json b/domains/blindstudios.json deleted file mode 100644 index 237a80f2f..000000000 --- a/domains/blindstudios.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "urasdbwd", - "discord": "291889282032074752" - }, - "records": { - "A": ["193.149.164.209"] - } -} diff --git a/domains/blog.chuyentinorz.json b/domains/blog.chuyentinorz.json deleted file mode 100644 index 7ac9d30a9..000000000 --- a/domains/blog.chuyentinorz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This website is a blogpost for ChuyenTinORZ", - "owner": { - "username": "akk1to", - "email": "akk1to.dev@gmail.com", - "discord": "727497287777124414" - }, - "records": { - "A": ["216.198.79.193"] - } -} diff --git a/domains/boo.json b/domains/boo.json deleted file mode 100644 index 72787b4b3..000000000 --- a/domains/boo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Boopup", - "discord": "972502840247484527" - }, - "records": { - "A": ["46.202.82.187"] - } -} diff --git a/domains/botlab.json b/domains/botlab.json deleted file mode 100644 index 62db73272..000000000 --- a/domains/botlab.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DBD(NO CODE)", - "owner": { - "username": "Priyansxu", - "email": "priyansxu@yahoo.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/brainproxy.json b/domains/brainproxy.json deleted file mode 100644 index efaf44ce0..000000000 --- a/domains/brainproxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LtBrain", - "email": "brian.j.guan@outlook.com" - }, - "records": { - "A": ["64.227.120.231"] - } -} diff --git a/domains/brandnewwick.json b/domains/brandnewwick.json deleted file mode 100644 index 53d66adf9..000000000 --- a/domains/brandnewwick.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "alephdfilms", - "email": "alephdiallo@mail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/brasil.json b/domains/brasil.json deleted file mode 100644 index 12f0979f9..000000000 --- a/domains/brasil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NatanKonig", - "email": "natan.camargo8@gmail.com" - }, - "records": { - "A": ["129.148.24.229"] - } -} diff --git a/domains/buko-dev.json b/domains/buko-dev.json deleted file mode 100644 index 54fc9b796..000000000 --- a/domains/buko-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BukoDEV", - "discord": "539008740826021900" - }, - "records": { - "A": ["193.111.250.109"] - } -} diff --git a/domains/bur.json b/domains/bur.json deleted file mode 100644 index 754f483b9..000000000 --- a/domains/bur.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "owner": { - "username": "burandby", - "email": "bur.and.by@gmail.com", - "twitter": "burandby", - "discord": "burandby" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/byte.json b/domains/byte.json deleted file mode 100644 index 1dfb37853..000000000 --- a/domains/byte.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ishan-school", - "email": "ishan.13406@lahartara.sunbeamschools.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/caesar.json b/domains/caesar.json deleted file mode 100644 index 1c016a5e7..000000000 --- a/domains/caesar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Illupiter", - "email": "lollelxkfo@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/callcon.json b/domains/callcon.json deleted file mode 100644 index c2e331498..000000000 --- a/domains/callcon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ItzYoVishal", - "email": "rockstarelitecoc@gmail.com" - }, - "records": { - "A": ["4.157.244.201"] - } -} diff --git a/domains/cartar.json b/domains/cartar.json deleted file mode 100644 index e36b5e104..000000000 --- a/domains/cartar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Main domain for file server.", - "owner": { - "username": "realCartar", - "twitter": "cartar0058" - }, - "records": { - "A": ["154.53.34.33"] - } -} diff --git a/domains/catfein.json b/domains/catfein.json deleted file mode 100644 index 262f1efe6..000000000 --- a/domains/catfein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfari24", - "email": "ari@alfari.id" - }, - "records": { - "A": ["194.15.36.220"] - } -} diff --git a/domains/cdn.artix.json b/domains/cdn.artix.json deleted file mode 100644 index 560301132..000000000 --- a/domains/cdn.artix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "alex1028199", - "email": "yu1234u73f.com@gmail.com", - "discord": "834867471885271053" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cdn.evelio.json b/domains/cdn.evelio.json deleted file mode 100644 index 51ebcef90..000000000 --- a/domains/cdn.evelio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Will be used for Zipline purposes", - "owner": { - "username": "SrEvelio", - "email": "alphaevelio@gmail.com", - "discord": "srevelio" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/cdn.mohammad87115.json b/domains/cdn.mohammad87115.json deleted file mode 100644 index 525bce7a6..000000000 --- a/domains/cdn.mohammad87115.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I'm using this subdomain to access the place i upload my files easier", - "owner": { - "username": "mohammad87115", - "email": "mohammad87115@gmail.com", - "twitter": "mohammad87115" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cdn.parsewar.json b/domains/cdn.parsewar.json deleted file mode 100644 index 40fe5cd8c..000000000 --- a/domains/cdn.parsewar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AtharvParsewar", - "email": "atharvparsewar@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cdn.pele.json b/domains/cdn.pele.json deleted file mode 100644 index 865fad1e4..000000000 --- a/domains/cdn.pele.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pele12324", - "email": "pele.puric@gmail.com", - "discord": "483261654818226186" - }, - "records": { - "A": ["38.242.242.224"] - } -} diff --git a/domains/cdn.shymike.json b/domains/cdn.shymike.json deleted file mode 100644 index 5ee4a2902..000000000 --- a/domains/cdn.shymike.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImShyMike", - "discord": "582648583635992622" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/cdn.trung.json b/domains/cdn.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/cdn.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/cdn.xrap1dx.json b/domains/cdn.xrap1dx.json deleted file mode 100644 index ae016b073..000000000 --- a/domains/cdn.xrap1dx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "making my cdn!!!", - "owner": { - "username": "xrap1dx", - "email": "sirrapid155@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cemalgnlts.json b/domains/cemalgnlts.json deleted file mode 100644 index 0cbeefabb..000000000 --- a/domains/cemalgnlts.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cemalgnlts", - "discord": "cemalgnlts" - }, - "records": { - "A": ["45.55.110.124"] - } -} diff --git a/domains/chathub.json b/domains/chathub.json deleted file mode 100644 index bf57d97d6..000000000 --- a/domains/chathub.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhaskaraa45", - "email": "bhaskarmandal369@gmail.com" - }, - "records": { - "A": ["20.198.8.42"] - } -} diff --git a/domains/chegedouglas.json b/domains/chegedouglas.json deleted file mode 100644 index 8068026b3..000000000 --- a/domains/chegedouglas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "LSAfrika", - "email": "lstudiosafrika@gmail.com", - "discord": "1239524915112181791" - }, - "records": { - "A": ["13.48.207.48"] - } -} diff --git a/domains/code.aessaputra.json b/domains/code.aessaputra.json deleted file mode 100644 index aa6497703..000000000 --- a/domains/code.aessaputra.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "description": "VS Code Remote Access", - "username": "aessaputra", - "twitter": "pioonrey" - }, - "records": { - "A": ["168.138.171.60"] - } -} diff --git a/domains/code.trung.json b/domains/code.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/code.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/codestantin.json b/domains/codestantin.json deleted file mode 100644 index 4ad63925e..000000000 --- a/domains/codestantin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codestantindev", - "email": "kontakt@codestantin.de" - }, - "records": { - "A": ["85.202.163.42"] - } -} diff --git a/domains/cohinem.json b/domains/cohinem.json deleted file mode 100644 index 76b110e14..000000000 --- a/domains/cohinem.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cohinem", - "email": "amonmonocle@gmail.com" - }, - "records": { - "A": ["149.81.156.117"] - } -} diff --git a/domains/connie.json b/domains/connie.json deleted file mode 100644 index 0f2032620..000000000 --- a/domains/connie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gvalue-04", - "discord": "1229820339840618506" - }, - "records": { - "A": ["198.91.81.13"] - } -} diff --git a/domains/coolify-app.json b/domains/coolify-app.json deleted file mode 100644 index 7a4a53ef0..000000000 --- a/domains/coolify-app.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "umarsidiki", - "email": "siddiquiumar0007@gmail.com" - }, - "records": { - "A": ["89.168.88.28"] - }, - "proxied": true -} diff --git a/domains/corentin-sotoca.json b/domains/corentin-sotoca.json deleted file mode 100644 index 45d61838c..000000000 --- a/domains/corentin-sotoca.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Curiculum Vitae - Corentin SOTOCA", - "owner": { - "username": "CorentinSotoca", - "email": "corentin.sotoca@gmail.com" - }, - "records": { - "A": ["62.171.174.120"] - } -} diff --git a/domains/d4rkd3n1337.json b/domains/d4rkd3n1337.json deleted file mode 100644 index 30f1400f5..000000000 --- a/domains/d4rkd3n1337.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "d4rkd3n1337", - "email": "darkdenrevolt@gmail.com" - }, - "records": { - "A": ["45.85.117.139"] - } -} diff --git a/domains/dadaboudi.chiragnahata.json b/domains/dadaboudi.chiragnahata.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/dadaboudi.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/damu.json b/domains/damu.json deleted file mode 100644 index 2259a1231..000000000 --- a/domains/damu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "damnUUUU", - "email": "damodar.sssihl@gmail.com" - }, - "records": { - "A": ["103.174.70.38"] - } -} diff --git a/domains/darshil.json b/domains/darshil.json deleted file mode 100644 index d95797b13..000000000 --- a/domains/darshil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Darshil-154", - "email": "darshil6675@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/dash.pele.json b/domains/dash.pele.json deleted file mode 100644 index 865fad1e4..000000000 --- a/domains/dash.pele.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pele12324", - "email": "pele.puric@gmail.com", - "discord": "483261654818226186" - }, - "records": { - "A": ["38.242.242.224"] - } -} diff --git a/domains/dashboard.almaz.json b/domains/dashboard.almaz.json deleted file mode 100644 index ce764165c..000000000 --- a/domains/dashboard.almaz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AlmaziikDev", - "email": "almazgamer228@gmail.com", - "discord": "718458417232085104", - "github_id": 132609906 - }, - "records": { - "A": ["45.134.39.14"] - } -} diff --git a/domains/dashboard.chiragnahata.json b/domains/dashboard.chiragnahata.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/dashboard.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/dast.json b/domains/dast.json deleted file mode 100644 index 4f7426620..000000000 --- a/domains/dast.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website for portfolio, projects and help!", - "owner": { - "username": "danielsebesta", - "email": "dany.sebesta@seznam.cz" - }, - "records": { - "A": ["194.163.149.155"] - } -} diff --git a/domains/davidbisky.json b/domains/davidbisky.json deleted file mode 100644 index 390805b3a..000000000 --- a/domains/davidbisky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VitStudio", - "email": "richardvu12391@gmail.com" - }, - "records": { - "A": ["198.45.114.194"] - } -} diff --git a/domains/dawnbreaker.json b/domains/dawnbreaker.json deleted file mode 100644 index 8c8c19c24..000000000 --- a/domains/dawnbreaker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DawnBreaker0013", - "email": "dawnbreaker0013@gmail.com" - }, - "records": { - "A": ["35.199.176.130"] - } -} diff --git a/domains/de.mcstatus.json b/domains/de.mcstatus.json deleted file mode 100644 index 758106bcc..000000000 --- a/domains/de.mcstatus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "discord": "1167825360151380032" - }, - "records": { - "A": ["216.24.57.1"] - } -} diff --git a/domains/declan.json b/domains/declan.json deleted file mode 100644 index b4b216fb3..000000000 --- a/domains/declan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "declanwn", - "email": "declanwnickerson@gmail.com" - }, - "records": { - "A": ["67.246.110.110"] - } -} diff --git a/domains/delasheras.json b/domains/delasheras.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/delasheras.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/denty.json b/domains/denty.json deleted file mode 100644 index c6e285d55..000000000 --- a/domains/denty.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dentylife", - "email": "dentyaptx@gmail.com" - }, - "records": { - "A": ["158.101.152.7"] - } -} diff --git a/domains/devdaim.json b/domains/devdaim.json deleted file mode 100644 index dac345668..000000000 --- a/domains/devdaim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sYnceDez41", - "email": "daimdev6@gmail.com" - }, - "records": { - "A": ["4.247.175.26"] - } -} diff --git a/domains/dipesh.json b/domains/dipesh.json deleted file mode 100644 index b4021783e..000000000 --- a/domains/dipesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dipesh79", - "email": "dipeshkhanal79@gmail.com" - }, - "records": { - "A": ["192.250.235.27"] - } -} diff --git a/domains/discdefender.json b/domains/discdefender.json deleted file mode 100644 index 1da77e0e0..000000000 --- a/domains/discdefender.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GMR828", - "email": "gmr828@null.net" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/dk.json b/domains/dk.json deleted file mode 100644 index 639ccc2b3..000000000 --- a/domains/dk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zurlyy", - "email": "d@zurly.me" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/dominicbrauer.json b/domains/dominicbrauer.json deleted file mode 100644 index c994167ff..000000000 --- a/domains/dominicbrauer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DominicBrauer", - "email": "dominicbrauer06@gmail.com" - }, - "records": { - "A": ["185.245.61.41"] - } -} diff --git a/domains/dommor.json b/domains/dommor.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/dommor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/douglas.json b/domains/douglas.json deleted file mode 100644 index 981eb050e..000000000 --- a/domains/douglas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "standingdreams", - "email": "designer.drogers@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/dust0n.json b/domains/dust0n.json deleted file mode 100644 index 20d23e3fd..000000000 --- a/domains/dust0n.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsdust0n", - "email": "contact@dust0n.ru" - }, - "records": { - "A": ["89.208.104.177"] - } -} diff --git a/domains/duyquang.json b/domains/duyquang.json deleted file mode 100644 index 2500708b3..000000000 --- a/domains/duyquang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lequang0911", - "email": "lequang.99@outlook.com" - }, - "records": { - "A": ["103.97.126.23"] - } -} diff --git a/domains/efe-esxi.json b/domains/efe-esxi.json deleted file mode 100644 index bc6cdd77b..000000000 --- a/domains/efe-esxi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Efebey2903", - "discord": "1036244397026705498" - }, - "records": { - "A": ["115.239.230.106"] - } -} diff --git a/domains/ehsan.json b/domains/ehsan.json deleted file mode 100644 index 3a7fae549..000000000 --- a/domains/ehsan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "eCodeVoyager", - "email": "mu23172@gmail.com" - }, - "records": { - "A": ["8.219.148.143"] - } -} diff --git a/domains/ericlin.json b/domains/ericlin.json deleted file mode 100644 index 8b6b9e54b..000000000 --- a/domains/ericlin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ericafk0001", - "email": "dxslyofficial@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/esp.json b/domains/esp.json deleted file mode 100644 index b594f5416..000000000 --- a/domains/esp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "portfolio", - "owner": { - "username": "fakeesp", - "email": "esp.python.dev@gmail.com", - "telegram": "fakeesp" - }, - "records": { - "A": ["158.178.196.15"] - } -} diff --git a/domains/evalk.json b/domains/evalk.json deleted file mode 100644 index 89dd01f79..000000000 --- a/domains/evalk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Siyu1017", - "email": "adibao1111@gmail.com", - "discord": "895251736250437653" - }, - "records": { - "A": ["60.249.193.112"] - } -} diff --git a/domains/exhq.json b/domains/exhq.json deleted file mode 100644 index 4310dfd0b..000000000 --- a/domains/exhq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "exhq", - "email": "infidelLOLer@gmail.com", - "discord": "712639419785412668" - }, - "records": { - "A": ["91.107.164.89"] - } -} diff --git a/domains/extensions.trung.json b/domains/extensions.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/extensions.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/f.jax.json b/domains/f.jax.json deleted file mode 100644 index c759f32aa..000000000 --- a/domains/f.jax.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jxaq" - }, - "records": { - "A": ["207.211.149.245"] - }, - "proxied": true -} diff --git a/domains/fajox.json b/domains/fajox.json deleted file mode 100644 index d80145419..000000000 --- a/domains/fajox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FajoX1", - "email": "pybytee@gmail.com" - }, - "records": { - "A": ["45.91.201.222"] - } -} diff --git a/domains/farman.json b/domains/farman.json deleted file mode 100644 index 527919365..000000000 --- a/domains/farman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MUHAMMAD-FARMAN", - "email": "muhammadfarman7654@gmail.com" - }, - "records": { - "A": ["66.29.153.55"] - } -} diff --git a/domains/fassion.json b/domains/fassion.json deleted file mode 100644 index 669528f4c..000000000 --- a/domains/fassion.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Lolipopguy", - "email": "ngauthier818@gmail.com" - }, - "records": { - "A": ["79.94.184.109"] - } -} diff --git a/domains/femboy.json b/domains/femboy.json deleted file mode 100644 index 30f1400f5..000000000 --- a/domains/femboy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "d4rkd3n1337", - "email": "darkdenrevolt@gmail.com" - }, - "records": { - "A": ["45.85.117.139"] - } -} diff --git a/domains/files.vornexx.json b/domains/files.vornexx.json deleted file mode 100644 index 24c12f970..000000000 --- a/domains/files.vornexx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vornexx", - "discord": "1149438819834269856", - "twitter": "vornexx_" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/fliberd.json b/domains/fliberd.json deleted file mode 100644 index e8345ab2c..000000000 --- a/domains/fliberd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fliberd", - "email": "dankashkarev@gmail.com" - }, - "records": { - "A": ["80.87.111.147"] - } -} diff --git a/domains/forero.json b/domains/forero.json deleted file mode 100644 index b0fcec286..000000000 --- a/domains/forero.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "forerosantiago", - "email": "forero@disroot.org" - }, - "records": { - "A": ["20.47.86.75"] - } -} diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json deleted file mode 100644 index 43f581263..000000000 --- a/domains/foxie.arman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ItzArman09", - "email": "itz.armxn@outlook.com" - }, - "records": { - "A": ["45.140.142.112"] - } -} diff --git a/domains/frenzy.json b/domains/frenzy.json deleted file mode 100644 index 37a6aab42..000000000 --- a/domains/frenzy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "frenzy602", - "email": "GK267281@GMAIL.COM" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/friday.json b/domains/friday.json deleted file mode 100644 index b46f1daff..000000000 --- a/domains/friday.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itmefriday", - "email": "chauhan20292827@gmail.com" - }, - "records": { - "A": ["109.71.252.37"] - } -} diff --git a/domains/froniz.json b/domains/froniz.json deleted file mode 100644 index bc2f5a40b..000000000 --- a/domains/froniz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Froniz", - "email": "discordmarc1912@gmail.com", - "discord": "1002293564782411787" - }, - "records": { - "A": ["144.91.116.153"] - } -} diff --git a/domains/fucabot.json b/domains/fucabot.json deleted file mode 100644 index a85067c88..000000000 --- a/domains/fucabot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Fuca Bot website", - "owner": { - "username": "anshtyagi0", - "email": "tyagiansh175@gmail.com" - }, - "records": { - "A": ["65.109.168.46"] - } -} diff --git a/domains/furry.json b/domains/furry.json deleted file mode 100644 index dc72b5261..000000000 --- a/domains/furry.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "furyashnyy", - "email": "faradey.iskra@mail.ru", - "discord": "754721080383373373" - }, - "records": { - "A": ["31.31.196.104"] - } -} diff --git a/domains/gameserver.ardaninho.json b/domains/gameserver.ardaninho.json deleted file mode 100644 index 1245d5d29..000000000 --- a/domains/gameserver.ardaninho.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ardaninho", - "discord": "639439553698201626" - }, - "records": { - "A": ["207.244.199.139"] - } -} diff --git a/domains/gee.json b/domains/gee.json deleted file mode 100644 index 926774028..000000000 --- a/domains/gee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "geedoes", - "email": "captg1@gmail.com" - }, - "records": { - "A": ["207.211.187.18"] - } -} diff --git a/domains/goobsoder.json b/domains/goobsoder.json deleted file mode 100644 index 500813f12..000000000 --- a/domains/goobsoder.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BreadGhoti", - "email": "breadghoti@gmail.com" - }, - "records": { - "A": ["134.56.183.128"] - } -} diff --git a/domains/grusio.json b/domains/grusio.json deleted file mode 100644 index 4798298b5..000000000 --- a/domains/grusio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mattiagrusio", - "email": "mattiagrusio@gmail.com" - }, - "records": { - "A": ["2.231.198.113"] - } -} diff --git a/domains/gulu.json b/domains/gulu.json deleted file mode 100644 index 9c9ad84f4..000000000 --- a/domains/gulu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "flowiceeos", - "email": "netqian@126.com", - "discord": "899289192729817159" - }, - "records": { - "A": ["35.212.239.31"] - } -} diff --git a/domains/gwilym.json b/domains/gwilym.json deleted file mode 100644 index ef0c2d05c..000000000 --- a/domains/gwilym.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Gwilymm", - "email": "marin.davies@gmail.com" - }, - "records": { - "A": ["31.207.36.249"] - } -} diff --git a/domains/h.jax.json b/domains/h.jax.json deleted file mode 100644 index c759f32aa..000000000 --- a/domains/h.jax.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jxaq" - }, - "records": { - "A": ["207.211.149.245"] - }, - "proxied": true -} diff --git a/domains/hardik.json b/domains/hardik.json deleted file mode 100644 index 5968d8d29..000000000 --- a/domains/hardik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hardikanand1st", - "email": "Hardikanand1st@outlook.com" - }, - "records": { - "A": ["162.254.35.62"] - } -} diff --git a/domains/hasnain.json b/domains/hasnain.json deleted file mode 100644 index 2d10432dd..000000000 --- a/domains/hasnain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HasnainSZN", - "email": "officialhasnain100@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/hastebin.json b/domains/hastebin.json deleted file mode 100644 index 5b39c2d85..000000000 --- a/domains/hastebin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "discord": "1167825360151380032" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/hercase.json b/domains/hercase.json deleted file mode 100644 index 38461cc52..000000000 --- a/domains/hercase.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hercase", - "email": "hercase92@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/homelander.json b/domains/homelander.json deleted file mode 100644 index dc7cad3c9..000000000 --- a/domains/homelander.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GokuPlay609", - "email": "GokuPlay609@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/host.xandaah.json b/domains/host.xandaah.json deleted file mode 100644 index 0203f5c24..000000000 --- a/domains/host.xandaah.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xandaaah", - "discord": "726910228289028127" - }, - "records": { - "A": ["32.216.183.113"] - } -} diff --git a/domains/hotfix.saftec.json b/domains/hotfix.saftec.json deleted file mode 100644 index b81ef421f..000000000 --- a/domains/hotfix.saftec.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Samuraiflamesf", - "email": "Samuraiflamesf@gmail.com" - }, - "records": { - "A": ["152.67.45.142"] - } -} diff --git a/domains/hotspot.json b/domains/hotspot.json deleted file mode 100644 index 4300c7a5f..000000000 --- a/domains/hotspot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wansie1", - "email": "msc2tvdn@duck.com", - "discord": "962788530336178236" - }, - "records": { - "A": ["213.238.183.171"] - } -} diff --git a/domains/huntroid.json b/domains/huntroid.json deleted file mode 100644 index 45f1d4ea9..000000000 --- a/domains/huntroid.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "owner": { - "username": "hunterz-killer", - "email": "srimath8@gmail.com" - }, - "records": { - "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" - ] - } -} diff --git a/domains/huygmd-is-a-dev.json b/domains/huygmd-is-a-dev.json deleted file mode 100644 index 3aaffa57c..000000000 --- a/domains/huygmd-is-a-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "huygmdvn", - "email": "huynhquochuytkna@gmail.com" - }, - "records": { - "A": ["103.77.240.59"] - } -} diff --git a/domains/hyr1nk.json b/domains/hyr1nk.json deleted file mode 100644 index 9cb76fb7d..000000000 --- a/domains/hyr1nk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kriemseeley", - "email": "adamseeley112250@gmail.com" - }, - "records": { - "A": ["39.101.73.144"] - } -} diff --git a/domains/iam.json b/domains/iam.json deleted file mode 100644 index 026401e36..000000000 --- a/domains/iam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Utsav14s", - "email": "utsavk740@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/ico-bc.json b/domains/ico-bc.json deleted file mode 100644 index 8ed238cc5..000000000 --- a/domains/ico-bc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ChiliDain1010", - "discord": "1109163497750802462" - }, - "records": { - "A": ["59.93.130.149"] - } -} diff --git a/domains/icvn.json b/domains/icvn.json deleted file mode 100644 index dbccc5773..000000000 --- a/domains/icvn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "HaiYTB", - "email": "haiwt2xbox@gmail.com" - }, - "records": { - "A": ["103.229.52.14"] - }, - "proxied": true -} diff --git a/domains/ikdan.json b/domains/ikdan.json deleted file mode 100644 index 4278b98a2..000000000 --- a/domains/ikdan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kirill2255", - "email": "ailcenko019@gmail.com" - }, - "records": { - "A": ["95.163.215.114"] - } -} diff --git a/domains/img.suki.json b/domains/img.suki.json deleted file mode 100644 index 9ef65184f..000000000 --- a/domains/img.suki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "records": { - "A": ["69.197.135.204"] - } -} diff --git a/domains/indodev.json b/domains/indodev.json deleted file mode 100644 index 6b7aa69fc..000000000 --- a/domains/indodev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Khuirul-Huda", - "email": "hudah2102@gmail.com", - "discord": "694850450410700831" - }, - "records": { - "A": ["178.128.211.205"] - } -} diff --git a/domains/insencel.json b/domains/insencel.json deleted file mode 100644 index 9345e19d9..000000000 --- a/domains/insencel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Insencel", - "email": "devsencel@gmail.com" - }, - "description": "A domain for hosting a typo3 account to test things with and build test-websites", - "records": { - "A": ["164.68.124.156"] - } -} diff --git a/domains/integra.json b/domains/integra.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/integra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/iosviet.json b/domains/iosviet.json deleted file mode 100644 index c1e395ea9..000000000 --- a/domains/iosviet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "huutanphp", - "discord": "595368972594184235" - }, - "records": { - "A": ["3.106.238.127"] - } -} diff --git a/domains/ipamod.json b/domains/ipamod.json deleted file mode 100644 index 267789930..000000000 --- a/domains/ipamod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "ipamod Website", - "owner": { - "username": "huutanphp", - "email": "huutan.dev@gmail.com" - }, - "records": { - "A": ["3.106.238.127"] - } -} diff --git a/domains/irc.pele.json b/domains/irc.pele.json deleted file mode 100644 index 865fad1e4..000000000 --- a/domains/irc.pele.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pele12324", - "email": "pele.puric@gmail.com", - "discord": "483261654818226186" - }, - "records": { - "A": ["38.242.242.224"] - } -} diff --git a/domains/iris.json b/domains/iris.json deleted file mode 100644 index 432d9cd83..000000000 --- a/domains/iris.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BlockybombDEV", - "discord": "1115068990381887490" - }, - "records": { - "A": ["38.46.219.220"] - } -} diff --git a/domains/isabelrosillo.json b/domains/isabelrosillo.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/isabelrosillo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/ivo.json b/domains/ivo.json deleted file mode 100644 index 019b6b7a7..000000000 --- a/domains/ivo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Portfolio Website", - "owner": { - "username": "ifayala", - "email": "ivo@dailabs.io", - "discord": "lt_smash666" - }, - "records": { - "A": ["34.16.212.81"] - } -} diff --git a/domains/jackson.json b/domains/jackson.json deleted file mode 100644 index 488627e7a..000000000 --- a/domains/jackson.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "SimplyJackson", - "discord": "jackson!#0001" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/jaennova.json b/domains/jaennova.json deleted file mode 100644 index a4b775e6d..000000000 --- a/domains/jaennova.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jaennova", - "email": "jaendevp@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/jameshartley.json b/domains/jameshartley.json deleted file mode 100644 index 96058ba6a..000000000 --- a/domains/jameshartley.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jdbhartley", - "discord": "MobiSlick#3640" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/janmb.json b/domains/janmb.json deleted file mode 100644 index 4300c7a5f..000000000 --- a/domains/janmb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wansie1", - "email": "msc2tvdn@duck.com", - "discord": "962788530336178236" - }, - "records": { - "A": ["213.238.183.171"] - } -} diff --git a/domains/jasontumusiime.json b/domains/jasontumusiime.json deleted file mode 100644 index 16939de3f..000000000 --- a/domains/jasontumusiime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jasontumusiime", - "email": "jason.2mcme@gmail.com" - }, - "records": { - "A": ["16.170.224.34"] - } -} diff --git a/domains/jayasurya.json b/domains/jayasurya.json deleted file mode 100644 index 0c49a2ddc..000000000 --- a/domains/jayasurya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jsuryakt" - }, - "records": { - "A": ["75.2.60.5"] - }, - "proxied": false -} diff --git a/domains/jegatchalian.json b/domains/jegatchalian.json deleted file mode 100644 index 9f63c25e0..000000000 --- a/domains/jegatchalian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "trowsjerwin", - "email": "johnerwingatchalian@gmail.com" - }, - "records": { - "A": ["192.232.223.67"] - } -} diff --git a/domains/jemex.json b/domains/jemex.json deleted file mode 100644 index 8e9ed41f6..000000000 --- a/domains/jemex.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mhmmd95", - "email": "mohammadalabras77@gmail.com" - }, - "records": { - "A": ["51.89.109.155"] - } -} diff --git a/domains/jessiflessi.json b/domains/jessiflessi.json deleted file mode 100644 index 6b9624dd1..000000000 --- a/domains/jessiflessi.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "JesseHoekema", - "email": "jessehoekema@icloud.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/jitendrasaraf.json b/domains/jitendrasaraf.json deleted file mode 100644 index 3c36197f7..000000000 --- a/domains/jitendrasaraf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jiten398", - "email": "jitendrasaraf65@gmail.com" - }, - "records": { - "A": ["216.24.57.1"] - } -} diff --git a/domains/joao-silva.json b/domains/joao-silva.json deleted file mode 100644 index be324b454..000000000 --- a/domains/joao-silva.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "imjoaosilva", - "email": "z4kreyyt@gmail.com", - "discord": "498426798833664012" - }, - "records": { - "A": ["51.75.68.140"] - } -} diff --git a/domains/joinsachinarya.json b/domains/joinsachinarya.json deleted file mode 100644 index 6f937f2c2..000000000 --- a/domains/joinsachinarya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Portfolio website", - "owner": { - "username": "joinsachinarya", - "email": "joinsachinarya@gmail.com", - "twitter": "joinsachinarya" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/joko.json b/domains/joko.json deleted file mode 100644 index 2660c688d..000000000 --- a/domains/joko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AhNode", - "discord": "704173828187619370" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/jokostorage.json b/domains/jokostorage.json deleted file mode 100644 index 824b62594..000000000 --- a/domains/jokostorage.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AhNode", - "email": "jakijapanese@gmail.com", - "discord": "704173828187619370" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/jokotwib.json b/domains/jokotwib.json deleted file mode 100644 index 824b62594..000000000 --- a/domains/jokotwib.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AhNode", - "email": "jakijapanese@gmail.com", - "discord": "704173828187619370" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/josecontrerasp.json b/domains/josecontrerasp.json deleted file mode 100644 index cddf25b6c..000000000 --- a/domains/josecontrerasp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "JoseContrerasP", - "email": "jose.contreras.p25@gmail.com" - }, - "records": { - "A": ["3.209.15.88"] - }, - "comment": "Personal portfolio of Jose Contreras deployed on AWS EC2" -} diff --git a/domains/jqnn.json b/domains/jqnn.json deleted file mode 100644 index e5443b0dd..000000000 --- a/domains/jqnn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jqnn", - "email:": "contact@jqnn.studio" - }, - "records": { - "A": ["144.24.170.49"] - } -} diff --git a/domains/juan.json b/domains/juan.json deleted file mode 100644 index 4484a3b4e..000000000 --- a/domains/juan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "juan7180", - "email": "miavictorianash@gmail.com", - "discord": "779882046067179531" - }, - "records": { - "A": ["185.27.133.19"] - } -} diff --git a/domains/jurgen.json b/domains/jurgen.json deleted file mode 100644 index c4f649645..000000000 --- a/domains/jurgen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "def0e0", - "email": "def0e0@yandex.ru" - }, - "records": { - "A": ["45.148.120.75"] - } -} diff --git a/domains/jwoj.json b/domains/jwoj.json deleted file mode 100644 index 734ad5de9..000000000 --- a/domains/jwoj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hydro Online Judge System", - "owner": { - "username": "Evansrrr", - "email": "enzoraziore@outlook.com" - }, - "records": { - "A": ["82.156.38.77"] - } -} diff --git a/domains/kem.json b/domains/kem.json deleted file mode 100644 index a76d5db15..000000000 --- a/domains/kem.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kemsadboiz", - "email": "kemdev.contact@gmail.com" - }, - "records": { - "A": ["103.169.35.190"] - } -} diff --git a/domains/khacviet.json b/domains/khacviet.json deleted file mode 100644 index 182090ec3..000000000 --- a/domains/khacviet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Khac Viet Portfolio website", - "owner": { - "username": "Khac-Viet", - "email": "viet2ca11@gmail.com" - }, - "records": { - "A": ["103.97.126.29"] - } -} diff --git a/domains/khag.json b/domains/khag.json deleted file mode 100644 index 450cff3d6..000000000 --- a/domains/khag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "khagdev", - "email": "nguyendaikhang2000@gmail.com" - }, - "records": { - "A": ["103.97.126.26"] - } -} diff --git a/domains/khongtontien.json b/domains/khongtontien.json deleted file mode 100644 index 35269014a..000000000 --- a/domains/khongtontien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thanhnguyen2075", - "email": "abc.bingboong@yahoo.com.vn" - }, - "records": { - "A": ["103.75.187.18"] - } -} diff --git a/domains/kingofnetflix.json b/domains/kingofnetflix.json deleted file mode 100644 index 76e7d52e5..000000000 --- a/domains/kingofnetflix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kingofnetflix", - "email": "kingofnetflix@waifu.club" - }, - "description": "personal development work (websites, reverse proxying, etc)", - "records": { - "A": ["161.35.97.251"] - } -} diff --git a/domains/kitohemat.iamkevinhuang.json b/domains/kitohemat.iamkevinhuang.json deleted file mode 100644 index 8309b8179..000000000 --- a/domains/kitohemat.iamkevinhuang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iamkevinhuang", - "email": "kevinjaydenwivano@duck.com" - }, - "records": { - "A": ["194.233.91.185"] - } -} diff --git a/domains/kleein.json b/domains/kleein.json deleted file mode 100644 index 74c9116a4..000000000 --- a/domains/kleein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kleeiny", - "discord": "763581985410121769" - }, - "records": { - "A": ["15.235.204.212"] - } -} diff --git a/domains/klone.json b/domains/klone.json deleted file mode 100644 index b833946c5..000000000 --- a/domains/klone.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Vai3soh", - "email": "work.rwx.seven@gmail.com" - }, - "records": { - "A": ["45.153.69.189"] - } -} diff --git a/domains/kociak.json b/domains/kociak.json deleted file mode 100644 index 36a7fe38a..000000000 --- a/domains/kociak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "piotrkociakx", - "email": "piotrekstypczynski@gmail.com" - }, - "records": { - "A": ["137.74.3.247"] - } -} diff --git a/domains/kokoapi.json b/domains/kokoapi.json deleted file mode 100644 index 41bc178ab..000000000 --- a/domains/kokoapi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kokofixcomputers", - "discord": "1096839213313446019" - }, - "records": { - "A": ["37.114.46.39"] - } -} diff --git a/domains/kokoauth.json b/domains/kokoauth.json deleted file mode 100644 index e6f58324a..000000000 --- a/domains/kokoauth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kokofixcomputers", - "discord": "1096839213313446019" - }, - "records": { - "A": ["45.90.12.32"] - } -} diff --git a/domains/kriloud.json b/domains/kriloud.json deleted file mode 100644 index 9247f168b..000000000 --- a/domains/kriloud.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "finderfail", - "email": "ilyalvov2007@gmail.com", - "discord": "354246208828735489" - }, - "records": { - "A": ["142.93.34.245"] - } -} diff --git a/domains/kubov.json b/domains/kubov.json deleted file mode 100644 index 46e5109d9..000000000 --- a/domains/kubov.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kubov24", - "email": "jakubcaly93@gmail.com" - }, - "records": { - "A": ["37.187.156.46"] - } -} diff --git a/domains/kuldeep.json b/domains/kuldeep.json deleted file mode 100644 index 8a91b92e2..000000000 --- a/domains/kuldeep.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "sukanayaprajapati124", - "discord": "1268262461576839222" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/landercity.json b/domains/landercity.json deleted file mode 100644 index f25eb9b51..000000000 --- a/domains/landercity.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Juniordsfsdg", - "email": "emailcomputer22@gmail.com" - }, - "records": { - "A": ["209.126.86.32"] - } -} diff --git a/domains/landercitygaming.json b/domains/landercitygaming.json deleted file mode 100644 index 8e4ae9cab..000000000 --- a/domains/landercitygaming.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JuniorDereon", - "email": "robloxsafe72@gmail.com" - }, - "records": { - "A": ["159.69.86.171"] - } -} diff --git a/domains/laqie.json b/domains/laqie.json deleted file mode 100644 index 9dd8b122f..000000000 --- a/domains/laqie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "laqie", - "email": "ave.lucky@gmail.com" - }, - "records": { - "A": ["34.120.54.55"] - } -} diff --git a/domains/larp.json b/domains/larp.json deleted file mode 100644 index ad458b806..000000000 --- a/domains/larp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lhwe", - "email": "arieslovespiggies@gmail.com" - }, - "records": { - "A": ["64.23.128.177"] - } -} diff --git a/domains/lavalink.akshtt.json b/domains/lavalink.akshtt.json deleted file mode 100644 index 955f4acf0..000000000 --- a/domains/lavalink.akshtt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akshtt-dev", - "email": "maillegendop@gmail.com", - "discord": "1056531806763102218" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/lexufybot.json b/domains/lexufybot.json deleted file mode 100644 index cb7cc9c5b..000000000 --- a/domains/lexufybot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alidexter001", - "email": "dexter.ali001@gmail.com" - }, - "records": { - "A": ["45.11.229.211"] - } -} diff --git a/domains/links.trung.json b/domains/links.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/links.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/linkup.json b/domains/linkup.json deleted file mode 100644 index 4d9544b57..000000000 --- a/domains/linkup.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Novampr", - "email": "LimeDEV8756@gmail.com" - }, - "records": { - "A": ["86.27.73.108"] - } -} diff --git a/domains/litmus.json b/domains/litmus.json deleted file mode 100644 index af79ea2cd..000000000 --- a/domains/litmus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "litmus-zhang", - "email": "abdulsalamlukmon9@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/lokito.json b/domains/lokito.json deleted file mode 100644 index eab23bfc8..000000000 --- a/domains/lokito.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pedrito2010", - "email": "pegomsan@gmail.com" - }, - "records": { - "A": ["37.60.230.249"], - "AAAA": ["2a02:c206:2162:9324::1"] - } -} diff --git a/domains/lousybot.vulpine.json b/domains/lousybot.vulpine.json deleted file mode 100644 index 08aee24a2..000000000 --- a/domains/lousybot.vulpine.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VulpineFriend87", - "discord": "911268706112397392" - }, - "records": { - "A": ["69.197.135.205"] - } -} diff --git a/domains/lucasbaronio.json b/domains/lucasbaronio.json deleted file mode 100644 index fc420353d..000000000 --- a/domains/lucasbaronio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lucasbaronio", - "email": "lbaronio20@hotmail.com" - }, - "records": { - "A": ["216.24.57.1"] - } -} diff --git a/domains/luxxy.json b/domains/luxxy.json deleted file mode 100644 index bc3468121..000000000 --- a/domains/luxxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Luxxy-GF", - "email": "deniedaddicted@gmail.com" - }, - "records": { - "A": ["178.33.110.212"] - } -} diff --git a/domains/m1cro.json b/domains/m1cro.json deleted file mode 100644 index 08f28dbdf..000000000 --- a/domains/m1cro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m1cro-cat", - "email": "m1cro_cat@outlook.com" - }, - "records": { - "A": ["65.19.141.67"] - } -} diff --git a/domains/mackenzie.json b/domains/mackenzie.json deleted file mode 100644 index 1252c5547..000000000 --- a/domains/mackenzie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jojocraftde-dev", - "email": "jojocraftde@proton.me" - }, - "records": { - "A": ["91.200.103.154"] - } -} diff --git a/domains/mafiz.json b/domains/mafiz.json deleted file mode 100644 index ed8906542..000000000 --- a/domains/mafiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pacehutt", - "email": "mafizonly@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/mahaviraenterprises.json b/domains/mahaviraenterprises.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/mahaviraenterprises.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/mail.mrjunkyz.json b/domains/mail.mrjunkyz.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/mail.mrjunkyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/malo.json b/domains/malo.json deleted file mode 100644 index 60d6dfb55..000000000 --- a/domains/malo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MaloDaHood", - "email": "malomr2002@gmail.com" - }, - "records": { - "A": ["54.37.225.204"] - } -} diff --git a/domains/mameen.json b/domains/mameen.json deleted file mode 100644 index 7bf171542..000000000 --- a/domains/mameen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mameen-omar", - "email": "mameen.omar@gmail.com" - }, - "records": { - "A": ["129.151.180.253"] - } -} diff --git a/domains/manage.uptime.trung.json b/domains/manage.uptime.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/manage.uptime.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/mapsyseo.json b/domains/mapsyseo.json deleted file mode 100644 index 135dfeb38..000000000 --- a/domains/mapsyseo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ShingSemicolon", - "email": "Shing.XD.0602@gmail.com" - }, - "records": { - "A": ["81.16.29.155"] - } -} diff --git a/domains/mastergrid.json b/domains/mastergrid.json deleted file mode 100644 index 40fe5cd8c..000000000 --- a/domains/mastergrid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AtharvParsewar", - "email": "atharvparsewar@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/match.json b/domains/match.json deleted file mode 100644 index 160ea9734..000000000 --- a/domains/match.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "imadboy89", - "email": "imad.kh@outlook.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/matrix.vi0leta.json b/domains/matrix.vi0leta.json deleted file mode 100644 index 5866567c0..000000000 --- a/domains/matrix.vi0leta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - "records": { - "A": ["37.27.4.76"] - } -} diff --git a/domains/mcreed.json b/domains/mcreed.json deleted file mode 100644 index d70207fc1..000000000 --- a/domains/mcreed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "M-creed", - "email": "marwankalosha005@gmail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/mduha.json b/domains/mduha.json deleted file mode 100644 index f428a6162..000000000 --- a/domains/mduha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r2kch", - "email": "marco@dubini.com" - }, - "records": { - "A": ["84.72.8.155"] - } -} diff --git a/domains/meku.json b/domains/meku.json deleted file mode 100644 index 27d54d81d..000000000 --- a/domains/meku.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com", - "discord": "1130452399094505534" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuu.json b/domains/mekuu.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuuu.json b/domains/mekuuu.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuuu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuvsh.json b/domains/mekuvsh.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuvsh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuzv.json b/domains/mekuzv.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuzv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mongodb.trung.json b/domains/mongodb.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/mongodb.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/mosa.json b/domains/mosa.json deleted file mode 100644 index e1e7ad18c..000000000 --- a/domains/mosa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mosageneral", - "email": "mosageneral@gmail.com" - }, - "records": { - "A": ["130.162.164.99"] - } -} diff --git a/domains/moviebypass.json b/domains/moviebypass.json deleted file mode 100644 index cb7cc9c5b..000000000 --- a/domains/moviebypass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alidexter001", - "email": "dexter.ali001@gmail.com" - }, - "records": { - "A": ["45.11.229.211"] - } -} diff --git a/domains/mrvasil.json b/domains/mrvasil.json deleted file mode 100644 index 7dc4c6a19..000000000 --- a/domains/mrvasil.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "mrvasil's domain", - "owner": { - "username": "mrvasil", - "email": "adminich@urrr.ru" - }, - "records": { - "A": ["176.109.106.66"] - } -} diff --git a/domains/mssfreight.json b/domains/mssfreight.json deleted file mode 100644 index 73404df09..000000000 --- a/domains/mssfreight.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KRNRBRBR", - "email": "kizadawiza2@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/musiccorn01.json b/domains/musiccorn01.json deleted file mode 100644 index 59c7b8954..000000000 --- a/domains/musiccorn01.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ondirisuliuly", - "email": "ondirisuliuly@gmail.com" - }, - "records": { - "A": ["185.239.48.45"] - } -} diff --git a/domains/mydesktop.json b/domains/mydesktop.json deleted file mode 100644 index b40bf3ff4..000000000 --- a/domains/mydesktop.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bigcacarouci", - "email": "bigcacarouci@gmail.com" - }, - "records": { - "A": ["188.241.118.89"] - } -} diff --git a/domains/mystic.trung.json b/domains/mystic.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/mystic.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/nass.json b/domains/nass.json deleted file mode 100644 index c3baf4885..000000000 --- a/domains/nass.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "SpauriRosso", - "email": "spy456@zoho.com", - "discord": "404659098919895045" - }, - "records": { - "A": ["64.226.79.220"] - } -} diff --git a/domains/navistar.json b/domains/navistar.json deleted file mode 100644 index 86e696b6d..000000000 --- a/domains/navistar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AShuba", - "email": "anatoliy.shuba@gmail.com" - }, - "records": { - "A": ["138.68.159.126"] - } -} diff --git a/domains/needrose.json b/domains/needrose.json deleted file mode 100644 index 5913a9148..000000000 --- a/domains/needrose.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Needrose", - "email": "neeedrose@gmail.com" - }, - "records": { - "A": ["155.248.226.206"] - } -} diff --git a/domains/nef.json b/domains/nef.json deleted file mode 100644 index 7b6cee6d9..000000000 --- a/domains/nef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nefter", - "email": "therealnefter@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/nexfilms.json b/domains/nexfilms.json deleted file mode 100644 index 03feed3dc..000000000 --- a/domains/nexfilms.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "discord": "610847328680673302" - }, - "records": { - "A": ["5.181.187.182"] - } -} diff --git a/domains/nexflix.json b/domains/nexflix.json deleted file mode 100644 index 03feed3dc..000000000 --- a/domains/nexflix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "discord": "610847328680673302" - }, - "records": { - "A": ["5.181.187.182"] - } -} diff --git a/domains/nexos.json b/domains/nexos.json deleted file mode 100644 index aaa7a49f9..000000000 --- a/domains/nexos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "email": "nexos.dons@gmail.com" - }, - "records": { - "A": ["78.47.213.108"] - } -} diff --git a/domains/nexproxymanager.json b/domains/nexproxymanager.json deleted file mode 100644 index 03feed3dc..000000000 --- a/domains/nexproxymanager.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "discord": "610847328680673302" - }, - "records": { - "A": ["5.181.187.182"] - } -} diff --git a/domains/nextcloud.vi0leta.json b/domains/nextcloud.vi0leta.json deleted file mode 100644 index 5866567c0..000000000 --- a/domains/nextcloud.vi0leta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - "records": { - "A": ["37.27.4.76"] - } -} diff --git a/domains/nifle.json b/domains/nifle.json deleted file mode 100644 index b05cea700..000000000 --- a/domains/nifle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nifle-CGE", - "discord": "553939229475078154" - }, - "records": { - "A": ["172.234.178.155"] - } -} diff --git a/domains/noah.json b/domains/noah.json deleted file mode 100644 index cd7290492..000000000 --- a/domains/noah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "noahprm", - "email": "contact.noahprm@gmail.com", - "discord": "949273553168121856" - }, - "records": { - "A": ["217.145.72.79"] - } -} diff --git a/domains/nom.json b/domains/nom.json deleted file mode 100644 index b7e22252f..000000000 --- a/domains/nom.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kqcl", - "email": "jscharein.js@gmail.com" - }, - "records": { - "A": ["185.234.69.13"] - } -} diff --git a/domains/nonam4lol.json b/domains/nonam4lol.json deleted file mode 100644 index 76c17897c..000000000 --- a/domains/nonam4lol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nonam4lol", - "email": "literallynoname13@gmail.com" - }, - "records": { - "A": ["45.11.229.211"] - } -} diff --git a/domains/not.json b/domains/not.json deleted file mode 100644 index c10cc2ea8..000000000 --- a/domains/not.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Moodygd761", - "discord": "1279615522593308734" - }, - "records": { - "A": ["158.178.200.29"] - } -} diff --git a/domains/nvrxstdwrth.json b/domains/nvrxstdwrth.json deleted file mode 100644 index f5af9c6bd..000000000 --- a/domains/nvrxstdwrth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HIlight3R", - "discord": "632272741000544259" - }, - "records": { - "A": ["65.21.61.55"] - } -} diff --git a/domains/oandbtech-chat.json b/domains/oandbtech-chat.json deleted file mode 100644 index bf57d97d6..000000000 --- a/domains/oandbtech-chat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhaskaraa45", - "email": "bhaskarmandal369@gmail.com" - }, - "records": { - "A": ["20.198.8.42"] - } -} diff --git a/domains/oandbtech.json b/domains/oandbtech.json deleted file mode 100644 index bf57d97d6..000000000 --- a/domains/oandbtech.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhaskaraa45", - "email": "bhaskarmandal369@gmail.com" - }, - "records": { - "A": ["20.198.8.42"] - } -} diff --git a/domains/ofv.json b/domains/ofv.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/ofv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/oli.json b/domains/oli.json deleted file mode 100644 index 9aeaa8d3c..000000000 --- a/domains/oli.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hxntaish", - "email": "juliettepoisson3@gmail.com" - }, - "records": { - "A": ["185.171.202.187"] - } -} diff --git a/domains/omera.json b/domains/omera.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/omera.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/oops.json b/domains/oops.json deleted file mode 100644 index fd246e6d1..000000000 --- a/domains/oops.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "finnickguo", - "email": "finnickguo@gmail.com" - }, - "records": { - "A": ["150.109.115.77"] - } -} diff --git a/domains/opaps.json b/domains/opaps.json deleted file mode 100644 index 3d67931f5..000000000 --- a/domains/opaps.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ais1175", - "email": "wutau179@gmail.com" - }, - "records": { - "A": ["43.229.135.123"] - } -} diff --git a/domains/openmalus.json b/domains/openmalus.json deleted file mode 100644 index 7037091e5..000000000 --- a/domains/openmalus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "openmalus", - "email": "openmalus@proton.me" - }, - "records": { - "A": ["47.99.50.139"] - } -} diff --git a/domains/orangethewell.json b/domains/orangethewell.json deleted file mode 100644 index 2b6f9ab7f..000000000 --- a/domains/orangethewell.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "orangethewell", - "email": "orangethewell@gmail.com" - }, - "records": { - "A": ["85.31.231.4"] - } -} diff --git a/domains/orbit.json b/domains/orbit.json deleted file mode 100644 index be3b5b582..000000000 --- a/domains/orbit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Discord bot site", - "owner": { - "username": "sheet315", - "email": "shaundereuv@gmail.com" - }, - "records": { - "A": ["167.114.194.156"] - } -} diff --git a/domains/p2m.json b/domains/p2m.json deleted file mode 100644 index d4a5fdb96..000000000 --- a/domains/p2m.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain name for me and my friends for our french minecraft server", - "owner": { - "username": "Philipou", - "email": "philippe.lestrohan@les4vents.eu" - }, - "records": { - "A": ["91.224.149.29"] - } -} diff --git a/domains/pabitrabanerjee.json b/domains/pabitrabanerjee.json deleted file mode 100644 index 81fca042f..000000000 --- a/domains/pabitrabanerjee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "PB2204", - "email": "rockstarpabitra2204@gmail.com", - "discord": "1091585182974345366" - }, - "records": { - "A": ["12.14.243.127"] - } -} diff --git a/domains/palak.json b/domains/palak.json deleted file mode 100644 index 955f4acf0..000000000 --- a/domains/palak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akshtt-dev", - "email": "maillegendop@gmail.com", - "discord": "1056531806763102218" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/pana.json b/domains/pana.json deleted file mode 100644 index e9425a7f6..000000000 --- a/domains/pana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ANDREIP211109", - "email": "panaandreimihai@gmail.com" - }, - "records": { - "A": ["79.118.191.216"] - } -} diff --git a/domains/pancystudio.json b/domains/pancystudio.json deleted file mode 100644 index 756940e74..000000000 --- a/domains/pancystudio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImTurbis", - "discord": "711329342193664012" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/patin.json b/domains/patin.json deleted file mode 100644 index fe3a101b3..000000000 --- a/domains/patin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "patin_osu", - "email": "patinopsu@gmail.com", - "discord": "patin_osu" - }, - "records": { - "A": ["5.78.24.5"] - } -} diff --git a/domains/pirate-project.json b/domains/pirate-project.json deleted file mode 100644 index 810d80769..000000000 --- a/domains/pirate-project.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Pirate-Teams server", - "owner": { - "username": "StalkerMeyr", - "email": "andchit223@gmail.com" - }, - "records": { - "A": ["185.87.50.120"] - } -} diff --git a/domains/play.alora.json b/domains/play.alora.json deleted file mode 100644 index c7b5766f1..000000000 --- a/domains/play.alora.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Making my MC server accessible via a custom domain name", - "owner": { - "username": "aloramiaa", - "email": "xaloramia@gmail.com" - }, - "records": { - "A": ["78.46.65.243"] - } -} diff --git a/domains/play.soccer.json b/domains/play.soccer.json deleted file mode 100644 index 84b96b0c7..000000000 --- a/domains/play.soccer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "description": "KillToLive minecraft server", - "owner": { - "username": "minecradt", - "email": "soccer1992.is.a.dev@gmail.com" - }, - "records": { - "SRV": [ - { - "name": "_minecraft._tcp.play", - "priority": 0, - "weight": 5, - "port": 25565, - "target": "KillToLive.valksystems.pro" - } - ], - "A": ["82.45.179.13"] - } -} diff --git a/domains/porant.json b/domains/porant.json deleted file mode 100644 index c5cc436e4..000000000 --- a/domains/porant.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "porant", - "email": "porant@gmail.com" - }, - "records": { - "A": ["188.194.183.203"] - } -} diff --git a/domains/portfolio.json b/domains/portfolio.json deleted file mode 100644 index bb92064e5..000000000 --- a/domains/portfolio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfonso12dev", - "email": "bmeza9407@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/preview.shan.json b/domains/preview.shan.json deleted file mode 100644 index c9c7a77b0..000000000 --- a/domains/preview.shan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Preview For My Personal Website ", - "owner": { - "username": "Adwaith-Shan-Pk", - "email": "mail@shan.is-a.dev", - "twitter": "lordlinux69" - }, - "records": { - "A": ["45.90.12.122"] - } -} diff --git a/domains/protoshock.gizzy.json b/domains/protoshock.gizzy.json deleted file mode 100644 index f351a04a9..000000000 --- a/domains/protoshock.gizzy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "protoshock.gizzy.is-a.dev", - "owner": { - "username": "GizzyUwU", - "email": "nerop455@gmail.com" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/proxy.trung.json b/domains/proxy.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/proxy.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/qrcode.json b/domains/qrcode.json deleted file mode 100644 index c29af2586..000000000 --- a/domains/qrcode.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My QRCode Webpage Project", - "owner": { - "username": "isobarsmustang0g", - "email": "isobars.mustang_0g@icloud.com" - }, - "records": { - "A": ["103.97.126.29"] - } -} diff --git a/domains/queirozt.json b/domains/queirozt.json deleted file mode 100644 index 7b961b407..000000000 --- a/domains/queirozt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "QueirozT", - "email": "tiagoqueirozgoncalves100@gmail.com" - }, - "records": { - "A": ["144.22.180.97"] - } -} diff --git a/domains/r00t3d.json b/domains/r00t3d.json deleted file mode 100644 index 682ded785..000000000 --- a/domains/r00t3d.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "percioandrade", - "discord": "521918790951501843" - }, - "records": { - "A": ["144.126.135.27"] - } -} diff --git a/domains/r2mvstr.json b/domains/r2mvstr.json deleted file mode 100644 index fdf1e11e0..000000000 --- a/domains/r2mvstr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "1MillonunlockDev", - "email": "1millonunlock@gmail.com" - }, - "records": { - "A": ["144.91.94.164"] - } -} diff --git a/domains/radio.mxnticek.json b/domains/radio.mxnticek.json deleted file mode 100644 index a6ac7dda4..000000000 --- a/domains/radio.mxnticek.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain for my radio", - "owner": { - "username": "VlastikYoutubeKo", - "email": "plainrock@seznam.cz" - }, - "records": { - "A": ["129.151.254.58"] - } -} diff --git a/domains/rakshit.json b/domains/rakshit.json deleted file mode 100644 index 760a56c01..000000000 --- a/domains/rakshit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "spuckhafte", - "email": "rakshit240405@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/random.json b/domains/random.json deleted file mode 100644 index 862d1c0af..000000000 --- a/domains/random.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gusruben", - "email": "gusruben@protonmail.com" - }, - "records": { - "A": ["173.255.236.153"] - } -} diff --git a/domains/random2.json b/domains/random2.json deleted file mode 100644 index 8cd7ce839..000000000 --- a/domains/random2.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/raspicloud.json b/domains/raspicloud.json deleted file mode 100644 index e949c5d85..000000000 --- a/domains/raspicloud.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkrage", - "email": "manuel.krage@gmx.de" - }, - "records": { - "A": ["141.144.239.115"] - } -} diff --git a/domains/rbg.brandgrandreal.json b/domains/rbg.brandgrandreal.json deleted file mode 100644 index 033c22cb5..000000000 --- a/domains/rbg.brandgrandreal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BrandgrandRealMe", - "email": "BrandonTheDev@proton.me" - }, - "records": { - "A": ["69.197.135.205"] - } -} diff --git a/domains/realfara.json b/domains/realfara.json deleted file mode 100644 index b95a51a8f..000000000 --- a/domains/realfara.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "owner": { - "username": "furyashnyy", - "email": "faradey.iskra@mail.ru" - }, - "records": { - "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" - ] - } -} diff --git a/domains/rednotsus.json b/domains/rednotsus.json deleted file mode 100644 index 343d3c6f2..000000000 --- a/domains/rednotsus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RedNotSus", - "email": "Jiayangc1@gmail.com" - }, - "records": { - "A": ["15.204.232.110"] - } -} diff --git a/domains/respect.json b/domains/respect.json deleted file mode 100644 index c63f86a7b..000000000 --- a/domains/respect.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rq9s", - "email": "valdemarbirker@gmail.com" - }, - "records": { - "A": ["198.251.89.164"] - } -} diff --git a/domains/ruthless.json b/domains/ruthless.json deleted file mode 100644 index fc5821047..000000000 --- a/domains/ruthless.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/ryanisyyds.json b/domains/ryanisyyds.json deleted file mode 100644 index a31bdcefe..000000000 --- a/domains/ryanisyyds.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RyanisyydsTT", - "email": "ryantseng123@mail.edu.tw" - }, - "records": { - "A": ["170.39.76.35"] - } -} diff --git a/domains/ryn.json b/domains/ryn.json deleted file mode 100644 index 8faf1f931..000000000 --- a/domains/ryn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lazylamps", - "email": "lampslazy@gmail.com" - }, - "records": { - "A": ["132.145.25.232"] - } -} diff --git a/domains/ryo.json b/domains/ryo.json deleted file mode 100644 index 2c57a5d79..000000000 --- a/domains/ryo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FrosGaming", - "email": "dgfrosdgfros@gmail.com" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/saahil.json b/domains/saahil.json deleted file mode 100644 index 6a84b65da..000000000 --- a/domains/saahil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NeonGamerBot-QK", - "email": "neon+domain@saahild.com" - }, - "records": { - "A": ["185.250.37.86"] - } -} diff --git a/domains/sameerk.json b/domains/sameerk.json deleted file mode 100644 index 926c10090..000000000 --- a/domains/sameerk.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "sameer0022", - "email": "sameermalikst6@gmail.com", - "discord": "937701712293163118" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/samp.alora.json b/domains/samp.alora.json deleted file mode 100644 index 799c58913..000000000 --- a/domains/samp.alora.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aloramiaa", - "email": "xaloramia@gmail.com" - }, - "records": { - "A": ["46.183.184.33"] - } -} diff --git a/domains/saumon.json b/domains/saumon.json deleted file mode 100644 index eaabe9821..000000000 --- a/domains/saumon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "saumonarcenciel", - "email": "saumon@duck.com", - "discord": "823623660743950416" - }, - "records": { - "A": ["109.234.166.168"] - } -} diff --git a/domains/saxon.json b/domains/saxon.json deleted file mode 100644 index 477b57d94..000000000 --- a/domains/saxon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tensura-is-good", - "email": "sands.is.undertable@gmail.com" - }, - "records": { - "A": ["129.213.65.72"] - } -} diff --git a/domains/scoobis.json b/domains/scoobis.json deleted file mode 100644 index ac6cf7dca..000000000 --- a/domains/scoobis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "turtletown73", - "email": "wetturtle45@gmail.com" - }, - "records": { - "A": ["174.182.75.57"] - } -} diff --git a/domains/serverpanel.json b/domains/serverpanel.json deleted file mode 100644 index 875ad906d..000000000 --- a/domains/serverpanel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Neeedrose", - "email": "bobbyaneville@gmail.com" - }, - "records": { - "A": ["34.75.192.79"] - } -} diff --git a/domains/sh-crm.json b/domains/sh-crm.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/sh-crm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/shad.json b/domains/shad.json deleted file mode 100644 index 246e1fd01..000000000 --- a/domains/shad.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "Maverick00001", - "email": "saksham.access@yahoo.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/shadowjobs.json b/domains/shadowjobs.json deleted file mode 100644 index afc8eb064..000000000 --- a/domains/shadowjobs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "shadowjobs self website", - "owner": { - "username": "shadowjobs", - "email": "shadowjobs@qq.com" - }, - "records": { - "A": ["114.116.231.183"] - } -} diff --git a/domains/shravan.json b/domains/shravan.json deleted file mode 100644 index 2f5c35492..000000000 --- a/domains/shravan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VirtualSquares", - "email": "shravanparadigm@gmail.com", - "discord": "cannonboys" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/shubham1806.json b/domains/shubham1806.json deleted file mode 100644 index 2f3cdce14..000000000 --- a/domains/shubham1806.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shubham-1806", - "email": "shub.agarwal2003@gmail.com" - }, - "records": { - "A": ["20.207.73.82"] - } -} diff --git a/domains/sincererflame71.json b/domains/sincererflame71.json deleted file mode 100644 index 6aead491d..000000000 --- a/domains/sincererflame71.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "owner": { - "username": "DarkNightcore8", - "email": "DarkNightcore8@outlook.com" - }, - "records": { - "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" - ] - } -} diff --git a/domains/sivaraj.json b/domains/sivaraj.json deleted file mode 100644 index d51178175..000000000 --- a/domains/sivaraj.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "owner": { - "username": "TheCyb3rMafia", - "email": "sivarajkailas@gmail.com", - "discord": "1057144035812327524" - }, - "records": { - "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" - ] - } -} diff --git a/domains/siwon.json b/domains/siwon.json deleted file mode 100644 index c6ab62f11..000000000 --- a/domains/siwon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "siwonpada", - "email": "psw041115@gmail.com" - }, - "records": { - "A": ["43.201.138.247"] - } -} diff --git a/domains/sotto.json b/domains/sotto.json deleted file mode 100644 index 32c002d7c..000000000 --- a/domains/sotto.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RaydanOMGr", - "email": "andreykelbler@outlook.de" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/spider-development.json b/domains/spider-development.json deleted file mode 100644 index db695ad0e..000000000 --- a/domains/spider-development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "spider-development01" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/spitkov.json b/domains/spitkov.json deleted file mode 100644 index e99803c66..000000000 --- a/domains/spitkov.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "spitkov", - "discord": "1092100801478004816" - }, - "records": { - "A": ["144.91.67.20"] - } -} diff --git a/domains/spotify.trung.json b/domains/spotify.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/spotify.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/stan.json b/domains/stan.json deleted file mode 100644 index bce15d998..000000000 --- a/domains/stan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "stansters", - "email": "stanleygeorgebond@gmail.com" - }, - "records": { - "A": ["132.145.22.92"] - } -} diff --git a/domains/stardust.json b/domains/stardust.json deleted file mode 100644 index bd7c71895..000000000 --- a/domains/stardust.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hanzla-Double3", - "email": "Hanzla.mughal3284@gmail.com" - }, - "records": { - "A": ["139.135.52.143"] - } -} diff --git a/domains/stats.trung.json b/domains/stats.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/stats.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/status-ryo.json b/domains/status-ryo.json deleted file mode 100644 index 892c9407c..000000000 --- a/domains/status-ryo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FrosGaming", - "email": "dgfrosdgfros@gmail.com" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/status.jes.json b/domains/status.jes.json deleted file mode 100644 index a1cb820f0..000000000 --- a/domains/status.jes.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jesgran", - "email": "calzdani20@libero.it" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/status.shan.json b/domains/status.shan.json deleted file mode 100644 index 55e97442d..000000000 --- a/domains/status.shan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Uptime Page ", - "owner": { - "username": "Adwaith-Shan-Pk", - "email": "mail@shan.is-a.dev", - "twitter": "lordlinux69" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/status.trung.json b/domains/status.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/status.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/stef.json b/domains/stef.json deleted file mode 100644 index 8f8f6302f..000000000 --- a/domains/stef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "stefcoders", - "email": "stefan@stefcodes.co.uk" - }, - "records": { - "A": ["45.84.57.2"] - } -} diff --git a/domains/stoneleaf-dh.json b/domains/stoneleaf-dh.json deleted file mode 100644 index ed3a7ed42..000000000 --- a/domains/stoneleaf-dh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NazerMohamed", - "email": "NazerMohamed@gmail.com" - }, - "records": { - "A": ["51.89.94.232"] - } -} diff --git a/domains/stremioaddonlt.json b/domains/stremioaddonlt.json deleted file mode 100644 index 32c0d4f6c..000000000 --- a/domains/stremioaddonlt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "makufelis", - "email": "coinbasedeivuxo@gmail.com" - }, - "records": { - "A": ["185.192.97.1"] - } -} diff --git a/domains/styy.json b/domains/styy.json deleted file mode 100644 index 1c4ff1628..000000000 --- a/domains/styy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sty928", - "email": "satyam99jha@gmail.com" - }, - "records": { - "A": ["161.97.137.17"] - } -} diff --git a/domains/tabby.json b/domains/tabby.json deleted file mode 100644 index 9a755cea8..000000000 --- a/domains/tabby.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sobakintech", - "discord": "745203026335236178" - }, - "records": { - "A": ["144.24.184.141"] - } -} diff --git a/domains/tahir.json b/domains/tahir.json deleted file mode 100644 index 89d4e343f..000000000 --- a/domains/tahir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "syedraihanali", - "discord": "630920899952115712" - }, - "records": { - "A": ["103.213.38.188"] - } -} diff --git a/domains/tawhidislam.json b/domains/tawhidislam.json deleted file mode 100644 index ed4022046..000000000 --- a/domains/tawhidislam.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my personal portfolio website", - "owner": { - "username": "tawhid404Err", - "email": "xcode.dev@yahoo.com" - }, - "records": { - "A": ["103.62.149.9"] - } -} diff --git a/domains/tech4file.json b/domains/tech4file.json deleted file mode 100644 index 3a3379d38..000000000 --- a/domains/tech4file.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kubsai", - "discord": "477781395922485248" - }, - "records": { - "A": ["185.27.134.230"] - } -} diff --git a/domains/techbot.json b/domains/techbot.json deleted file mode 100644 index 60fd86268..000000000 --- a/domains/techbot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gunter228", - "email": "mq.2024@mail.ru" - }, - "records": { - "A": ["45.137.70.68"] - } -} diff --git a/domains/termonoid.json b/domains/termonoid.json deleted file mode 100644 index e43399949..000000000 --- a/domains/termonoid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Domain for personal server", - "owner": { - "username": "Termonoid", - "email": "termonoid@cumallover.me", - "telegram": "termonoid" - }, - "records": { - "A": ["135.181.144.44"] - } -} diff --git a/domains/test.trung.json b/domains/test.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/test.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/testluxxy.json b/domains/testluxxy.json deleted file mode 100644 index bc3468121..000000000 --- a/domains/testluxxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Luxxy-GF", - "email": "deniedaddicted@gmail.com" - }, - "records": { - "A": ["178.33.110.212"] - } -} diff --git a/domains/tetris.vi0leta.json b/domains/tetris.vi0leta.json deleted file mode 100644 index 5866567c0..000000000 --- a/domains/tetris.vi0leta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - "records": { - "A": ["37.27.4.76"] - } -} diff --git a/domains/texnogrand-dev.json b/domains/texnogrand-dev.json deleted file mode 100644 index 8bcddb1e5..000000000 --- a/domains/texnogrand-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muhamamdyusuf-kurbonov", - "email": "muhammadyusuf.kurbonov2002@gmail.com" - }, - "records": { - "A": ["213.199.33.74"] - } -} diff --git a/domains/theconcepteur.json b/domains/theconcepteur.json deleted file mode 100644 index 44a225063..000000000 --- a/domains/theconcepteur.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "th3conc3pt3ur", - "email": "conceptordev@gmail.com" - }, - "records": { - "A": ["37.187.6.109"] - } -} diff --git a/domains/theharry.json b/domains/theharry.json deleted file mode 100644 index 9ccbeb366..000000000 --- a/domains/theharry.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Aceharry16", - "email": "aceharry16@gmail.com", - "discord": "1229076684066783252" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/thinhnguyen.json b/domains/thinhnguyen.json deleted file mode 100644 index b26e6617a..000000000 --- a/domains/thinhnguyen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thinhdnn", - "email": "nguyenvanthinh.dnn@gmail.com" - }, - "records": { - "A": ["152.69.196.244"] - } -} diff --git a/domains/tientiny.json b/domains/tientiny.json deleted file mode 100644 index 9e70bd4ef..000000000 --- a/domains/tientiny.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Pdmthong05", - "email": "pdmthong05@protonmail.com" - }, - "records": { - "A": ["198.91.81.11"] - } -} diff --git a/domains/titan.json b/domains/titan.json deleted file mode 100644 index a9f871e8a..000000000 --- a/domains/titan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhoopesh369", - "email": "bhoopesh459@gmail.com" - }, - "records": { - "A": ["217.174.245.249"] - } -} diff --git a/domains/tunnel.vulcanocraft.json b/domains/tunnel.vulcanocraft.json deleted file mode 100644 index 8105ad8aa..000000000 --- a/domains/tunnel.vulcanocraft.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VulcanoSoftware", - "discord": "814891541205876767" - }, - "records": { - "A": ["147.185.221.23"] - }, - "proxied": true -} diff --git a/domains/ugdev.json b/domains/ugdev.json deleted file mode 100644 index 139912863..000000000 --- a/domains/ugdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UrgingOfc", - "email": "diogo.lopes.silva.ch@gmail.com" - }, - "records": { - "A": ["82.165.193.230"] - } -} diff --git a/domains/ukasimov.json b/domains/ukasimov.json deleted file mode 100644 index e38c3dc35..000000000 --- a/domains/ukasimov.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ukasimov", - "email": "ukasimov_dev@outlook.com", - "telegram": "t.me/ukasimov_dev" - }, - "description": "Uktambek Kasimov Portfolio", - "records": { - "A": ["89.232.184.198"] - } -} diff --git a/domains/umarahsan.json b/domains/umarahsan.json deleted file mode 100644 index a6d20c682..000000000 --- a/domains/umarahsan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "umarxz559", - "email": "umarxz559@gmail.com" - }, - "records": { - "A": ["141.147.52.210"] - } -} diff --git a/domains/uptime-ryo.json b/domains/uptime-ryo.json deleted file mode 100644 index 892c9407c..000000000 --- a/domains/uptime-ryo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FrosGaming", - "email": "dgfrosdgfros@gmail.com" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/uptime.acronical.json b/domains/uptime.acronical.json deleted file mode 100644 index 7dc9d2ef3..000000000 --- a/domains/uptime.acronical.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AcronicalYT", - "email": "acronicalbusiness@gmail.com" - }, - "records": { - "A": ["138.68.133.84"] - } -} diff --git a/domains/vacer.json b/domains/vacer.json deleted file mode 100644 index b9de98e5c..000000000 --- a/domains/vacer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Strongboost", - "email": "gigantenjaeger.junior@gmail.com" - }, - "records": { - "A": ["5.253.246.227"] - } -} diff --git a/domains/vercelstats.json b/domains/vercelstats.json deleted file mode 100644 index 237a80f2f..000000000 --- a/domains/vercelstats.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "urasdbwd", - "discord": "291889282032074752" - }, - "records": { - "A": ["193.149.164.209"] - } -} diff --git a/domains/vesly.json b/domains/vesly.json deleted file mode 100644 index 28f814c2e..000000000 --- a/domains/vesly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Veslydev", - "email": "theflashtrdublaj@gmail.com" - }, - "records": { - "A": ["88.209.248.121"] - } -} diff --git a/domains/vilari.json b/domains/vilari.json deleted file mode 100644 index 62cc74dea..000000000 --- a/domains/vilari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VilariStorms", - "email": "vilari@anonymail.nl" - }, - "records": { - "A": ["24.199.103.194"] - } -} diff --git a/domains/vishwapinnawala.json b/domains/vishwapinnawala.json deleted file mode 100644 index 1b796a49e..000000000 --- a/domains/vishwapinnawala.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vishwapinnawala", - "email": "vishwaspinnawala@gmail.com" - }, - "records": { - "A": ["198.91.81.12"] - } -} diff --git a/domains/vismbs.json b/domains/vismbs.json deleted file mode 100644 index f354cbbca..000000000 --- a/domains/vismbs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gzfs", - "email": "vismbs@pm.me" - }, - "records": { - "A": ["150.230.141.111"] - } -} diff --git a/domains/wasd228.json b/domains/wasd228.json deleted file mode 100644 index 8b6b9e54b..000000000 --- a/domains/wasd228.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ericafk0001", - "email": "dxslyofficial@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/wasi.json b/domains/wasi.json deleted file mode 100644 index 7f886ff2f..000000000 --- a/domains/wasi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "WasiTC", - "discord": "802128241280286761" - }, - "records": { - "A": ["59.152.96.163"] - } -} diff --git a/domains/webmail.mrjunkyz.json b/domains/webmail.mrjunkyz.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/webmail.mrjunkyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/webouille.json b/domains/webouille.json deleted file mode 100644 index 60614161e..000000000 --- a/domains/webouille.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MrPidouille", - "email": "valentinrobin7500@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/weissx.json b/domains/weissx.json deleted file mode 100644 index 262f1efe6..000000000 --- a/domains/weissx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfari24", - "email": "ari@alfari.id" - }, - "records": { - "A": ["194.15.36.220"] - } -} diff --git a/domains/wiener234.json b/domains/wiener234.json deleted file mode 100644 index 61cb659f0..000000000 --- a/domains/wiener234.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Wiener234", - "email": "wiemernils@gmail.com" - }, - "records": { - "A": ["130.61.152.39"] - } -} diff --git a/domains/william2sober.json b/domains/william2sober.json deleted file mode 100644 index 156a994e6..000000000 --- a/domains/william2sober.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "william2sober", - "email": "willliam2sober@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - }, - "proxied": false -} diff --git a/domains/wlodekm.json b/domains/wlodekm.json deleted file mode 100644 index f559e3174..000000000 --- a/domains/wlodekm.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain for the stuff that i host on my pc", - "owner": { - "username": "WlodekM", - "email": "wlodekm.work@gmail.com" - }, - "records": { - "A": ["159.224.173.169"] - } -} diff --git a/domains/woofer.json b/domains/woofer.json deleted file mode 100644 index 3954f985d..000000000 --- a/domains/woofer.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "WooferTheWoof", - "email": "ivceball@gmail.com", - "discord": "wooferthywoof" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/workspace.trung.json b/domains/workspace.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/workspace.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/woundrite.json b/domains/woundrite.json deleted file mode 100644 index 82541027a..000000000 --- a/domains/woundrite.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "Woundrite", - "email": "ndbendale2004@gmail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/ws.json b/domains/ws.json deleted file mode 100644 index 3d67931f5..000000000 --- a/domains/ws.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ais1175", - "email": "wutau179@gmail.com" - }, - "records": { - "A": ["43.229.135.123"] - } -} diff --git a/domains/www.aswinmahesh.json b/domains/www.aswinmahesh.json deleted file mode 100644 index 3e39f2a5a..000000000 --- a/domains/www.aswinmahesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Aswin Mahesh Website", - "owner": { - "username": "aswinmahesh", - "email": "aswinmahesh.com+dns@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/www.aswinmaheshc.json b/domains/www.aswinmaheshc.json deleted file mode 100644 index 401fc1519..000000000 --- a/domains/www.aswinmaheshc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Aswin Mahesh C Website", - "owner": { - "username": "aswinmahesh", - "email": "aswinmahesh.com+dns@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/www.schumerism.json b/domains/www.schumerism.json deleted file mode 100644 index 29a363eab..000000000 --- a/domains/www.schumerism.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "homosapiensapien", - "email": "nathanielswoo@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/xream.json b/domains/xream.json deleted file mode 100644 index 4c9f910f2..000000000 --- a/domains/xream.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xream", - "email": "xreamxu@gmail.com" - }, - "records": { - "A": ["150.230.219.72"] - } -} diff --git a/domains/xsamivs.json b/domains/xsamivs.json deleted file mode 100644 index ab126e20b..000000000 --- a/domains/xsamivs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Development Website of xSamiVS", - "owner": { - "username": "xSamiVS", - "discord": "xSamiVS - 455335173748162563" - }, - "records": { - "A": ["88.99.5.172"] - } -} diff --git a/domains/xtendera.json b/domains/xtendera.json deleted file mode 100644 index fcc2106ea..000000000 --- a/domains/xtendera.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Xtendera", - "discord": "738775476604239933" - }, - "records": { - "A": ["47.186.121.65"] - } -} diff --git a/domains/yacoreq.json b/domains/yacoreq.json deleted file mode 100644 index 3dce46532..000000000 --- a/domains/yacoreq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yacoreq", - "email": "yacoreq@gmail.com", - "discord": "685845264417816611" - }, - "records": { - "A": ["136.243.156.120"] - } -} diff --git a/domains/yaelmassieu.json b/domains/yaelmassieu.json deleted file mode 100644 index 6eb31e5f5..000000000 --- a/domains/yaelmassieu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bystrokr", - "email": "jamesisajamessx@gmail.com" - }, - "records": { - "A": ["66.45.229.178"] - } -} diff --git a/domains/yatinmalhotra.json b/domains/yatinmalhotra.json deleted file mode 100644 index 18938fd42..000000000 --- a/domains/yatinmalhotra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Yatin-Malhotra", - "discord": "foreverinevitable" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/yrrahbot.acronical.json b/domains/yrrahbot.acronical.json deleted file mode 100644 index 7dc9d2ef3..000000000 --- a/domains/yrrahbot.acronical.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AcronicalYT", - "email": "acronicalbusiness@gmail.com" - }, - "records": { - "A": ["138.68.133.84"] - } -} diff --git a/domains/yuko.json b/domains/yuko.json deleted file mode 100644 index 6e23e7d8c..000000000 --- a/domains/yuko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DreamLikeAmonster", - "discord": "918872621892911164" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/zakaria-didah.json b/domains/zakaria-didah.json deleted file mode 100644 index cd0253071..000000000 --- a/domains/zakaria-didah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "zakaria-didah", - "email": "zakariadidah@gmail.com", - "discord": "788397929308225546" - }, - "records": { - "A": ["158.179.209.175"] - } -} diff --git a/domains/zedfr.json b/domains/zedfr.json deleted file mode 100644 index dd761ec15..000000000 --- a/domains/zedfr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Not-oss", - "discord": "1071844093438726239" - }, - "records": { - "A": ["89.168.59.222"] - } -} diff --git a/domains/zephyr.json b/domains/zephyr.json deleted file mode 100644 index c44c4b913..000000000 --- a/domains/zephyr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ALVINTAN159", - "email": "alvintan159@gmail.com", - "discord": "985731141640286258" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/zoosio.json b/domains/zoosio.json deleted file mode 100644 index 944d7473c..000000000 --- a/domains/zoosio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "239626", - "email": "maz.nos@gmail.com", - "discord": "788741120364511242" - }, - "records": { - "A": ["95.216.242.35"] - } -} From c41dcaa0d5085565dc93fabc80af1832035c1cda Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:42:42 +0800 Subject: [PATCH 41/46] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e8fae3d9..055ba6979 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ dist # Custom .DS_Store +*.js From 75078369ed3f9e4735cb6dbb84b383c9450c6102 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:47:08 +0800 Subject: [PATCH 42/46] Delete domains/anton.json --- domains/anton.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/anton.json diff --git a/domains/anton.json b/domains/anton.json deleted file mode 100644 index 16c09c75f..000000000 --- a/domains/anton.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rorosin", - "email": "rosin886@gmail.com" - }, - "records": { - "CNAME": "ru.ardev.tk" - } -} From 787398f44cd9701dc10fd2686fc83103f75fcef2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:03:57 +0800 Subject: [PATCH 43/46] Rename its-2t-here to its-2t-here.json --- domains/{its-2t-here => its-2t-here.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{its-2t-here => its-2t-here.json} (100%) diff --git a/domains/its-2t-here b/domains/its-2t-here.json similarity index 100% rename from domains/its-2t-here rename to domains/its-2t-here.json From fa706a59b61fccc5e32636c0c53b1a128b024f3c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:05:43 +0800 Subject: [PATCH 44/46] Update and rename yoogo.is-a.dev.json to yoogo.json --- domains/yoogo.is-a.dev.json | 11 ----------- domains/yoogo.json | 9 +++++++++ 2 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 domains/yoogo.is-a.dev.json create mode 100644 domains/yoogo.json diff --git a/domains/yoogo.is-a.dev.json b/domains/yoogo.is-a.dev.json deleted file mode 100644 index 675e0eec0..000000000 --- a/domains/yoogo.is-a.dev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My portfolio hosted on Netlify", - "repo": "https://github.com/yoogoworkspace/register", - "owner": { - "username": "yoogoworkspace", - "email": "[yoogoworkspace@gmail.com]" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/yoogo.json b/domains/yoogo.json new file mode 100644 index 000000000..2110630bf --- /dev/null +++ b/domains/yoogo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yoogoworkspace", + "email": "yoogoworkspace@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} From f1294c081326b6e0aba9f72164be0632fa6404c0 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:09:04 +0800 Subject: [PATCH 45/46] delete invalid redirecting domains --- domains/_discord.niclqs.json | 11 ----------- domains/amiyo.json | 11 ----------- domains/arcade.json | 9 --------- domains/ashley.json | 9 --------- domains/axd.json | 9 --------- domains/ayushtiwari.json | 9 --------- domains/ayxdacat.json | 9 --------- domains/batema.json | 9 --------- domains/bens.json | 10 ---------- domains/blueysh.json | 9 --------- domains/chip-1925.json | 9 --------- domains/darkc.json | 9 --------- domains/darvin.json | 9 --------- domains/demir.json | 9 --------- domains/dogesploit.json | 9 --------- domains/drenxhyliqi.json | 9 --------- domains/ebaa.json | 9 --------- domains/edwardsnowden.json | 9 --------- domains/fluoresced.json | 9 --------- domains/fulminatingmoat.json | 11 ----------- domains/giovstechs.json | 9 --------- domains/gitea.vinceale7082.json | 10 ---------- domains/herbert.json | 9 --------- domains/hroot.json | 9 --------- domains/igna.json | 10 ---------- domains/israrkhan.json | 10 ---------- domains/jack.json | 10 ---------- domains/jainam.json | 9 --------- domains/jamespi.json | 9 --------- domains/joltz.json | 10 ---------- domains/joordih.json | 9 --------- domains/juniper.json | 9 --------- domains/killerf.json | 10 ---------- domains/leska.json | 9 --------- domains/lhjhminecraft.json | 9 --------- domains/luisandre.json | 9 --------- domains/lver-rocks.lver.json | 21 --------------------- domains/markgurney.json | 9 --------- domains/maxt.json | 10 ---------- domains/mrugeshtank.json | 10 ---------- domains/mustafaozturk.json | 9 --------- domains/niclqs.json | 11 ----------- domains/notedwin.json | 9 --------- domains/owonico.json | 9 --------- domains/refat.json | 9 --------- domains/rohansharma.json | 9 --------- domains/roxza.json | 10 ---------- domains/senninseyi.json | 10 ---------- domains/shork.json | 10 ---------- domains/shorko.json | 9 --------- domains/snip.json | 9 --------- domains/snowyid.json | 9 --------- domains/sow.json | 9 --------- domains/speedie.json | 9 --------- domains/tenvy.json | 9 --------- domains/thatkoslz.json | 9 --------- domains/tlowng.json | 9 --------- domains/vitalik.json | 9 --------- domains/xap3y.json | 9 --------- domains/xyter.json | 9 --------- domains/yuri.json | 9 --------- 61 files changed, 581 deletions(-) delete mode 100644 domains/_discord.niclqs.json delete mode 100644 domains/amiyo.json delete mode 100644 domains/arcade.json delete mode 100644 domains/ashley.json delete mode 100644 domains/axd.json delete mode 100644 domains/ayushtiwari.json delete mode 100644 domains/ayxdacat.json delete mode 100644 domains/batema.json delete mode 100644 domains/bens.json delete mode 100644 domains/blueysh.json delete mode 100644 domains/chip-1925.json delete mode 100644 domains/darkc.json delete mode 100644 domains/darvin.json delete mode 100644 domains/demir.json delete mode 100644 domains/dogesploit.json delete mode 100644 domains/drenxhyliqi.json delete mode 100644 domains/ebaa.json delete mode 100644 domains/edwardsnowden.json delete mode 100644 domains/fluoresced.json delete mode 100644 domains/fulminatingmoat.json delete mode 100644 domains/giovstechs.json delete mode 100644 domains/gitea.vinceale7082.json delete mode 100644 domains/herbert.json delete mode 100644 domains/hroot.json delete mode 100644 domains/igna.json delete mode 100644 domains/israrkhan.json delete mode 100644 domains/jack.json delete mode 100644 domains/jainam.json delete mode 100644 domains/jamespi.json delete mode 100644 domains/joltz.json delete mode 100644 domains/joordih.json delete mode 100644 domains/juniper.json delete mode 100644 domains/killerf.json delete mode 100644 domains/leska.json delete mode 100644 domains/lhjhminecraft.json delete mode 100644 domains/luisandre.json delete mode 100644 domains/lver-rocks.lver.json delete mode 100644 domains/markgurney.json delete mode 100644 domains/maxt.json delete mode 100644 domains/mrugeshtank.json delete mode 100644 domains/mustafaozturk.json delete mode 100644 domains/niclqs.json delete mode 100644 domains/notedwin.json delete mode 100644 domains/owonico.json delete mode 100644 domains/refat.json delete mode 100644 domains/rohansharma.json delete mode 100644 domains/roxza.json delete mode 100644 domains/senninseyi.json delete mode 100644 domains/shork.json delete mode 100644 domains/shorko.json delete mode 100644 domains/snip.json delete mode 100644 domains/snowyid.json delete mode 100644 domains/sow.json delete mode 100644 domains/speedie.json delete mode 100644 domains/tenvy.json delete mode 100644 domains/thatkoslz.json delete mode 100644 domains/tlowng.json delete mode 100644 domains/vitalik.json delete mode 100644 domains/xap3y.json delete mode 100644 domains/xyter.json delete mode 100644 domains/yuri.json diff --git a/domains/_discord.niclqs.json b/domains/_discord.niclqs.json deleted file mode 100644 index fec53110f..000000000 --- a/domains/_discord.niclqs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "niclqs.is-a.dev discord verify ownership", - "owner": { - "discord": "niclqs", - "email": "discord@push-den-weg.de", - "username": "NiclqsGER" - }, - "records": { - "TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc" - } -} diff --git a/domains/amiyo.json b/domains/amiyo.json deleted file mode 100644 index a6ce499ee..000000000 --- a/domains/amiyo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DevAmiyo", - "email": "devamiyosp@gmail.com", - "discord": "Amiyo#7978", - "twitter": "AmiyoTweets" - }, - "records": { - "URL": "https://github.amiyo.tk" - } -} diff --git a/domains/arcade.json b/domains/arcade.json deleted file mode 100644 index 84a8a8d74..000000000 --- a/domains/arcade.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "l3gacyb3ta", - "twitter": "l3gacyb3ta" - }, - "records": { - "URL": "https://arcade.omg.lol" - } -} diff --git a/domains/ashley.json b/domains/ashley.json deleted file mode 100644 index 9480972c0..000000000 --- a/domains/ashley.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ashleyyy94", - "email": "ashley_2461994@hotmail.com" - }, - "records": { - "URL": "https://ashleyong.xyz/" - } -} diff --git a/domains/axd.json b/domains/axd.json deleted file mode 100644 index f35b74546..000000000 --- a/domains/axd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alexdhg", - "email": "webmaster@webwarp.ro" - }, - "records": { - "URL": "https://webwarp.ro" - } -} diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json deleted file mode 100644 index 1694729e1..000000000 --- a/domains/ayushtiwari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aaayushh7", - "discord": "_aaayushh" - }, - "records": { - "URL": "https://ayushtiwari.co" - } -} diff --git a/domains/ayxdacat.json b/domains/ayxdacat.json deleted file mode 100644 index 39d6f639e..000000000 --- a/domains/ayxdacat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayxkaddd", - "email": "bladeec1ty@protonmail.com" - }, - "records": { - "URL": "https://ayxdacat.lol" - } -} diff --git a/domains/batema.json b/domains/batema.json deleted file mode 100644 index a854269aa..000000000 --- a/domains/batema.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lukas-batema", - "email": "lukasbatema@gmail.com" - }, - "records": { - "URL": "https://batemadevelopment.com" - } -} diff --git a/domains/bens.json b/domains/bens.json deleted file mode 100644 index 133fb45d7..000000000 --- a/domains/bens.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My portfolio", - "owner": { - "username": "coco-droid", - "email": "robensjeanbaptiste29@gmail.com" - }, - "records": { - "URL": "https://robe.alwaysdata.net/" - } -} diff --git a/domains/blueysh.json b/domains/blueysh.json deleted file mode 100644 index 8bd1816cf..000000000 --- a/domains/blueysh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "blueysh", - "email": "jan.santi@icloud.com" - }, - "records": { - "URL": "https://blueysh.me" - } -} diff --git a/domains/chip-1925.json b/domains/chip-1925.json deleted file mode 100644 index 1b31de77f..000000000 --- a/domains/chip-1925.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "The-Awesome-0038", - "email": "adityapundir275@gmail.com" - }, - "records": { - "URL": "https://theawesome.api.stdlib.com/discord-bot-dashboard@dev" - } -} diff --git a/domains/darkc.json b/domains/darkc.json deleted file mode 100644 index 377f35d12..000000000 --- a/domains/darkc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jc-discdev", - "email": "jjsuscc@gmail.com" - }, - "records": { - "URL": "https://darkdev.es" - } -} diff --git a/domains/darvin.json b/domains/darvin.json deleted file mode 100644 index 14dbffdab..000000000 --- a/domains/darvin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "darvingaba", - "email": "darvingaba1@gmail.com" - }, - "records": { - "URL": "https://darvingaba.github.io/pfmain/" - } -} diff --git a/domains/demir.json b/domains/demir.json deleted file mode 100644 index 213e76e40..000000000 --- a/domains/demir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "demirdegerli", - "email": "demirdegerli@protonmail.com" - }, - "records": { - "URL": "https://demirdegerli.com" - } -} diff --git a/domains/dogesploit.json b/domains/dogesploit.json deleted file mode 100644 index bb49c2fa1..000000000 --- a/domains/dogesploit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zumwaltboi68", - "email": "alexander662022@outlook.com" - }, - "records": { - "URL": "https://velocity-v2.dogesploit.byethost15.com/" - } -} diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json deleted file mode 100644 index a65812ba0..000000000 --- a/domains/drenxhyliqi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "drenxhyliqi", - "email": "drenxhyliqi3@gmail.com" - }, - "records": { - "URL": "https://drenxhyliqi.site/" - } -} diff --git a/domains/ebaa.json b/domains/ebaa.json deleted file mode 100644 index 28e8f0347..000000000 --- a/domains/ebaa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EbaaCode", - "email": "ebaa2002@outlook.com" - }, - "records": { - "URL": "https://ebaa.dev" - } -} diff --git a/domains/edwardsnowden.json b/domains/edwardsnowden.json deleted file mode 100644 index 6972e3c51..000000000 --- a/domains/edwardsnowden.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satoshi-prefers-monero", - "email": "satoshinakamoto@tuta.com" - }, - "records": { - "URL": "https://stephencastelphoto.com" - } -} diff --git a/domains/fluoresced.json b/domains/fluoresced.json deleted file mode 100644 index 18640bf51..000000000 --- a/domains/fluoresced.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "8FrMc", - "email": "pijuskaminskas1@gmail.com" - }, - "records": { - "URL": "https://guns.lol/ecq" - } -} diff --git a/domains/fulminatingmoat.json b/domains/fulminatingmoat.json deleted file mode 100644 index 5d7e64bda..000000000 --- a/domains/fulminatingmoat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Website", - "owner": { - "username": "fulminatingmoat", - "email": "fulminatingmoat@fulminatingmoat.com", - "discord": "ᅠᅠ#6266" - }, - "records": { - "URL": "https://fulminatingmoat.com" - } -} diff --git a/domains/giovstechs.json b/domains/giovstechs.json deleted file mode 100644 index 2e666791c..000000000 --- a/domains/giovstechs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "giovstechs", - "email": "me@gianstech.it" - }, - "records": { - "URL": "https://links.gianstech.it" - } -} diff --git a/domains/gitea.vinceale7082.json b/domains/gitea.vinceale7082.json deleted file mode 100644 index 71ad346ad..000000000 --- a/domains/gitea.vinceale7082.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816" - }, - "records": { - "URL": "https://gitea.vinceale7082.com" - } -} diff --git a/domains/herbert.json b/domains/herbert.json deleted file mode 100644 index ca51f3c68..000000000 --- a/domains/herbert.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cartyoo", - "email": "cartyoogaming@gmail.com" - }, - "records": { - "URL": "https://cartyoo.org" - } -} diff --git a/domains/hroot.json b/domains/hroot.json deleted file mode 100644 index aaca9d7ac..000000000 --- a/domains/hroot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "H-Root", - "email": "sudo.hroot@gmail.com" - }, - "records": { - "URL": "https://hroot.dev/" - } -} diff --git a/domains/igna.json b/domains/igna.json deleted file mode 100644 index a0bd4b2b6..000000000 --- a/domains/igna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "igna's portfolio website", - "owner": { - "username": "uhIgnacio", - "email": "igna@hypixel.one" - }, - "records": { - "URL": "https://igna.rocks" - } -} diff --git a/domains/israrkhan.json b/domains/israrkhan.json deleted file mode 100644 index b76d58f53..000000000 --- a/domains/israrkhan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "israrkhan.is-a.dev.", - "owner": { - "username": "israrthedev08", - "email": "israrislive@gmail.com" - }, - "records": { - "URL": "https://guns.lol/israr08" - } -} diff --git a/domains/jack.json b/domains/jack.json deleted file mode 100644 index 612aa3633..000000000 --- a/domains/jack.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "crepppy", - "email": "chapmanjack0777@gmail.com", - "discord": "crepppy#2758" - }, - "records": { - "URL": "https://jackchap.com" - } -} diff --git a/domains/jainam.json b/domains/jainam.json deleted file mode 100644 index 287478167..000000000 --- a/domains/jainam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jainamoswal", - "email": "me@jainam.me" - }, - "records": { - "URL": "http://jainam.me" - } -} diff --git a/domains/jamespi.json b/domains/jamespi.json deleted file mode 100644 index 1a96defce..000000000 --- a/domains/jamespi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sussy-OS", - "email": "SussyS0S-Operating-Systems@protonmail.com" - }, - "records": { - "URL": "https://cooperbrosssp.top" - } -} diff --git a/domains/joltz.json b/domains/joltz.json deleted file mode 100644 index 6680e1e24..000000000 --- a/domains/joltz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "joltz1234", - "email": "joltzx123@gmail.com", - "discord": "837162825373188106" - }, - "records": { - "URL": "https://guns.lol/joltz" - } -} diff --git a/domains/joordih.json b/domains/joordih.json deleted file mode 100644 index 031fc9a8a..000000000 --- a/domains/joordih.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HarpyLMAO", - "email": "harpymclol@gmail.com" - }, - "records": { - "URL": "https://joordih.lol" - } -} diff --git a/domains/juniper.json b/domains/juniper.json deleted file mode 100644 index 748861ebf..000000000 --- a/domains/juniper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "juniperislost", - "email": "juniper_is_lost@protonmail.com" - }, - "records": { - "URL": "https://juniperislost.github.io" - } -} diff --git a/domains/killerf.json b/domains/killerf.json deleted file mode 100644 index fedb0c5e0..000000000 --- a/domains/killerf.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to the other side", - "owner": { - "username": "MohamexDR", - "email": "loliehentaixd@gmail.com" - }, - "records": { - "URL": "https://guns.lol/killerf" - } -} diff --git a/domains/leska.json b/domains/leska.json deleted file mode 100644 index bb8286139..000000000 --- a/domains/leska.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JustLeska", - "email": "leskalouis@hotmail.com" - }, - "records": { - "URL": "https://guns.lol/leska" - } -} diff --git a/domains/lhjhminecraft.json b/domains/lhjhminecraft.json deleted file mode 100644 index e3498ba3b..000000000 --- a/domains/lhjhminecraft.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "watergotspilled", - "email": "sc467209@g.risd.org" - }, - "records": { - "URL": "https://size-origin.gl.joinmc.link" - } -} diff --git a/domains/luisandre.json b/domains/luisandre.json deleted file mode 100644 index 7891797ee..000000000 --- a/domains/luisandre.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luis073094", - "email": "luis073094@gmail.com" - }, - "records": { - "URL": "https://portafolioluisandre.azurewebsites.net" - } -} diff --git a/domains/lver-rocks.lver.json b/domains/lver-rocks.lver.json deleted file mode 100644 index 01bbab4ad..000000000 --- a/domains/lver-rocks.lver.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "github": "https://github.com/lverx", - "owner": { - "username": "lverx", - "email": "profoundlvr@gmail.com" - }, - "records": { - "URL": "https://lver-rocks.pages.dev/" - }, - "redirect_config": { - "custom_paths": { - "/home": "https://lver.is-a.dev/", - "/host": "https://pages.dev/", - "/dir": "https://github.com/is-a-dev/register", - "/iad": "https://is-a.dev/", - "/proxy": "https://developers.cloudflare.com/dns/proxy-status/", - "/contact": "https://contact-lver.pages.dev" - }, - "redirect_paths": true - } -} diff --git a/domains/markgurney.json b/domains/markgurney.json deleted file mode 100644 index 376705f6d..000000000 --- a/domains/markgurney.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Superchicken962", - "email": "superchicken9962@gmail.com" - }, - "records": { - "URL": "https://markgurney.cf/" - } -} diff --git a/domains/maxt.json b/domains/maxt.json deleted file mode 100644 index c0178a897..000000000 --- a/domains/maxt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Max's Portfolio/Cool Website", - "owner": { - "username": "MaxTCodes", - "email": "dev@maxt-is-a.dev" - }, - "records": { - "URL": "https://maxt-is-a.dev" - } -} diff --git a/domains/mrugeshtank.json b/domains/mrugeshtank.json deleted file mode 100644 index 564085e77..000000000 --- a/domains/mrugeshtank.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "mrugeshtank", - "email": "mrugeshtank@gmail.com", - "twitter": "mrugeshtank" - }, - "records": { - "URL": "https://mrugesh.tk" - } -} diff --git a/domains/mustafaozturk.json b/domains/mustafaozturk.json deleted file mode 100644 index fd095b7cf..000000000 --- a/domains/mustafaozturk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Night-X-dev", - "email": "mustafaozturkk1907@gmail.com" - }, - "records": { - "URL": "https://mustafa.yusufzengin.com.tr/" - } -} diff --git a/domains/niclqs.json b/domains/niclqs.json deleted file mode 100644 index 025ec97ba..000000000 --- a/domains/niclqs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "niclqs.is-a.dev --> niclqs.dev", - "records": { - "URL": "https://niclqs.dev" - }, - "owner": { - "discord": "niclqs", - "email": "discord@push-den-weg.de", - "username": "NiclqsGER" - } -} diff --git a/domains/notedwin.json b/domains/notedwin.json deleted file mode 100644 index 932001571..000000000 --- a/domains/notedwin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Edwin15857", - "email": "notedwin.music@gmail.com" - }, - "records": { - "URL": "https://notedwin.api.stdlib.com/portfolio-using-html-in-autocode@dev" - } -} diff --git a/domains/owonico.json b/domains/owonico.json deleted file mode 100644 index 562c86b72..000000000 --- a/domains/owonico.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "OwoNico", - "email": "nicoytwastaken@gmail.com" - }, - "records": { - "URL": "https://www.owonico.cf" - } -} diff --git a/domains/refat.json b/domains/refat.json deleted file mode 100644 index 440c66d2b..000000000 --- a/domains/refat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Personal Site", - "owner": { - "username": "refatc25" - }, - "records": { - "URL": "https://www.refatchowdhury.com" - } -} diff --git a/domains/rohansharma.json b/domains/rohansharma.json deleted file mode 100644 index 41240a178..000000000 --- a/domains/rohansharma.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rohansharma-developer", - "email": "rohansharma.developer@gmail.com" - }, - "records": { - "URL": "https://rohansharma.me" - } -} diff --git a/domains/roxza.json b/domains/roxza.json deleted file mode 100644 index a03ba7f26..000000000 --- a/domains/roxza.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "roxza", - "email": "me@roxza.me", - "discord": "Roxza#0002" - }, - "records": { - "URL": "https://roxza.me" - } -} diff --git a/domains/senninseyi.json b/domains/senninseyi.json deleted file mode 100644 index 37b89df13..000000000 --- a/domains/senninseyi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Dev Portfolio", - "owner": { - "username": "Senninseyi", - "email": "seyi.oyebamiji@gmail.com" - }, - "records": { - "URL": "https://beyondata.co" - } -} diff --git a/domains/shork.json b/domains/shork.json deleted file mode 100644 index cf46c933d..000000000 --- a/domains/shork.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "shorkdev", - "email": "shork_d3v@proton.me", - "telegram": "shorko_owo" - }, - "records": { - "URL": "https://shork.one" - } -} diff --git a/domains/shorko.json b/domains/shorko.json deleted file mode 100644 index a0dfdcda8..000000000 --- a/domains/shorko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shorkdev", - "email": "shork_d3v@proton.me" - }, - "records": { - "URL": "https://shork.one" - } -} diff --git a/domains/snip.json b/domains/snip.json deleted file mode 100644 index 3040e419c..000000000 --- a/domains/snip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "realsnipc", - "email": "snipc.mail@proton.me" - }, - "records": { - "URL": "https://snipc.me" - } -} diff --git a/domains/snowyid.json b/domains/snowyid.json deleted file mode 100644 index 0a85e29a1..000000000 --- a/domains/snowyid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HayBael", - "email": "botaklicin590@gmail.com" - }, - "records": { - "URL": "https://homepage-revisiakhir.vercel.app" - } -} diff --git a/domains/sow.json b/domains/sow.json deleted file mode 100644 index 2d5c8a3cd..000000000 --- a/domains/sow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sowisgone", - "email": "therealsnowmercy@gmail.com" - }, - "records": { - "URL": "https://sow.lol" - } -} diff --git a/domains/speedie.json b/domains/speedie.json deleted file mode 100644 index 9225d6eb7..000000000 --- a/domains/speedie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "speediegq", - "email": "speedie.alt@gmail.com" - }, - "records": { - "URL": "https://speedie.gq" - } -} diff --git a/domains/tenvy.json b/domains/tenvy.json deleted file mode 100644 index ebc69f204..000000000 --- a/domains/tenvy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Tenvy", - "email": "riskykusyon.school@gmail.com" - }, - "records": { - "URL": "https://tenvy.vercel.app" - } -} diff --git a/domains/thatkoslz.json b/domains/thatkoslz.json deleted file mode 100644 index 487a36bfc..000000000 --- a/domains/thatkoslz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com" - }, - "records": { - "URL": "https://koslz.com/" - } -} diff --git a/domains/tlowng.json b/domains/tlowng.json deleted file mode 100644 index bdd4a4142..000000000 --- a/domains/tlowng.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "longathelstan", - "email": "longaluminium10@gmail.com" - }, - "records": { - "URL": "https://guns.lol/longathelstan" - } -} diff --git a/domains/vitalik.json b/domains/vitalik.json deleted file mode 100644 index c041c6f55..000000000 --- a/domains/vitalik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satoshi-prefers-monero", - "email": "satoshinakamoto@tuta.com" - }, - "records": { - "URL": "https://www.stephencastelphoto.com" - } -} diff --git a/domains/xap3y.json b/domains/xap3y.json deleted file mode 100644 index 02ecce913..000000000 --- a/domains/xap3y.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xap3y", - "email": "worker@xap3y.space" - }, - "records": { - "URL": "https://xap3y.space" - } -} diff --git a/domains/xyter.json b/domains/xyter.json deleted file mode 100644 index c744866b1..000000000 --- a/domains/xyter.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VermiumSifell", - "email": "vermium@zyner.org" - }, - "records": { - "URL": "https://xyter.zyner.org" - } -} diff --git a/domains/yuri.json b/domains/yuri.json deleted file mode 100644 index ac7704b7d..000000000 --- a/domains/yuri.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MaiYurito", - "email": "reachgamers9999@gmail.com" - }, - "records": { - "URL": "https://yuri.only-fans.club/" - } -} From 2df1ab24edd459471366536abb6676ec64fd8c3e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:38:54 +0800 Subject: [PATCH 46/46] delete more invalid url domains --- domains/boon.json | 10 ---------- domains/nanonavigate.json | 9 --------- domains/prnice.json | 9 --------- domains/vinceale7082.json | 10 ---------- 4 files changed, 38 deletions(-) delete mode 100644 domains/boon.json delete mode 100644 domains/nanonavigate.json delete mode 100644 domains/prnice.json delete mode 100644 domains/vinceale7082.json diff --git a/domains/boon.json b/domains/boon.json deleted file mode 100644 index e7ead945e..000000000 --- a/domains/boon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio site for me.", - "owner": { - "username": "uwuCaitlin", - "discord": "boon#6660" - }, - "records": { - "URL": "https://boons.pics" - } -} diff --git a/domains/nanonavigate.json b/domains/nanonavigate.json deleted file mode 100644 index 783bf639b..000000000 --- a/domains/nanonavigate.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kurumi30", - "email": "fernandoshengxinzhu@gmail.com" - }, - "records": { - "URL": "https://nanonavigate.onrender.com/" - } -} diff --git a/domains/prnice.json b/domains/prnice.json deleted file mode 100644 index 239009702..000000000 --- a/domains/prnice.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Prn-Ice", - "email": "isadev.0e7rj@slmail.me" - }, - "records": { - "URL": "https://portfolio.prnice.me" - } -} diff --git a/domains/vinceale7082.json b/domains/vinceale7082.json deleted file mode 100644 index 8b9b8f498..000000000 --- a/domains/vinceale7082.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816" - }, - "records": { - "URL": "https://vinceale7082.com" - } -}