mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Referers / Bots (+/-)
This commit is contained in:
parent
cabd8fd499
commit
06dcdebb4e
7 changed files with 13 additions and 7 deletions
|
@ -1142,6 +1142,7 @@ filmgo.ru
|
|||
filmidivx.com
|
||||
filunika.com.ru
|
||||
financeloan.us
|
||||
financetip.eu
|
||||
find1friend.com
|
||||
findacheaplawyers.com
|
||||
findclan.org
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Mon Apr 10 11:24:45 SAST 2017
|
||||
### Mon Apr 10 14:43:52 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.300114154816 seconds
|
||||
### 0.306829214096 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -321,6 +321,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*FHscan" 3;
|
||||
"~*Fimap" 3;
|
||||
"~*Findxbot" 3;
|
||||
"~*Firefox/7.0" 3;
|
||||
"~*FlashGet" 3;
|
||||
"~*Flunky" 3;
|
||||
"~*Foobot" 3;
|
||||
|
@ -2044,6 +2045,7 @@ map $http_referer $bad_referer {
|
|||
"~*fil.ru" 1;
|
||||
"~*filunika.com.ru" 1;
|
||||
"~*financeloan.us" 1;
|
||||
"~*financetip.eu" 1;
|
||||
"~*find1friend.com" 1;
|
||||
"~*findacheaplawyers.com" 1;
|
||||
"~*findclan.org" 1;
|
||||
|
|
|
@ -1140,6 +1140,7 @@ domain:film-one.ru
|
|||
domain:fil.ru
|
||||
domain:filunika.com.ru
|
||||
domain:financeloan.us
|
||||
domain:financetip.eu
|
||||
domain:find1friend.com
|
||||
domain:findacheaplawyers.com
|
||||
domain:findclan.org
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Mon Apr 10 11:24:45 SAST 2017
|
||||
### Mon Apr 10 14:43:52 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.300114154816 seconds
|
||||
### 0.306829214096 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -321,6 +321,7 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
"~*FHscan" 3;
|
||||
"~*Fimap" 3;
|
||||
"~*Findxbot" 3;
|
||||
"~*Firefox/7.0" 3;
|
||||
"~*FlashGet" 3;
|
||||
"~*Flunky" 3;
|
||||
"~*Foobot" 3;
|
||||
|
@ -2044,6 +2045,7 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
"~*fil.ru" 1;
|
||||
"~*filunika.com.ru" 1;
|
||||
"~*financeloan.us" 1;
|
||||
"~*financetip.eu" 1;
|
||||
"~*find1friend.com" 1;
|
||||
"~*findacheaplawyers.com" 1;
|
||||
"~*findclan.org" 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue