基于安全、简单、有效原则收集。本地安装参考源 https://www.v2ray.com/chapter_00/install.html#gosh
多用戶多端口配置生成 https://intmainreturn0.com/v2ray-config-gen/
UUID 生成 https://www.uuidgenerator.net/
SSL Security Test https://www.immuniweb.com/ssl/
SSL Configuration Generator https://ssl-config.mozilla.org/
強隨機密碼生成(至少16位)https://passwordsgenerator.net/
root用户下安装,如果用iptables代码,请关闭防火墙ufw
#apt-get -y update && apt-get -y install unzip zip wget curl mc nano sudo socat ntp ntpdate gcc git
root用户下安装,如果用iptables代码,请关闭防火墙firewalld
#yum -y update && yum -y install unzip zip wget nano sudo curl redhat-lsb epel-release socat gcc git
加了强化VPS安全的iptable规则代码,反扫描,拉黑IP,10个月,反攻击;
#bash <(curl -Ls https://raw.githubusercontent.com/mikewubox/v2ray/master/mkcp/install.sh)
查看配置 cat ./v2ray_info.txt
v2ray4.27版客户端版本,能兼容老版本和4.27版服务器
对应的v2rayN3.21版 win64 客户端 https://github.com/mikewubox/v2ray/tree/master/v2rayn321
v2rayN 作者网址 https://github.com/2dust/v2rayN/releases
安卓版对应的是V2rayNG1.3,作者网址--同上
#bash <(curl -L -s https://raw.githubusercontent.com/mikewubox/v2ray/master/install.sh) | tee v2ray_ins.log
查看配置 cat ./v2ray_info.txt
#wget https://raw.githubusercontent.com/mikewubox/v2ray/master/go.sh
#wget https://github.com/mikewubox/v2ray/raw/master/v2ray425/v2ray-linux-64.zip ##安装4.25版##
或
#wget https://github.com/mikewubox/v2ray/raw/master/v2ray427/v2ray-linux-64.zip ##安装4.27版##
#chmod 777 go.sh
#chmod 777 v2ray-linux-64.zip
#./go.sh --local v2ray-linux-64.zip