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;
|
address = localhost;
|
||||||
port = port.headscale;
|
port = port.headscale;
|
||||||
settings = {
|
settings = {
|
||||||
dns.base_domain = "tailscale.${domain}";
|
dns = {
|
||||||
|
base_domain = "tailscale.${domain}";
|
||||||
|
override_local_dns = false;
|
||||||
|
};
|
||||||
server_url = "https://headscale.${domain}";
|
server_url = "https://headscale.${domain}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue