Rack::RBL

Added by jroes at October 15, 2009 15:59 Star_small_grayStar_small_grayStar_small_grayStar_small_grayStar_small_gray
GitHub stats:
Magnifier watcher(s)
Arrow_branch fork(s)
Wrench

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' ]
blog comments powered by Disqus