分享一个强大的go语言编写的开源安全隧道工具GOST

分享一个强大的go语言编写的开源安全隧道工具GOST

GOST 是一个简单的安全隧道工具,由 Go 语言编写。它的主要使用方式包括正向代理、端口转发和反向代理。

800_auto

GOST 提供了二进制文件、安装脚本和源码编译方式的安装选项。

GOST支持多平台,二进制下载地址:https://github.com/go-gost/gost/releases

800_auto

安装

脚本

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

docker run --rm gogost/gost -V

同时还提供...

点击查看剩余70%

{{collectdata}}

网友评论