mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Update README
This commit is contained in:
parent
733a506ced
commit
51a25c3995
1 changed files with 1 additions and 4 deletions
|
|
@ -164,8 +164,7 @@ so try to keep the number of throttle checks per request low.
|
|||
If a request is blacklisted or throttled, the response is a very simple Rack response.
|
||||
A single typical ruby web server thread can block several hundred requests per second.
|
||||
|
||||
If you need something more efficient but less flexible than Rack::Attack,
|
||||
check out `iptables` and nginx's [limit_zone module](http://wiki.nginx.org/HttpLimitZoneModule).
|
||||
Rack::Attack complements tools like `iptables` and nginx's [limit_zone module](http://wiki.nginx.org/HttpLimitZoneModule).
|
||||
|
||||
## Motivation
|
||||
|
||||
|
|
@ -177,8 +176,6 @@ It is impractical if not impossible to block abusive clients completely.
|
|||
Rack::Attack aims to let developers quickly mitigate abusive requests and rely
|
||||
less on short-term, one-off hacks to block a particular attack.
|
||||
|
||||
Rack::Attack complements tools like iptables and nginx's [limit_zone module](http://wiki.nginx.org/HttpLimitZoneModule).
|
||||
|
||||
[](https://travis-ci.org/kickstarter/rack-attack)
|
||||
[](https://codeclimate.com/github/kickstarter/rack-attack)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue