使用IPTABLES规则,以下为代码:
root@aml:~# iptables -A INPUT -p tcp --tcp-flags ALL FIN,URG,PSH -j REJECT
root@aml:~# iptables -A INPUT -p tcp --tcp-flags SYN,RST SYN,RST -j REJECT
root@aml:~# iptables -A INPUT -p tcp --tcp-flags SYN,FIN SYN,FIN -j REJECT
Code language: PHP (php)
结束。
了解 Starx's Home 的更多信息
Subscribe to get the latest posts sent to your email.
0 条评论