文章目录[隐藏]
Superspeed.sh 完整版教程
bash <(curl -Lso- https://git.io/superspeed)
效果图如下:
Superspeed.sh 简洁版教程
Superspeed.sh简化版默认三网测速,不能选择单个节点测速。
wget -qO- git.io/superspeed.sh | bash
效果图如下:
蜗牛修改版
两个版本,一个测试国内节点,另一个测试国外节点。
国内节点脚本
wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash #或 curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash
国际节点脚本
wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash #或 curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash
GitHub 地址:
- 完整版脚本地址:https://github.com/ernisn/superspeed
- 简洁版脚本地址:https://github.com/zq/superspeed