v2raya安装教程
v2rayA的安装教程如下:
官方网址:https://v2raya.org/docs/prologue/installation/debian/
一、安装核心代码
curl -O https://cdn.jsdelivr.net/gh/v2rayA/v2rayA@master/install/go.sh
sudo bash go.sh
二、添加证书和apt源和安卓v2raya
wget -qO - https://apt.v2raya.mzz.pub/key/public-key.asc | sudo apt-key add -
echo "deb https://apt.v2raya.mzz.pub/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list sudo apt update
sudo apt install v2raya
三、通过127.0.0.1:2017进入v2rayA进行设置第一次进入需要创建密码。
提示v2ray-core未安装的话,运行以下命令
curl -Ls https://mirrors.v2raya.org/go.sh | sudo bash
启动 v2rayA
sudo systemctl start v2raya.service
设置开机自动启动
sudo systemctl enable v2raya.service