mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 19:36:55 +00:00
Add support: Multiple config
This commit is contained in:
parent
d385b44a48
commit
eb313abe34
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ namespace v2rayN.Handler
|
|||
{
|
||||
FileName = fileName,
|
||||
WorkingDirectory = Utils.StartupPath(),
|
||||
Arguments = "-confdir confs -c config.json",
|
||||
UseShellExecute = false,
|
||||
RedirectStandardOutput = true,
|
||||
RedirectStandardError = true,
|
||||
|
|
Loading…
Reference in a new issue