diff options
author | Alex Borisov <b0ris@b0ris-universe.localdomain> | 2011-10-20 05:35:36 +0300 |
---|---|---|
committer | Alex Borisov <b0ris@b0ris-universe.localdomain> | 2011-10-20 05:35:36 +0300 |
commit | d3ff62b1eeaba12131226a277b56abd15b015bda (patch) | |
tree | 0bf38bbcb83ba2ca8bd9b4c7f30cf85559283c6e /client/config_example | |
parent | 4ac3da0fe4400b9109636143e8da53dbef6c3984 (diff) |
proxy representation classes
Diffstat (limited to 'client/config_example')
-rw-r--r-- | client/config_example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/client/config_example b/client/config_example new file mode 100644 index 0000000..712ef6b --- /dev/null +++ b/client/config_example @@ -0,0 +1,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
\ No newline at end of file |