qTunnel 是 getqujing.com 使用的安全套接字隧道,是 [Stunnel/stud](http://www.oschina.net/p/stud) 的替代品。qTunnel 使用 Go 编写,为了提高数据传输率,它去掉了认证设置和 SSL 握手。
使用:
<pre class="brush:shell;toolbar: true; auto-links: false;">$ ./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</pre>
- 授权协议:
- Apache
- 开发语言:
- Google Go 查看源码»
- 操作系统:
- WindowsLinux