wgengine: move DNS configuration out of wgengine/router.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:

committed by
Dave Anderson

parent
7183e1f052
commit
4c61ebacf4
@ -6,6 +6,6 @@ package dns
|
||||
|
||||
import "tailscale.com/types/logger"
|
||||
|
||||
func newManager(logger.Logf, string) OSConfigurator {
|
||||
func NewOSConfigurator(logger.Logf, string) OSConfigurator {
|
||||
return newDirectManager()
|
||||
}
|
||||
|
Reference in New Issue
Block a user