Added UseServerDNS option for clients who do not have to use the DNS specified in the server configuration. (#79)

This commit is contained in:
Gerwim 2021-08-05 19:58:01 +02:00 committed by GitHub
parent de0c9fd26b
commit 2aa042b919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 49 additions and 9 deletions

1
go.mod
View file

@ -16,5 +16,6 @@ require (
github.com/sdomino/scribble v0.0.0-20191024200645-4116320640ba
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)