mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 13:05:46 +00:00
net/dns: fix typo in docstring.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
27a1a2976a
commit
748670f1e9
@ -24,7 +24,7 @@
|
||||
// An OSConfigurator applies DNS settings to the operating system.
|
||||
type OSConfigurator interface {
|
||||
// Set updates the OS's DNS configuration to match cfg.
|
||||
// If cfg nil or the zero value, all Tailscale-related DNS
|
||||
// If cfg is the zero value, all Tailscale-related DNS
|
||||
// configuration is removed.
|
||||
// Set must not be called after Close.
|
||||
Set(cfg OSConfig) error
|
||||
|
Loading…
Reference in New Issue
Block a user