elisescu / tty-share

Share your linux or osx terminal over the Internet.
https://tty-share.com/
MIT License
816 stars 87 forks source link

does not work over my corporate firewall #5

Closed hjlow closed 5 years ago

hjlow commented 5 years ago

love the idea of this and it works well outside my place of work but not from inside. any more information you need?

elisescu commented 5 years ago

Thanks, @hjlow! I imagine it is probably because your network setup is blocking the ports tty-share uses. I can't suggest any simple workaround to that, unfortunately. Maybe using websockets for both ends, over port 80, could trick firewalls and allow the connection, but that would take some time to implement. I hope I will get time some day to get to it.