heing8848 / v2ray

0 stars 0 forks source link

remark #1

Open heing8848 opened 1 year ago

heing8848 commented 1 year ago

centos操作如下:

①获取root权限: sudo -i

② V2ray一键安装指令: bash <(curl -s -L https://git.io/v2ray.sh)

③#停止firewall systemctl stop firewalld.service ④#禁止firewall开机启动 systemctl disable firewalld.service