From d1a5f758328ed17e7aa2ea8530d73b259f371d9b Mon Sep 17 00:00:00 2001 From: LucyJS-Dev Date: Sun, 16 Oct 2022 14:35:13 +0200 Subject: [PATCH] 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