Skip to content

支持 OS/Platform

  • CentOS 6+
  • Ubuntu 14.04+
  • Debian 8+
  • MacOS
  • Android with Termux

注意事项

Netflix CDN 分流测试依赖 DNS 解析。而如果您使用的本地设备开了 VPN 代理进行测试,将无法得到正确的 CDN 分流信息。

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

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

使用方法

sh
bash <(curl -L -s check.unlock.media) -M 4
sh
bash <(curl -L -s check.unlock.media) -M 6
sh
bash <(curl -L -s check.unlock.media) -I eth0
sh
bash <(curl -L -s check.unlock.media) -E en
sh
bash <(curl -L -s check.unlock.media) -R 0

Docker 安装 (兼容 ARM 架构)

sh
docker run --rm -ti --net=host lmc999/regioncheck && docker rmi lmc999/regioncheck > /dev/null 2>&1

安装依赖

sh
sudo apt install curl openssl ca-certificates -yq
# 可选依赖
sudo apt install uuid-runtime dnsutils -yq
sh
sudo dnf install curl openssl
# 可选依赖
sudo dnf install bind-utils
sh
pkg up -yq
pkg install curl openssl openssl-tool ca-certificates -yq
# 可选依赖
pkg install uuid-utils dnsutils -yq
sh
apk add curl bash grep openssl ca-certificates uuidgen
sh
brew install curl openssl md5sha1sum coreutils
sh
# 可以使用 Cygwin 或者 Git Windows 最新版本。 如果使用 Git Windows,请确认安装 powershell 用于生成 uuid。请确认使用最新版本的 curl (>=8.8.0) 以避免遇到段错误。
sh
opkg update
opkg install grep