Changelog + better README description

This commit is contained in:
Aaron Suggs 2014-04-25 13:39:21 -05:00
parent f911138f7d
commit e1d736f0f0
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
* Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
* Rack::Attack.new returns an instance to ease testing (thanks @stevehodgkiss)
* Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn)
* Test more dalli versions.
## v3.0.0 - 15 March 2014
* Change default blacklisted response to 403 Forbidden (thanks @carpodaster).

View file

@ -1,5 +1,5 @@
# Rack::Attack!!!
*A DSL for blocking & throttling abusive clients*
*Rack middleware for blocking & throttling abusive requests*
Rack::Attack is a rack middleware to protect your web app from bad clients.
It allows *whitelisting*, *blacklisting*, *throttling*, and *tracking* based on arbitrary properties of the request.