qTunnelSocket 网络隧道
qTunnel 是 getqujing.com 使用的安全套接字隧道,是 Stunnel/stud 的替代品。qTunnel 使用 Go 编写,为了提高数据传输率,它去掉了认证设置和 SSL 握手。
使用:
$ ./bin/qtunnel -h Usage of ./bin/qtunnel: -backend="127.0.0.1:6400": host:port of the backend -clientmode=false: if running at client mode -crypto="rc4": encryption method -listen=":9001": host:port qtunnel listen on -logto="stdout": stdout or syslog -secret="secret": password used to encrypt the data
评论