mirror of https://github.com/fail2ban/fail2ban
BF: Add ejabberd-auth to jail.conf
parent
928f566d19
commit
0dd6533680
|
@ -559,6 +559,12 @@ maxretry = 10
|
||||||
action = iptables-multiport[name=freeswitch-tcp, port="5060,5061,5080,5081", protocol=tcp]
|
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]
|
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 )
|
# Historical support (before https://github.com/fail2ban/fail2ban/issues/37 was fixed )
|
||||||
# use [asterisk] for new jails
|
# use [asterisk] for new jails
|
||||||
|
|
Loading…
Reference in New Issue