summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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/"