forked from mirror/openmw-tes3mp
[General] Add explanation about 0.0.0.0 to server config file
This commit is contained in:
parent
6041425122
commit
c0fde5ae97
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
[General]
|
[General]
|
||||||
|
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
|
||||||
localAddress = 0.0.0.0
|
localAddress = 0.0.0.0
|
||||||
port = 25565
|
port = 25565
|
||||||
maximumPlayers = 64
|
maximumPlayers = 64
|
||||||
|
|
Loading…
Reference in a new issue