curl -sSL https://get.docker.com | bash
service docker restart
- 如果提示-bash: curl: command not found,需要安装 apt-get install curl -y
- 中转机配置
docker run -d –name=gost –net=host –restart=always ginuerzh/gost -L=tcp://:中转/127.0.0.1:ssr/v2 -L=udp://:中转/127.0.0.1:ssr/v2 -F=ws://落地:传输
- 落地机配置
docker run -d –name=gost –net=host –restart=always ginuerzh/gost -L=ws://:传输
- 项目地址 Github