this is a extra element for clear the floated element
iptables允许每个ip可以同时发起4个http访问
  • 12/31
  • 2008
iptables | Linux 3718 次查看
允许每个ip可以同时发起4个http访问 iptables -A INPUT -p tcp --syn --dport http -m iplimit --iplimit-above 4 -j REJECT