v2ray core macOS: 安装使用教程,常见问题解答


目录


安装v2ray core

  1. 打开终端应用程序。
  2. 使用以下命令来安装 Homebrew 包管理器:

/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)”

  1. 等待 Homebrew 完成安装后,在终端中运行以下命令来安装 V-Ray Core

“brew install v2ray-core

  1. 此时,你已经地在 macOS 上完成了 v-ray 的核心组件的安装。

配文件设置

  1. 在终端中运行以下命令创建一个名为 config.json 的配置文件,并打开它:

“touch ~/Documents/vpoint_vmess_freedom/config.json && open ~/Documents/vpoint_vmess_fre/config.json

注意:你可以根据自己的需要更改 config.json 文件的路径。

  1. 在打开的 config.json 文件中添加以下内容作为示例配置:

{ “inbounds”: [ { “port”: 1080, “listen”: “127.0.0.1”, “protocol”: “socks”, “settings”: { “auth”: “” }, “tag”: “”, … } ], …}

  1. 根据实际情况修改以上示例配置,并保存更改。

启动和

正文完