From ba92a759715565e062e1d695f6c8955079faa616 Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Sat, 30 Jan 2021 22:51:12 +0800 Subject: [PATCH 01/34] Create bs.json --- domains/bs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bs.json diff --git a/domains/bs.json b/domains/bs.json new file mode 100644 index 000000000..0f8223adf --- /dev/null +++ b/domains/bs.json @@ -0,0 +1,11 @@ +{ + "description": "A Website for my api + "repo": "https://github.com/brawlie/api", + "owner": { + "username": "joeleeofficial", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co" + } +} From 9a1d274d3a49cf0b1b1e9dbb2f65829c50a0f29d Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Mon, 1 Feb 2021 13:32:29 -0800 Subject: [PATCH 02/34] Create m04.json --- domains/m04.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/m04.json diff --git a/domains/m04.json b/domains/m04.json new file mode 100644 index 000000000..1f5c262ae --- /dev/null +++ b/domains/m04.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Merlin04", + "email": "is-a-dev@benjaminsmith.dev" + }, + "description": "Redirect to personal website", + "repo": "https://github.com/merlin04/benjaminsmith.dev", + "record": { + "URL": "https://benjaminsmith.dev" + } +} From 19b630ae07c735cc00bce2a960caf5fe4c238d2e Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Tue, 2 Feb 2021 08:26:20 +0800 Subject: [PATCH 03/34] Update bs.json --- domains/bs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/bs.json b/domains/bs.json index 0f8223adf..e7daac5a3 100644 --- a/domains/bs.json +++ b/domains/bs.json @@ -1,8 +1,8 @@ { - "description": "A Website for my api + "description": "a website for my api", "repo": "https://github.com/brawlie/api", "owner": { - "username": "joeleeofficial", + "username": "brawlie", "email": "tojoeleeofficial@gmail.com" }, "record": { From 555486bc2871c3fb1e6803d2cb8668a0ac354039 Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 2 Feb 2021 13:39:31 +0530 Subject: [PATCH 04/34] adding samarth.json --- domains/samarth.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/samarth.json diff --git a/domains/samarth.json b/domains/samarth.json new file mode 100644 index 000000000..585ceb6b6 --- /dev/null +++ b/domains/samarth.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Samarth2005", + "email": "samarthkulshresth@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + } +} From ce6a98af5a468ecefc1f3309a59458aaed8b3f61 Mon Sep 17 00:00:00 2001 From: ZeroTwo <69979824+ZeroTwoDev@users.noreply.github.com> Date: Tue, 2 Feb 2021 15:13:24 +0100 Subject: [PATCH 05/34] updated the domain cuz cool --- domains/zerotwo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/zerotwo.json b/domains/zerotwo.json index 287eab13b..155bc7092 100644 --- a/domains/zerotwo.json +++ b/domains/zerotwo.json @@ -6,6 +6,6 @@ "email": "halil_ismail@yahoo.com" }, "record": { - "CNAME": "hosting.gitbook.io" + "CNAME": "zerotwodev.github.io" } -} \ No newline at end of file +} From 9c6324315233b823179fa7f1f6ae040839458e77 Mon Sep 17 00:00:00 2001 From: Hector Vigil - Escalera Ramos <78450330+Hector-Vigil@users.noreply.github.com> Date: Tue, 2 Feb 2021 23:44:01 -0500 Subject: [PATCH 06/34] Create hector-vigil.json --- domains/hector-vigil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hector-vigil.json diff --git a/domains/hector-vigil.json b/domains/hector-vigil.json new file mode 100644 index 000000000..c6181f2db --- /dev/null +++ b/domains/hector-vigil.json @@ -0,0 +1,11 @@ +{ + "description": "hector-vigil", + "repo": "https://github.com/Hector-Vigil/hector-vigil.github.io", + "owner": { + "username": "hector-vigil", + "email": "vigilescalera.h@gmail.com" + }, + "record": { + "CNAME": "hector-vigil.github.io" + } +} From 483967c4f3537868264c331f335ead06d6dabf67 Mon Sep 17 00:00:00 2001 From: Sudhan Date: Wed, 3 Feb 2021 16:10:44 +0530 Subject: [PATCH 07/34] Added my sub domain --- domains/sudhan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sudhan.json diff --git a/domains/sudhan.json b/domains/sudhan.json new file mode 100644 index 000000000..8bd4515ec --- /dev/null +++ b/domains/sudhan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sudhanplayz", + "email": "sudhanplayz@gmail.com" + }, + "description": "A Personal Website for me", + "record": { + "URL": "https://sudhanplayz.live/" + } +} From 7144a33907c9ca70d9d58b4c5f29063e06e42b32 Mon Sep 17 00:00:00 2001 From: Abdurrahman075 <70652348+Abdurrahman075@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:51:13 +0700 Subject: [PATCH 08/34] Update fayyadh.json --- domains/fayyadh.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/fayyadh.json b/domains/fayyadh.json index b50eebdec..8d5e7635c 100644 --- a/domains/fayyadh.json +++ b/domains/fayyadh.json @@ -1,11 +1,11 @@ { - "description": "Fayyadh Personal Website", - "repo": "https://github.com/Abdurrahman075/reweb", + "description": "My Personal Website", + "repo": "https://github.com/Abdurrahman075/fayyadh-my-id", "owner": { "username": "Fayyadh", "email": "fayyadh.abdurrahman007@gmail.com" }, "record": { - "CNAME": "glitch.edgeapp.net" + "URL": "https://fayyadh.my.id" } } From 09ddec9d3774ffacc7b229051db74f9f5731490e Mon Sep 17 00:00:00 2001 From: Siddhant Pandey <72205726+siddhant094@users.noreply.github.com> Date: Sat, 6 Feb 2021 16:36:38 +0530 Subject: [PATCH 09/34] Create siddhant.json --- domains/siddhant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/siddhant.json diff --git a/domains/siddhant.json b/domains/siddhant.json new file mode 100644 index 000000000..c52e4ff40 --- /dev/null +++ b/domains/siddhant.json @@ -0,0 +1,11 @@ +{ + "description": "Siddhant's personal site", + "repo": "https://github.com/siddhant094", + "owner": { + "username": "siddhant094", + "email": "pandeysiddhant21@gmail.com" + }, + "record": { + "URL": "https://siddhantt.netlify.app" + } +} From 3290d622649c2e3a25eb34bded7d7d9f7413cd05 Mon Sep 17 00:00:00 2001 From: Marcus Weinberger Date: Mon, 8 Feb 2021 11:47:40 +0000 Subject: [PATCH 10/34] Create marcusj.json --- domains/marcusj.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marcusj.json diff --git a/domains/marcusj.json b/domains/marcusj.json new file mode 100644 index 000000000..434f2789a --- /dev/null +++ b/domains/marcusj.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio of Marcus Weinberger", + "repo": "https://github.com/AgeOfMarcus", + "owner": { + "username": "AgeOfMarcus", + "email": "marcusjw.ftw@gmail.com" + }, + "record": { + "CNAME": "dev.marcusj.tech" + } +} From 2260dad053d31e20c56410c69e6c3ff8065d8f5e Mon Sep 17 00:00:00 2001 From: Miguel Piedrafita Date: Wed, 10 Feb 2021 13:16:35 +0100 Subject: [PATCH 11/34] Create miguel.json --- domains/miguel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/miguel.json diff --git a/domains/miguel.json b/domains/miguel.json new file mode 100644 index 000000000..bf19dfe0d --- /dev/null +++ b/domains/miguel.json @@ -0,0 +1,11 @@ +{ + "description": "Miguel Piedrafita's website", + "repo": "https://github.com/m1guelpf", + "owner": { + "username": "m1guelpf", + "email": "soy@miguelpiedrafita.com" + }, + "record": { + "URL": "https://miguelpiedrafita.com" + } +} From 339a9eedeceb5016b452c5925a0f3884881a0d88 Mon Sep 17 00:00:00 2001 From: Aman Jain Date: Thu, 11 Feb 2021 08:26:55 +0530 Subject: [PATCH 12/34] Create aman.json --- domains/aman.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aman.json diff --git a/domains/aman.json b/domains/aman.json new file mode 100644 index 000000000..4bc4678ed --- /dev/null +++ b/domains/aman.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/jn-aman", + "owner": { + "username": "jn-aman", + "email": "aman.j@safepath.ai" + }, + "record": { + "CNAME": "aman.wiki" + } +} From 0167afff210eaa1334f8628928bf3cd66a904a10 Mon Sep 17 00:00:00 2001 From: Cot <54806075+StalkerMeyr@users.noreply.github.com> Date: Thu, 11 Feb 2021 13:41:43 +0300 Subject: [PATCH 13/34] Rename cit.json to space.json --- domains/{cit.json => space.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{cit.json => space.json} (98%) diff --git a/domains/cit.json b/domains/space.json similarity index 98% rename from domains/cit.json rename to domains/space.json index efe7377ac..e862da34b 100644 --- a/domains/cit.json +++ b/domains/space.json @@ -9,4 +9,4 @@ "185.87.48.199" ] } -} \ No newline at end of file +} From ed06741e4c7f148b505880da42efa505f57ffe6a Mon Sep 17 00:00:00 2001 From: Evaldas Date: Thu, 11 Feb 2021 15:59:14 +0200 Subject: [PATCH 14/34] Create evaldas.json --- domains/evaldas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/evaldas.json diff --git a/domains/evaldas.json b/domains/evaldas.json new file mode 100644 index 000000000..994ca46cd --- /dev/null +++ b/domains/evaldas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "evaldas", + "email": "evabur@icloud.com" + }, + "record": { + "CNAME": "burlingis.com" + } +} From 921b9632092a9e8260e4f2d560584a6f521280c0 Mon Sep 17 00:00:00 2001 From: 0vn <75097279+0vn@users.noreply.github.com> Date: Thu, 11 Feb 2021 12:41:51 -0500 Subject: [PATCH 15/34] Rename link.json to loud.json I want to change my domain name from link.is-a.dev to loud.is-a.dev, please. Thanks! --- domains/{link.json => loud.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{link.json => loud.json} (98%) diff --git a/domains/link.json b/domains/loud.json similarity index 98% rename from domains/link.json rename to domains/loud.json index 511a83586..be01860dc 100644 --- a/domains/link.json +++ b/domains/loud.json @@ -6,4 +6,4 @@ "record": { "CNAME": "6498c941-9031-4e57-9fc0-12716fa187f4.repl.co" } -} \ No newline at end of file +} From 22fb9f94ec4a8a5bb9840b8a1d507d9eea2783db Mon Sep 17 00:00:00 2001 From: Mikey Date: Thu, 11 Feb 2021 14:29:32 -0500 Subject: [PATCH 16/34] Create mikey.json --- domains/mikey.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/mikey.json diff --git a/domains/mikey.json b/domains/mikey.json new file mode 100644 index 000000000..db4483ada --- /dev/null +++ b/domains/mikey.json @@ -0,0 +1,17 @@ +{ + "description": "A young full-stack developer who loves Python!", + "repo": "https://github.com/isigebengu-mikey/isigebengu-mikey.github.io", + "owner": { + "username": "isigebengu-mikey", + "email": "mikey@mikeyo.ml", + "twitter": "" + }, + "record": { + "CNAME": "isigebengu-mikey.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all", + } +} From 633c793d6b0548fb55a29747f9cc2eac43037c95 Mon Sep 17 00:00:00 2001 From: Justus Dietrich <37590567+Justus-D@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:53:33 +0100 Subject: [PATCH 17/34] Update justus.json --- domains/justus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/justus.json b/domains/justus.json index c62cff4c5..0a9f2bc11 100644 --- a/domains/justus.json +++ b/domains/justus.json @@ -4,6 +4,6 @@ "email": "justus.is-a.dev@herrblauzahn.de" }, "record": { - "CNAME": "justus-d.github.io" + "CNAME": "is-a-dev.justus-d.de" } -} \ No newline at end of file +} From 29a55803f6085c560dd194c8680e92a1d9efd4a0 Mon Sep 17 00:00:00 2001 From: Mikey Date: Fri, 12 Feb 2021 09:01:33 -0500 Subject: [PATCH 18/34] Update mikey.json --- domains/mikey.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/domains/mikey.json b/domains/mikey.json index db4483ada..36e812167 100644 --- a/domains/mikey.json +++ b/domains/mikey.json @@ -1,17 +1,17 @@ { - "description": "A young full-stack developer who loves Python!", - "repo": "https://github.com/isigebengu-mikey/isigebengu-mikey.github.io", - "owner": { - "username": "isigebengu-mikey", - "email": "mikey@mikeyo.ml", - "twitter": "" - }, - "record": { - "CNAME": "isigebengu-mikey.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all", - } + "description": "A young full-stack developer who loves Python!", + "repo": "https://github.com/isigebengu-mikey/isigebengu-mikey.github.io", + "owner": { + "username": "isigebengu-mikey", + "email": "mikey@mikeyo.ml", + "twitter": "" + }, + "record": { + "CNAME": "isigebengu-mikey.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From 54ca9d8f553191e4ed2b9d6e9d6eb3aa4d9e62af Mon Sep 17 00:00:00 2001 From: Stephan Strate Date: Fri, 12 Feb 2021 20:02:43 +0100 Subject: [PATCH 19/34] add stephan.json --- domains/stephan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stephan.json diff --git a/domains/stephan.json b/domains/stephan.json new file mode 100644 index 000000000..66707ef0c --- /dev/null +++ b/domains/stephan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "stephan-strate", + "email": "hello@stephan.codes" + }, + "record": { + "URL": "https://stephan.codes" + } +} From e9667cbbe30e2290241f9f159cdbe25fcc1b317f Mon Sep 17 00:00:00 2001 From: avcado <77250184+avcado@users.noreply.github.com> Date: Fri, 12 Feb 2021 21:57:31 -0600 Subject: [PATCH 20/34] Create avcado.json --- domains/avcado.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/avcado.json diff --git a/domains/avcado.json b/domains/avcado.json new file mode 100644 index 000000000..f41a5092b --- /dev/null +++ b/domains/avcado.json @@ -0,0 +1,10 @@ +{ + "description": "this a link to my website", + "owner": { + "username": "avcado", + "email": "devavcado@gmail.com" + }, + "record": { + "URL": "https://avcado.github.io/" + } +} From c090b9b7b4e63e5a13274155a89d3605f22a4b8d Mon Sep 17 00:00:00 2001 From: RoboticObsession <64986112+RoboticObsession@users.noreply.github.com> Date: Sat, 13 Feb 2021 08:55:48 +0100 Subject: [PATCH 21/34] Create ricardo.json --- domains/ricardo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ricardo.json diff --git a/domains/ricardo.json b/domains/ricardo.json new file mode 100644 index 000000000..ae219a4e6 --- /dev/null +++ b/domains/ricardo.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/RoboticObsession/Website", + "owner": { + "username": "RoboticObsession", + "email": "ricardo@roboticobsession.xyz" + }, + "record": { + "URL": "https://roboticobsession.xyz" + } +} From 0c5b6c292a5a90ac71cd8402ed9c9706af295116 Mon Sep 17 00:00:00 2001 From: Mikey Date: Sat, 13 Feb 2021 13:32:18 -0500 Subject: [PATCH 22/34] Update mikey.json --- domains/mikey.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/domains/mikey.json b/domains/mikey.json index 36e812167..017c9a460 100644 --- a/domains/mikey.json +++ b/domains/mikey.json @@ -8,10 +8,5 @@ }, "record": { "CNAME": "isigebengu-mikey.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 2fbddc4922890ecc9742e6306269b4c0071458fb Mon Sep 17 00:00:00 2001 From: RoboticObsession <64986112+RoboticObsession@users.noreply.github.com> Date: Sat, 13 Feb 2021 19:49:26 +0100 Subject: [PATCH 23/34] Create unichord.json --- domains/unichord.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/unichord.json diff --git a/domains/unichord.json b/domains/unichord.json new file mode 100644 index 000000000..b1c380622 --- /dev/null +++ b/domains/unichord.json @@ -0,0 +1,11 @@ +{ + "description": "Unichord Apps website", + "repo": "https://github.com/unichord-apps/unichord-apps.github.io", + "owner": { + "username": "unichord-apps", + "email": "unichord@pm.me" + }, + "record": { + "CNAME": "unichord-apps.github.io" + } +} From 14633aeae61e3a9a2c9dd7ce37cd5425c59ba8a7 Mon Sep 17 00:00:00 2001 From: Nebula Date: Sat, 13 Feb 2021 20:48:48 -0500 Subject: [PATCH 24/34] Create nebula.json --- domains/nebula.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nebula.json diff --git a/domains/nebula.json b/domains/nebula.json new file mode 100644 index 000000000..3cf4c2b94 --- /dev/null +++ b/domains/nebula.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/itsnebulalol/nebulayt.xyz", + "owner": { + "username": "itsnebulalol", + "email": "computerman1229@gmail.com" + }, + "record": { + "CNAME": "itsnebulalol.github.io" + } +} From 7baaba751f830c4b498ea405e1a3b551961fe568 Mon Sep 17 00:00:00 2001 From: Alessandro Eliot <48047221+Diordnas@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:11:35 +1100 Subject: [PATCH 25/34] Create cassie.json --- domains/cassie.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cassie.json diff --git a/domains/cassie.json b/domains/cassie.json new file mode 100644 index 000000000..91129c159 --- /dev/null +++ b/domains/cassie.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Diordnas", + "email": "alessandroeliot@gmail.com" + }, + "description": "Personal site, as well as hosting a few tools", + "repo": "https://github.com/diordnas/diordnas.github.io", + "record": { + "CNAME": "diordnas.github.io" + } +} From 10ac6ce7a2d342db1c2c6b5ea88f974913fc0c0b Mon Sep 17 00:00:00 2001 From: Aman Jain Date: Sun, 14 Feb 2021 08:54:13 +0530 Subject: [PATCH 26/34] Update aman.json --- domains/aman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aman.json b/domains/aman.json index 4bc4678ed..861e0de0e 100644 --- a/domains/aman.json +++ b/domains/aman.json @@ -6,6 +6,6 @@ "email": "aman.j@safepath.ai" }, "record": { - "CNAME": "aman.wiki" + "CNAME": "amanwiki.netlify.app" } } From 4b718acd03dd369fdaca2390d6e2a204d7bfed1a Mon Sep 17 00:00:00 2001 From: Avinal Kumar <185067@nith.ac.in> Date: Sun, 14 Feb 2021 19:26:54 +0530 Subject: [PATCH 27/34] Delete avinal.json Deleting domain --- domains/avinal.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/avinal.json diff --git a/domains/avinal.json b/domains/avinal.json deleted file mode 100644 index 120b2c275..000000000 --- a/domains/avinal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "The Interstellar Twilight", - "repo": "https://github.com/avinal/avinal.github.io", - "owner": { - "username": "avinal", - "email": "185067@nith.ac.in" - }, - "record": { - "CNAME": "avinal.github.io" - } -} \ No newline at end of file From 200b57e0cec2c0a87b75a6e75b4607c9722f0322 Mon Sep 17 00:00:00 2001 From: avcado <77250184+avcado@users.noreply.github.com> Date: Sun, 14 Feb 2021 08:58:10 -0600 Subject: [PATCH 28/34] Update avcado.json --- domains/avcado.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avcado.json b/domains/avcado.json index f41a5092b..1e2b00ebe 100644 --- a/domains/avcado.json +++ b/domains/avcado.json @@ -5,6 +5,6 @@ "email": "devavcado@gmail.com" }, "record": { - "URL": "https://avcado.github.io/" + "CNAME: "avcado.github.io/" } } From d2c6c1f76a1908c539bea2d731c6afccf7a47a29 Mon Sep 17 00:00:00 2001 From: avcado <77250184+avcado@users.noreply.github.com> Date: Sun, 14 Feb 2021 08:58:24 -0600 Subject: [PATCH 29/34] Update avcado.json --- domains/avcado.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avcado.json b/domains/avcado.json index 1e2b00ebe..91756a566 100644 --- a/domains/avcado.json +++ b/domains/avcado.json @@ -5,6 +5,6 @@ "email": "devavcado@gmail.com" }, "record": { - "CNAME: "avcado.github.io/" + "CNAME: "avcado.github.io" } } From 31dbdef31dd49503a0dcc80b74e935d3938af21b Mon Sep 17 00:00:00 2001 From: killTheDB <69782395+killTheDB@users.noreply.github.com> Date: Mon, 15 Feb 2021 17:40:43 +0530 Subject: [PATCH 30/34] Add files via upload --- domains/rohithkumar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rohithkumar.json diff --git a/domains/rohithkumar.json b/domains/rohithkumar.json new file mode 100644 index 000000000..420fe5732 --- /dev/null +++ b/domains/rohithkumar.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website", + "repo": "https://github.com/killTheDB", + "owner": { + "username": "killTheDB", + "email": "jayanarohith7@gmail.com" + }, + "record": { + "CNAME": "https://killthedb.github.io" + } +} \ No newline at end of file From 50a6f38503a2d60b514cfee0f0b877f44fca758a Mon Sep 17 00:00:00 2001 From: killTheDB <69782395+killTheDB@users.noreply.github.com> Date: Mon, 15 Feb 2021 17:42:53 +0530 Subject: [PATCH 31/34] Migrates all domain records to remove force https redirection From 49d5bc2aa0bbaa377fe8bf2d22fa0b0c0bdf17f8 Mon Sep 17 00:00:00 2001 From: killTheDB <69782395+killTheDB@users.noreply.github.com> Date: Mon, 15 Feb 2021 17:51:01 +0530 Subject: [PATCH 32/34] Migrates all domain records to remove force https redirection --- domains/rohithkumar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/rohithkumar.json b/domains/rohithkumar.json index 420fe5732..9e7b59421 100644 --- a/domains/rohithkumar.json +++ b/domains/rohithkumar.json @@ -6,6 +6,6 @@ "email": "jayanarohith7@gmail.com" }, "record": { - "CNAME": "https://killthedb.github.io" + "CNAME": "killthedb.github.io" } -} \ No newline at end of file +} From d6cb9f69f4520f10dd659333f1716cc720d81a8f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 15 Feb 2021 23:48:07 +0530 Subject: [PATCH 33/34] Update mikey.json --- domains/mikey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mikey.json b/domains/mikey.json index 017c9a460..4d226606e 100644 --- a/domains/mikey.json +++ b/domains/mikey.json @@ -7,6 +7,6 @@ "twitter": "" }, "record": { - "CNAME": "isigebengu-mikey.github.io", + "CNAME": "isigebengu-mikey.github.io" } } From 94fc53e883d0201232b5cec507917fcd276a1b3a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 15 Feb 2021 23:49:20 +0530 Subject: [PATCH 34/34] Update avcado.json --- domains/avcado.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avcado.json b/domains/avcado.json index 91756a566..afc60ebcc 100644 --- a/domains/avcado.json +++ b/domains/avcado.json @@ -5,6 +5,6 @@ "email": "devavcado@gmail.com" }, "record": { - "CNAME: "avcado.github.io" + "CNAME": "avcado.github.io" } }