mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Referers / Bots (+/-)
This commit is contained in:
parent
63f932976d
commit
7ae9c6a69a
4 changed files with 15 additions and 10 deletions
|
@ -402,6 +402,7 @@ VidibleScraper
|
|||
VoidEYE
|
||||
Voil
|
||||
Voltron
|
||||
Wallpapers/3.0
|
||||
WallpapersHD
|
||||
WASALive-Bot
|
||||
WBSearchBot
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V3.2017.06.596
|
||||
### Updated: Sat Jun 24 11:05:54 SAST 2017
|
||||
### Generated In: 0.0275776386261 seconds
|
||||
### Bad Referrer Count: 4876
|
||||
### Bad Bot Count: 479
|
||||
### Version: V3.2017.06
|
||||
### Updated: Sat Jun 24 11:08:38 SAST 2017
|
||||
### Generated In: 0.595799446106 seconds
|
||||
### Bad Referrer Count: 4877
|
||||
### Bad Bot Count: 480
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
||||
|
@ -616,6 +616,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*VoidEYE" 3;
|
||||
"~*Voil" 3;
|
||||
"~*Voltron" 3;
|
||||
"~*Wallpapers/3.0" 3;
|
||||
"~*WallpapersHD" 3;
|
||||
"~*WASALive-Bot" 3;
|
||||
"~*WBSearchBot" 3;
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V3.2017.06.596
|
||||
### Updated: Sat Jun 24 11:05:54 SAST 2017
|
||||
### Generated In: 0.00566029548645 seconds
|
||||
### Bad Referrer Count: 4876
|
||||
### Bad Bot Count: 479
|
||||
### Version: V3.2017.06
|
||||
### Updated: Sat Jun 24 11:08:38 SAST 2017
|
||||
### Generated In: 0.595799446106 seconds
|
||||
### Bad Referrer Count: 4877
|
||||
### Bad Bot Count: 480
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
||||
|
@ -616,6 +616,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*VoidEYE" 3;
|
||||
"~*Voil" 3;
|
||||
"~*Voltron" 3;
|
||||
"~*Wallpapers/3.0" 3;
|
||||
"~*WallpapersHD" 3;
|
||||
"~*WASALive-Bot" 3;
|
||||
"~*WBSearchBot" 3;
|
||||
|
|
|
@ -806,6 +806,8 @@ User-agent: Voil
|
|||
Disallow:/
|
||||
User-agent: Voltron
|
||||
Disallow:/
|
||||
User-agent: Wallpapers/3.0
|
||||
Disallow:/
|
||||
User-agent: WallpapersHD
|
||||
Disallow:/
|
||||
User-agent: WASALive-Bot
|
||||
|
|
Loading…
Add table
Reference in a new issue