Go to file
2023-09-21 21:55:23 +08:00
.github/workflows go1.20 2023-02-04 18:48:20 +08:00
cmd/gost add unix/serial dialer and connector 2023-09-18 23:18:27 +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 add client addr for auth plugin 2023-09-21 20:01:25 +08:00
go.sum update go.sum 2023-09-21 21:55:23 +08:00
gost.yml add hop 2022-09-22 18:59:56 +08:00
install.sh update 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 recorder for serial handler 2023-09-18 09:43:44 +08:00
README.md update README.md 2023-09-17 00:23:11 +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

install script

# install latest from [https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh) --install
# select version for install 
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh)

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