|
|
|
@ -1,4 +1,4 @@ |
|
|
|
gost - GO Simple Tunnel |
|
|
|
GO Simple Tunnel |
|
|
|
====== |
|
|
|
|
|
|
|
### GO语言实现的安全隧道 |
|
|
|
@ -13,27 +13,29 @@ gost - GO Simple Tunnel |
|
|
|
|
|
|
|
[English README](README_en.md) |
|
|
|
|
|
|
|
### !!!!! |
|
|
|
|
|
|
|
特性 |
|
|
|
------ |
|
|
|
|
|
|
|
* 多端口监听 |
|
|
|
* 可设置转发代理,支持多级转发(代理链) |
|
|
|
* 支持标准HTTP/HTTPS/HTTP2/SOCKS4(A)/SOCKS5代理协议 |
|
|
|
* Web代理支持[探测防御](https://docs.ginuerzh.xyz/gost/probe_resist/) |
|
|
|
* [支持多种隧道类型](https://docs.ginuerzh.xyz/gost/configuration/) |
|
|
|
* [SOCKS5代理支持TLS协商加密](https://docs.ginuerzh.xyz/gost/socks/) |
|
|
|
* [Tunnel UDP over TCP](https://docs.ginuerzh.xyz/gost/socks/) |
|
|
|
* [TCP/UDP透明代理](https://docs.ginuerzh.xyz/gost/redirect/) |
|
|
|
* [本地/远程TCP/UDP端口转发](https://docs.ginuerzh.xyz/gost/port-forwarding/) |
|
|
|
* [支持Shadowsocks(TCP/UDP)协议](https://docs.ginuerzh.xyz/gost/ss/) |
|
|
|
* [支持SNI代理](https://docs.ginuerzh.xyz/gost/sni/) |
|
|
|
* [权限控制](https://docs.ginuerzh.xyz/gost/permission/) |
|
|
|
* [负载均衡](https://docs.ginuerzh.xyz/gost/load-balancing/) |
|
|
|
* [路由控制](https://docs.ginuerzh.xyz/gost/bypass/) |
|
|
|
* DNS[解析](https://docs.ginuerzh.xyz/gost/resolver/)和[代理](https://docs.ginuerzh.xyz/gost/dns/) |
|
|
|
* [TUN/TAP设备](https://docs.ginuerzh.xyz/gost/tuntap/) |
|
|
|
|
|
|
|
Wiki站点: <https://docs.ginuerzh.xyz/gost/> |
|
|
|
* Web代理支持[探测防御](https://v2.gost.run/probe_resist/) |
|
|
|
* [支持多种隧道类型](https://v2.gost.run/configuration/) |
|
|
|
* [SOCKS5代理支持TLS协商加密](https://v2.gost.run/socks/) |
|
|
|
* [Tunnel UDP over TCP](https://v2.gost.run/socks/) |
|
|
|
* [TCP/UDP透明代理](https://v2.gost.run/redirect/) |
|
|
|
* [本地/远程TCP/UDP端口转发](https://v2.gost.run/port-forwarding/) |
|
|
|
* [支持Shadowsocks(TCP/UDP)协议](https://v2.gost.run/ss/) |
|
|
|
* [支持SNI代理](https://v2.gost.run/sni/) |
|
|
|
* [权限控制](https://v2.gost.run/permission/) |
|
|
|
* [负载均衡](https://v2.gost.run/load-balancing/) |
|
|
|
* [路由控制](https://v2.gost.run/bypass/) |
|
|
|
* DNS[解析](https://v2.gost.run/resolver/)和[代理](https://v2.gost.run/dns/) |
|
|
|
* [TUN/TAP设备](https://v2.gost.run/tuntap/) |
|
|
|
|
|
|
|
Wiki站点: [v2.gost.run](https://v2.gost.run) |
|
|
|
|
|
|
|
Telegram讨论群: <https://t.me/gogost> |
|
|
|
|
|
|
|
|