mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-21 10:27:30 +00:00
net/dns: remove ManagerConfig, pass relevant args directly.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
@@ -14,6 +14,6 @@ func (m noopManager) Up(Config) error { return nil }
|
||||
// Down implements managerImpl.
|
||||
func (m noopManager) Down() error { return nil }
|
||||
|
||||
func newNoopManager(mconfig ManagerConfig) managerImpl {
|
||||
func newNoopManager() managerImpl {
|
||||
return noopManager{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user