Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Bind ip of the gameserver
  2. GameserverHostname = 127.0.0.1
  3. GameserverPort = 7777
  4.  
  5. # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
  6. ExternalHostname = 211.166.60.151
  7.  
  8. # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
  9. InternalHostname = 127.0.0.1
  10.  
  11. # The Loginserver host and port; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP
  12. LoginPort = 9014
  13. LoginHost = *