Added filter and jail for murmur/mumble-server.

pull/1264/head
Ross Brown 2015-11-29 15:56:56 +00:00
parent 1b0560d2f1
commit 106c3eab9a
2 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -821,3 +821,12 @@ returntype = DROP
bantime = 3600 bantime = 3600
maxretry = 1 maxretry = 1
findtime = 1 findtime = 1
[murmur]
# AKA mumble-server
port = 64738
filter = murmur
action = %(banaction)s[name=%(__name__)s-tcp, port="%(port)s", protocol=tcp, chain="%(chain)s", actname=%(banaction)s-tcp]
%(banaction)s[name=%(__name__)s-udp, port="%(port)s", protocol=udp, chain="%(chain)s", actname=%(banaction)s-udp]
logpath = /var/log/mumble-server/mumble-server.log