mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
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
This commit is contained in:
parent
7a75600e12
commit
e029644f59
@ -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
|
||||
Ice.MessageSizeMax=65536s
|
||||
|
Loading…
Reference in New Issue
Block a user