Comments
Hacker News
But there are some fun things to read there in any case.
by juleiie
by boznz
Block on traffic volume and request frequency if that's causing a problem.
(And yes, I can't access the site either. No, I will not conform. But I bet anyone determined enough will still get through, just like with DRM.)
by userbinator
Nothing to read, nothing to see, I move along. (Yikes, the modern web sucks!)
by binaryturtle
by billfor
by CqtGLRGcukpy
by fxtentacle
Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- The guy is certainly kind of visibly ravaged by the more shady denizens of the global internet.
But there are some fun things to read there in any case.
by juleiie - and all valid traffic too, judging by these HN comments (and my own attempts to connect).
- I expect >99% of my web traffic is bots or agents and I was actually considering removing the page counter as it is pretty meaningless and makes my site look far busier than it is. I am reluctant to however do anything about it just in case it accidentally stops a genuine human reading it or downloading my books.by boznz
- You are only helping the entrenched browser monopoly and furthering the dystopia if you attempt to block anything but "approved" user-agents. This is what people like RMS were warning us about decades ago.
Block on traffic volume and request frequency if that's causing a problem.
(And yes, I can't access the site either. No, I will not conform. But I bet anyone determined enough will still get through, just like with DRM.)
by userbinator - 410 and a "Sec-Fetch-Mode:" string in the response body. I guess it thinks I'm a bot? Thanks!
Nothing to read, nothing to see, I move along. (Yikes, the modern web sucks!)
by binaryturtle - I just use fail2ban and it seems to do a pretty good job, but you do need to pay attention for the first couple of months, to tune it to your situation. I use one filter that is really just failregex = ^<HOST> - \S+ \[\] ".*?" 40[034], and then if that catches something I add it to another more specific list. So far I have about 80 specific regex's and it has stopped all of the traffic. I haven't had anything fallthrough to the 40[034] filter in a long time. Of course the problem with fail2ban, and also OPs solution, is that it become a pain if you are handling things through a load balancer / proxy, since you need a way to get the real ip.by billfor
- If you are unable to read this, there is an archived copy at https://archive.ph/d3236by CqtGLRGcukpy
- I like the idea of adding a fake cpanel subdomain for 169.254.169.254 so that script kiddies will start port-scanning their own hosting provider, which will likely get them flagged/banned.by fxtentacle