Security

GitbookBackend2020-12-29


📑 HTTPS


For React, needed to set HTTPS=true:

 HTTPS=true react-scripts start

📑 iptables


  • 安装,配置/etc/sysconfig/iptables
  • 阿里云安全组设置 iptables
  • 添加端口 8080,3306
  • netstat -ntlp, telnet 查看端口是否可以访问。

📑 firewalld


  • CentOS 缺省防火墙?