wgengine/router: don't double-prefix dns log messages [Windows]
This commit is contained in:
@@ -63,7 +63,8 @@ func (lhs Config) Equal(rhs Config) bool {
|
||||
// ManagerConfig is the set of parameters from which
|
||||
// a manager implementation is chosen and initialized.
|
||||
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.
|
||||
Logf logger.Logf
|
||||
// InterfaceNAme is the name of the interface with which DNS settings should be associated.
|
||||
InterfaceName string
|
||||
|
||||
Reference in New Issue
Block a user