diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-04 22:38:58 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-04 22:38:58 +0200 |
commit | 4fc3551822a57a3b26d0c4540e205f9b340f9899 (patch) | |
tree | 520054bf470b426c3f8a80a440bee83db89e721d /client/config.cfg | |
parent | 34e4c314ed4934fbb3ace49e664430f6be44e578 (diff) |
FIX reconnection bug & server entry parser
Diffstat (limited to 'client/config.cfg')
-rw-r--r-- | client/config.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/config.cfg b/client/config.cfg index e50d599..b6a77a9 100644 --- a/client/config.cfg +++ b/client/config.cfg @@ -1,10 +1,9 @@ config_update_interval=300;
client_update_interval=60000;
-server=127.0.0.1 10 10
+server=127.0.0.1 10 10;
server=192.168.1.100 600 60;
welcome_msg=Welcome to the proxy configurator!;
config_downloaded_msg=Config downloaded successfully;
top_panel_text=Top Panel;
bottom_panel_text=Bottom Panel;
-speed_visibility=1; - +speed_visibility=1;
|