mirror of https://github.com/fail2ban/fail2ban
29 lines
652 B
Plaintext
29 lines
652 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 = <W>[\n\s]*(\.\d{3})?\s+\d+ => <\d+:%(_usernameregex)s\(-1\)> Rejected connection from <HOST>:\d+:
|
|
|
|
failregex = ^%(_prefix)s Invalid server password$
|
|
^%(_prefix)s Wrong certificate or password for existing user$
|
|
|
|
ignoreregex =
|
|
|
|
|
|
# DEV Notes:
|
|
#
|
|
# Author: Ross Brown
|