You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the client disconnects, the SOCKS tunnel remains open and continues to bind to 0.0.0.0:1080on the server for 3 minutes.
It seems that this delay is hardcoded here in the code
It would be interesting to make this delay configurable via a flag for the ‘server’ subcommand.
Describe the reason for such feature
The problem is that I use an NGINX reverse proxy as a TCP load balancer to distribute the load across multiple WSTunnel servers for High Availability. As long as the server remains bound to port 1080, NGINX LB considers it ‘healthy" and this causes errors when requesting HTTP URLs through the SOCKS proxy.
The text was updated successfully, but these errors were encountered:
About my use case, I’m using WSTunnel in a professional context to enable HTTP communication between two of apps deployed on different Kubernetes clusters. The challenge is that App 1 is on a highly secure network that App 2 cannot access. To solve this, I establish a SOCKS5 tunnel between the two clusters using WSTunnel.
Describe the feature
When I configure a client to connect to the server by establishing a SOCKS5 reverse tunnel in this way:
When the client disconnects, the SOCKS tunnel remains open and continues to bind to 0.0.0.0:1080on the server for 3 minutes.
It seems that this delay is hardcoded here in the code
It would be interesting to make this delay configurable via a flag for the ‘server’ subcommand.
Describe the reason for such feature
The problem is that I use an NGINX reverse proxy as a TCP load balancer to distribute the load across multiple WSTunnel servers for High Availability. As long as the server remains bound to port 1080, NGINX LB considers it ‘healthy" and this causes errors when requesting HTTP URLs through the SOCKS proxy.
The text was updated successfully, but these errors were encountered: