blob: 712ef6b0eaeb61dbc35e439dc3ea7829b2ecb258 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
BanTime=60; //minutes
ConnListCheckInterval=30; //seconds
ConnectionCount=30; //conection limit for ban
ConnectionTimeOut=60; //conection limit for ban
DosConnectionCount=200; //conections before adding to dos list
MainAccountInvalidLoginCount=10; //invalid logins to ban
SubAccountInvalidLoginCount=3; //subaccount invalid logins to disconnect
LSServerPort=80; //port for ls server http connection
LSServerHost=chat1.aionlegend.ru; //ls server host
BindAddress=0.0.0.0; //ip address to listen on, 0.0.0.0 - any
LogPath=/var/aion_otp; //auth system log file path, use /dev/null for disable
DosLogPath=/var/log/aion_otp_dos; // log path for dos ip list
Debug=0; //debug log
//options name are case sensitive
//no spaces allowed in options
//; - end line character
|