headscale: Disable new dns.override_local_dns option

For some reason this was enabled by default in 0.26.0 even though it
breaks existing configurations. ¯\_(ツ)_/¯
https://github.com/juanfont/headscale/pull/2438
This commit is contained in:
Katherina Walshe-Grey 2025-12-06 14:54:41 +00:00
parent 3b54ad983d
commit 297d0083d8

View file

@ -29,6 +29,7 @@ in
dns = { dns = {
magic_dns = true; magic_dns = true;
base_domain = "birdsong.network"; base_domain = "birdsong.network";
override_local_dns = false;
}; };
# disable built-in ACME client # disable built-in ACME client