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:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-07-03 15:42:17 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2008-07-03 15:42:17 +0400
commita95c1e5d60f29b93b099666b9f258966b4231559 (patch)
treee1e2b789e2eb1186eb43324743743ea310f6c82c /scripts/murmur.ini
parentc8ffe27706ca8608962d163bace3c6efff05a424 (diff)
Allow specification of ICE endpoint
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1189 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'scripts/murmur.ini')
-rw-r--r--scripts/murmur.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index e32487091..9d217769b 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -21,6 +21,13 @@ dbus=session
# murmurd processes connected to the same dbus daemon.
#dbusservice=net.sourceforge.mumble.murmur
+# If you want to use ZeroC ICE to communicate with Murmur, you need
+# to specify the endpoint to use. Since there is no authentication
+# with ICE, you should only use it if you trust all the users who have
+# shell access to your machine.
+# Please see the ICE documentation on how to specify endpoints.
+#ice="tcp -h 127.0.0.1 -p 10000"
+
# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that