summaryrefslogtreecommitdiff
path: root/client/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/proxy.go')
-rw-r--r--client/proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/proxy.go b/client/proxy.go
index 849b524..b39af32 100644
--- a/client/proxy.go
+++ b/client/proxy.go
@@ -116,7 +116,7 @@ func (c *Client) StartProxyguard(ck *cookie.Cookie, listen string, tcpsp int, pe
defer c.proxy.Delete()
err = c.proxy.Tunnel(ck.Context(), peer)
if err != nil {
- return i18nerr.Wrap(err, "The VPN proxy exited")
+ return i18nerr.WrapInternal(err, "The VPN proxy exited")
}
return err
}