第一个是拒绝某个IP:
iptables -I INPUT -s 173.252.192.205 -j DROP
第二个是允许某个IP:
iptables -I INPUT -s 173.252.192.205 -j ACCEPT
本站之前写了如何删除以创建的防火墙规则大家可以一起使用.
第一个是拒绝某个IP:
iptables -I INPUT -s 173.252.192.205 -j DROP
第二个是允许某个IP:
iptables -I INPUT -s 173.252.192.205 -j ACCEPT
本站之前写了如何删除以创建的防火墙规则大家可以一起使用.
报错: ``` nginx: [emerg] dlopen() "/opt/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No su...
报错如下: ``` nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf...
成为第一个评论的人吧!