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

DDOS - does lusca contains protection from ddos attacks #115

Open
maxprog opened this issue Oct 3, 2017 · 2 comments
Open

DDOS - does lusca contains protection from ddos attacks #115

maxprog opened this issue Oct 3, 2017 · 2 comments
Labels

Comments

@maxprog
Copy link

maxprog commented Oct 3, 2017

Does lusca contains protection from ddos attacks?

@grawk
Copy link
Member

grawk commented Oct 3, 2017

No, it does not. I would recommend some type of rate limiting middleware in the express application. Else, attempt to detect the DDOS closer to the "edge" of your deployment. I.e. if you are reverse proxying node.js with nginx, at that layer instead.

@grawk grawk added the question label Oct 3, 2017
@maxprog
Copy link
Author

maxprog commented Oct 4, 2017

Thank You very much. I have the same opinion. I use express-rate-limit and described on http://maxprog.net.pl/node-js/node-js-protection-from-brute-force-and-ddos-attacks/

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

2 participants