VPS解锁奈非Netflix

NetFlix解锁检测脚本

使用uname -m查看CPU架构

根据架构执行对应指令:

amd64

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.1.0/nf_linux_mips && chmod +x nf && ./nf

file

全能脚本 - 包含所有能用到的流媒体

file

使用脚本前请确认curl已安装

bash <(curl -L -s check.unlock.media)

只检测IPv4结果:

bash <(curl -L -s check.unlock.media) -M 4

只检测IPv6结果:

bash <(curl -L -s check.unlock.media) -M 6

指定检测的网卡名称:

bash <(curl -L -s check.unlock.media) -I eth0

选择脚本语言为英文:

bash <(curl -L -s check.unlock.media) -E

或者直接运行以下Docker命令 (兼容ARM架构)

docker run --rm -ti --net=host lmc999/regioncheck && docker rmi lmc999/regioncheck

使用Cloudflare WARP解锁奈非

Cloudflare WARP 一键配置脚本 功能菜单 1cloudflare-warp-一键配置脚本-功能菜单

bash <(curl -fsSL git.io/warp.sh) menu

查看VPS出口IP(任选其一)

curl ipinfo.io
curl ifconfig.me
curl ipinfo.io/json
curl ifconfig.me/all.json

修改V2ray、Xray 出口IP 2修改v2rayxray-出口ip

"outbounds": [
{
"sendThrough": "123.123.123.123",
"protocol": "freedom",
"settings": {}

}