feat: Handle nameserver parsing on Windows

* system default nameserver in windows

* change
This commit is contained in:
huangnauh 2021-01-20 18:02:15 +08:00 committed by GitHub
parent 250591098b
commit 3019f1cee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 166 additions and 18 deletions

1
go.mod
View file

@ -11,4 +11,5 @@ require (
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
)