mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: jail.conf example for webmin
This commit is contained in:
parent
b64bf3fa7b
commit
0beea03914
1 changed files with 9 additions and 0 deletions
|
|
@ -439,3 +439,12 @@ enabled = false
|
|||
filter = sshd
|
||||
action = osx-afctl[bantime=600]
|
||||
logpath = /var/log/secure.log
|
||||
|
||||
[webmin]
|
||||
enabled = false
|
||||
filter = webmin
|
||||
action = iptables-multiport[name=webmin,port="10000"]
|
||||
logpath = /var/log/auth.log
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue