Limiter Plugin¶
Some bot protection / rate limitation
To monitor rate limits and protect privacy the IP addresses are getting stored with a hash so the limiter plugin knows who to block. A redis database is needed to store the hash values.
Enable the plugin in settings.yml:
- server.limiter: true
- redis.url: ...check the value, see redis: