目 录CONTENT

文章目录
VPS

VPS测试 (脚本合集)

阿尘Joueur
2022-10-19 / 0 评论 / 1 点赞 / 162 阅读 / 86 字 / 正在检测是否收录...
温馨提示:
本文最后更新于 2024-03-11,若内容或图片失效,请留言反馈。部分素材来自网络,若不小心影响到您的利益,请联系我们删除。
广告 广告

流媒体解锁测试

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

image-20221019161045173

三网回程延迟测试

wget -qO- git.io/besttrace | bash

image-20221019161208182

三网回程测试

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

image-20221019161659443

三网测速

bash <(curl -Lso- https://git.io/superspeed_uxh)

image-20221019162323253

测速命令

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

image-20221019163952829

1
广告 广告

评论区