diff options
Diffstat (limited to 'proxy')
| -rw-r--r-- | proxy/proxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/proxy.go b/proxy/proxy.go index 34c281f..7a35c8d 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -45,7 +45,7 @@ func NewProxyguard(ctx context.Context, lp int, tcpsp int, peer string, setupSoc }, resChan: make(chan struct{}), } - err := proxy.Client.SetupDNS(ctx) + _, err := proxy.Client.Setup(ctx) if err != nil { return nil, i18nerr.WrapInternal(err, "The ProxyGuard DNS could not be resolved") } |
