Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Talts <sean.talts@gmail.com>2020-04-20 20:19:03 +0300
committerSean Talts <sean.talts@gmail.com>2020-04-20 22:05:04 +0300
commit37d24f6bf2d66d3bfc123416c27136bc4d2e22a4 (patch)
tree1bc53f6ee31f5aec4b71ce3fe20296dc330ba895 /scripts
parent35c1d01b216f1d7e7fb9bd0cd8ecce09681f02c3 (diff)
src/murmur: Add autobanSuccessfulConnections flag.
The idea here is that sometimes you really do have a lot of folks connecting from a single IP, and if those connections are successful you don't want to ban any of them. However, in cases where the server needs to guard against malicious users attempting a DDOS by reconnecting their valid user account over and over, we need to be able to configure the server to still ban those successful attempts.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/murmur.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index b18881c13..651918c37 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -373,9 +373,13 @@ allowping=true
; To disable, set autobanAttempts or autobanTimeframe to 0. Commenting these
; settings out will cause Murmur to use the defaults:
;
+; To avoid autobanning successful connection attempts from the same IP address,
+; set autobanSuccessfulConnections=False.
+;
;autobanAttempts=10
;autobanTimeframe=120
;autobanTime=300
+;autobanSuccessfulConnections=True
; Enables logging of group changes. This means that every time a group in a
; channel changes, the server will log all groups and their members from before