Rack::RBL
Added by jroes
at October 15, 2009 15:59
GitHub stats:
watcher(s)
fork(s)
About
RBLs are lists of open relays, proxies, and otherwise malicious internet hosts. This Rack middleware allows you to block requests from these addresses by throwing a nice 403 error in their face.
Usage
use Rack::RBL
or specify servers with:
use Rack::RBL, :servers => [ 'xbl.spamhaus.org', 'dnsbl.ahbl.org' ]
