21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"inbounds": [{
|
|
"port": $V2RAY_SOCKS_LOCAL_PORT,
|
|
"listen": "127.0.0.1",
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"auth": "noauth",
|
|
"udp": false
|
|
}
|
|
}],
|
|
"outbounds": [{
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"vnext": [{
|
|
"address": "$REMOTE_HOST",
|
|
"port": $V2RAY_VMESS_PORT,
|
|
"users": [{ "id": "$V2RAY_VMESS_CLIENT_UUID" }]
|
|
}]
|
|
}
|
|
}]
|
|
}
|