Reuse V2Ray instance in the manager #1665
Unanswered
talentlessguy
asked this question in
Q&A
Replies: 1 comment 7 replies
-
You can make your own plugin, which communicates to the standalone v2ray instance with IPC (sockets, pipes, shared memories, ...). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a setup with SS manager where I dynamically add configs
all of them need V2Ray as an outbound proxy. I use it through v2ray-plugin.
however, there's a drawback — for each new configuration, a new v2ray instance opens
is it possible to only open one instance of the plugin and reuse it for all others?
Beta Was this translation helpful? Give feedback.
All reactions