网上搜的,这方法适用吗,按照这个设置了nf打不开,是哪步有问题么 { “api”: { “services”: [ “HandlerService”, “LoggerService”, “StatsService” ], “tag”: “api” }, “inbounds”: [ { “listen”: “127.0.0.1”, “port”: 62789, “protocol”: “dokodemo-door”, “settings”: { “address”: “127.0.0.1” }, “tag”: “api” } ], “outbounds”: [ { “protocol”: “freedom”, “settings”: {} }, { “protocol”: “blackhole”, “settings”: {}, “tag”: “blocked” }, { “tag”: “VPS1″ , //这里能用别的名称,能和路由中的outboundTag对上即可 “protocol”: “vmess”, //协议 “settings”: { “vnext”: [{ “address”: “1.2.3.4”, //ip地址也可填写域名 “port”: 10086, //端口 “users”: [{ “id”: “f0e161c1-b741-475a-f05c-5a9230ef44c8”,//id在x-ui增加入站的时候会自动生成 “security”: “auto”, //加密 默认auto即可 “alterId”: 0 // 按实际填写 }] }] } } ], “policy”: { “system”: { “statsInboundDownlink”: true, “statsInboundUplink”: true } }, “routing”: { “rules”: [ { “inboundTag”: [ “api” ], “outboundTag”: “api”, “type”: “field” }, { “ip”: [ “geoip:private” ], “outboundTag”: “blocked”, “type”: “field” }, { “outboundTag”: “blocked”, “protocol”: [ “bittorrent” ], “type”: “field” }, { “type”: “field”, “outboundTag”: “VPS1”, //这里能用别的名称,能和出站中的Tag对上即可 “domain”: [“geosite:netflix”] // netflix 走 VPS1 } ] }, “stats”: {} }复制代码
湖南省网友说:老姨子解锁 YYDS
江西省网友说:inbound要打开”sniffing”: {
“enabled”: true,
“destOverride”: [“http”, “tls”]
}
},
四川省网友说:这段直接添加到inbound里就行吗
四川省网友说:是,参考https://toutyrater.github.io/app/netflix.html
贵州省网友说:https://bulianglin.com/archives/netflix-unlock.html