Mac 使用 V2ray

Posted by Jacobc' Blog on Sunday, April 7, 2019

Install v2ray-core

step 1: Add official tap

brew tap v2ray/v2ray

step 2: Install v2ray-core:

brew install v2ray-core

Update v2ray-core

step 1: update tap

brew update

step 2: update v2ray-core

brew upgrade v2ray-core

使用

直接在命令行上输入 v2ray 就可以运行 v2ray-core。(配置文件在当前目录则不用写参数,直接 v2ray)

默认配置文件位于:/usr/local/etc/config.json

编辑默认配置文件:

vim /usr/local/etc/config.json

配置文件也可以从 http://free-ss.tk/或者http://free-ss.tk/ 下载:

config.json 添加 http 代理:

  "inboundDetour": [{
    "protocol": "http",
    "port": 1081,
    "settings": {
      "udp": true
    }
  }],

.zshrc 添加

# proxy
alias proxy='export https_proxy=http://127.0.0.1:1081;export http_proxy=https://127.0.0.1:1081;export socks5_proxy=socks5://127.0.0.1:1080'
alias unproxy='unset https_proxy http_proxy socks5_proxy'

然后配置一下 chrome 插件 Proxy SwitchyOmega

OK,现在可以冲浪了!

「如果这篇文章对你有用,请随意打赏」

Jacobc' Blog

如果这篇文章对你有用,请随意打赏

使用微信扫描二维码完成支付