mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-13 06:07:34 +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
@@ -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 {
|
||||
|
Reference in New Issue
Block a user