You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the RateLimitExceededEvent to gather client IP addresses that reach the configured limit multiple times, so I can easily blacklist them in my server configuration.
With this feature one could use this extension not "just" for rate limiting but for spam detection as well.
If you would like to have a logging feature inside this extension, I might create a PR when I'm done. Otherwise I will create an extension using the event.
The text was updated successfully, but these errors were encountered:
@cyMarvin For the logging feature I would suggest a custom solution, as this might not needed for every use case and the implementation might differ from installation to installation.
I would like to use the RateLimitExceededEvent to gather client IP addresses that reach the configured limit multiple times, so I can easily blacklist them in my server configuration.
With this feature one could use this extension not "just" for rate limiting but for spam detection as well.
If you would like to have a logging feature inside this extension, I might create a PR when I'm done. Otherwise I will create an extension using the event.
The text was updated successfully, but these errors were encountered: