Commit 8dbc79ee authored by rui.zheng's avatar rui.zheng

Update README

parent c2d02689
...@@ -22,6 +22,7 @@ gost - GO Simple Tunnel ...@@ -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 ...@@ -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 ...@@ -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
####使用方法 ####使用方法
#####服务器端: #####服务器端:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment