admin 发表于 2021-3-26 13:43:04

Netflix检测脚本合集,一键检测IP解锁范围及 对应的...



流媒体NetFlix解锁检测脚本,使用Go语言编写

在VPS网络正常的情况下,哪怕是双栈网络也可在几秒内快速完成IPv4/IPv6的解锁判断

脚本一:

https://github.com/sjlleo/netflix-verify

使用方法:

1、部署 golang 环境,执行 go run nf.go 运行本小应用

2、懒人一键运行包(使用编译好的二进制文件执行本小程序)

主下载链接:

1
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
备用下载链接(支持IPV6):

1
wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
#脚本# Netflix检测脚本合集,一键检测IP解锁范围及 对应的的地区

脚本二

https://github.com/CoiaPrant/Netflix_Unlock_Information

使用方法:

自己先安装Curl

检测命令

1
bash <(curl -sSL "https://github.com/CoiaPrant/Netflix_Unlock_Information/raw/main/netflix.sh")
备用:

1
bash <(curl -sSL "https://www.zeroteam.top/files/netflix.sh")

页: [1]
查看完整版本: Netflix检测脚本合集,一键检测IP解锁范围及 对应的...