-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Currently every request gets forwarded to crowdsec one by one and it is slow and resource intensive. In my setup I have setup mariadb additionally and calling crowdsec on every request results in a call to the db. All this can be avoided with a single json file with cached ip addresses on the bouncers side. Similar to how cloudflare bouncer is caching them.
This also results in pretty big mariadb binary logs.
Simple cache mechanism would save space and increase performance by having less impact on the system. File based caching (like json) would be enough, but redis would be awesome.
RoboMagus, abdirahmn1, benscobie, Maxy-Paulo, fvsadem and 1 moretinolin and abdirahmn1
Metadata
Metadata
Assignees
Labels
No labels