From 446c561fae706f4aa677638561aaf74f43ed2027 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 11 Aug 2023 12:56:15 +0200 Subject: [PATCH] Allow fake base domains for MagicDNS --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 44f0186..3f68d72 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,9 +42,9 @@ ram.runtime = "50M" default = "/dex" [install.base_domain] - type = "domain" + type = "string" ask.en = "Choose the base domain for Headscale's MagicDNS feature" - help.en = "MagicDNS will allow you to access your hosts with a domain like `myhost.username.basedomain.tld`" + help.en = "MagicDNS will allow you to access your hosts with a domain like `myhost.username.basedomain.tld`. It can be from a fake TLD, but beware of conflicts." [resources] [resources.sources.main]