BanHammer
Added by Postmodern
at October 12, 2009 01:31
GitHub stats:
watcher(s)
fork(s)
About
BanHammer is a Rack middleware app that restricts access to your server using a black-list of IPv4/IPv6 addresses and ranges.
Usage
use BanHammer, :banned => ['219.140.118.33/24'],
:message => %{
<h1>Not even seven proxies can protect you from the BAN HAMMER.</h1>
}
