DDoS protection ? #207
Replies: 1 comment
-
|
Thank you! That's an interesting technical problem. But I would really like to understand the real reasons first. Who are those small businesses that need DDoS protection? Who cares about DDoSing them and how expensive the consequences that they need to solve this problem? I'm also not sure if defending a DDoS attack at the end servers is an efficient way. I'm not an expert but I feel that the malicious traffic may consume all the available network bandwidth preventing legitimate traffic from getting through. So the proposed solution won't help anyway in this case. The malicious traffic should be blocked somewhere earlier at the large routing/distribution points. Hence this kind of protection is offered as a Cloudflare service. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I love uncloud and the design thought behind it!
Some of its nice features are automatic SSL and built-in reverse proxy! However, small businesses are very concerned with DDoS (distributed denial-of-service) attacks these days . So, they resort to Cloudflare tunnels which offers free plans. But once you implement that, you realize that you can use their free SSL as well, and then you realize you do no need Caddy at all .. you are back to square one - "uncloud" put you back in "cloud" lock-in!
Can uncloud provide some basic/good DDoS feature to remove that pressure to use DDoS cloud proxies? This can be a configurable feature to shut down an attack in progress, as soon as it detects unusually high traffic from an IP address. Then it can "jail" that remote IP for some amount of time (and monitor further traffic coming from it, possibly extending the jail time). A "policeman" thread loops periodically over the jailed IPs (in-memory lookup table) and decides when to let them off the block list. Policies can be refined, but some good basic ones are enough.
From implementation point of view:
Beta Was this translation helpful? Give feedback.
All reactions