Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # ---------------------------------------------------------------------------
  2. # Networking
  3. # ---------------------------------------------------------------------------
  4.  
  5. # Bind ip of the LoginServer, use 0.0.0.0 to bind on all available IPs
  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: 0.0.0.0
  9. LoginserverHostname = 134.249.132.58
  10.  
  11. # Default: 2106
  12. LoginserverPort = 2106
  13.  
  14. # The address on which login will listen for GameServers, use * to bind on all available IPs
  15. # 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>
  16. # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
  17. # Default: 127.0.0.1
  18. LoginHostname = 127.0.0.1
  19.  
  20. # The port on which login will listen for GameServers
  21. # Default: 9014
  22. LoginPort = 9014