net/dns: replace managerImpl with OSConfigurator in code.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
@ -6,7 +6,7 @@ package dns
|
||||
|
||||
import "tailscale.com/types/logger"
|
||||
|
||||
func newManager(logf logger.Logf, interfaceName string) managerImpl {
|
||||
func newManager(logf logger.Logf, interfaceName string) OSConfigurator {
|
||||
switch {
|
||||
case isResolvedActive():
|
||||
return newResolvedManager()
|
||||
|
Reference in New Issue
Block a user