From d1a5f758328ed17e7aa2ea8530d73b259f371d9b Mon Sep 17 00:00:00 2001 From: LucyJS-Dev Date: Sun, 16 Oct 2022 14:35:13 +0200 Subject: [PATCH 1/2] feat: Added domain programatically --- domains/lucyjs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lucyjs.json diff --git a/domains/lucyjs.json b/domains/lucyjs.json new file mode 100644 index 000000000..c12da3214 --- /dev/null +++ b/domains/lucyjs.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "LucyJS-Dev", + "email": "pumimail9@gmail.com" + }, + + "record": { + "CNAME": "http://lucyjs.de" + } + } + \ No newline at end of file From ab8e3e11cbd7b0384670c48038c982a48013c26f Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sun, 16 Oct 2022 13:52:38 +0100 Subject: [PATCH 2/2] Create lucyjs.json --- domains/lucyjs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/lucyjs.json b/domains/lucyjs.json index c12da3214..4048f6b92 100644 --- a/domains/lucyjs.json +++ b/domains/lucyjs.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "http://lucyjs.de" + "URL": "http://lucyjs.de" } } - \ No newline at end of file +