We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found LocalRateLimit to be working pretty well. However it only limits total packets, can you help me limit the number of packets per IP? Thank you.
The text was updated successfully, but these errors were encountered:
The filter currently only rate limits for all packets as you mentioned. We have plans to have it rate limit per ip as well
Sorry, something went wrong.
Add support to rate limit per IP
695cb3c
Instead of applying the rate limit on the entire proxy, this applies it per source address which is the desired behavior. Resolves #405 Work on #5
7bfc123
No branches or pull requests
I found LocalRateLimit to be working pretty well.
However it only limits total packets, can you help me limit the number of packets per IP?
Thank you.
The text was updated successfully, but these errors were encountered: