Did you not pay your protection money to CloudFlare?
Comment on Open Source devs say AI crawlers dominate traffic, forcing blocks on entire countries
mesamunefire@lemmy.world 1 year ago
Yep same thing. I have some small servers and was getting hammered by openai ip controlled ai crawlers not respecting robots.txt. had to block all their IP addresses and create an AI black hole in order to stop them ddos ing my tiny site(s).
tempest@lemmy.ca 1 year ago
CosmicCleric@lemmy.world 1 year ago
Man, this current age of AI really sucks.
~This~ ~comment~ ~is~ ~licensed~ ~under~ ~CC~ ~BY-NC-SA~ ~4.0~
Burghler@sh.itjust.works 1 year ago
You licensed your comment? You just saw first hand that AI crawlers don’t care about legal barriers.
CosmicCleric@lemmy.world 1 year ago
WhyJiffie@sh.itjust.works 1 year ago
I suppose the goal isa kind of poisoning the well, in case at any time in the future it becomes enforceable somehow
Tangent5280@lemmy.world 1 year ago
Hey, could you say how you did that? I’m looking to put a few servers up and I’m worried about this too
mesamunefire@lemmy.world 1 year ago
I used fail2ban + router to block the ip addresses. Then if the headers come from openai, they also get bounced.
Below is a template I used that I created on the fly for this. Its decent, but I feel like it could be better.
Tangent5280@lemmy.world 1 year ago
Thanks, this will help.