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:
parent
3b54ad983d
commit
297d0083d8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue