一些常用的VPS脚本

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

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注