mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2738] [Feature Request] QPS limit for requests #2188
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frostrock7 on GitHub (Jan 5, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2738
Describe the feature request
Hello.
I have a few servers that will connect to this proxy. Then proxy gonna connect to API. Api has limit to requests per second or it'll be baned.
I want to thresold it on proxy side, So if count of request more than some treshold It not gonna connect to API and of course I want to log information what server got under restriction.
How I can do it using this proxy? Will be garateful for advice
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jan 5, 2022):
It's not supported now but we are designing v2 architecture and i think it can be supported future.
@frostrock7 commented on GitHub (Jan 5, 2022):
Thanks a lot for your work and quick answer.
@fatedier commented on GitHub (Jan 6, 2022):
Let this issue open to track the feature until we support it.