summaryrefslogtreecommitdiff
path: root/server/server/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/server/config.h')
-rwxr-xr-xserver/server/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/server/config.h b/server/server/config.h
index 0f6a695..94d5df3 100755
--- a/server/server/config.h
+++ b/server/server/config.h
@@ -186,7 +186,7 @@ private:
{
int ban_time, conn_count, check_interval, debug, dos_conn_count, conn_time, config_reload_interval, proxy_check_interval;
bool ignore_ssl_errors;
- std::string log_path, bind_ip, dos_log_path, proxifier_path, speed_test_file_url;
+ std::string log_path, bind_ip, dos_log_path, /*proxifier_path, */speed_test_file_url;
cfg_data()
{
ignore_ssl_errors = false;
@@ -198,7 +198,7 @@ private:
debug = 0;
dos_conn_count = 200;
bind_ip = "0.0.0.0";
- proxifier_path = "c:/proxifier";
+// proxifier_path = "c:/proxifier";
speed_test_file_url = "http://localhost/speed.test";
}
};