summaryrefslogtreecommitdiff
path: root/server/server/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/server/config.h')
-rwxr-xr-xserver/server/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/server/server/config.h b/server/server/config.h
index 318831e..edf6d1c 100755
--- a/server/server/config.h
+++ b/server/server/config.h
@@ -37,9 +37,7 @@ public:
struct static_proxy_entry : public proxy_entry_base
{
- int port, position;
- size_t speed;
- std::list<size_t> speed_list;
+ int position;
std::string label;
static_proxy_entry(): position(0)
{}
@@ -158,7 +156,7 @@ private:
debug = 0;
dos_conn_count = 200;
bind_ip = "0.0.0.0";
- speed_test_file_url = "http://localhost/speed.test";
+ speed_test_file_url = "http://google.com";
}
};
std::string config_path, cli_config_path;