Commit b9c17006 authored by rui.zheng's avatar rui.zheng

update README

parent 5869a515
......@@ -71,7 +71,7 @@ protocol: 代理协议类型(http, socks4(a), socks5, ss), transport: 数据传
> socks5+wss - SOCKS5代理,使用websocket传输数据: socks5+wss://:1080
> tls - HTTP/SOCKS4/SOCKS5代理,使用TLS传输数据: tls://:443
> tls - HTTP/SOCKS5代理,使用TLS传输数据: tls://:443
> ss - Shadowsocks代理: ss://chacha20:123456@:8338
......@@ -131,7 +131,7 @@ scheme://[bind_address]:port/[host]:hostport
<img src="https://ginuerzh.github.io/images/gost_01.png" />
* 作为标准HTTP/SOCKS4/SOCKS5代理
* 作为标准HTTP/SOCKS5代理
```bash
gost -L=:8080
```
......
......@@ -72,7 +72,7 @@ transport: data transmission mode (ws, wss, tls, quic, kcp, ssh, h2, h2c, obfs4)
> socks5+wss - SOCKS5 over websocket: socks5+wss://:1080
> tls - HTTPS/SOCKS4/SOCKS5 over TLS: tls://:443
> tls - HTTPS/SOCKS5 over TLS: tls://:443
> ss - standard shadowsocks proxy: ss://chacha20:123456@:8338
......@@ -130,7 +130,7 @@ Usage
<img src="https://ginuerzh.github.io/images/gost_01.png" />
* Standard HTTP/SOCKS4/SOCKS5 proxy
* Standard HTTP/SOCKS5 proxy
```bash
gost -L=:8080
```
......
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