Replies: 1 comment 1 reply
-
I've tried to develop this feature, but couldn't find a good solution for compatibility with none cipher https://github.com/AkinoKaede/v2ray-core/tree/dev-shadowsocks-multi-users |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I have a question regarding multiple passwords on a single port. I saw that this feature was already implemented in ss. But what about V2FLY?
shadowsocks/shadowsocks-rust@ac225f0
Will this feature be implemented ?
{
"inbounds": [
{
"port": 1234, // server listening port
"protocol": "shadowsocks",
"settings": {
"clients": [
{
"id": "71828b6842ea"
},
{
"id": "9587f5894284f"
}
]
}
}
],
Beta Was this translation helpful? Give feedback.
All reactions