Update README

This commit is contained in:
rui.zheng 2015-05-13 10:53:15 +08:00
parent c2d02689d3
commit 8dbc79eea6

View File

@ -22,6 +22,7 @@ gost - GO Simple Tunnel
4. Tunnel UDP over TCP, UDP数据包使用TCP通道传输以解决防火墙的限制。 4. Tunnel UDP over TCP, UDP数据包使用TCP通道传输以解决防火墙的限制。
5. 多种加密方式(tls,aes-256-cfb,des-cfb,rc4-md5等)。 5. 多种加密方式(tls,aes-256-cfb,des-cfb,rc4-md5等)。
6. 客户端兼容shadowsocks协议可作为shadowsocks服务器。 6. 客户端兼容shadowsocks协议可作为shadowsocks服务器。
7. v1.1支持websocket。
####参数说明 ####参数说明
> -L=":8080": listen address > -L=":8080": listen address
@ -34,7 +35,7 @@ gost - GO Simple Tunnel
> -key="": key.pem file for tls > -key="": key.pem file for tls
> -m="tls": tunnel cipher method > -m="": tunnel cipher method
> -p="ginuerzh@gmail.com": tunnel cipher password > -p="ginuerzh@gmail.com": tunnel cipher password
@ -44,6 +45,8 @@ gost - GO Simple Tunnel
> -ss=false: run as shadowsocks server > -ss=false: run as shadowsocks server
> -ws=false: use websocket for tunnel
####使用方法 ####使用方法
#####服务器端: #####服务器端: