mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
V2.2017.05 - Fifth Commit From Generator Script
This commit is contained in:
parent
701d506464
commit
3aef54c163
2 changed files with 9 additions and 9 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Thu Mar 2 13:09:14 SAST 2017
|
||||
### Thu Mar 2 13:28:29 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.334917783737 seconds
|
||||
### 0.30163192749 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -206,9 +206,9 @@ map $http_user_agent $bad_bot {
|
|||
# Include your Own Custom List of Bad User Agents
|
||||
# ***********************************************
|
||||
|
||||
# START BLACKLISTED USER-AGENTS / BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
# START BLACKLISTED USER AGENTS ### 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 ###
|
||||
# END BLACKLISTED USER AGENTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*360Spider" 3;
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Thu Mar 2 13:09:14 SAST 2017
|
||||
### Thu Mar 2 13:28:29 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.334917783737 seconds
|
||||
### 0.30163192749 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -206,9 +206,9 @@ map $http_user_agent $bad_bot {
|
|||
# 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 BLACKLISTED USER AGENTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisCI/nginx/bots.d/blacklist-user-agents.conf;
|
||||
# END BLACKLISTED USER AGENTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*360Spider" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue