mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
fix template file for generate-blacklist
This commit is contained in:
parent
3248ca44ec
commit
b62b072504
2 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ MONTH=$(date +"%m")
|
|||
MY_GIT_TAG=V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER
|
||||
BAD_REFERRERS=$(wc -l < $TRAVIS_BUILD_DIR/_generator_lists/bad-referrers.list)
|
||||
BAD_BOTS=$(wc -l < $TRAVIS_BUILD_DIR/_generator_lists/bad-user-agents.list)
|
||||
#_now="$(date)"
|
||||
_now="$(date)"
|
||||
# To get DATE output into uppercase format (if needed)
|
||||
_now=$(date | tr -s '[:lower:]' '[:upper:]')
|
||||
#_now=$(date | tr -s '[:lower:]' '[:upper:]')
|
||||
|
||||
|
||||
# *************************************
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
### Bad Referrer Count: 4947
|
||||
### Bad Bot Count: 480
|
||||
###################################################
|
||||
### VERSION INFORMATION #
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
### This file implements a checklist / blacklist for good user agents, bad user agents and
|
||||
### bad referrers on Nginx Web Server. It also has whitelisting for your own IP's and known good IP Ranges
|
||||
|
|
Loading…
Add table
Reference in a new issue