GO Simple Tunnel - a simple tunnel written in golang https://gost.run/
ginuerzh c41c5bf79a add routing rule for node | 1 day ago | |
---|---|---|
.github | 1 month ago | |
cmd | 3 weeks ago | |
.gitignore | 1 year ago | |
.goreleaser.yaml | 1 year ago | |
Dockerfile | 1 month ago | |
LICENSE | 3 years ago | |
Makefile | 2 years ago | |
README.md | 5 months ago | |
README_en.md | 5 months ago | |
go.mod | 1 day ago | |
go.sum | 1 day ago | |
gost.yml | 2 years ago | |
install.sh | 1 year ago |
GOST作为隧道有三种主要使用方式。
作为代理服务访问网络,可以组合使用多种协议组成转发链进行转发。
将一个服务的端口映射到另外一个服务的端口,同样可以组合使用多种协议组成转发链进行转发。
利用隧道和内网穿透将内网服务暴露到公网访问。
https://github.com/go-gost/gost/releases
# 安装最新版本 [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
# 选择要安装的版本
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh)
git clone https://github.com/go-gost/gost.git
cd gost/cmd/gost
go build
docker run --rm gogost/gost -V
Wiki站点:https://gost.run
YouTube: https://www.youtube.com/@gost-tunnel
Telegram:https://t.me/gogost
Google讨论组:https://groups.google.com/d/forum/go-gost
旧版入口:v2.gost.run