mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-03 02:21:58 +00:00
net/dns: replace managerImpl with OSConfigurator in code.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
@@ -6,6 +6,6 @@ package dns
|
||||
|
||||
import "tailscale.com/types/logger"
|
||||
|
||||
func newManager(logger.Logf, string) managerImpl {
|
||||
func newManager(logger.Logf, string) OSConfigurator {
|
||||
return newDirectManager()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user