use connlimit module to rate limit

hitcount cannot be more than 255 in recent module
This commit is contained in:
Girish Ramakrishnan
2017-03-29 21:33:41 -07:00
parent ffbda22145
commit e9456f70f9
2 changed files with 8 additions and 18 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ The goal of rate limits is to prevent password brute force attacks.
* Cloudron password verification routes - 10 requests per second per IP.
* HTTP and HTTPS requests - 5000 requests per second per IP.
* SSH access - 3 connections per second per IP.
* SSH access - 5 connections per 10 seconds per IP.
* Email access (Port 25, 587, 993, 4190) - 50 connections per second per IP/App.
* Database addons access - 5000 connections per second per app (addons use 128 byte passwords).
* Email relay access - 500 connections per second per app.