mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge branch 'mysqld-syslog-iptables-name-too-long' of https://github.com/grooverdan/fail2ban
* 'mysqld-syslog-iptables-name-too-long' of https://github.com/grooverdan/fail2ban: BF: jail name mysqld-syslog-iptables too long. removed -iptables. Thanks Stefan (#447) Conflicts: ChangeLog
This commit is contained in:
commit
25e967f23b
3 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better
|
|||
- recidive jail to block all protocols. Closes gh-440. Thanks Ioan Indreias
|
||||
- smtps not a IANA standard and has been removed from Arch. Replaced with
|
||||
465. Thanks Stefan. Closes gh-447
|
||||
- mysqld-syslog-iptables rule was too long. Part of gh-447.
|
||||
|
||||
- New Features:
|
||||
|
||||
|
|
|
|||
1
THANKS
1
THANKS
|
|
@ -66,6 +66,7 @@ Russell Odom
|
|||
Sebastian Arcus
|
||||
Sireyessire
|
||||
silviogarbes
|
||||
Stefan Tatschner
|
||||
Stephen Gildea
|
||||
Steven Hiscocks
|
||||
Tom Pike
|
||||
|
|
|
|||
|
|
@ -389,7 +389,7 @@ logpath = /var/log/mysqld.log
|
|||
maxretry = 5
|
||||
|
||||
|
||||
[mysqld-syslog-iptables]
|
||||
[mysqld-syslog]
|
||||
|
||||
enabled = false
|
||||
filter = mysqld-auth
|
||||
|
|
|
|||
Loading…
Reference in a new issue