GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
https://github.com/ginuerzh/gost/releases 源码编译 git clone https://github.com/ginuerzh/gost.gitcdgost/cmd/gost go build Docker docker run --rm ginuerzh/gost -V Homebrew brew install gost Ubuntu商店 sudo snap install core sudo snap install gost ...
Windows安装 首先下载需要的Windows版本程序:https://github.com/ginuerzh/gost/releases压缩包解压后将得到的exe后缀文件移动到C盘根目录下 然后打开系统CMD(命令提示符)输入以下命令开始运行: # 切换到C盘根目录 cd / # 开始转发 gost-windows-amd64.exe -L=tcp://:本地使用端口/远程服务IP:远程服务端口 # ...
分别通过SSH命令进入阿里云ECS后台,执行如下命令安装GOST(可以去https://github.com/go-gost/gost/releases下载适合主机架构的版本;如果安装过慢,也可以下载到本地再上传到ECS) wget https://github.com/go-gost/gost/releases/download/v3.0.0-nightly.20231202/gost_3.0.0-nightly.20231202_linux_amd64.tar.gz ...
分别通过SSH命令进入阿里云ECS后台,执行如下命令安装GOST(可以去https://github.com/go-gost/gost/releases下载适合主机架构的版本;如果安装过慢,也可以下载到本地再上传到ECS) wget https://github.com/go-gost/gost/releases/download/v3.0.0-nightly.20231202/gost_3.0.0-nightly.20231202_linux_amd64.tar.gz ...
https://github.com/ginuerzh/gost最新版下载在这里 https://github.com/ginuerzh/gost/releases Gost 隧道需要两端,即服务端与客户端才能组成一条加密隧道, 所以需要一台境外服务器做服务端,同时在你的本地也需要一台客户端(可以是矿机本身,也可以是任意一台能运行 Gost 的机器,包括Docker容器)服务端和客户端...
wget -N https://ghp.ci/https://raw.githubusercontent.com/qqrrooty/EZrealm/main/CN/realm.sh && chmod +x realm.sh && ./realm.sh 再次启动脚本 ./realm.sh 如若更新脚本,请先删除脚本(不需要卸载),再运行安装脚本 rm realm.sh 仓库:https://github.com/qqrrooty/EZrealm...
一台安装有比特彗星客户端的电脑。简称B。 软件: frp(fast reverse proxy),务必从官网下载:fatedier/frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. (github.com) gost(GO Simple Tunnel),务必从官网下载:ginuerzh/gost: GO Simple Tunnel - a...
"github.com/go-log/log" ) var ( // ErrEmptyChain is an error that implies the chain is empty. ErrEmptyChain = errors.New("empty chain") ) // Chain is a proxy chain that holds a list of proxy node groups. type Chain struct { isRoute bool Retries int nodeGroups []*...
"time" "github.com/go-gost/relay" "github.com/go-log/log" ) type relayConnector struct { user *url.Userinfo remoteAddr string } // RelayConnector creates a Connector for TCP/UDP data relay.func RelayConnector(user *url.Userinfo) Connector { ...