跳轉到內容

VPS 一鍵檢測流媒體解鎖

支持 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

最後更新於: