From 5ac15197db591d27ffd6821abefee054382b1320 Mon Sep 17 00:00:00 2001 From: Lellis <75775001+LellisV2@users.noreply.github.com> Date: Fri, 5 Aug 2022 09:31:23 +0200 Subject: [PATCH 1/3] Update web.json --- domains/web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/web.json b/domains/web.json index cac8f43f9..88c5e71a9 100644 --- a/domains/web.json +++ b/domains/web.json @@ -4,6 +4,6 @@ "email": "lellis2x@gmail.com" }, "record": { - "A": ["144.21.63.181"] + "A": ["193.25.215.223"] } } From 387adff711182a4a001c9c654838457eaca8f633 Mon Sep 17 00:00:00 2001 From: LellisV2 Date: Fri, 5 Aug 2022 13:18:22 +0200 Subject: [PATCH 2/3] feat: Added domain programatically --- domains/justatest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/justatest.json diff --git a/domains/justatest.json b/domains/justatest.json new file mode 100644 index 000000000..6ebbf2cf9 --- /dev/null +++ b/domains/justatest.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "LellisV2", + "email": "lellis2x@gmail.com" + }, + + "record": { + "CNAME": "google.com" + } + } + \ No newline at end of file From e536c98b79ec1d9db5cf8318a2334345087c49c9 Mon Sep 17 00:00:00 2001 From: Lellis <75775001+LellisV2@users.noreply.github.com> Date: Sun, 7 Aug 2022 15:13:33 +0200 Subject: [PATCH 3/3] Delete justatest.json --- domains/justatest.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/justatest.json diff --git a/domains/justatest.json b/domains/justatest.json deleted file mode 100644 index 6ebbf2cf9..000000000 --- a/domains/justatest.json +++ /dev/null @@ -1,12 +0,0 @@ - - { - "owner": { - "username": "LellisV2", - "email": "lellis2x@gmail.com" - }, - - "record": { - "CNAME": "google.com" - } - } - \ No newline at end of file