1.新鸡初始化,安装环境
#centos
yum -y install wget curl openssl tar
#Ubuntu/debian
apt-get -y install wget curl openssl tar
2.流媒体检测
#通用
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
#ARM架构不可用
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf -method full
3.三网测速
bash <(curl -Lso- http://yun.789888.xyz/speedtest.sh)
4.回程测试
curl http://yun.789888.xyz/test.sh|bash