summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-10-20 21:41:22 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-10-20 21:41:22 +0300
commita3fb8e2a714e4f0758019d1ce4853d65649a8a57 (patch)
tree1db419af88f44010cbcc6b84358bc7a648e71ed7
parent94852abf14bf5f57dc6d3124372d8ab6316dab50 (diff)
не наши конфиги
-rw-r--r--client/config_example17
-rw-r--r--server/proxy_ui_server.workspace1
-rw-r--r--server/server/config_example17
3 files changed, 1 insertions, 34 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
diff --git a/server/proxy_ui_server.workspace b/server/proxy_ui_server.workspace
index b3c87b6..075d714 100644
--- a/server/proxy_ui_server.workspace
+++ b/server/proxy_ui_server.workspace
@@ -11,6 +11,7 @@
</BuildMatrix>
<Environment>
<![CDATA[
+
]]>
</Environment>
</CodeLite_Workspace>
diff --git a/server/server/config_example b/server/server/config_example
deleted file mode 100644
index 712ef6b..0000000
--- a/server/server/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