当前位置: 首页 > 工具软件 > qTunnel > 使用案例 >

qTunnel —— Go 开发的安全 Socket 网络隧道

许昆
2023-12-01

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

文章转载自 开源中国社区 [http://www.oschina.net]

 类似资料: