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
Let's say I have established a connection between the client and the server and exposing a socks server on the client.
Each time that I'll use the SOCKS server, a new connection will be created between the client and the server.
This is a problem for me because I want to control the source port that the client uses.
Is there any way to transfer all SOCKS data through one long lasting session?
Thanks
The text was updated successfully, but these errors were encountered:
@Sia200 You can take a look at chisel. Chisel maintains one websocket connection, and create new session(ssh channel) on this exact one existing connection.
Hey.
Let's say I have established a connection between the client and the server and exposing a socks server on the client.
Each time that I'll use the SOCKS server, a new connection will be created between the client and the server.
This is a problem for me because I want to control the source port that the client uses.
Is there any way to transfer all SOCKS data through one long lasting session?
Thanks
The text was updated successfully, but these errors were encountered: