mirror of https://github.com/fail2ban/fail2ban
Added port param in jail since otherwise -- crashes
parent
2e55bc57c7
commit
a9ecd98ffe
|
@ -1,4 +1,4 @@
|
|||
fail2ban (0.8.0-3~pre1) unstable; urgency=low
|
||||
fail2ban (0.8.0-3~pre2) unstable; urgency=low
|
||||
|
||||
* Moved <HOST> expansion into regex.py (closes: #429263). Thanks James
|
||||
Andrewartha.
|
||||
|
|
|
@ -92,7 +92,10 @@ maxretry = 6
|
|||
[pam-generic]
|
||||
|
||||
enabled = false
|
||||
# pam-generic filter can be customized to monitor specific subset of 'tty's
|
||||
filter = pam-generic
|
||||
# port actually must be irrelevant but lets leave it all for some possible uses
|
||||
port = all
|
||||
banaction = iptables-allports
|
||||
logpath = /var/log/auth.log
|
||||
maxretry = 6
|
||||
|
|
Loading…
Reference in New Issue