bash <(curl -s -L https://raw.githubusercontent.com/233boy/v2ray/master/install.sh)
timedatectl set-timezone "Asia/Shanghai"
timedatectl
开启防火墙端口
firewall-cmd --zone=public --add-port=31314/tcp --permanent
重载防火墙配置
firewall-cmd --reload
#ufw allow 22/tcp