Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # ---------------------------------------------------------------------------
  2. # Networking
  3. # ---------------------------------------------------------------------------
  4.  
  5. # Where's the Login server this gameserver should connect to
  6. # 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>
  7. # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
  8. # Default: 127.0.0.1
  9. LoginHost = 127.0.0.1
  10.  
  11. # TCP port the login server listen to for gameserver connection requests
  12. # Default: 9014
  13. LoginPort = 9014
  14.  
  15. # Bind address for gameserver. You should not need to change it in most cases.
  16. # 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>
  17. # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
  18. # Default: * (0.0.0.0)
  19. GameserverHostname = 134.249.132.58
  20.  
  21. # Default: 7777
  22. GameserverPort = 7777