From d6c916d0190366ea7d01f9161ee580ee235212fe Mon Sep 17 00:00:00 2001 From: Cyberes Date: Mon, 12 Aug 2024 20:12:25 -0600 Subject: [PATCH] fix incorrect config key --- config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index 6c20b45..66ae0c8 100644 --- a/config.example.yml +++ b/config.example.yml @@ -15,7 +15,7 @@ proxy_connect_timeout: 60 # How many times to retry a proxy connection. # On each retry a new proxy will be chosen. -proxy_connect_retry: 3 +proxy_connect_retries: 3 # Use `curl-impersonate` to pretend to be Chrome when testing proxies. proxy_check_impersonate_chrome: false