mirror of
https://github.com/go-gost/gost.git
synced 2026-06-04 21:01:10 +08:00
GO Simple Tunnel — 一个用 golang 编写的简单隧道
https://gost.run/
| .github/workflows | ||
| cmd/gost | ||
| .gitignore | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| gost.yml | ||
| LICENSE | ||
| Makefile | ||
| README_en.md | ||
| README.md | ||
GO Simple Tunnel
A simple security tunnel written in golang
Features
- Listening on multiple ports
- Multi-level forwarding chain
- Rich protocol
- TCP/UDP port forwarding
- TCP/UDP transparent proxy
- DNS resolver and proxy
- TUN/TAP device
- Load balancing
- Routing control
- Bandwidth/Rate Limiter
- Admission control
- Dynamic configuration
- Prometheus metrics
- Web API
- Web UI
Wiki: https://gost.run
Telegram: https://t.me/gogost
Google group: https://groups.google.com/d/forum/go-gost
Legacy version: v2.gost.run
Installation
Binary files
https://github.com/go-gost/gost/releases
From source
git clone https://github.com/go-gost/gost.git
cd gost/cmd/gost
go build
Docker
docker pull gogost/gost