mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
V2.2017.05 - First Commit From Generator Script
This commit is contained in:
parent
1091b89f33
commit
832dfb02e9
2 changed files with 13 additions and 5 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Thu Mar 2 12:27:06 SAST 2017
|
||||
### Thu Mar 2 12:59:21 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.217051389694 seconds
|
||||
### 0.373877048492 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
### THE ULTIMATE NGINX BAD BOT BLOCKER
|
||||
### **********************************
|
||||
|
||||
### Version 2.2017.04
|
||||
### Version 2.2017.05
|
||||
|
||||
### This file implements a checklist / blacklist for good user agents, bad user agents and
|
||||
### bad referrers. It also has whitelisting for your own IP's and known good IP Ranges
|
||||
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Thu Mar 2 10:24:06 SAST 2017
|
||||
### Thu Mar 2 12:59:21 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.314051389694 seconds
|
||||
### 0.373877048492 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -202,6 +202,14 @@ map $http_user_agent $bad_bot {
|
|||
# This includes:
|
||||
# Known Vulnerability Scanners (now merged into one section)
|
||||
|
||||
# ***********************************************
|
||||
# Include your Own Custom List of Bad User Agents
|
||||
# ***********************************************
|
||||
|
||||
# START BLACKLISTED USER-AGENTS / BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
include /etc/nginx/bots.d/blacklist-user-agents.conf;
|
||||
# END BLACKLISTED USER-AGENTS / BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*360Spider" 3;
|
||||
"~*80legs" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue