zfc
Junior Member
- Jul 23, 2022
- 187
- 73
Hello friends!
My website is constantly getting ddos attacks. I bought a waf for 15 dollars a month and it saved me. However, waf issues captcha to each ip address 1 time a day.
This disturbs the users. I aim to make my own ddos protection.
I use Node.js.
express-rate-limit
Interestingly, the package closes access to all users in a ddos attack. Cloudflare is not a solution either. I want to solve it myself for free.
What are your solutions to protect against Layer 7 ddos attacks? I am planning to write a rate limit and ip ban system with redis, but I doubt whether it can protect or not.
I would be very happy if you share your experiences on this subject


My website is constantly getting ddos attacks. I bought a waf for 15 dollars a month and it saved me. However, waf issues captcha to each ip address 1 time a day.
This disturbs the users. I aim to make my own ddos protection.
I use Node.js.
express-rate-limit
Interestingly, the package closes access to all users in a ddos attack. Cloudflare is not a solution either. I want to solve it myself for free.
What are your solutions to protect against Layer 7 ddos attacks? I am planning to write a rate limit and ip ban system with redis, but I doubt whether it can protect or not.
I would be very happy if you share your experiences on this subject


