We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be337c6 commit 51c6367Copy full SHA for 51c6367
config-example.yaml
@@ -275,9 +275,9 @@ dns:
275
# `hostname.base_domain` (e.g., _myhost.example.com_).
276
base_domain: example.com
277
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
+ # 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
281
282
# List of DNS servers to expose to clients.
283
nameservers:
0 commit comments