From 06dd1c7f9190a20a655a1adb96f2fc646433ca92 Mon Sep 17 00:00:00 2001 From: Mustafa <68755582+Cuurle@users.noreply.github.com> Date: Fri, 21 May 2021 11:11:19 +0300 Subject: [PATCH 1/2] Create JSON for mustafa.is-a.dev --- domains/mustafa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mustafa.json diff --git a/domains/mustafa.json b/domains/mustafa.json new file mode 100644 index 000000000..896a1a307 --- /dev/null +++ b/domains/mustafa.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Cuurle", + "email": "cuurleee@gmail.com" + }, +} + +{ + "record": { + "CNAME": "glitch.edgeapp.net" + } +} From 26ba12ecf9e820caa4788a01c68fbce66cb16322 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Fri, 21 May 2021 08:01:53 -0400 Subject: [PATCH 2/2] fix JSON --- domains/mustafa.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/mustafa.json b/domains/mustafa.json index 896a1a307..b10e768be 100644 --- a/domains/mustafa.json +++ b/domains/mustafa.json @@ -3,9 +3,6 @@ "username": "Cuurle", "email": "cuurleee@gmail.com" }, -} - -{ "record": { "CNAME": "glitch.edgeapp.net" }