配置方法可以参考老姨子解锁wiki中的接入方式二:https://github.com/LaoYiZi-Media/unblock/wiki/老姨子解锁。
还不会配置的可以将机器加入MCP 一键配置解锁,欢迎点我签名。
服务端inbounds部分加入:
// 在已有的inbounds增加(如果没有)以下配置
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
服务端inboundsoutbounds部分加入:
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"tag": "GoNetflixTW",
"protocol": "vmess",
"settings": {
"vnext": [{
"address": "tnnd.cjy.me",
"port": 8880,
"users": [{
"id": "ffffffff-7777-7777-7777-ffffffffffff",
"security": "auto",
"alterId": 0
}]
}]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/download"
}
}
}
],
服务端rules部分加入:
{
"type": "field",
"outboundTag": "GoNetflixTW",
"domain": [
"geosite:netflix",
"geosite:bahamut"
]
}