测试脚本

VPS融合怪” 是目前中文VPS圈子里最受欢迎的综合性能测试脚本之一(也叫 ECS融合怪),它把YABS、LemonBench、回程路由、三网测速、流媒体解锁、IP质量检测、CPU/内存/硬盘跑分 等一大堆测试“融合”在一起,一键跑完,省时省力。

Go版融合怪

# 国内用户(推荐,加速快)
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh

# 国际/无加速线路
curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh

经典Shell版

# GitLab加速(国内推荐)
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

# 或者用GitHub原版
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

---------------

curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh
chmod +x goecs.sh
./goecs.sh install
goecs

IP质量体检(IP Quality Check)的脚本,这是VPS用户很常用的工具之一,用来检测IP的纯净度、是否被标记为代理/数据中心、黑名单情况、解锁能力等,尤其适合买鸡后第一件事就是测IP。

bash <(curl -sL https://Check.Place) -I

面板脚本

233boy开放端口+流量狗节点控制

wget -O port-traffic-dog.sh https://raw.githubusercontent.com/zywe03/realm-xwPF/main/port-traffic-dog.sh && chmod +x port-traffic-dog.sh && ./port-traffic-dog.sh

github 仓库 realm-xwPF/port-traffic-dog-README.md at main · zywe03/realm-xwPF