disable override local

This commit is contained in:
Vinzenz Schroeter 2026-01-04 20:48:08 +01:00 committed by müde
parent 3fd509e11d
commit b138f414e0

View file

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