summaryrefslogtreecommitdiff
path: root/files/ecdhforce/mumble-server.Debian
blob: 3d6b56a8c35672f708a2508b24ec6c3734eb889b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 0 = don't start, 1 = start
MURMUR_DAEMON_START=1

# 0 = don't use capabilities, 1 = start process as root and drop to non-privileged user
# If started as root, mumble will keep the CAP_NET_ADMIN privilege and drop
# all others. This allows it to set high-priority TOS on outgoing IP packets.
MURMUR_USE_CAPABILITIES=0

# This controls how many file descriptors the murmur process can open.
# As a rule of thumb, you should have about 20 descriptors per virtaul 
# server and one for each client. So 30 servers with 20 clients each would
# need at least 720 descriptors (30 * 4 + 30 * 20).
# MURMUR_LIMIT_NOFILE=65536

# ECDHE Perfect Forward Secrecy on the Murmur server via LD_PRELOAD
# https://github.com/ultramancool/ecdhforce
export LD_PRELOAD="/var/lib/mumble-server/ecdhforce/ecdhforce.so"