diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-04-12 00:13:30 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-12 00:13:30 +0200 |
commit | fa74fa1f4db379b24dfd3366860e15dd6ed28e5a (patch) | |
tree | e5c7de5ed52cf2c42f21193cb439a1bb3033ab74 /src | |
parent | dac07737590f734c11a6bd45785eaf6cc317059a (diff) |
Config: Extended description of LoginREST.*Address values
Diffstat (limited to 'src')
-rw-r--r-- | src/server/bnetserver/bnetserver.conf.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/bnetserver/bnetserver.conf.dist b/src/server/bnetserver/bnetserver.conf.dist index c96ae41902c..97839032665 100644 --- a/src/server/bnetserver/bnetserver.conf.dist +++ b/src/server/bnetserver/bnetserver.conf.dist @@ -61,9 +61,12 @@ BattlenetPort = 1119 # # LoginREST.ExternalAddress # Description: IP address sent to clients connecting from outside the network where bnetserver runs +# Set it to your external IP address # # LoginREST.LocalAddress # Description: IP address sent to clients connecting from inside the network where bnetserver runs +# Set it to your local IP address (common 192.168.x.x network) +# or leave it at default value 127.0.0.1 if connecting directly to the internet without a router # LoginREST.Port = 8081 |