From cab3bb05a4cc39c7d6f97f3c263cdce9b3cdf3b3 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 30 Mar 2021 16:31:05 +0300 Subject: [PATCH] update doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e9ccad..32da7a2 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ eu3.sec-tunnel.com,77.111.244.22,443 | list-countries | - | list available countries and exit | | list-proxies | - | output proxy list and exit | | proxy | String | sets base proxy to use for all dial-outs. Format: `://[login:password@]host[:port]` Examples: `http://user:password@192.168.1.1:3128`, `socks5://10.0.0.1:1080` | +| refresh | Duration | login refresh interval (default 4h0m0s) | | timeout | Duration | timeout for network operations (default 10s) | | verbosity | Number | logging verbosity (10 - debug, 20 - info, 30 - warning, 40 - error, 50 - critical) (default 20) | | version | - | show program version and exit |