Go to file
2022-03-18 21:20:27 +08:00
.github/workflows update registry 2022-02-27 22:32:15 +08:00
cmd/gost update dependency 2022-03-17 22:59:58 +08:00
.gitignore add http2 tunnel 2021-12-15 15:19:19 +08:00
docker-compose.yaml fix probe resistance 2022-01-11 17:30:46 +08:00
Dockerfile move pkg to github.com/go-gost/core 2022-03-16 20:38:26 +08:00
go.mod update README.md 2022-03-18 21:20:27 +08:00
go.sum update README.md 2022-03-18 21:20:27 +08:00
gost.yml update README.md 2022-03-18 21:20:27 +08:00
LICENSE add license 2021-07-06 09:52:51 +08:00
Makefile update Dockerfile 2022-02-23 22:25:52 +08:00
README.md update README.md 2022-03-18 21:20:27 +08:00

GO Simple Tunnel

GO语言实现的安全隧道

功能特性

  • 多端口监听
  • 支持转发链,并支持多级转发
  • 支持多种协议(HTTPHTTPSHTTP2SOCKS5WebsocketQUIC...)
  • 本地/远程TCP/UDP端口转发
  • DNS解析和代理
  • TUN/TAP设备
  • 负载均衡
  • 路由控制
  • 动态配置
  • Prometheus Metrics
  • Web API
  • Web UI

下载安装

二进制文件

https://github.com/go-gost/gost/releases

源码编译

git clone https://github.com/go-gost/gost.git
cd gost/cmd/gost
go build

Docker

docker pull gogost/gost

Shadowsocks Android插件

xausky/ShadowsocksGostPlugin

问题建议

提交Issue: https://github.com/go-gost/gost/issues

Telegram讨论群: https://t.me/gogost

Google讨论组: https://groups.google.com/d/forum/go-gost