summaryrefslogtreecommitdiff
path: root/block_crawler
diff options
context:
space:
mode:
Diffstat (limited to 'block_crawler')
-rw-r--r--block_crawler5
1 files changed, 5 insertions, 0 deletions
diff --git a/block_crawler b/block_crawler
new file mode 100644
index 0000000..c80a23f
--- /dev/null
+++ b/block_crawler
@@ -0,0 +1,5 @@
+#block download
+if ($http_user_agent ~* LWP::Simple|BBBike|wget) {
+ return 403;
+}
+