22 lines
689 B
INI
22 lines
689 B
INI
#Telnet is disabled by default.
|
|
EnableTelnet = False
|
|
|
|
#This is the port telnet LoginServer will bind to
|
|
#Must differ from GameStatusPort
|
|
LoginStatusPort = 12345
|
|
|
|
#This is the port telnet GameServer will bind to
|
|
#Must differ from LoginStatusPort
|
|
GameStatusPort = 54321
|
|
|
|
#If the following is not set, a random password is generated on server startup.
|
|
# Usage: StatusPW = somePass
|
|
StatusPW =
|
|
|
|
#This list can contain IPs or Hosts of clients you wish to allow.
|
|
#Hosts must be resolvable to an IP.
|
|
#The format is as follows:
|
|
#ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
|
|
#Make sure there are no spaces between hosts/ips
|
|
ListOfHosts = 127.0.0.1,localhost,::1
|