Go to file
2022-07-29 22:59:42 +08:00
.github/workflows update registry 2022-02-27 22:32:15 +08:00
cmd/gost update metrics usage 2022-07-29 21:21:39 +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 add standard socks5 udp relay 2022-07-29 22:59:42 +08:00
go.sum add standard socks5 udp relay 2022-07-29 22:59:42 +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_en.md fix resolver for ipv6 2022-05-01 20:56:08 +08:00
README.md fix resolver for ipv6 2022-05-01 20:56:08 +08:00

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
  • 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

Shadowsocks Android

xausky/ShadowsocksGostPlugin