安装 v2rayA
方法一:通过软件源安装
- 添加公钥
wget-qO - https://apt.v2raya.org/key/public-key.asc |sudotee /etc/apt/keyrings/v2raya.asc
- 添加 V2RayA 软件源
echo"deb [signed-by=/etc/apt/keyrings/v2raya.asc] https://apt.v2raya.org/ v2raya main"|sudotee /etc/apt/sources.list.d/v2raya.list
sudoapt update
- 安装 V2RayA
sudoaptinstall v2raya v2ray ## 也可以使用 xray 包
**
启动 v2rayA / 设置 v2rayA 自动启动
**
从 1.5 版开始将不再默认为用户启动 v2rayA 及设置开机自动。
- 启动 v2rayA
sudo systemctl start v2raya.service
- 设置开机自动启动
sudo systemctl enable v2raya.service
- 登录网址
http://127.0.0.1:2017
本文转载自: https://blog.csdn.net/qq_42572873/article/details/135428864
版权归原作者 _sanjeev 所有, 如有侵权,请联系我们删除。
版权归原作者 _sanjeev 所有, 如有侵权,请联系我们删除。