this is ironic. I just having a DDOS from a botnet on China.
Jerks on the Internet: what my first DDoS taught me
91–95 of 95 posts
Re: Jerks on the Internet: what my first DDoS taught me
#92Re: Jerks on the Internet: what my first DDoS taught me
#93If your gateway/webserver is running in a Docker container and you've published port 80/443, Docker will set up it's own IPTables rules, bypassing anything you've set up using UFW.
Re: Jerks on the Internet: what my first DDoS taught me
#94If you have some kind of expensive request, use fair queuing by IP address. If someone has a request pending, more requests from the same source go behind IP addresses with fewer requests. So each IP address competes with itself, not others. For some reason, this isn't done much. I have it on a site of mine. I didn't notice for a week that someone was making a huge number of requests and not even waiting for the task…
Certainly no need for cloudflare
Re: Jerks on the Internet: what my first DDoS taught me
#95Why is the text for this article 2.5" wide in a normal browser? It makes it annoying to read :(
turning off #blog-post's padding and the .blog-content-card's left & right margins makes the layout nice on a desktop.