Chronicle 4 branch.

This commit is contained in:
MobiusDev
2017-07-19 21:24:06 +00:00
parent 9a69bec286
commit 3a0bf3539a
13496 changed files with 641683 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#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