mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Allow fake base domains for MagicDNS
This commit is contained in:
parent
1312cb1df6
commit
446c561fae
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@ ram.runtime = "50M"
|
||||||
default = "/dex"
|
default = "/dex"
|
||||||
|
|
||||||
[install.base_domain]
|
[install.base_domain]
|
||||||
type = "domain"
|
type = "string"
|
||||||
ask.en = "Choose the base domain for Headscale's MagicDNS feature"
|
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]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
|
|
Loading…
Reference in a new issue