go-gost/gost
Fork: 755 Star: 6750 (更新于 2026-05-08 16:17:26)
license: MIT
Language: Go .
GO Simple Tunnel - a simple tunnel written in golang
最后发布版本: v3.2.7-nightly.20260426 ( 2026-04-26 23:45:30)
GO Simple Tunnel
GO语言实现的安全隧道
功能特性
- 多端口监听
- 多级转发链
- 多协议支持
- TCP/UDP端口转发
- 反向代理和隧道
- TCP/UDP透明代理
- DNS解析和代理
- TUN/TAP设备与TUN2SOCKS
- 负载均衡
- 路由控制
- 准入控制
- 限速限流
- 插件系统
- Prometheus监控指标
- 动态配置
- Web API
- GUI/WebUI
概览

GOST作为隧道有三种主要使用方式。
正向代理
作为代理服务访问网络,可以组合使用多种协议组成转发链进行转发。

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

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

下载安装
二进制文件
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)
源码编译
git clone https://github.com/go-gost/gost.git
cd gost/cmd/gost
go build
Docker
docker run --rm gogost/gost -V
工具
GUI
WebUI
Shadowsocks Android插件
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
最近版本更新:(数据更新于 2026-05-03 18:06:28)
2026-04-26 23:45:30 v3.2.7-nightly.20260426
2026-04-22 23:57:38 v3.2.7-nightly.20260422
2025-11-22 23:37:26 v3.2.7-nightly.20251122
2025-11-22 23:21:51 v3.2.6
2025-10-11 23:31:19 v3.2.6-nightly.20251011
2025-10-11 22:38:05 v3.2.5
2025-10-10 00:17:43 v3.2.5-nightly.20251009
2025-09-20 23:31:34 v3.2.5-nightly.20250920
2025-09-04 23:31:41 v3.2.5-nightly.20250904
2025-08-30 23:31:15 v3.2.5-nightly.20250830
主题(topics):
golang http https shadowsocks socks5 grpc http2 http3 quic reverse-proxy websocket ssh dns tunnel tun2socks dtls icmp-tunnel kcp socks4a tuntap
go-gost/gost同语言 Go最近更新仓库
2026-05-09 15:27:08 casdoor/casdoor
2026-05-08 22:47:04 DataDog/helm-charts
2026-05-08 20:02:25 IBM/fp-go
2026-05-08 17:34:02 gotd/td
2026-05-08 15:15:05 matrixorigin/matrixone
2026-05-08 15:06:17 evcc-io/evcc
