0

How can I block ip address for 24 hours if in 1 second it hits is more than 100 using iptables.?

deimus
  • 9,565
  • 12
  • 63
  • 107
Vinay Gupta
  • 121
  • 1

1 Answers1

0

iptables does not have the concept of expiration dates.

You would need a program like fail2ban which runs as a daemon and remembers to remove entries that it creates.

hymie
  • 1,982
  • 1
  • 13
  • 18