Chronicle 4 branch.
This commit is contained in:
21
L2J_Mobius_C4/dist/game/config/telnet.ini
vendored
Normal file
21
L2J_Mobius_C4/dist/game/config/telnet.ini
vendored
Normal 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
|
||||
Reference in New Issue
Block a user