There was something in the air this Sept after the Harvest Moon. We had one of our episodes where the inmates told me THEY run the jail......
Nope, but I can add those IP ranges to your firewall if you want
When I reported Baidu to you, you told me to get a vps.What on earth are you on about? Seriously.
Thank you!!!Nope, but I can add those IP ranges to your firewall if you want
At times like that, you WISH you had Baidu hammering on your server...just to keep the inmates from posting.
I must say for the big forum I admin, it runs fairly smoothly. We have a good staff. There are a couple of issues that crop up, but there are enough members out there who care for the community that they are either "self-policing" the forum or reporting anything that may seem wrong.
So many dynamics...
Well, the good news is that XF sold another copy to the inmates....who are now establishing their "con-air" version of one of my sites. That's gonna work out well.....
If your using nginx the below works well also. Thing I like about nginx is the 444 error drops the connection then and there.Good find!
location / {
## Deny certain User-Agents (case insensitive)
## The ~* makes it case insensitive as opposed to just a ~
if ($http_user_agent ~* (Ahrefsbot|Morfeus|ZmEu|Baiduspider|Jullo|Yandex|Sogou) ) {
return 444;
}
If your using nginx the below works well also. Thing I like about nginx is the 444 error drops the connection then and there.
if ($http_user_agent ~* (Ahrefsbot|Morfeus|BoardReader|BoardTracker|GigaBot|ZmEu|Baiduspider|Jullo|Yandex|Sogou|LWP::Simple|BBBike|wget|Purebot|Lipperhey|libwww-perl|Mail.Ru)) {
return 444;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.