telnet.properties 510 B

123456789101112131415
  1. #Telnet is disabled by default.
  2. EnableTelnet = false
  3. #This is the port telnet server will bind to
  4. StatusPort = 12345
  5. #If the following is not set, a random password is generated on server startup.
  6. #StatusPW = somePass
  7. #This list can contain IPs or Hosts of clients you wish to allow.
  8. #Hosts must be resolvable to an IP.
  9. #The format is as follows:
  10. #ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
  11. #Make sure there are no spaces between hosts/ips
  12. ListOfHosts = 127.0.0.1,localhost