mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@249 a942ae1a-1317-0410-a47c-b1dcaea8d605
21 lines
223 B
Text
21 lines
223 B
Text
[dummy]
|
|
|
|
enabled = true
|
|
filter = sshd
|
|
action = dummy
|
|
maxretry = 2
|
|
#bantime = 10
|
|
|
|
[SSH]
|
|
|
|
enabled = false
|
|
filter = sshd
|
|
action = iptables
|
|
bantime = 10
|
|
|
|
[Apache-error]
|
|
|
|
enabled = false
|
|
filter = apache-error
|
|
action = hostdeny
|
|
|