I want to completely block access to my web server from ~25000 different IPs (or ~10000 CIDRs).
What is the best way to use such blacklist on Linux VPS? Preferably in user-space or available in average distro's kernel.
Is there a dedicated module for Apache or Lighttpd that can do this efficiently?
Apache slows down with thousands of Deny rules. Lighttpd can't handle that many IPs at all. Vanilla iptables uses linear lookups, and all iptables improvements seem to require custom kernel…
