mirror of https://github.com/fail2ban/fail2ban
Added filter and jail for murmur/mumble-server.
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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue