mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
New Referers / Bots Added
This commit is contained in:
parent
0a7e51484d
commit
153c6ba80c
3 changed files with 10 additions and 3 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Thu Jan 5 10:19:39 SAST 2017
|
||||
### Fri Jan 6 09:37:43 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.218497753143 seconds
|
||||
### 0.212138414383 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -710,6 +710,7 @@ map $http_referer $bad_words {
|
|||
"~*vicodin" 1;
|
||||
"~*webfuck" 1;
|
||||
"~*xanax" 1;
|
||||
"~*xxxrus" 1;
|
||||
"~*zanax" 1;
|
||||
"~*zoloft" 1;
|
||||
# END BAD REFERER WORDS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
@ -1671,6 +1672,7 @@ map $http_referer $bad_referer {
|
|||
"~*incolors.club" 1;
|
||||
"~*increasewwwtraffic.info" 1;
|
||||
"~*indiakino.net" 1;
|
||||
"~*indiasourcemart.in" 1;
|
||||
"~*inductionc2oktop.com" 1;
|
||||
"~*informatiecentro.be" 1;
|
||||
"~*infowarcraft.ru" 1;
|
||||
|
@ -2222,6 +2224,7 @@ map $http_referer $bad_referer {
|
|||
"~*rootandroid.org" 1;
|
||||
"~*rospromtest.ru" 1;
|
||||
"~*rostov.xrus.org" 1;
|
||||
"~*rotuwyv.ua" 1;
|
||||
"~*royal-betting.net" 1;
|
||||
"~*royal-investments.net" 1;
|
||||
"~*royalcar-ufa.ru" 1;
|
||||
|
@ -2776,6 +2779,7 @@ map $http_referer $bad_referer {
|
|||
"~*zophim.me" 1;
|
||||
"~*zqtqkq.ua" 1;
|
||||
"~*zryydi.com" 1;
|
||||
"~*zscalerone.net" 1;
|
||||
"~*zverokruh-shop.cz" 1;
|
||||
"~*zvetki.ru" 1;
|
||||
# END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
|
|
@ -893,6 +893,7 @@ domain:inboxdollars.com
|
|||
domain:incolors.club
|
||||
domain:increasewwwtraffic.info
|
||||
domain:indiakino.net
|
||||
domain:indiasourcemart.in
|
||||
domain:inductionc2oktop.com
|
||||
domain:informatiecentro.be
|
||||
domain:infowarcraft.ru
|
||||
|
@ -1444,6 +1445,7 @@ domain:roleforum.ru
|
|||
domain:rootandroid.org
|
||||
domain:rospromtest.ru
|
||||
domain:rostov.xrus.org
|
||||
domain:rotuwyv.ua
|
||||
domain:royal-betting.net
|
||||
domain:royal-investments.net
|
||||
domain:royalcar-ufa.ru
|
||||
|
@ -1998,5 +2000,6 @@ domain:znaniyapolza.ru
|
|||
domain:zophim.me
|
||||
domain:zqtqkq.ua
|
||||
domain:zryydi.com
|
||||
domain:zscalerone.net
|
||||
domain:zverokruh-shop.cz
|
||||
domain:zvetki.ru
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue