From ce440359d9f0f28cdfca820fa8a6008919422ef7 Mon Sep 17 00:00:00 2001 From: RobinDev03 Date: Mon, 8 Aug 2022 17:00:49 +0200 Subject: [PATCH 1/2] feat: Added domain programatically --- domains/robin.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/robin.json diff --git a/domains/robin.json b/domains/robin.json new file mode 100644 index 000000000..f14cd788d --- /dev/null +++ b/domains/robin.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "RobinDev03", + "email": "robin@robin-it.de" + }, + + "record": { + "CNAME": "https://robin-w.de/" + } + } + \ No newline at end of file From 735eaf44d2c37d6c88b4dbac9a97255beafee10a Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 14 Aug 2022 10:56:31 +0700 Subject: [PATCH 2/2] Apply suggestions from code review --- domains/robin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/robin.json b/domains/robin.json index f14cd788d..52aa52892 100644 --- a/domains/robin.json +++ b/domains/robin.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://robin-w.de/" + "CNAME": "robin-w.de" } } \ No newline at end of file