Fix headscale

This commit is contained in:
Invariantspace 2025-06-08 13:24:51 -05:00
parent bb00eb1a2f
commit 58dcdbdb46
Signed by: macronova
GPG key ID: CE969670FB4B4A56

View file

@ -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}";
};
};