mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: Add ejabberd-auth to jail.conf
This commit is contained in:
parent
928f566d19
commit
0dd6533680
1 changed files with 6 additions and 0 deletions
|
|
@ -559,6 +559,12 @@ maxretry = 10
|
|||
action = iptables-multiport[name=freeswitch-tcp, port="5060,5061,5080,5081", protocol=tcp]
|
||||
iptables-multiport[name=freeswitch-udp, port="5060,5061,5080,5081", protocol=udp]
|
||||
|
||||
[ejabberd-auth]
|
||||
|
||||
enabled = false
|
||||
filter = ejabberd-auth
|
||||
logpath = /var/log/ejabberd/ejabberd.log
|
||||
action = iptables[name=ejabberd, port=xmpp-client, protocol=tcp]
|
||||
|
||||
# Historical support (before https://github.com/fail2ban/fail2ban/issues/37 was fixed )
|
||||
# use [asterisk] for new jails
|
||||
|
|
|
|||
Loading…
Reference in a new issue