登录后台

页面导航

本文编写于 1124 天前,最后修改于 1124 天前,其中某些信息可能已经过时。

安装 gost

wget -N --no-check-certificate https://github.com/ginuerzh/gost/releases/download/v2.11.0/gost-linux-amd64-2.11.0.gz && gzip -d gost-linux-amd64-2.11.0.gz


mv gost-linux-amd64-2.11.0 gost

chmod +x gost

落地机:

./gost -D -L "ws://:8080?path=/ws&rbuf=4096&wbuf=4096&compression=false"

中转机

./gost -L=:本地端口/落地IP:落地端口 -F=ws://落地IP:8080/ws


博主已关闭本页面的评论功能