update README

This commit is contained in:
ginuerzh
2022-04-04 21:01:58 +08:00
parent 1b31c80d2c
commit 4b88c240f8
3 changed files with 18 additions and 8 deletions

View File

@ -1,24 +1,34 @@
# GO Simple Tunnel
## GO语言实现的安全隧道
### GO语言实现的安全隧道
## 功能特性
- [x] 多端口监听
- [x] 支持转发链,并支持多级转发
- [x] 支持多种协议(HTTPHTTPSHTTP2SOCKS5WebsocketQUIC...)
- [x] 本地/远程TCP/UDP端口转发
- [x] 多级转发
- [x] 多协议支持
- [x] TCP/UDP端口转发
- [x] TCP/UDP透明代理
- [x] DNS解析和代理
- [x] TUN/TAP设备
- [x] 负载均衡
- [x] 路由控制
- [x] 动态配置
- [x] Prometheus Metrics
- [x] Prometheus监控指标
- [x] Web API
- [ ] Web UI
Wiki站点[https://latest.gost.run](https://latest.gost.run)
Telegram讨论群[https://t.me/gogost](https://t.me/gogost)
Google讨论组[https://groups.google.com/d/forum/go-gost](https://groups.google.com/d/forum/go-gost)
旧版入口:[v2.gost.run](https://v2.gost.run)
## 下载安装
### 二进制文件
[https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)