diff --git a/CONFIGURATION.md b/CONFIGURATION.md index a99202f5..5c9eaa4f 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -113,12 +113,9 @@ The other placeholders are specified separately. # HTTP proxy server to use to connect to the targets. [ proxy_url: ] - - # Headers to pass to the HTTP proxy. If set, proxy_url must also be set. - [ proxy_connect_header: - : ... - ... - ] + # Specifies headers to send to proxies during CONNECT requests. + [ proxy_connect_headers: + [ : [, ...] ] ] # Skip DNS resolution and URL change when an HTTP proxy (proxy_url) is set. [ skip_resolve_phase_with_proxy: | default = false ]