# ---------------------------------------------------------------------------
# 天堂2私服游戏伺服器设定
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (区域网路) - 在同一个路由器上的内部网路
# WAN (宽频网路) - 没有透过任何装置连线的外部网路
# x.x.x.x - IP格式的位址,不能有x,必须都是数字
# ---------------------------------------------------------------------------
# 网路
# ---------------------------------------------------------------------------
# Where's the Login server this gameserver should connect to
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# 预设: 127.0.0.1
LoginHost = 127.0.0.1
# 登入伺服器的通讯连接埠
# 预设: 9014
LoginPort = 9014
# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
GameserverHostname = *
# 游戏伺服器的通讯连接埠预设: 7777
GameserverPort = 7777