個輕量快速的網絡隧道軟件:qTunnel

jopen 10年前發布 | 28K 次閱讀 qTunnel 網絡技術

qTunnel,一個輕量快速的網絡隧道軟件,可以幫助服務器和客戶端之間傳輸加密數據。和Stunnel相比,qTunnel沒有SSL握手的過程,因此速度更快,也不需要配置證書,所以使用起來非常簡單。它使用Go語言編寫,遵循Apache 2.0開源協議。

$ ./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.baiduhome.net/lib/view/home/1414678859184

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!