【笔记】V2ray学习笔记
前言
Project V is a set of network tools that helps you to build your own computer network. It secures your network connections and thus protects your privacy.(Github)
下载依赖
1 | brew install v2ray |
运行项目
- 从当前目录下寻找
config.json作为配置文件
1 | v2ray |
运行项目时指定配置文件
-c <file>.json:指定配置文件
1 | v2ray run -c <file>.json |