mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 01:29:49 +00:00
V3.2018.08.1150 [ci skip]
This commit is contained in:
parent
4582583051
commit
3bc0f89a34
52 changed files with 82 additions and 71 deletions
|
@ -26,5 +26,5 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
35.193.7.13 0;
|
||||
104.154.120.187 0;
|
||||
35.184.48.144 0;
|
||||
35.193.211.2 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.08.1149
|
||||
### Updated: Sun Aug 5 17:40:34 SAST 2018
|
||||
### Version: V3.2018.08.1150
|
||||
### Updated: Sun Aug 5 17:44:35 SAST 2018
|
||||
### Bad Referrer Count: 6338
|
||||
### Bad Bot Count: 530
|
||||
### Bad Bot Count: 531
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -354,6 +354,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bFoobot\b" 3;
|
||||
"~*\bFreeuploader\b" 3;
|
||||
"~*\bFrontPage\b" 3;
|
||||
"~*\bFyberSpider\b" 3;
|
||||
"~*\bFyrebot\b" 3;
|
||||
"~*\bGalaxyBot\b" 3;
|
||||
"~*\bGenieo\b" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue