From e1d736f0f072226aacb1c6d34c45531b2cb96008 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Fri, 25 Apr 2014 13:39:21 -0500 Subject: [PATCH] Changelog + better README description --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5e7c1..0aa9445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index 7f5a8c5..b8d1d55 100644 --- a/README.md +++ b/README.md @@ -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.