Go to file
2023-09-15 23:47:01 +08:00
.github/workflows go1.20 2023-02-04 18:48:20 +08:00
cmd/gost add async option for dns handler 2023-04-14 19:17:10 +08:00
.gitignore update .gitignore 2023-01-31 19:36:10 +08:00
.goreleaser.yaml add UDP support for reverse proxy tunnel 2023-02-02 19:20:22 +08:00
docker-compose.yaml fix probe resistance 2022-01-11 17:30:46 +08:00
Dockerfile go1.20 2023-02-04 18:48:20 +08:00
go.mod Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 2023-09-15 23:44:45 +08:00
go.sum Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 2023-09-15 23:44:45 +08:00
gost.yml add hop 2022-09-22 18:59:56 +08:00
install.sh check root 2023-09-15 23:47:01 +08:00
LICENSE add license 2021-07-06 09:52:51 +08:00
Makefile add support for linux/amd64v3, windows/amd64v3 2022-10-07 09:27:22 +08:00
README_en.md add plugin system 2023-04-18 20:55:04 +08:00
README.md add plugin system 2023-04-18 20:55:04 +08:00

GO Simple Tunnel

A simple security tunnel written in golang

Features

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 run --rm gogost/gost -V

Shadowsocks Android

xausky/ShadowsocksGostPlugin