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
Currently, this project has a focus on creating outgoing connection which can be used by higher-level protocol implementations.
In the future, we should also support accepting incoming connections through an SSH tunnel. This can be implemented by starting a local socket server and using ssh -R 0.0.0.0:8080:localhost:1234 [email protected] and possibly by parsing its debugging output to get access to actual remote client IPs. I've started looking into this and will keep this ticket updated as I make progress.
The text was updated successfully, but these errors were encountered:
Currently, this project has a focus on creating outgoing connection which can be used by higher-level protocol implementations.
In the future, we should also support accepting incoming connections through an SSH tunnel. This can be implemented by starting a local socket server and using
ssh -R 0.0.0.0:8080:localhost:1234 [email protected]
and possibly by parsing its debugging output to get access to actual remote client IPs. I've started looking into this and will keep this ticket updated as I make progress.The text was updated successfully, but these errors were encountered: