NetFlix 检测脚本:
# https://github.com/sjlleo/netflix-verify # x86_64 wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf # arm64 wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf # mips wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_mips && chmod +x nf && ./nf
DisneyPlus 检测脚本:
# https://github.com/sjlleo/VerifyDisneyPlus wget -O dp https://github.com/sjlleo/VerifyDisneyPlus/releases/download/1.01/dp_1.01_linux_amd64 && chmod +x dp && clear && ./dp
各类流媒体平台及游戏区域限制综合检测脚本:
# https://github.com/lmc999/RegionRestrictionCheck # x86_64 bash <(curl -L -s check.unlock.media)