Update README
This commit is contained in:
parent
c2d02689d3
commit
8dbc79eea6
@ -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
|
||||||
|
|
||||||
|
|
||||||
####使用方法
|
####使用方法
|
||||||
#####服务器端:
|
#####服务器端:
|
||||||
|
Loading…
Reference in New Issue
Block a user