feat: support system dns
This commit is contained in:
7
dns/system_windows.go
Normal file
7
dns/system_windows.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build windows
|
||||
|
||||
package dns
|
||||
|
||||
func loadSystemResolver() (clients []dnsClient, err error) {
|
||||
return nil, errors.New("system resolver is not yet supported on Windows")
|
||||
}
|
||||
Reference in New Issue
Block a user