配置V2rayA

配置 V2rayA ,通过 V2ray 实现翻墙。

1.安装 V2ray

V2ray官方安装

安装教程

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

2.V2rayA 提供的镜像

1
curl -Ls https://mirrors.v2raya.org/go.sh | sudo bash

安装后可以关掉服务,因为 v2rayA 不依赖于该 systemd 服务。

1
sudo systemctl disable v2ray --now

2.安装 V2rayA

方法一:通过软件源安装

添加公钥#

1
wget -qO - https://apt.v2raya.org/key/public-key.asc | sudo tee /etc/apt/trusted.gpg.d/v2raya.asc

添加 V2RayA 软件源

1
2
echo "deb https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update

安装 V2RayA

1
sudo apt install v2raya

方法二:手动安装 deb 包

下载 deb 包 后可以使用 Gdebi、QApt 等图形化工具来安装,也可以使用命令行:

1
sudo apt install /path/download/installer_debian_xxx_vxxx.deb ### 自行替换 deb 包所在的实际路径

启动 v2rayA / 设置 v2rayA 自动启动

从 1.5 版开始将不再默认为用户启动 v2rayA 及设置开机自动。

  • 启动 v2rayA

    1
    sudo systemctl start v2raya.service
  • 设置开机自动启动

    1
    sudo systemctl enable v2raya.service

方法二:手动安装 deb 包

下载 deb 包 后可以使用 Gdebi、QApt 等图形化工具来安装,也可以使用命令行:

1
sudo apt install /path/download/installer_debian_xxx_vxxx.deb ### 自行替换 deb 包所在的实际路径
  • sudo systemctl enable v2raya.service