- 多端口监听
- 多级转发链
- 多协议支持
- TCP/UDP端口转发
- 反向代理和隧道
- TCP/UDP透明代理
- DNS解析和代理
- TUN/TAP设备与TUN2SOCKS
- 负载均衡
- 路由控制
- 准入控制
- 限速限流
- 插件系统
- Prometheus监控指标
- 动态配置
- Web API
- GUI/WebUI
GOST作为隧道有三种主要使用方式。
作为代理服务访问网络,可以组合使用多种协议组成转发链进行转发。
将一个服务的端口映射到另外一个服务的端口,同样可以组合使用多种协议组成转发链进行转发。
利用隧道和内网穿透将内网服务暴露到公网访问。
https://github.com/go-gost/gost/releases
从 Releases 下载对应架构的安装包(amd64、amd64v3、arm64):
# Debian/Ubuntu
sudo apt install ./gost_<version>_linux_amd64.deb
# RHEL/Fedora
sudo dnf install ./gost_<version>_linux_amd64.rpmamd64v3 包需要支持 AVX2 的 CPU(x86-64-v3),否则请使用 amd64。
安装包附带 systemd 服务,但不会自动启用:先创建 /etc/gost/gost.yml(示例见 /usr/share/doc/gost/examples/gost.yml),再执行 sudo systemctl enable --now gost。未提供配置文件时该服务会被跳过,而不是报错。
# 安装最新版本 [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)git clone https://github.com/go-gost/gost.git
cd gost/cmd/gost
go build
docker run --rm gogost/gost -V
hamid-nazari/ShadowsocksGostPlugin
Wiki站点:https://gost.run
YouTube: https://www.youtube.com/@gost-tunnel
Telegram:https://t.me/gogost
Google讨论组:https://groups.google.com/d/forum/go-gost
旧版入口:v2.gost.run



