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

Add connection throttling per-IP #302

Open
shazow opened this issue Mar 14, 2019 · 0 comments
Open

Add connection throttling per-IP #302

shazow opened this issue Mar 14, 2019 · 0 comments
Labels

Comments

@shazow
Copy link
Owner

shazow commented Mar 14, 2019

A common attack is to spawn many connections from a single IP and spam. It should be fairly safe to limit connections-per-ip to something like 5-10. Sometimes multiple people connect from the same computer lab or something.

Bonus points for throttling connection attempts from the same IP over some period of time. This would also help less secure use-cases like #288.

@shazow shazow added the Someday label Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant