我们选择的云服务器并非都是用来架设网站的,也有是用来外贸业务云端办公的,包括流媒体支持业务的。这里,我们看到有服务商介绍的服务器IP原生以及家宅网络的,但是也需要测试是否真的支持。这里可以用脚本测试看看这些云服务器VPS是否支持我们需要的流媒体平台。

脚本1:

Debian:

apt install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")


CentOS:

yum install epel-release
yum install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")


脚本2:

bash <(curl -sSL "https://git.io/JswGm")


脚本3:

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