I have blocked the crawler with IPv6, but removed it july 19th.
Yesterday I received a message from my provider that CPU had gone up to an inacceptable level, causde by the crawler.
Anyone else who has noticed this?
The blockingcode that I use now is:
Code: Select all
RewriteEngine On
# Block Facebook bot
RewriteCond %{HTTP_USER_AGENT} ^facebookexternalhit/1\.1 [NC]
RewriteRule ^ - [F,L]