client: add start params

Proxy names specified in 'start' params divided by ',' will be started.
If it is empty or not defined, all proxies will be started.
This commit is contained in:
fatedier
2017-05-25 01:45:38 +08:00
parent 150682ec63
commit 49b503c17b
5 changed files with 31 additions and 9 deletions

View File

@@ -32,6 +32,10 @@ user = your_name
# default is true
login_fail_exit = true
# proxy names you want to start divided by ','
# default is empty, means all proxies
# start = ssh,dns
# heartbeat configure, it's not recommended to modify the default value
# the default value of heartbeat_interval is 10 and heartbeat_timeout is 90
# heartbeat_interval = 30