Travis
538a9376b1
V3.2017.06.576 [ci skip]
2017-06-21 16:49:27 +02:00
Mitchell Krog UB1
0861d2a74a
Referers / Bots (+/-)
2017-06-21 16:47:35 +02:00
Travis
d125a9af52
V3.2017.06.575 [ci skip]
2017-06-21 15:36:04 +02:00
Mitchell Krog
7dfebecab1
Fix version information formatting in Configuration Readme's
2017-06-21 15:33:46 +02:00
Travis
975256d530
V3.2017.06.574 [ci skip]
2017-06-21 15:30:55 +02:00
Mitchell Krog
6408680d0d
Reduce font size of Version Information written into README.md
2017-06-21 15:28:31 +02:00
Travis
c969630a9c
V3.2017.06.573 [ci skip]
2017-06-21 15:25:11 +02:00
Mitchell Krog
290120bec4
Get totals of bad referrers and bad bots being protected against.
2017-06-21 15:23:22 +02:00
Travis
8dd8e89d9b
V3.2017.06.572 [ci skip]
2017-06-21 15:01:55 +02:00
Mitchell Krog UB1
8ad6e136be
New Bad IP's added to default include file
2017-06-21 14:59:23 +02:00
Travis
67736cd2e1
V3.2017.06.571 [ci skip]
2017-06-21 14:54:23 +02:00
Mitchell Krog UB1
72afa6034b
Referers / Bots (+/-)
2017-06-21 14:52:25 +02:00
Travis
2c6e91b12d
V3.2017.06.570 [ci skip]
2017-06-19 16:09:25 +02:00
Mitchell Krog UB1
f67506fbe9
Referers / Bots (+/-)
2017-06-19 16:05:55 +02:00
Travis
53b4c21a0a
V3.2017.06.569 [ci skip]
2017-06-15 17:03:00 +02:00
Mitchell Krog UB1
ceaefa7648
Referers / Bots (+/-)
2017-06-15 17:00:13 +02:00
Travis
9b948fb566
V3.2017.06.568 [ci skip]
2017-06-15 10:42:03 +02:00
Mitchell Krog UB1
df37fc13da
Referers / Bots (+/-)
2017-06-15 10:40:13 +02:00
Travis
a9005bf167
V3.2017.06.566 [ci skip]
2017-06-14 17:24:31 +02:00
Mitchell Krog
b5fc344420
Updated Examples of Cron Jobs
2017-06-14 17:19:15 +02:00
Mitchell Krog
fd7e4ee264
Updated examples of command line switches and cron jobs.
2017-06-14 17:18:38 +02:00
Travis
2b47a5d598
V3.2017.06.565 [ci skip]
2017-06-14 17:12:16 +02:00
Mitchell Krog UB1
6eb244060c
Referers / Bots (+/-)
2017-06-14 17:06:04 +02:00
Travis
400a40f055
V3.2017.06.564 [ci skip]
2017-06-14 17:01:55 +02:00
Mitchell Krog UB1
ba30ebad72
Referers / Bots (+/-)
2017-06-14 16:55:20 +02:00
Travis
c59981b6e3
V3.2017.06.563 [ci skip]
2017-06-13 11:23:19 +02:00
Mitchell Krog
9fc58196f7
Minor changes to email body messages when updated / not updated
2017-06-13 11:20:57 +02:00
Travis
110d08a64d
V3.2017.06.562 [ci skip]
2017-06-13 10:31:16 +02:00
Mitchell Krog UB1
ede514dbcd
Referers / Bots (+/-)
2017-06-13 10:29:37 +02:00
Travis
7543bb603a
V3.2017.06.561 [ci skip]
2017-06-12 14:49:14 +02:00
Mitchell Krog UB1
06086d25a8
Referers / Bots (+/-)
2017-06-12 14:47:06 +02:00
Travis
ecb0d7e2a8
V3.2017.06.560 [ci skip]
2017-06-12 11:32:25 +02:00
Mitchell Krog
1d30d1421a
Fix Release Numbering Formatting
2017-06-12 11:29:25 +02:00
Travis
d742df3abd
V3.2017.06.559 [ci skip]
2017-06-12 11:22:23 +02:00
Mitchell Krog UB1
0fb2dd0f75
Referers / Bots (+/-)
2017-06-12 11:20:22 +02:00
Travis
c20729d6de
V3.2017.06.558 [ci skip]
2017-06-09 10:23:04 +02:00
Mitchell Krog UB1
862f710799
Referers / Bots (+/-)
2017-06-09 10:21:12 +02:00
Travis
955100f52d
V3.2017.06.557 [ci skip]
2017-06-08 09:53:03 +02:00
Mitchell Krog UB1
520324278b
Referers / Bots (+/-)
2017-06-08 09:50:46 +02:00
Travis
e9b4ba4751
V3.2017.06.556 [ci skip]
2017-06-07 19:57:28 +02:00
Mitchell Krog
9646f896da
Merge pull request #52 from itoffshore/centos
...
update-ngxblocker / install-ngxblocker: improve update / check depends
2017-06-07 19:54:57 +02:00
Stuart Cardall
13a4fbb0d7
install-ngxblocker: add check_depends()
...
centos 7 does not have wget by default so check depends.
2017-06-07 17:33:27 +00:00
Stuart Cardall
e6af6d7fb6
update-ngxblocker: improved update function / check depends
...
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/51#issuecomment-306734698
fixes a89de5831a (commitcomment-22363496)
globalblacklist.conf is only downloaded if it is a new version.
the version check is limited to 200 bytes of data rate limited @ 5kb.
(this adds curl as a dependency).
adds check_depends() as wget is not installed by default on centos 7
& curl is not installed by default on ubuntu or alpine linux.
adds check_mail_depends() & disables sending an email report if
/usr/bin/mail is not found.
adds a notification for reloading nginx as systemd only writes a
notice to syslog.
adds a note for logging cron to syslog.
adds some ANSI colour to the output.
2017-06-07 17:33:03 +00:00
Travis
d18bb45b1b
V3.2017.06.553 [ci skip]
2017-06-07 12:55:13 +02:00
Mitchell Krog UB1
5573985fd3
Referers / Bots (+/-)
2017-06-07 12:53:21 +02:00
Travis
d6c805ee33
V3.2017.06.552 [ci skip]
2017-06-07 10:17:34 +02:00
Mitchell Krog UB1
bc88b6a06c
Referers / Bots (+/-)
2017-06-07 10:15:44 +02:00
Travis
6a5ffeaa7d
V3.2017.06.551 [ci skip]
2017-06-06 12:15:10 +02:00
Mitchell Krog
84268c2266
Updated CHANGELOG.md
2017-06-06 12:13:05 +02:00
Travis
50cfb0629d
V3.2017.06.550 [ci skip]
2017-06-06 12:00:39 +02:00