Install:https://v2raya.org/en/docs/prologue/installation/debian/ | https://v2raya.org/docs/prologue/installation/windows/
wget -qO - <https://apt.v2raya.org/key/public-key.asc> | sudo tee /etc/apt/keyrings/v2raya.asc
echo "deb [signed-by=/etc/apt/keyrings/v2raya.asc] <https://apt.v2raya.org/> v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update
sudo apt install v2raya v2ray ## you can install xray package instead of if you want
如果网络带宽小,大内网,可以上传deb包安装:https://github.com/v2rayA/v2rayA/releases | https://github.com/v2rayA/v2raya-apt/tree/master/pool/main/
sudo apt install /path/download/installer_debian_xxx_vxxx.deb ### Replace the actual path where the deb package is located by yourself
使用:通过http://localhost:2017 端口访问,https://v2raya.org/docs/prologue/quick-start/
sudo v2raya --reset-password
sudo systemctl restaert v2raya
sudo systemctl status v2raya
sudo systemctl enable v2raya
管理页面配置更新连接,启动proxy,选择代理规则
代理路径:
20170(socks5), 20171(http), 20172(带分流规则的http)
https://blog.hikki.site/67952278.html
curl -I -x <http://127.0.0.1:20171> <https://www.google.com>