Skip to content
New issue

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

Limit LocalRateLimit per IP #405

Closed
tuongnd7 opened this issue Sep 24, 2021 · 1 comment
Closed

Limit LocalRateLimit per IP #405

tuongnd7 opened this issue Sep 24, 2021 · 1 comment
Labels
kind/feature New feature or request

Comments

@tuongnd7
Copy link

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.

@tuongnd7 tuongnd7 added the kind/feature New feature or request label Sep 24, 2021
@iffyio
Copy link
Collaborator

iffyio commented Sep 24, 2021

The filter currently only rate limits for all packets as you mentioned. We have plans to have it rate limit per ip as well

iffyio added a commit that referenced this issue Sep 26, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants