VPS常用测试脚本

VPS常用测试脚本

  • 2022-07-13
  • 20:06:00

#测试回程-详细

wget -qO- git.io/autobesttrace | bash

 

#回程测试

wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route

 

#媒体解锁

bash <(curl -L -s check.unlock.media)

 

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

 

#修改源

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

 

#测速

curl -Lso- bench.sh | bash

 

bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)

 

#回程测试

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

 

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

 

一键全测脚本

 

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

« 返回