wen-long / RegionRestrictionCheck

A bash script to check if your VPS's IP is available for various OTT platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sponsor

For English user please see

脚本介绍

本脚本基于CoiaPrant/MediaUnlock_Test代码进行修改

支持OS/Platform:CentOS 6+, Ubuntu 14.04+, Debian 8+, MacOS, Android with Termux

iOS运行方法请参考此处

使用方法

使用脚本前请确认curl已安装

bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh)
只检测IPv4结果:
bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh) -M 4
只检测IPv6结果:
bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh) -M 6
指定检测的网卡名称:
bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh) -I eth0
选择脚本语言为英文:
bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh) -E

特别鸣谢

柠檬大佬,目前市面的流媒体解锁检测脚本都是从Lemonbench演化而来

onoc1yn 提供多架构docker解决方案及Hulu Cookies加密方案

About

A bash script to check if your VPS's IP is available for various OTT platforms

License:GNU Affero General Public License v3.0


Languages

Language:Shell 99.9%Language:Dockerfile 0.1%