From b50e10a1be94898e3f237fee35e9f57eea06eda8 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Thu, 15 May 2025 07:15:54 +0200 Subject: [PATCH] Document breaking change for dns.override_local_dns See: #2438 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6645ec5..bfe63f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,6 +122,11 @@ working in v1 and not tested might be broken in v2 (and vice versa). [#2542](https://github.com/juanfont/headscale/pull/2542) - Pre auth key API/CLI now uses ID over username [#2542](https://github.com/juanfont/headscale/pull/2542) +- A non-empty list of global nameservers needs to be specified via + `dns.nameservers.global` if the configuration option `dns.override_local_dns` + is enabled or is not specified in the configuration file. This aligns with + behaviour of tailscale.com. + [#2438](https://github.com/juanfont/headscale/pull/2438) ### Changes