summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-04-07 17:31:06 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-04-12 12:48:28 +0200
commitdcd66debbe519403d3b8f7bf30313fbdee71fe6c (patch)
tree6a5df54bb70078e3fa673b30af45484777232ee0 /docs
parent2d2d8e70911de15c8c82c06b7cdaff1d33e9992e (diff)
downloadmanaserv-dcd66debbe519403d3b8f7bf30313fbdee71fe6c.tar.gz
manaserv-dcd66debbe519403d3b8f7bf30313fbdee71fe6c.tar.xz
manaserv-dcd66debbe519403d3b8f7bf30313fbdee71fe6c.zip
Fixed issues with server behind router
Tested-by: jurkan. Reviewed-by: Bertram.
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example
index a2171e9..75331b6 100644
--- a/docs/manaserv.xml.example
+++ b/docs/manaserv.xml.example
@@ -148,6 +148,9 @@
-->
<option name="net_chatHost" value="localhost"/>
<option name="net_chatListenToClientPort" value="9603"/>
+ <!-- needed to set when hosting behind router or in situations
+ where you cannot bind the server to the public url -->
+ <!-- <option name="net_publicChatHost" value="mydomain.org"/> -->
<!--
The clients use this address to connect to a game server on this machine.
@@ -156,6 +159,9 @@
-->
<option name="net_gameHost" value="localhost"/>
<option name="net_gameListenToClientPort" value="9604"/>
+ <!-- needed to set when hosting behind router or in situations
+ where you cannot bind the server to the public url -->
+ <!-- <option name="net_publicGameHost" value="mydomain.org"/> -->
<!--
Update host url: E.g.: "http://updates.manasource.org/"