net/dns: some post-review cleanups.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2021-04-07 15:39:26 -07:00
committed by Dave Anderson
parent 720c1ad0f0
commit 4a64d2a603
9 changed files with 30 additions and 26 deletions

View File

@@ -50,8 +50,7 @@ func (r *CallbackRouter) SupportsSplitDNS() bool {
}
func (r *CallbackRouter) GetBaseConfig() (dns.OSConfig, error) {
// TODO
return dns.OSConfig{}, nil
return dns.OSConfig{}, dns.ErrGetBaseConfigNotSupported
}
func (r *CallbackRouter) Close() error {