retry credential refresh

This commit is contained in:
Vladislav Yarmak
2021-04-23 13:01:53 +03:00
parent 9afba73a08
commit 5260f97be9
3 changed files with 15 additions and 6 deletions
+1
View File
@@ -97,6 +97,7 @@ eu3.sec-tunnel.com,77.111.244.22,443
| list-proxies | - | output proxy list and exit |
| proxy | String | sets base proxy to use for all dial-outs. Format: `<http\|https\|socks5\|socks5h>://[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) |
| refresh-retry | Duration | login refresh retry interval (default 5s) |
| 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 |