mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
MagicDNS no longer requires nameservers (#1681)
According to https://tailscale.com/kb/1081/magicdns#accessing-devices-over-magicdns, > MagicDNS does not require a DNS nameserver if running Tailscale v1.20 or later.
This commit is contained in:
parent
e367454745
commit
2c974dd72d
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ policy:
|
||||||
# all the fields under `dns` should be set to empty values.
|
# all the fields under `dns` should be set to empty values.
|
||||||
dns:
|
dns:
|
||||||
# Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/).
|
# Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/).
|
||||||
# Only works if there is at least a nameserver defined.
|
|
||||||
magic_dns: true
|
magic_dns: true
|
||||||
|
|
||||||
# Defines the base domain to create the hostnames for MagicDNS.
|
# Defines the base domain to create the hostnames for MagicDNS.
|
||||||
|
|
Loading…
Reference in a new issue