端口安全

归档于 端口安全 的文章

安装 sudo apt-get install iptables 创建 vi /etc/iptables.rules #!/bin/bash # 禁止来自IPv4的所有HTTP/S访问请求 …