-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request auto close the ssh client if the requested domain is unavailable. #174
Comments
Hi @sonntuet1997 So is port 8080 a previously bound tunnel? There's some funky logic to handle tunnel cleanup that you might need to verify you flags for. Could you post the flags you're using? |
Hey @sonntuet1997 Following up on your PR here so we can have more of a discussion. Maybe we add a flag to the ssh command that tells sish to close the connection when there are 0 forwards setup for a client? Then the command to talk to sish would be like:
|
With the newest release, you can either provide |
Thanks |
I use Docker to run the tunnel but when the requested domain is unavailable it cannot auto restart because the ssh didn't auto close. Please add this feature!
The text was updated successfully, but these errors were encountered: