.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