You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
686 B
Plaintext
32 lines
686 B
Plaintext
# Fail2Ban filter for murmur/mumble-server
|
|
#
|
|
|
|
[INCLUDES]
|
|
|
|
before = common.conf
|
|
|
|
|
|
[Definition]
|
|
|
|
_daemon = murmurd
|
|
|
|
# N.B. If you allow users to have usernames that include the '>' character you
|
|
# should change this to match the regex assigned to the 'username'
|
|
# variable in your server config file (murmur.ini / mumble-server.ini).
|
|
_usernameregex = [^>]+
|
|
|
|
_prefix = \s+\d+ => <\d+:%(_usernameregex)s\(-1\)> Rejected connection from <HOST>:\d+:
|
|
|
|
prefregex = ^%(_prefix)s <F-CONTENT>.+</F-CONTENT>$
|
|
|
|
failregex = ^Invalid server password$
|
|
^Wrong certificate or password for existing user$
|
|
|
|
ignoreregex =
|
|
|
|
datepattern = ^<W>{DATE}
|
|
|
|
# DEV Notes:
|
|
#
|
|
# Author: Ross Brown
|