- BBR 安装
# CentOS 6+、Debian 8+、Ubuntu 14+ # 预先准备 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
- NetFlix 解锁检测
# https://github.com/sjlleo/netflix-verify # x86_64 wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf # arm64 wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf # mips wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_mips && chmod +x nf && ./nf
- DisneyPlus 解锁检测
# https://github.com/sjlleo/VerifyDisneyPlus wget -O dp https://github.com/sjlleo/VerifyDisneyPlus/releases/download/1.01/dp_1.01_linux_amd64 && chmod +x dp && clear && ./dp
- 流媒体平台及游戏区域限制综合检测
# https://github.com/lmc999/RegionRestrictionCheck # x86_64 bash <(curl -L -s check.unlock.media)
- 网络测速
wget -qO- bench.sh | bash
- 性能测试
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
- 回程路由测试
wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/goback.sh && bash goback.sh
- 硬件信息查看
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
海外服务器常用一键测试脚本
Kinoko·2022-05-03·5132 次阅读
Comments | NOTHING