-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature Request: Invalidate IP entry in rate-limiter before transfer #365
Comments
wtf |
Good idea, but I'd have to implement this for BungeeCord and Bukkit as well, not just Velocity. |
I hope nobody clicked on the link |
It's good to report every account like that |
Yeah, I did report them to GitHub. One of the accounts was already banned afaik. |
Planned for 2.2.0 |
Information
Drop IP from Velocity rate-limiter before transferring (1.20.5) players again to the same server, probably make it an option.
Reason
A usual configuration of the rate-limiter is about 5 seconds. Sonar verifies the client much quicker. Manually removing the IP from cache before transferring might allow not to disable or lower rate-limits and still be convenient for players.
Additional information
These are "internals".
Sample code for any Velocity plugin with access to proxy module, not actually tested:
The text was updated successfully, but these errors were encountered: