From f964c391cceaf0f84e6b095ddfccfc4b7091482e Mon Sep 17 00:00:00 2001 From: JoKeeR <33557806+JoKeRxTD@users.noreply.github.com> Date: Sun, 8 Aug 2021 01:16:46 +0100 Subject: [PATCH 1/5] updated joker.json (CNAME) --- domains/joker.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/joker.json b/domains/joker.json index 89215140c..e61162ed1 100644 --- a/domains/joker.json +++ b/domains/joker.json @@ -7,8 +7,9 @@ "twitter": "https://twitter.com/JoKeRxHD" }, "record": { - "A": [ - "178.239.172.43" + "CNAME": [ + "ns1.gtxgaming.co.uk", + "ns2.gtxgaming.co.uk" ] } } \ No newline at end of file From e1c31674f46df39d5ddfa3d8394f6ec2d9b2c4d4 Mon Sep 17 00:00:00 2001 From: JoKeeR <33557806+JoKeRxTD@users.noreply.github.com> Date: Mon, 23 Aug 2021 04:41:10 +0100 Subject: [PATCH 2/5] Removed CNAME. Added Repo instead. --- domains/joker.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/joker.json b/domains/joker.json index e61162ed1..acb150711 100644 --- a/domains/joker.json +++ b/domains/joker.json @@ -1,6 +1,6 @@ { "description": "Personal portfolio website of joker", - "repo": "https://github.com/JoKeRxTD", + "repo": "https://github.com/JoKeRxTD/joker.is.a.dev", "owner": { "username": "JoKeRxTD", "email": "joker@mythbot.org", @@ -8,8 +8,7 @@ }, "record": { "CNAME": [ - "ns1.gtxgaming.co.uk", - "ns2.gtxgaming.co.uk" + "https://jokerxtd.github.io/joker.is.a.dev/" ] } } \ No newline at end of file From 23704522c2b3f564a5618017e4dc1b65d7a4cadf Mon Sep 17 00:00:00 2001 From: JoKeeR <33557806+JoKeRxTD@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:00:58 +0100 Subject: [PATCH 3/5] Update joker.json --- domains/joker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/joker.json b/domains/joker.json index acb150711..adc05a4fe 100644 --- a/domains/joker.json +++ b/domains/joker.json @@ -8,7 +8,7 @@ }, "record": { "CNAME": [ - "https://jokerxtd.github.io/joker.is.a.dev/" + "jokerxtd.github.io/" ] } } \ No newline at end of file From 2f417ab035b9ecd509cfb75583985311cb03dda5 Mon Sep 17 00:00:00 2001 From: JoKeeR <33557806+JoKeRxTD@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:15:18 +0100 Subject: [PATCH 4/5] final fix --- domains/joker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/joker.json b/domains/joker.json index adc05a4fe..4e07d9738 100644 --- a/domains/joker.json +++ b/domains/joker.json @@ -1,6 +1,6 @@ { "description": "Personal portfolio website of joker", - "repo": "https://github.com/JoKeRxTD/joker.is.a.dev", + "repo": "https://github.com/JoKeRxTD/joker.is-a.dev", "owner": { "username": "JoKeRxTD", "email": "joker@mythbot.org", From 4a27df3105532de15585a48c50a5d95286070ade Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Mon, 23 Aug 2021 07:28:12 -0400 Subject: [PATCH 5/5] fix cname --- domains/joker.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/joker.json b/domains/joker.json index 4e07d9738..25003368d 100644 --- a/domains/joker.json +++ b/domains/joker.json @@ -7,8 +7,6 @@ "twitter": "https://twitter.com/JoKeRxHD" }, "record": { - "CNAME": [ - "jokerxtd.github.io/" - ] + "CNAME": "jokerxtd.github.io" } - } \ No newline at end of file + }