From: Julien Pivotto Date: Fri, 16 Dec 2022 12:32:14 +0000 (+0100) Subject: Make Proxy Connect Headers consistent with Prometheus X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=29205a5f9827afeffc9ece758974583b117057a2;p=blackbox_exporter.git Make Proxy Connect Headers consistent with Prometheus Signed-off-by: Julien Pivotto --- diff --git a/CONFIGURATION.md b/CONFIGURATION.md index a99202f..5c9eaa4 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 ]