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

    xiaoxiao2023-07-04  212

    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]

    相关资源:qtunnel, 在 getqujing.com 上,安全套接字隧道工作.zip
    最新回复(0)