- 一步搭建, 安装 Docker, Docker-compose, 下载 xrayr 和 web 运行文件
wget -O install.sh https://github.com/hello-world-1989/temp/raw/stable/docker-xrayr/install.sh && chmod +x install.sh && sudo sh install.sh
自定义 赞助商菜单, 请参考
https://github.com/hello-world-1989/temp/blob/main/Custom.md
-
cd ~/end-gfw && sudo dc ps
应该能看到 Up 状态, 如果不能,sudo dc logs
查看日志发送到电报群 -
防火墙放开 80, 443, 8081, 8880, 8886, 8888 (AWS联网自定义规则中8081,8880,8886,8888 可以简写为 8000-9000) 端口, 禁用 IPV6
-
访问 http://公共IPV4地址:8081 确认是否搭建成功, 将会自动上报到end-gfw.com网站
-
查看订阅链接 sub.txt
cat ~/end-gfw/sub.txt
-
更新
更新方法
cd end-gfw
wget -O docker-compose.yml https://github.com/hello-world-1989/temp/raw/stable/docker-xrayr/docker-compose.yml
sudo dc pull
sudo dc down
sudo dc up -d