From 300d78d02d4a3f9cfcaa2ab942557935d4dedba8 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 6bca556d..3dca68ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,6 +117,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