EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 415 forks source link

Feature - connect through server that requires secure connection #140

Closed Pankiev closed 6 years ago

Pankiev commented 6 years ago

May we consider adding a possibility to connect to our destination server via another server in case the destination server is not available directly? I have created a server on a machine and i can obtain connection when i'm on a specific network, but i have to execute 'ssh \login\>@\<server\' command first otherwise. I don't see any way to do this now.