Compare commits

..

1 Commits

Author SHA1 Message Date
Cyberes d6c916d019 fix incorrect config key 2024-08-12 20:12:25 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -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