From dffc6182036067342b672182cb877ee4ac6b5dc9 Mon Sep 17 00:00:00 2001 From: dotlambda Date: Sun, 1 Jun 2025 15:40:03 -0700 Subject: [PATCH] Correctly document the default for dns.override_local_dns --- config-example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index b62ca02e..6fb30969 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -270,9 +270,9 @@ dns: # `hostname.base_domain` (e.g., _myhost.example.com_). base_domain: example.com - # Whether to use the local DNS settings of a node (default) or override the - # local DNS settings and force the use of Headscale's DNS configuration. - override_local_dns: false + # Whether to use the local DNS settings of a node or override the local DNS + # settings (default) and force the use of Headscale's DNS configuration. + override_local_dns: true # List of DNS servers to expose to clients. nameservers: