HTTP隧道通讯库-HTTPTunnel
HTTPTunnel 是一个 C++ 开发用于在两台机器之间进行 HTTP 隧道通讯的类库,HTTP隧道是一种在HTTP协议层上进行Socket通讯的机制。This is a small application for tunnelling an arbitrary TCP socket connection over HTTP. It can be used, for example, to tunnel traffic out from behind a restrictive firewall that only allows outgoing HTTP web connections.
This is the cross-platform library used by both our HTTP Tunnel and FireDrill applications (see above) to perform their HTTP tunneling. With libhttptun it is possible for any application that wants to make use of HTTP tunneling to do so quickly and easily.
Features
Tunneling over encrypted SSL sockets.
Tunneling UDP traffic.
Running a SOCKS 4/5 proxy server at the client.
HTTP proxy authentication (basic/digest/NTLM).
Tunneling through paranoid proxies.
最新版本:1.4
该版本增加对 IPv6 下的 TCP/UDP 隧道的支持,显著改进隧道到流媒体网站和其他高带宽应用的吞吐量,修复了一些 bug 和小调整。
项目主页:http://the-linux-academy.co.uk/downloads.htm