这个是使用Go语言编写的流媒体NetFlix解锁检测脚本。
Github地址:https://github.com/sjlleo/netflix-verify
使用方法
简约模式
Github主站下载链接(IPv6 Only的VPS请使用下方的CDN链接):
wget -N -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf
Jsdelivr CDN下载链接(此CDN支持IPV6网络,IPv6 Only的VPS请使用本下载链接):
wget -N -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.60_linux_amd64 && chmod +x nf && clear && ./nf
发烧模式
Github主站下载链接(IPv6 Only的VPS请使用下方的CDN链接):
wget -N -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf -method full
Jsdelivr CDN下载链接(此CDN支持IPV6网络,IPv6 Only的VPS请使用本下载链接):
wget -N -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf -method full
效果图
简约模式
发烧模式