telnet.properties 953 B

12345678910111213141516171819202122
  1. # ---------------------------------------------------------------------------
  2. # Telnet Settings
  3. # ---------------------------------------------------------------------------
  4. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  5. # Warning:
  6. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  7. # ---------------------------------------------------------------------------
  8. # Default: False
  9. EnableTelnet = False
  10. # Default: 12345
  11. StatusPort = 12345
  12. # If the following is not set, a random password is generated on server startup.
  13. #StatusPW = somePass
  14. # This list can contain IPs or Hosts of clients you wish to allow. Hosts must be resolvable to an IP.
  15. # Example: 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
  16. # Default: 127.0.0.1,localhost
  17. ListOfHosts = 127.0.0.1,localhost