From 2c29028a3bec39bfe9e305bb15069c954642c077 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Wed, 14 Sep 2022 21:13:11 +0800 Subject: [PATCH] update README --- README.md | 25 +++++++++++++------------ README_en.md | 25 +++++++++++++------------ 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 1db7603..7b27c7a 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,20 @@ ## 功能特性 -- [x] 多端口监听 -- [x] 多级转发链 +- [x] [多端口监听](https://gost.run/getting-started/quick-start/) +- [x] [多级转发链](https://gost.run/concepts/chain/) - [x] 多协议支持 -- [x] TCP/UDP端口转发 -- [x] TCP/UDP透明代理 -- [x] DNS解析和代理 -- [x] TUN/TAP设备 -- [x] 负载均衡 -- [x] 路由控制 -- [x] 准入控制 -- [x] 动态配置 -- [x] Prometheus监控指标 -- [x] Web API +- [x] [TCP/UDP端口转发](https://gost.run/tutorials/port-forwarding/) +- [x] [TCP/UDP透明代理](https://gost.run/tutorials/redirect/) +- [x] DNS[解析](https://gost.run/concepts/resolver/)和[代理](https://gost.run/tutorials/dns/) +- [x] [TUN/TAP设备](https://gost.run/tutorials/tuntap/) +- [x] [负载均衡](https://gost.run/concepts/selector/) +- [x] [路由控制](https://gost.run/concepts/bypass/) +- [x] [限速限流](https://gost.run/concepts/limiter/) +- [x] [准入控制](https://gost.run/concepts/admission/) +- [x] [动态配置](https://gost.run/tutorials/api/config/) +- [x] [Prometheus监控指标](https://gost.run/tutorials/metrics/) +- [x] [Web API](https://gost.run/tutorials/api/overview/) - [ ] Web UI Wiki站点:[https://gost.run](https://gost.run) diff --git a/README_en.md b/README_en.md index bb2f414..98837aa 100644 --- a/README_en.md +++ b/README_en.md @@ -4,19 +4,20 @@ ## Features -- [x] Listening on multiple ports -- [x] Multi-level forwarding chain. +- [x] [Listening on multiple ports](https://gost.run/en/getting-started/quick-start/) +- [x] [Multi-level forwarding chain](https://gost.run/en/concepts/chain/) - [x] Rich protocol -- [x] TCP/UDP port forwarding -- [x] TCP/UDP transparent proxy -- [x] DNS resolver and proxy -- [x] TUN/TAP device -- [x] Load balancing -- [x] Routing control -- [x] Admission control -- [x] Dynamic configuration -- [x] Prometheus metrics -- [x] Web API +- [x] [TCP/UDP port forwarding](https://gost.run/en/tutorials/port-forwarding/) +- [x] [TCP/UDP transparent proxy](https://gost.run/en/tutorials/redirect/) +- [x] DNS [resolver](https://gost.run/en/concepts/resolver/) and [proxy](https://gost.run/en/tutorials/dns/) +- [x] [TUN/TAP device](https://gost.run/en/tutorials/tuntap/) +- [x] [Load balancing](https://gost.run/en/concepts/selector/) +- [x] [Routing control](https://gost.run/en/concepts/bypass/) +- [x] [Bandwidth/Rate Limiter](https://gost.run/en/concepts/limiter/) +- [x] [Admission control](https://gost.run/en/concepts/limiter/) +- [x] [Dynamic configuration](https://gost.run/en/tutorials/api/config/) +- [x] [Prometheus metrics](https://gost.run/en/tutorials/metrics/) +- [x] [Web API](https://gost.run/en/tutorials/api/overview/) - [ ] Web UI Wiki: [https://gost.run](https://gost.run/en/)