Browse Source

Update README

1.x
rui.zheng 11 years ago
parent
commit
8dbc79eea6
  1. 5
      README.md

5
README.md

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

Loading…
Cancel
Save