GO Simple Tunnel - a simple tunnel written in golang
 
 
 
 
 
Go to file
Cursor Agent 6b952ae8b9 Bump Go version and update dependencies
Co-authored-by: pore25checker <pore25checker@icloud.com>
2025-10-28 09:02:37 +00:00
.github/workflows add new web APIs 2025-06-25 21:31:22 +08:00
cmd/gost get real client IP from request 2025-07-15 20:21:52 +08:00
x@a0c46cec6e Bump Go version and update dependencies 2025-10-28 09:02:37 +00:00
.gitignore update .gitignore 2023-01-31 19:36:10 +08:00
.goreleaser.yaml goreleaser: added linux/loong64 2025-06-28 18:13:45 +08:00
Dockerfile add new web APIs 2025-06-25 21:31:22 +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.md get real client IP from request 2025-07-15 20:21:52 +08:00
README_en.md get real client IP from request 2025-07-15 20:21:52 +08:00
go.mod Bump Go version and update dependencies 2025-10-28 09:02:37 +00:00
go.sum Bump Go version and update dependencies 2025-10-28 09:02:37 +00:00
gost Bump Go version and update dependencies 2025-10-28 09:02:37 +00:00
gost.yml add hop 2022-09-22 18:59:56 +08:00
install.sh enable riscv64 in install.sh 2025-06-27 23:36:31 +08:00

README_en.md

GO Simple Tunnel

A simple security tunnel written in golang

en zh

Features

Overview

Overview

There are three main ways to use GOST as a tunnel.

Proxy

As a proxy service to access the network, multiple protocols can be used in combination to form a forwarding chain for traffic forwarding.

Proxy

Port Forwarding

Mapping the port of one service to the port of another service, you can also use a combination of multiple protocols to form a forwarding chain for traffic forwarding.

Forward

Reverse Proxy

Use tunnel and intranet penetration to expose local services behind NAT or firewall to public network for access.

Reverse Proxy

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

Tools

GUI

go-gost/gostctl

WebUI

go-gost/gost-ui

Shadowsocks Android

hamid-nazari/ShadowsocksGostPlugin

Support

Wiki: https://gost.run

YouTube: https://www.youtube.com/@gost-tunnel

Telegram: https://t.me/gogost

Google group: https://groups.google.com/d/forum/go-gost

Legacy version: v2.gost.run