mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-22 21:08:38 +00:00
wgengine/router/dns: fix typo in comment
This commit is contained in:
parent
053a1d1340
commit
f9659323df
@ -66,7 +66,7 @@ type ManagerConfig struct {
|
|||||||
// Logf is the logger for the manager to use.
|
// Logf is the logger for the manager to use.
|
||||||
// It is wrapped with a "dns: " prefix.
|
// It is wrapped with a "dns: " prefix.
|
||||||
Logf logger.Logf
|
Logf logger.Logf
|
||||||
// InterfaceNAme is the name of the interface with which DNS settings should be associated.
|
// InterfaceName is the name of the interface with which DNS settings should be associated.
|
||||||
InterfaceName string
|
InterfaceName string
|
||||||
// Cleanup indicates that the manager is created for cleanup only.
|
// Cleanup indicates that the manager is created for cleanup only.
|
||||||
// A no-op manager will be instantiated if the system needs no cleanup.
|
// A no-op manager will be instantiated if the system needs no cleanup.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user