1:下载检测Netflix是否解锁和自动更换IP脚本
sudo wget https://raw.githubusercontent.com/passeway/Snell/refs/heads/main/pqs-netflix.sh && chmod +x pqs-netflix.sh
2:PQS后台获取更换IP的API网址并填入脚本变量CHANGE_API中
vim pqs-netflix.sh 或 nano pqs-netflix.sh
3:将脚本加入crontab运行监测时间自动检测更换
crontab -e 后添加*/5 * * * * /root/pqs-netflix.sh > /dev/null 2>&1
== Attempt 1/10 ==
Netflix: [WARN] Originals Only
STATUS=ORIGINALS
[INFO] Detected Originals-only region, switching IP...
[INFO] Switching IP via: https://api.pqs.pw/ip/xxxx
Switch API HTTP: 200
[OK] IP switched. Waiting 8s...
== Attempt 1/10 ==
Netflix: [OK] Unlocked (Region: TW)
STATUS=UNLOCK REGION=TW
[OK] Done: Netflix Fully Unlocked.
评论
发表评论