一、网络测试
1.测速
bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)
SuperSpeed 全面测速版
bash <(curl -Lso- https://git.io/Jlkmw)
2.网络回程
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
检测VPS回程国内三网路由:
curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash
流媒体解锁测试
wget -O mt.sh https://raw.githubusercontent.com/BlueSkyXN/ChangeSource/master/mt.sh && chmod +x mt.sh && clear && ./mt.sh
3.BBR
bash <(curl -Lso- https://git.io/kernel.sh)
二、性能测试
yabs测试脚本
wget -qO- yabs.sh | bash
融合怪测评脚本
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
SuperBench测试脚本
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
三、工具类
科技lion
bash <(curl -sL kejilion.sh)
综合工具箱
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/armbox.sh && chmod +x box.sh && clear && ./box.sh
八合一脚本
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
Xray 搭建
bash <(curl -sL https://raw.githubusercontent.com/daveleung/hijkpw-scripts-mod/main/xray_mod1.sh)
WARP
bash <(wget -qO- https://raw.githubusercontent.com/yonggekkk/warp-yg/main/CFwarp.sh)
tcp优化加速脚本
wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh
评论区