config remember for v-two-ray
I want to setting v-two-ray running 2 portocols at the same time, there is the configuration.
{
"inbounds": [{
"port": 5432,
"protocol": "vmess",
"settings": {
"clients": [{
"id": "9c5f40a4-aaaa-4444-dddd-eeee82074904"
}]
}
}],
"inboundDetour": [{
"protocol": "shadowsocks",
"port": 1234,
"settings": {
"method": "chacha20-ietf-poly1305",
"password": "abcabcabc"
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
}]
}