mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-03 02:21:58 +00:00
net/dns: some post-review cleanups.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
720c1ad0f0
commit
4a64d2a603
@@ -301,9 +301,6 @@ func (m windowsManager) Close() error {
|
||||
}
|
||||
|
||||
func (m windowsManager) GetBaseConfig() (OSConfig, error) {
|
||||
if m.nrptWorks {
|
||||
return OSConfig{}, errors.New("GetBaseConfig not supported")
|
||||
}
|
||||
resolvers, err := m.getBasePrimaryResolver()
|
||||
if err != nil {
|
||||
return OSConfig{}, err
|
||||
|
||||
Reference in New Issue
Block a user