You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray_wiki/Vultr 的 CentOS.md.md

13 lines
255 B

1.Vultr 的 CentOS 是默认开启防火墙的 关闭防火墙
```
systemctl stop firewalld; systemctl disable firewalld
```
2.更新服务器时间
```
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
date
```