From a2b23e9fc41d768b6b2f63e5797e931e014af4df Mon Sep 17 00:00:00 2001 From: earth <85964403+EarthRulerr@users.noreply.github.com> Date: Thu, 2 Feb 2023 22:45:22 -0600 Subject: [PATCH 1/2] Create earthrulerr.json --- domains/earthrulerr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/earthrulerr.json diff --git a/domains/earthrulerr.json b/domains/earthrulerr.json new file mode 100644 index 000000000..760a42b77 --- /dev/null +++ b/domains/earthrulerr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "EarthRulerr", + "email": "earthrulerr@gmail.com" + } +} +{ + "record": { + "CNAME": "earthrulerr.repl.co" + } +} From 1b557d33eea79b3dc47467e5ae0f4268e33d877e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 3 Feb 2023 12:48:24 +0800 Subject: [PATCH 2/2] fix json --- domains/earthrulerr.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/earthrulerr.json b/domains/earthrulerr.json index 760a42b77..723d43c0d 100644 --- a/domains/earthrulerr.json +++ b/domains/earthrulerr.json @@ -2,9 +2,7 @@ "owner": { "username": "EarthRulerr", "email": "earthrulerr@gmail.com" - } -} -{ + }, "record": { "CNAME": "earthrulerr.repl.co" }