Skip to content

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

License

Notifications You must be signed in to change notification settings

ghostzyy/nfche

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

For English user please see

脚本介绍

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

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

iOS运行方法请参考此处

  • 优化了Disneyplus的判断准确性

使用方法

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

bash <(curl -L -s check.unlock.media)
只检测IPv4结果:
bash <(curl -L -s check.unlock.media) -M 4
只检测IPv6结果:
bash <(curl -L -s check.unlock.media) -M 6
指定检测的网卡名称:
bash <(curl -L -s check.unlock.media) -I eth0
选择脚本语言为英文:
bash <(curl -L -s check.unlock.media) -E

或者直接运行以下命令 (兼容ARM架构)

bash <(curl -L -s https://raw.githubusercontent.com/ghostzyy/nfche/main/check.sh)

赞助

如果觉得脚本对你有帮助,可以考虑请作者喝一箱健力宝

image

image

交流

脚本使用过程中出现bug欢迎提交issue

你亦可直接添加TG群组分享你的建议

特别鸣谢

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 99.9%
  • Dockerfile 0.1%