rack-attack/README.md
2012-07-27 17:40:11 -04:00

6 lines
319 B
Markdown

# Rack::Attack - middleware for throttling & blocking abusive clients
## Processing order
* If any whitelist matches, the request is allowed
* If any blacklist matches, the request is blocked (unless a whitelist matched)
* If any throttle matches, the request is throttled (unless a whitelist or blacklist matched)