<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/ DTD/wml_1.1.xml">

<wml>
<head>
<meta http-equiv="cache-control" content="max-age=180,private" />
</head>
<card title="奈飞解锁方式大全">
<p>
作者:<a href="index.php?action=showuser&amp;userid=1&amp;hash=">admin</a><br />时间:2022-09-09 22:37<br />分类:<a href="index.php?action=list&amp;cid=3&amp;hash=">电脑技术</a><br />内容:
奈飞解锁方式大全

教程文档

操作系统：Ubuntu 22.04

安装x-ui：



XML/HTML代码


    bash &lt;(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)






关闭防火墙：ufw disable

检测是否解锁奈飞：

#项目地址：https://github.com/sjlleo/netflix-verify

#下载检测解锁程序



XML/HTML代码


    wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 &amp;&amp; chmod +x nf &amp;&amp; ./nf






一、原生IP解锁

有钱就行，略&hellip;

二、二级代理解锁

xray 配置模版：



XML/HTML代码


    //本地监听配置  

    {  

        &quot;listen&quot;: &quot;127.0.0.1&quot;,  

        &quot;port&quot;: 30000,   

        &quot;protocol&quot;: &quot;socks&quot;,   

        &quot;sniffing&quot;: {  

            &quot;enabled&quot;: true,  

            &quot;destOverride&quot;: [&quot;http&quot;, &quot;tls&quot;]  

        }  

    }  

    //路由规则  

    {  

        &quot;type&quot;: &quot;field&quot;,  

        &quot;outboundTag&quot;: &quot;netflix_proxy&quot;,  

        &quot;domain&quot;: [  

            &quot;geosite:netflix&quot;,  

            &quot;geosite:disney&quot;  

        ]  

    }  

    //二级代理  

    //填入你自己的解锁节点配置  






三、WARP代理解锁

官方客户端不支持arm架构VPS

安装WARP：

#官方教程：https://pkg.cloudflareclient.com/install

#安装WARP仓库GPG 密钥：



XML/HTML代码


    curl https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg






#添加WARP源：



XML/HTML代码


    echo &quot;deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main&quot; | sudo tee /etc/apt/sources.list.d/cloudflare-client.list






#更新APT缓存：

apt update

#安装WARP：

apt install cloudflare-warp

#注册WARP：

warp-cli register

#设置为代理模式（一定要先设置）：

warp-cli set-mode proxy

#连接WARP：

warp-cli connect

#查询代理后的IP地址：

curl ifconfig.me --proxy socks5://127.0.0.1:40000

xray 完整配置模版：



XML/HTML代码


    {  

      &quot;api&quot;: {  

        &quot;services&quot;: [  

          &quot;HandlerService&quot;,  

          &quot;LoggerService&quot;,  

          &quot;StatsService&quot;  

        ],  

        &quot;tag&quot;: &quot;api&quot;  

      },  

      &quot;inbounds&quot;: [  

        {  

          &quot;listen&quot;: &quot;127.0.0.1&quot;,  

          &quot;port&quot;: 62789,  

          &quot;protocol&quot;: &quot;dokodemo-door&quot;,  

          &quot;settings&quot;: {  

            &quot;address&quot;: &quot;127.0.0.1&quot;  

          },  

          &quot;tag&quot;: &quot;api&quot;  

        }  

      ],  

      &quot;outbounds&quot;: [  

        {  

          &quot;protocol&quot;: &quot;freedom&quot;,  

          &quot;settings&quot;: {}  

        },  

        {  

          &quot;tag&quot;: &quot;netflix_proxy&quot;,  

          &quot;protocol&quot;: &quot;socks&quot;,  

          &quot;settings&quot;: {  

            &quot;servers&quot;: [  

              {  

                &quot;address&quot;: &quot;127.0.0.1&quot;,  

                &quot;port&quot;: 40000  

              }  

            ]  

          }  

        },  

        {  

          &quot;protocol&quot;: &quot;blackhole&quot;,  

          &quot;settings&quot;: {},  

          &quot;tag&quot;: &quot;blocked&quot;  

        }  

      ],  

      &quot;policy&quot;: {  

        &quot;system&quot;: {  

          &quot;statsInboundDownlink&quot;: true,  

          &quot;statsInboundUplink&quot;: true  

        }  

      },  

      &quot;routing&quot;: {  

        &quot;rules&quot;: [  

          {  

            &quot;type&quot;: &quot;field&quot;,  

            &quot;outboundTag&quot;: &quot;netflix_proxy&quot;,  

            &quot;domain&quot;: [  

              &quot;geosite:netflix&quot;,  

              &quot;geosite:disney&quot;  

            ]  

          },  

          {  

            &quot;inboundTag&quot;: [  

              &quot;api&quot;  

            ],  

            &quot;outboundTag&quot;: &quot;api&quot;,  

            &quot;type&quot;: &quot;field&quot;  

          },  

          {  

            &quot;ip&quot;: [  

              &quot;geoip:private&quot;  

            ],  

            &quot;outboundTag&quot;: &quot;blocked&quot;,  

            &quot;type&quot;: &quot;field&quot;  

          },  

          {  

            &quot;outboundTag&quot;: &quot;blocked&quot;,  

            &quot;protocol&quot;: [  

              &quot;bittorrent&quot;  

            ],  

            &quot;type&quot;: &quot;field&quot;  

          }  

        ]  

      },  

      &quot;stats&quot;: {}  

    }  






四、DNS劫持解锁

确保端口未被占用：53/80/443

解锁机设置：

#项目地址：https://github.com/myxuchangbin/dnsmasq_sniproxy_install

#下载脚本



XML/HTML代码


    wget --no-check-certificate -O dnsmasq_sniproxy.sh https://raw.githubusercontent.com/myxuchangbin/dnsmasq_sniproxy_install/master/dnsmasq_sniproxy.sh






#执行安装脚本



XML/HTML代码


    bash dnsmasq_sniproxy.sh




#关闭本地DNS服务



XML/HTML代码


    systemctl stop systemd-resolved &amp;&amp; systemctl disable systemd-resolved &amp;&amp; rm -rf /etc/resolv.conf &amp;&amp; echo 'nameserver 8.8.8.8'&gt;/etc/resolv.conf






节点服务器设置：

#关闭本地DNS服务



XML/HTML代码


    systemctl stop systemd-resolved &amp;&amp; systemctl disable systemd-resolved




#设置DNS服务器



XML/HTML代码


    rm -rf /etc/resolv.conf &amp;&amp; echo 'nameserver 146.56.99.155'&gt;/etc/resolv.conf  




#默认优先ipv6，直接禁用ipv6



XML/HTML代码


    echo &quot;1&quot; &gt; /proc/sys/net/ipv6/conf/all/disable_ipv6




或者购买DNS解锁服务。


</p><p>
<a href="index.php?action=login&amp;hash=">立即登陆发表评论</a><br />
</p>
<p><a href="index.php?action=list&amp;hash=">返回日志列表</a><br /><a href="index.php?action=index&amp;hash=">返回主页</a></p>
</card>
</wml>
