03-01
                                0
                            
                            v2rayN 安装
客户端:
mac : 
https://github.com/mengyalei/V2RayX
windws :
https://github.com/2dust/v2rayN服务端安装命令:
centos 系统安装:
bash <(curl -s -L https://git.io/v2ray.sh)
ubuntu/debian 系统安装 Curl 方法: 
apt-get update -y && apt-get install curl -y
centos 系统安装 Curl 方法: 
yum update -y && yum install curl -y 
                            