V2Ray global proxy

来自WHY42
Riguz留言 | 贡献2024年11月28日 (四) 15:27的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Install V2Ray (Server side)

Install

https://github.com/v2fly/fhs-install-v2ray

sudo su -
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
systemctl enable v2ray
systemctl start v2ray

bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)

v2ray version
V2Ray 5.22.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64)
A unified platform for anti-censorship.

Basic Config

{
  "inbounds": [{
    "port": 10086,
    "protocol": "vmess",
    "settings": {
      "clients": [{ "id": "b831381d-6324-4d53-ad4f-8cda48b30811" }]
    }
  }],
  "outbounds": [{
    "protocol": "freedom",
    "settings": {}
  }]
}

restart v2ray server:

sudo systemctl restart v2ray


V2RayU Client

Configure -> add v2ray server, input ip/port and client id.