feat: Handle nameserver parsing on Windows
* system default nameserver in windows * change
This commit is contained in:
parent
250591098b
commit
3019f1cee6
5 changed files with 166 additions and 18 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue