From 156eb884d7ce5057cf61fe5c73fb89cd19c50b41 Mon Sep 17 00:00:00 2001 From: TheCubeDev69 <107322673+TheCubeDev69@users.noreply.github.com> Date: Tue, 9 May 2023 19:09:41 +0200 Subject: [PATCH] feat(domain): add `cube.is-a.dev` --- domains/cube.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/cube.json diff --git a/domains/cube.json b/domains/cube.json new file mode 100644 index 000000000..beccc2d7e --- /dev/null +++ b/domains/cube.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TheCubeDev69", + "email": "thecubedev69@gmail.com" + }, + + "record": { + "CNAME": "cname.short.io" + } +}