Add support: Multiple config

This commit is contained in:
Tony 2020-05-15 02:54:33 +08:00 committed by GitHub
parent d385b44a48
commit eb313abe34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,6 +198,7 @@ namespace v2rayN.Handler
{
FileName = fileName,
WorkingDirectory = Utils.StartupPath(),
Arguments = "-confdir confs -c config.json",
UseShellExecute = false,
RedirectStandardOutput = true,
RedirectStandardError = true,