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
The tunnel created in the client never receive the configuration of the client for the keepalive parameter. This can be verified by setting a print in the function keepAliveLoop as done on this branch. Running the client with this command:
Hi,
The tunnel created in the client never receive the configuration of the client for the keepalive parameter. This can be verified by setting a print in the function
keepAliveLoop
as done on this branch. Running the client with this command:go build && ./chisel client --keepalive 1s -v --auth XXX https://server.com socks
Give this output:
Thank you for this amazing tool !
The text was updated successfully, but these errors were encountered: