all: s/Magic DNS/MagicDNS/ for consistency

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2021-03-23 10:21:01 -07:00
committed by Brad Fitzpatrick
parent 77ec80538a
commit e2b3d9aa5f
4 changed files with 4 additions and 4 deletions

View File

@ -731,7 +731,7 @@ type DNSConfig struct {
// in which case Nameservers applies to all DNS requests regardless of PerDomain's value.
PerDomain bool
// Proxied indicates whether DNS requests are proxied through a tsdns.Resolver.
// This enables Magic DNS. It is togglable independently of PerDomain.
// This enables MagicDNS. It is togglable independently of PerDomain.
Proxied bool
}