mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-11-09
This commit is contained in:
@ -502,3 +502,5 @@ $ grep 104.196.152.243 dspace.log.2017-11-07 | grep -o -E 'session_id=[A-Z0-9]{3
|
||||
```
|
||||
|
||||
- The number of total requests vary by a few thousand, but the number of sessions is over *ten times less*!
|
||||
- This gets me thinking, I wonder if I can use something like nginx's rate limiter to automatically change the user agent of clients who make too many requests
|
||||
- Perhaps using a combination of geo and map, like illustrated here: https://www.nginx.com/blog/rate-limiting-nginx/
|
||||
|
Reference in New Issue
Block a user