【请教】关于利用X-UI配置NAT解锁机进行解锁
手里有一台NAT机,带ipv6,目前v4/v6都可以解锁,想请教一下以下配置该如何更改,才能使用解锁机的ipv6进行解锁?
对这个基本不太懂,希望大佬可以说的详细点
{
"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": "luodi" ,
"protocol": "vmess",
"settings": {
"vnext": [{
"address": "1.2.3.4",
"port": 37153,
"users": [{
"id": "-d8ca-4605-bcef-e559d5c2c54a",
"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": "luodi",
"domain": ["geosite:netflix","nflxvideo.net","nflxext.com","nflxso.net"]
}
]
},
"stats": {}
}
对这个基本不太懂,希望大佬可以说的详细点
{
"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": "luodi" ,
"protocol": "vmess",
"settings": {
"vnext": [{
"address": "1.2.3.4",
"port": 37153,
"users": [{
"id": "-d8ca-4605-bcef-e559d5c2c54a",
"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": "luodi",
"domain": ["geosite:netflix","nflxvideo.net","nflxext.com","nflxso.net"]
}
]
},
"stats": {}
}