@
op351 这是我自己在用的,供参考,US 连 HK ,最后出口在,US 走 socks 协议,改成你要的协议就可以了。
```
{
"log": {
"loglevel": "info"
},
"inbounds": [
{
"port": ****,
"timeout": 10,
"listen": "0.0.0.0",
"protocol": "socks",
"settings": {
"udp": true
}
},
{
"port": ****,
"timeout": 10,
"listen": "0.0.0.0",
"protocol": "HTTP"
}
],
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "****",
"port": ****,
"users": [
{
"id": "****",
"security": "auto"
}
]
}
]
},
"tag": "HK",
"proxySettings": {
"tag": "US"
}
},
{
"protocol": "socks",
"settings": {
"servers": [
{
"address": "****",
"port": ****
}
]
},
"tag": "US"
}
]
}
```