diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-10-23 04:12:00 +0300 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-10-23 04:12:00 +0300 |
commit | 1f9964403d3cb448b7e866d8adcb5560f9c46c33 (patch) | |
tree | 1a7e7095e18c907c0c4964a9c677794903197ef1 /client/config_example | |
parent | 21ad7eac963bc329395fa893300fb5c8f721fd77 (diff) | |
parent | 6bd0f7454e62bc27ec8390610cdacb3962e1e658 (diff) |
Merge branch 'master' of ssh://sss.chaoslab.ru//home/private_git/proxy_ui
Diffstat (limited to 'client/config_example')
-rw-r--r-- | client/config_example | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/client/config_example b/client/config_example deleted file mode 100644 index 712ef6b..0000000 --- a/client/config_example +++ /dev/null @@ -1,17 +0,0 @@ -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 |