mirror of https://github.com/fail2ban/fail2ban
parent
1b0560d2f1
commit
106c3eab9a
@ -0,0 +1,21 @@
|
||||
# Fail2Ban filter for murmur/mumble-server
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
||||
before = common.conf
|
||||
|
||||
|
||||
[Definition]
|
||||
|
||||
_daemon = murmurd
|
||||
|
||||
failregex = Rejected connection from <HOST>:\d+: Invalid server password$
|
||||
Rejected connection from <HOST>:\d+: Wrong certificate or password for existing user$
|
||||
|
||||
ignoreregex =
|
||||
|
||||
|
||||
# DEV Notes:
|
||||
#
|
||||
# Author: Ross Brown
|
Loading…
Reference in new issue