站点图标 Linux-技术共享

国外VPS流媒体解锁检测一键脚本

国外VPS流媒体解锁检测一键脚本:(检测解锁Tiktok、iqiyi、Netflix、Dazn、Youtube、Steam等)
注意事项:在执行前请先确保安装了curl,安装命令如下:
Centos:yum install -y curl bind-utils wget screen unzip zip xz-utils openssl gawk file
Debian/Ubuntu:apt install -y curl bind-utils wget screen unzip zip xz-utils openssl gawk file
今天分享一个基本覆盖全球热门区域范围内的主流流媒体解锁查询一键脚本,满足大家检测购买的VPS是否支持流媒体解锁和支持哪些地区的流媒体解锁需求。

一键脚本:
bash <(curl -L -s https://git.io/JRw8R)

只检测IPv4结果:
bash <(curl -L -s https://git.io/JRw8R) -M 4

只检测IPv6结果:
bash <(curl -L -s https://git.io/JRw8R) -M 6

指定检测的网卡名称:
bash <(curl -L -s https://git.io/JRw8R) -I eth0

选择脚本语言为英文:
bash <(curl -L -s https://git.io/JRw8R) -L e

或者直接运行以下Docker命令 (兼容ARM架构)
docker run --rm -ti --net=host lmc999/regioncheck && docker rmi lmc999/regioncheck

 

退出移动版