{
"inbounds": [
{
"port": 444,
"tag": "default-in",
"listen":"127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/xxxxx"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"tag": "2uk",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "xxxxxx",
"port": xxxxxxxxxx,
"users": [
{
"user": "xxxxxxxxxx",
"pass": "xxxxxxxxxxx"
}
]
}
]
}
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"domainMatcher": "mph",
"rules": [
{
"type": "field",
"outboundTag": "2uk",
"inboundTag": ["default-in"]
}
]
}
}