From e029644f595995bcfcc4677429aae176b6df1c65 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Wed, 19 Oct 2016 21:17:15 +0200 Subject: [PATCH] Good practice to have host to 0.0.0.0 by default according to some mumble forums, an empty value lead to issues in some cases --- Mumble/murmur.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mumble/murmur.ini b/Mumble/murmur.ini index fc37905..81e0682 100644 --- a/Mumble/murmur.ini +++ b/Mumble/murmur.ini @@ -94,7 +94,7 @@ port=64738 ; Specific IP or hostname to bind to. ; If this is left blank (default), Murmur will bind to all available addresses. -;host= +host=0.0.0.0 ; Password to join server. serverpassword= @@ -221,4 +221,4 @@ allowping=true ; [Ice] Ice.Warn.UnknownProperties=1 -Ice.MessageSizeMax=65536s \ No newline at end of file +Ice.MessageSizeMax=65536s