mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
New Referers / Bots Added
This commit is contained in:
parent
5f8352200c
commit
842c739ccb
1 changed files with 7 additions and 4 deletions
|
@ -10,11 +10,11 @@
|
||||||
### Created By: https://github.com/mitchellkrogza/
|
### Created By: https://github.com/mitchellkrogza/
|
||||||
|
|
||||||
### Last Updated
|
### Last Updated
|
||||||
### Wed Sep 21 08:44:22 SAST 2016
|
### Fri Sep 23 08:45:47 SAST 2016
|
||||||
### End Last Updated
|
### End Last Updated
|
||||||
|
|
||||||
### Generated in
|
### Generated in
|
||||||
### 0.117626190186 seconds
|
### 0.144809961319 seconds
|
||||||
### End Generated in
|
### End Generated in
|
||||||
|
|
||||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||||
|
@ -437,6 +437,7 @@ map $http_user_agent $bad_bot {
|
||||||
"~*python-requests" 3;
|
"~*python-requests" 3;
|
||||||
"~*QueryN\ Metasearch" 3;
|
"~*QueryN\ Metasearch" 3;
|
||||||
"~*Qwantify" 3;
|
"~*Qwantify" 3;
|
||||||
|
"~*RankActiveLinkBot" 3;
|
||||||
"~*Rankivabot" 3;
|
"~*Rankivabot" 3;
|
||||||
"~*RealDownload" 3;
|
"~*RealDownload" 3;
|
||||||
"~*Reaper" 3;
|
"~*Reaper" 3;
|
||||||
|
@ -505,9 +506,10 @@ map $http_user_agent $bad_bot {
|
||||||
"~*TheNomad" 3;
|
"~*TheNomad" 3;
|
||||||
"~*TightTwatBot" 3;
|
"~*TightTwatBot" 3;
|
||||||
"~*Titan" 3;
|
"~*Titan" 3;
|
||||||
"~*trendictionbot" 3;
|
"~*Toweyabot" 3;
|
||||||
|
"~*Trendictionbot" 3;
|
||||||
"~*True_Robot" 3;
|
"~*True_Robot" 3;
|
||||||
"~*turingos" 3;
|
"~*Turingos" 3;
|
||||||
"~*TurnitinBot" 3;
|
"~*TurnitinBot" 3;
|
||||||
"~*Turnitin\ Robot" 3;
|
"~*Turnitin\ Robot" 3;
|
||||||
"~*Turnitin\ Bot" 3;
|
"~*Turnitin\ Bot" 3;
|
||||||
|
@ -1374,6 +1376,7 @@ map $http_referer $bad_referer {
|
||||||
"~*lakesimg.com" 1;
|
"~*lakesimg.com" 1;
|
||||||
"~*laudit.ru" 1;
|
"~*laudit.ru" 1;
|
||||||
"~*lancheck.net" 1;
|
"~*lancheck.net" 1;
|
||||||
|
"~*landreferat.ru" 1;
|
||||||
"~*law-enforcement-aa.xyz" 1;
|
"~*law-enforcement-aa.xyz" 1;
|
||||||
"~*law-enforcement-bb.xyz" 1;
|
"~*law-enforcement-bb.xyz" 1;
|
||||||
"~*law-enforcement-bot-aa.xyz" 1;
|
"~*law-enforcement-bot-aa.xyz" 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue