diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-02-04 11:19:08 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-02-04 11:19:08 +0100 |
| commit | 0baf87c43f4ae7189fd14b9d1920e1c537384e35 (patch) | |
| tree | 91ad7366fe1bf2e59f2114ffede8d84822227f24 /proxy/proxy.go | |
| parent | f0e2481a1a2da75fa55c3cbb65c06fa70b278a8e (diff) | |
All: Update deps
Diffstat (limited to 'proxy/proxy.go')
| -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") } |
