From ed35d9abac926c3266fd88451e78541f3fa25b7b Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 7 Feb 2023 19:34:52 +0200 Subject: [PATCH] upd doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ba8e42..84e16c8 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,8 @@ zagent248.hola.org,165.22.65.3,22222,22223,22224,22225,22226,digitalocean | limit | Unsigned Integer (Number) | amount of proxies in retrieved list (default 3) | | list-countries | String | list available countries and exit | | list-proxies | - | output proxy list and exit | +| max-pause | Duration | maximum added delay between registration and tunnel request (default 25s) | +| min-pause | Duration | minimum added delay between registration and tunnel request (default 10s) | | 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` | | proxy-type | String | proxy type (Datacenter: direct) (Residential: lum) (default "direct") | | resolver | String | DNS/DoH/DoT resolver to workaround Hola blocked hosts. See https://github.com/ameshkov/dnslookup/ for upstream DNS URL format. (default "https://cloudflare-dns.com/dns-query") |