TimeToogo / tunshell

Remote shell into ephemeral environments 🐚 🦀
https://tunshell.com
MIT License
767 stars 56 forks source link

Client - Fallback to Websocket #10

Closed TimeToogo closed 4 years ago

TimeToogo commented 4 years ago

In some environments most outbound ports are blocked which can prevent the client connecting to the relay server on default port 5000. If the initial raw TLS connection fails, fallback to initiating a websocket based connection on port 443 (like the wasm in-browser client).