You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-share/proxy
Vasile Popescu 6c0171e9d9 Log improvements - fixup in the other one 3 years ago
..
proxy.go Log improvements - fixup in the other one 3 years ago
readme.md Add support for public sharing with the new method 3 years ago

readme.md

Proxy

tty-share will open a TCP connection to a public proxy.

This proxy will act like a reverse proxy, but it will not open new connections to any new back server, and instead it will simulate multiple multiplexed connections over the TCP connection already opened by tty-share mentioned above.

The proxy will be completely dumb. It will only proxy connections coming from client browsers to the tty-share. It will be the tty-share command that will serve the content, and the ws connections. Any SSL/WSS from the web clients will be terminated by nginx or other typical reverse proxy.