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
@@ -143,8 +143,7 @@ func (m resolvconfManager) SupportsSplitDNS() bool {
|
||||
}
|
||||
|
||||
func (m resolvconfManager) GetBaseConfig() (OSConfig, error) {
|
||||
// TODO
|
||||
return OSConfig{}, nil
|
||||
return OSConfig{}, ErrGetBaseConfigNotSupported
|
||||
}
|
||||
|
||||
func (m resolvconfManager) Close() error {
|
||||
|
||||
Reference in New Issue
Block a user