Skip to content

Commit 51c6367

Browse files
dotlambdanblock
authored andcommitted
Correctly document the default for dns.override_local_dns
1 parent be337c6 commit 51c6367

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config-example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ dns:
275275
# `hostname.base_domain` (e.g., _myhost.example.com_).
276276
base_domain: example.com
277277

278-
# Whether to use the local DNS settings of a node (default) or override the
279-
# local DNS settings and force the use of Headscale's DNS configuration.
280-
override_local_dns: false
278+
# Whether to use the local DNS settings of a node or override the local DNS
279+
# settings (default) and force the use of Headscale's DNS configuration.
280+
override_local_dns: true
281281

282282
# List of DNS servers to expose to clients.
283283
nameservers:

0 commit comments

Comments
 (0)