From a16263fbec460b35bde5ebacdc799dc2e102cf82 Mon Sep 17 00:00:00 2001 From: matteo00-wh Date: Sat, 25 Jul 2026 14:32:40 +0200 Subject: [PATCH] Create starlord.owns.it.com.json for subdomain setup Added JSON configuration for the starlord subdomain. --- domains/starlord.owns.it.com.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/starlord.owns.it.com.json diff --git a/domains/starlord.owns.it.com.json b/domains/starlord.owns.it.com.json new file mode 100644 index 0000000..8fa9d8e --- /dev/null +++ b/domains/starlord.owns.it.com.json @@ -0,0 +1,17 @@ +{ + "description": "Simple subdomain for daily operations and testing.", + "domain": "owns.it.com", + "subdomain": "starlord753", + + "owner": { + "repo": "https://github.com/matteo00-wh/register", + "email": "olographic96@gmail.com" + }, + + "record": { + "A": ["127.0.0.1"], + "CNAME": "il-tuo-dominio.com" + }, + + "proxied": false +}