Support set system DNS automaticly

This commit is contained in:
wweir
2020-04-19 08:34:24 +08:00
parent 91582d6095
commit d121427bbb
5 changed files with 48 additions and 39 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
module github.com/wweir/sower
go 1.13
go 1.14
require (
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
github.com/libp2p/go-reuseport v0.0.1
github.com/miekg/dns v1.1.27
github.com/pelletier/go-toml v1.6.0
github.com/miekg/dns v1.1.29
github.com/pelletier/go-toml v1.7.0
github.com/pkg/errors v0.9.1
github.com/wweir/utils v0.0.0-20200214114658-f6f356a08736
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4
github.com/wweir/utils v0.0.0-20200401081845-fc35af3737dc
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4
)