mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Added pure-ftpd section to Debian's jail.conf. Thanks to Laurent Léonard (Closes: #654412)
This commit is contained in:
parent
5a82e41285
commit
5c2abe60a1
2 changed files with 16 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -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)
|
||||
|
|
|
|||
9
debian/jail.conf
vendored
9
debian/jail.conf
vendored
|
|
@ -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 a new issue