记录我的一些生活写照、无聊的牢骚、内心世界的活动 注册 | 登陆

奈飞解锁方式大全

奈飞解锁方式大全
教程文档
操作系统:Ubuntu 22.04
安装x-ui:
XML/HTML代码
  1. bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
关闭防火墙:ufw disable
检测是否解锁奈飞:
#下载检测解锁程序
XML/HTML代码
  1. wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf
一、原生IP解锁
有钱就行,略…
二、二级代理解锁
xray 配置模版:
XML/HTML代码
  1. //本地监听配置  
  2. {  
  3.     "listen": "127.0.0.1",  
  4.     "port": 30000,   
  5.     "protocol": "socks",   
  6.     "sniffing": {  
  7.         "enabled": true,  
  8.         "destOverride": ["http", "tls"]  
  9.     }  
  10. }  
  11. //路由规则  
  12. {  
  13.     "type": "field",  
  14.     "outboundTag": "netflix_proxy",  
  15.     "domain": [  
  16.         "geosite:netflix",  
  17.         "geosite:disney"  
  18.     ]  
  19. }  
  20. //二级代理  
  21. //填入你自己的解锁节点配置  
三、WARP代理解锁
官方客户端不支持arm架构VPS
安装WARP:
#安装WARP仓库GPG 密钥:
XML/HTML代码
  1. curl https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg
#添加WARP源:
XML/HTML代码
  1. echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | 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代码
  1. {  
  2.   "api": {  
  3.     "services": [  
  4.       "HandlerService",  
  5.       "LoggerService",  
  6.       "StatsService"  
  7.     ],  
  8.     "tag": "api"  
  9.   },  
  10.   "inbounds": [  
  11.     {  
  12.       "listen": "127.0.0.1",  
  13.       "port": 62789,  
  14.       "protocol": "dokodemo-door",  
  15.       "settings": {  
  16.         "address": "127.0.0.1"  
  17.       },  
  18.       "tag": "api"  
  19.     }  
  20.   ],  
  21.   "outbounds": [  
  22.     {  
  23.       "protocol": "freedom",  
  24.       "settings": {}  
  25.     },  
  26.     {  
  27.       "tag": "netflix_proxy",  
  28.       "protocol": "socks",  
  29.       "settings": {  
  30.         "servers": [  
  31.           {  
  32.             "address": "127.0.0.1",  
  33.             "port": 40000  
  34.           }  
  35.         ]  
  36.       }  
  37.     },  
  38.     {  
  39.       "protocol": "blackhole",  
  40.       "settings": {},  
  41.       "tag": "blocked"  
  42.     }  
  43.   ],  
  44.   "policy": {  
  45.     "system": {  
  46.       "statsInboundDownlink": true,  
  47.       "statsInboundUplink": true  
  48.     }  
  49.   },  
  50.   "routing": {  
  51.     "rules": [  
  52.       {  
  53.         "type": "field",  
  54.         "outboundTag": "netflix_proxy",  
  55.         "domain": [  
  56.           "geosite:netflix",  
  57.           "geosite:disney"  
  58.         ]  
  59.       },  
  60.       {  
  61.         "inboundTag": [  
  62.           "api"  
  63.         ],  
  64.         "outboundTag": "api",  
  65.         "type": "field"  
  66.       },  
  67.       {  
  68.         "ip": [  
  69.           "geoip:private"  
  70.         ],  
  71.         "outboundTag": "blocked",  
  72.         "type": "field"  
  73.       },  
  74.       {  
  75.         "outboundTag": "blocked",  
  76.         "protocol": [  
  77.           "bittorrent"  
  78.         ],  
  79.         "type": "field"  
  80.       }  
  81.     ]  
  82.   },  
  83.   "stats": {}  
  84. }  
四、DNS劫持解锁
确保端口未被占用:53/80/443
解锁机设置:
#下载脚本
XML/HTML代码
  1. wget --no-check-certificate -O dnsmasq_sniproxy.sh https://raw.githubusercontent.com/myxuchangbin/dnsmasq_sniproxy_install/master/dnsmasq_sniproxy.sh
#执行安装脚本
XML/HTML代码
  1. bash dnsmasq_sniproxy.sh
#关闭本地DNS服务
XML/HTML代码
  1. systemctl stop systemd-resolved && systemctl disable systemd-resolved && rm -rf /etc/resolv.conf && echo 'nameserver 8.8.8.8'>/etc/resolv.conf
节点服务器设置:
#关闭本地DNS服务
XML/HTML代码
  1. systemctl stop systemd-resolved && systemctl disable systemd-resolved
#设置DNS服务器
XML/HTML代码
  1. rm -rf /etc/resolv.conf && echo 'nameserver 146.56.99.155'>/etc/resolv.conf  
#默认优先ipv6,直接禁用ipv6
XML/HTML代码
  1. echo "1" > /proc/sys/net/ipv6/conf/all/disable_ipv6
或者购买DNS解锁服务。

« 上一篇 | 下一篇 »

发表评论

评论内容 (必填):