文本内这三项更改成自己解锁鸡x-ui节点的相应参数
“address”: “xxxxxx.xxxx.xxx.xx”,
“port”: xxxxxxxx
“id”: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"enabled": true,
"destOverride": ["http", "tls"]
},
"tag": "api"
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"tag": "netflix",
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "xxxxxx.xxxx.xxx.xx",
"port": xxxxxxxx,
"users": [
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"security": "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": "netflix",
"domain": [
"geosite:netflix",
"bamgrid.com",
"disney-plus.net",
"disneyplus.com",
"disneyplus.com.ssl.sc.omtrdc.net",
"dssott.com",
"dssott.com.akamaized.net",
"cdn.registerdisney.go.com",
"cws.conviva.com",
"braze.com"
]
}
]
},
"stats": {}
}
评论区