mirror of https://github.com/fail2ban/fail2ban
Added pure-ftpd section to Debian's jail.conf. Thanks to Laurent Léonard (Closes: #654412)
parent
5a82e41285
commit
5c2abe60a1
|
@ -1,3 +1,10 @@
|
|||
fail2ban (0.8.6-2) UNRELEASED; urgency=low
|
||||
|
||||
* Added pure-ftpd section to Debian's jail.conf. Thanks to Laurent
|
||||
Léonard (Closes: #654412)
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 03 Jan 2012 10:36:24 -0500
|
||||
|
||||
fail2ban (0.8.6-1) unstable; urgency=low
|
||||
|
||||
* [1efe1bc] Fresh upstream release (Closes: #648324)
|
||||
|
|
|
@ -202,6 +202,15 @@ logpath = /var/log/proftpd/proftpd.log
|
|||
maxretry = 6
|
||||
|
||||
|
||||
[pure-ftpd]
|
||||
|
||||
enabled = false
|
||||
port = ftp,ftp-data,ftps,ftps-data
|
||||
filter = pure-ftpd
|
||||
logpath = /var/log/auth.log
|
||||
maxretry = 6
|
||||
|
||||
|
||||
[wuftpd]
|
||||
|
||||
enabled = false
|
||||
|
|
Loading…
Reference in New Issue