有偿 x-ui 如何让不同端口走不同的socks
这个是我目前用的只能一个端口。 已搞定{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 48316,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"tag": "stream",
"sendThrough": "0.0.0.0",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "us.proxy.iproyal.com",
"port": 32325,
"users": [{
"user": "1111",
"pass": "xxxx_country-in",
"level": 0
}]
}
]
}
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"domainStrategy": "IPOnDemand",
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
},
{
"type": "field",
"outboundTag": "stream",
"network": "udp,tcp"
}
]
},
"stats": {}
} 你这是实现分流吧 不太明白你的意思。。
QQ截图20240819162518.png(32.87 KB, 下载次数: 0)3 小时前 上传
点击文件名下载附件 我需要使用住宅代理。 每个端口使用不同国家的住宅代理。这种代理国内没办法直接访问所以才搭一个xui 是的啊 分流 用3xui. 你这个需求建议使用NPS 自己写配置文件.
tag 关联.1个端口 --> 1个server 不是应该根据域名去分流吗,,然后落地不同的代理 你是正解
页:
[1]