一、项目地址
https://github.com/v2fly/v2ray-core
v2ray run -c /usr/local/etc/v2ray/config.json &
config客户端配置文件从win客户端v2rayN中直接导出来调用;
v2ray help run
usage: v2ray run [-c config.json] [-d dir]
Arguments:
-c, -config <file>
V2Ray 的配置文件。 接受多重分配。
-d, -confdir <dir>
带有配置文件的目录。 接受多重分配。
-r
递归加载confdir。
-format <format>
配置输入的格式。 (默认“自动”)
Examples:
v2ray run -c config.json
v2ray run -d path/to/dir
v2ray help format-loader 获取更多帮助
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END