Fix headscale
This commit is contained in:
parent
bb00eb1a2f
commit
58dcdbdb46
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@
|
|||
address = localhost;
|
||||
port = port.headscale;
|
||||
settings = {
|
||||
dns.base_domain = "tailscale.${domain}";
|
||||
dns = {
|
||||
base_domain = "tailscale.${domain}";
|
||||
override_local_dns = false;
|
||||
};
|
||||
server_url = "https://headscale.${domain}";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue