linux系统ubuntu使用V2rayA教程
写在前言,windows使用各种代理软件都比较方便,linux就很麻烦了,之前写过qv2ray的教程,不
过qv2ray的团队据说已经停止维护了,这里主要用图文的方式记录新安装的ubuntu22.04系统安装和使
用v2rayA的详细步骤。下面开始
安装
安装curl,如果安装不上,就安装一下依赖
apt-get install curl
apt-get purge libcurl4
v2rayA 提供的镜像脚本
curl -Ls https://mirrors.v2raya.org/go.sh | sudo bash
安装完会提示如下:已安装 V2Ray v4.45.0
接着关掉服务,因为 v2rayA 不依赖于该 systemd 服务,如果是 Xray内核,则需要把后面的v2ray替换xray
sudo systemctl disable v2ray --now
v2rayA的软件下载地址:https://github.com/v2rayA/v2rayA/releases
下载到本地之后,进行安装 >> 使用其他程序打开
选择 >> 软件安装 >> 选择
点击安装即可
最后启动进程
sudo systemctl start v2raya.service
开机自动启动
sudo systemctl enable v2raya.service
本内容需要登录后查看
点击设置
照着设置即可,然后保存并应用
版权声明:
作者:ivpsr.com
链接:https://ivpsr.com/2230.html
文章版权归作者所有,未经允许请勿转载。
THE END