海外服务器常用一键测试脚本
1. BBR 安装
1 2 3 4 5 6 7 8 9
|
CentOS:yum install ca-certificates wget -y && update-ca-trust force-enable Debian/Ubuntu:apt-get install ca-certificates wget -y && update-ca-certificates
wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
wget -N "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
|
2. NetFlix 解锁检测
1 2 3 4 5 6 7
|
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_mips && chmod +x nf && ./nf
|
3. DisneyPlus 解锁检测
1 2
| wget -O dp https://github.com/sjlleo/VerifyDisneyPlus/releases/download/1.01/dp_1.01_linux_amd64 && chmod +x dp && clear && ./dp
|
4. 流媒体平台及游戏区域限制综合检测
1 2 3
|
bash <(curl -L -s check.unlock.media)
|
5. 网络测速
1
| wget -qO- bench.sh | bash
|
6. 性能测试
1
| curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
|
7. 回程路由测试
1
| wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/goback.sh && bash goback.sh
|
8. 硬件信息查看
1
| wget -q https://github.com/Aniverse/A/raw/i/a && bash a
|