update README

This commit is contained in:
rui.zheng 2017-08-05 18:12:21 +08:00
parent 7e80ec6e30
commit b54bf25a81
2 changed files with 6 additions and 4 deletions

View File

@ -12,9 +12,10 @@ gost - GO Simple Tunnel
* 支持标准HTTP/HTTPS/HTTP2/SOCKS4(A)/SOCKS5代理协议 * 支持标准HTTP/HTTPS/HTTP2/SOCKS4(A)/SOCKS5代理协议
* SOCKS5代理支持TLS协商加密 * SOCKS5代理支持TLS协商加密
* Tunnel UDP over TCP * Tunnel UDP over TCP
* 支持Shadowsocks协议 (UDP: 2.4+) * 权限控制 (2.4+)
* 本地/远程TCP/UDP端口转发 (2.1+) * 本地/远程TCP/UDP端口转发 (2.1+)
* 支持KCP协议 (2.3+) * Shadowsocks协议 (UDP: 2.4+)
* KCP协议 (2.3+)
* TCP透明代理 (2.3+) * TCP透明代理 (2.3+)
* HTTP2通道 (2.4+) * HTTP2通道 (2.4+)
* SSH通道 (2.4+) * SSH通道 (2.4+)

View File

@ -10,9 +10,10 @@ Features
* Standard HTTP/HTTPS/HTTP2/SOCKS4(A)/SOCKS5 proxy protocols support * Standard HTTP/HTTPS/HTTP2/SOCKS4(A)/SOCKS5 proxy protocols support
* TLS encryption via negotiation support for SOCKS5 proxy * TLS encryption via negotiation support for SOCKS5 proxy
* Tunnel UDP over TCP * Tunnel UDP over TCP
* Shadowsocks protocol support (UDP: 2.4+) * Permission control
* Local/remote TCP/UDP port forwarding (2.1+) * Local/remote TCP/UDP port forwarding (2.1+)
* KCP protocol support (2.3+) * Shadowsocks protocol (UDP: 2.4+)
* KCP protocol (2.3+)
* Transparent TCP proxy (2.3+) * Transparent TCP proxy (2.3+)
* HTTP2 tunnel (2.4+) * HTTP2 tunnel (2.4+)
* SSH tunnel (2.4+) * SSH tunnel (2.4+)