From 78a99e1a28a242ce132fe053b305f77234269b4d Mon Sep 17 00:00:00 2001 From: Blake <89687390+bnfone@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:33:16 +0100 Subject: [PATCH 1/2] Create unicorn.json --- unicorn.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 unicorn.json diff --git a/unicorn.json b/unicorn.json new file mode 100644 index 000000000..cee285e93 --- /dev/null +++ b/unicorn.json @@ -0,0 +1,14 @@ +{ + "description": "Domain for dynamic DNS updates and Cloudflare Tunnel setup for demo purposes.", + "owner": { + "username": "bnfone", + "email": "is-a-dev-registration.zbden@simplelogin.com" + }, + "record": { + "NS": [ + "adelaide.ns.cloudflare.com", + "arnold.ns.cloudflare.com" + ] + }, + "proxied": false +} From 6dd3db1efb599fd56c37917780c797d900f8fd66 Mon Sep 17 00:00:00 2001 From: bnfone <89687390+bnfone@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:44:36 +0100 Subject: [PATCH 2/2] move subdomain in domains dir --- unicorn.json => domains/unicorn.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename unicorn.json => domains/unicorn.json (100%) diff --git a/unicorn.json b/domains/unicorn.json similarity index 100% rename from unicorn.json rename to domains/unicorn.json