Linux代理软件:v2rayA
项目地址:v2rayA
CentOS
安装 v2rayA
yum install wget unzip -y
wget -c https://mirror.ghproxy.com/https://github.com/v2rayA/v2rayA/releases/download/v2.2.5.1/installer_redhat_x64_2.2.5.1.rpm
yum install installer_redhat_x64_2.2.5.1.rpm -y
安装 v2ray
wget -c https://mirror.ghproxy.com/https://github.com/v2fly/v2ray-core/releases/download/v5.16.1/v2ray-linux-64.zip
unzip v2ray-linux-64.zip -d ./v2ray
mkdir -p /usr/local/share/v2ray
cp ./v2ray/*dat /usr/local/share/v2ray
install -Dm755 ./v2ray/v2ray /usr/local/bin/v2ray
启动 v2rayA
systemctl start v2raya.service
systemctl enable v2raya.service
浏览器进入:
IP:2017
Debian/Ubuntu
安装 v2rayA/xrayr
wget https://mirror.ghproxy.com/https://github.com/v2rayA/v2rayA/releases/download/v2.2.5.6/installer_debian_x64_2.2.5.6.deb
wget https://mirror.ghproxy.com/https://github.com/v2rayA/v2raya-apt/raw/master/pool/main/x/xray/xray_1.8.18_amd64.deb
apt install ./installer_debian_x64_2.2.5.6.deb ./xray_1.8.18_amd64.deb -y
启动 v2rayA
systemctl start v2raya.service
systemctl enable v2raya.service
浏览器进入:
IP:2017
版权声明:
作者:MR.k
链接:https://bigeng.sbs/2024/09/linux%e4%bb%a3%e7%90%86%e8%bd%af%e4%bb%b6%ef%bc%9av2raya/
文章版权归作者所有,未经允许请勿转载。
THE END