fix template file for generate-blacklist

This commit is contained in:
Mitchell Krog 2017-07-06 17:30:12 +02:00
parent 3248ca44ec
commit b62b072504
2 changed files with 3 additions and 3 deletions

View file

@ -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:]')
# *************************************

View file

@ -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