disable override local

This commit is contained in:
Vinzenz Schroeter 2026-01-04 20:48:08 +01:00
parent 17426908ea
commit 21c988c386

View file

@ -8,8 +8,11 @@ in
address = "localhost";
port = headscale-port;
settings = {
dns.base_domain = "high-gravity.space";
server_url = "https://headscale.zerforschen.plus";
dns = {
override_local_dns = false;
base_domain = "high-gravity.space";
};
};
};
nginx.virtualHosts."uplink.darkest.space" = {