update README
This commit is contained in:
parent
3b0a2f1bae
commit
969db8691b
39
README.md
39
README.md
@ -14,8 +14,6 @@
|
|||||||
- [x] [TCP/UDP透明代理](https://gost.run/tutorials/redirect/)
|
- [x] [TCP/UDP透明代理](https://gost.run/tutorials/redirect/)
|
||||||
- [x] DNS[解析](https://gost.run/concepts/resolver/)和[代理](https://gost.run/tutorials/dns/)
|
- [x] DNS[解析](https://gost.run/concepts/resolver/)和[代理](https://gost.run/tutorials/dns/)
|
||||||
- [x] [TUN/TAP设备](https://gost.run/tutorials/tuntap/)
|
- [x] [TUN/TAP设备](https://gost.run/tutorials/tuntap/)
|
||||||
- [x] [Unix域套接字重定向](https://gost.run/tutorials/unix/)
|
|
||||||
- [x] [串口重定向](https://gost.run/tutorials/serial/)
|
|
||||||
- [x] [负载均衡](https://gost.run/concepts/selector/)
|
- [x] [负载均衡](https://gost.run/concepts/selector/)
|
||||||
- [x] [路由控制](https://gost.run/concepts/bypass/)
|
- [x] [路由控制](https://gost.run/concepts/bypass/)
|
||||||
- [x] [准入控制](https://gost.run/concepts/admission/)
|
- [x] [准入控制](https://gost.run/concepts/admission/)
|
||||||
@ -26,24 +24,38 @@
|
|||||||
- [x] [Web API](https://gost.run/tutorials/api/overview/)
|
- [x] [Web API](https://gost.run/tutorials/api/overview/)
|
||||||
- [ ] Web UI
|
- [ ] Web UI
|
||||||
|
|
||||||
Wiki站点:[https://gost.run](https://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)
|
GOST作为隧道有三种主要使用方式。
|
||||||
|
|
||||||
旧版入口:[v2.gost.run](https://v2.gost.run)
|
### 正向代理
|
||||||
|
|
||||||
|
作为代理服务访问网络,可以组合使用多种协议组成转发链进行转发。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 端口转发
|
||||||
|
|
||||||
|
将一个服务的端口映射到另外一个服务的端口,同样可以组合使用多种协议组成转发链进行转发。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 反向代理
|
||||||
|
|
||||||
|
利用隧道和内网穿透将内网服务暴露到公网访问。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 下载安装
|
## 下载安装
|
||||||
|
|
||||||
|
|
||||||
### 二进制文件
|
### 二进制文件
|
||||||
|
|
||||||
[https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
|
[https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
|
||||||
|
|
||||||
### 安装脚本
|
### 安装脚本
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 安装最新版本 [https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
|
# 安装最新版本 [https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
|
||||||
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh) --install
|
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh) --install
|
||||||
@ -53,7 +65,6 @@ bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh) --insta
|
|||||||
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh)
|
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### 源码编译
|
### 源码编译
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -71,3 +82,13 @@ docker run --rm gogost/gost -V
|
|||||||
### Shadowsocks Android插件
|
### Shadowsocks Android插件
|
||||||
|
|
||||||
[xausky/ShadowsocksGostPlugin](https://github.com/xausky/ShadowsocksGostPlugin)
|
[xausky/ShadowsocksGostPlugin](https://github.com/xausky/ShadowsocksGostPlugin)
|
||||||
|
|
||||||
|
## 帮助与支持
|
||||||
|
|
||||||
|
Wiki站点:[https://gost.run](https://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)
|
||||||
|
37
README_en.md
37
README_en.md
@ -12,8 +12,6 @@
|
|||||||
- [x] [TCP/UDP transparent proxy](https://gost.run/en/tutorials/redirect/)
|
- [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] 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] [TUN/TAP device](https://gost.run/en/tutorials/tuntap/)
|
||||||
- [x] [Unix Domain Socket Redirector](https://gost.run/en/tutorials/unix/)
|
|
||||||
- [x] [Serial Port Redirector](https://gost.run/en/tutorials/serial/)
|
|
||||||
- [x] [Load balancing](https://gost.run/en/concepts/selector/)
|
- [x] [Load balancing](https://gost.run/en/concepts/selector/)
|
||||||
- [x] [Routing control](https://gost.run/en/concepts/bypass/)
|
- [x] [Routing control](https://gost.run/en/concepts/bypass/)
|
||||||
- [x] [Admission control](https://gost.run/en/concepts/limiter/)
|
- [x] [Admission control](https://gost.run/en/concepts/limiter/)
|
||||||
@ -24,17 +22,32 @@
|
|||||||
- [x] [Web API](https://gost.run/en/tutorials/api/overview/)
|
- [x] [Web API](https://gost.run/en/tutorials/api/overview/)
|
||||||
- [ ] Web UI
|
- [ ] Web UI
|
||||||
|
|
||||||
Wiki: [https://gost.run](https://gost.run/en/)
|
## Overview
|
||||||
|
|
||||||
Telegram: [https://t.me/gogost](https://t.me/gogost)
|

|
||||||
|
|
||||||
Google group: [https://groups.google.com/d/forum/go-gost](https://groups.google.com/d/forum/go-gost)
|
There are three main ways to use GOST as a tunnel.
|
||||||
|
|
||||||
Legacy version: [v2.gost.run](https://v2.gost.run/en/)
|
### Proxy
|
||||||
|
|
||||||
|
As a proxy service to access the network, multiple protocols can be used in combination to form a forwarding chain for traffic forwarding.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Port Forwarding
|
||||||
|
|
||||||
|
Mapping the port of one service to the port of another service, you can also use a combination of multiple protocols to form a forwarding chain for traffic forwarding.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Reverse Proxy
|
||||||
|
|
||||||
|
Use tunnel and intranet penetration to expose local services behind NAT or firewall to public network for access.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
||||||
### Binary files
|
### Binary files
|
||||||
|
|
||||||
[https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
|
[https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
|
||||||
@ -67,3 +80,13 @@ docker run --rm gogost/gost -V
|
|||||||
### Shadowsocks Android
|
### Shadowsocks Android
|
||||||
|
|
||||||
[xausky/ShadowsocksGostPlugin](https://github.com/xausky/ShadowsocksGostPlugin)
|
[xausky/ShadowsocksGostPlugin](https://github.com/xausky/ShadowsocksGostPlugin)
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
Wiki: [https://gost.run](https://gost.run/en/)
|
||||||
|
|
||||||
|
Telegram: [https://t.me/gogost](https://t.me/gogost)
|
||||||
|
|
||||||
|
Google group: [https://groups.google.com/d/forum/go-gost](https://groups.google.com/d/forum/go-gost)
|
||||||
|
|
||||||
|
Legacy version: [v2.gost.run](https://v2.gost.run/en/)
|
||||||
|
Loading…
Reference in New Issue
Block a user