Browse Source

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
pull/3/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
e029644f59
  1. 2
      Mumble/murmur.ini

2
Mumble/murmur.ini

@ -94,7 +94,7 @@ port=64738
; Specific IP or hostname to bind to. ; Specific IP or hostname to bind to.
; If this is left blank (default), Murmur will bind to all available addresses. ; If this is left blank (default), Murmur will bind to all available addresses.
;host= host=0.0.0.0
; Password to join server. ; Password to join server.
serverpassword= serverpassword=

Loading…
Cancel
Save