http-tunnel icon indicating copy to clipboard operation
http-tunnel copied to clipboard

Tunnel tcp connection through http in Python

Results 2 http-tunnel issues
Sort by recently updated
recently updated
newest added

I have installed server in my local pc (Ubuntu) and run server `python tunneld.py -p 80` Then when i run client for connect then showing `python tunnel.py -p 8765 -r...

Hi I needed an http tunnel with builtin in SSL support, proxy support, and stdin mode so I could use it with SSH ProxyCommand. I decided to start from your...