mirror of https://github.com/fail2ban/fail2ban
ENH: jail.conf example for webmin
parent
b64bf3fa7b
commit
0beea03914
|
@ -439,3 +439,12 @@ enabled = false
|
||||||
filter = sshd
|
filter = sshd
|
||||||
action = osx-afctl[bantime=600]
|
action = osx-afctl[bantime=600]
|
||||||
logpath = /var/log/secure.log
|
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 New Issue