mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 03:46: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,
|
FileName = fileName,
|
||||||
WorkingDirectory = Utils.StartupPath(),
|
WorkingDirectory = Utils.StartupPath(),
|
||||||
|
Arguments = "-confdir confs -c config.json",
|
||||||
UseShellExecute = false,
|
UseShellExecute = false,
|
||||||
RedirectStandardOutput = true,
|
RedirectStandardOutput = true,
|
||||||
RedirectStandardError = true,
|
RedirectStandardError = true,
|
||||||
|
|
Loading…
Reference in a new issue