融合怪评脚本
部分服务器运行测试有普遍bug一键修复重新测试
一键修复各种系统修复bug的仓库:
https://github.com/spiritLHLS/one-click-installation-script
如若还有系统bug请到上面仓库的问题反馈,脚本BUG该仓库问题反馈
更新
2023年12月18日
- 修复纯IPV6测试的情况下,回程路由测试无效的情况,替换广东仍能使用的IPV6网关作为回程测试的目标地址
更新历史日志:跳转
融合怪命令
交互形式
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或
bash <(wget -qO- bash.spiritlhl.net/ecs)
无交互形式-参数模式
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
或
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
或通过
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh
下载文件后使用类似
bash ecs.sh -m 1
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END