From: Alireza (Ali) Mansoori Date: Wed, 27 Jul 2022 02:52:27 +0000 (-0700) Subject: add example to skip dns resolve and using proxy X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f8fe500e297a80e3a74b13e3951ba13bfb0087cb;p=blackbox_exporter.git add example to skip dns resolve and using proxy Signed-off-by: Alireza (Ali) Mansoori --- diff --git a/example.yml b/example.yml index 2e40a02..9bebf11 100644 --- a/example.yml +++ b/example.yml @@ -28,6 +28,11 @@ modules: insecure_skip_verify: false preferred_ip_protocol: "ip4" # defaults to "ip6" ip_protocol_fallback: false # no fallback to "ip6" + http_with_proxy: + prober: http + http: + proxy_url: "http://127.0.0.1:3128" + skip_resolve_phase_with_proxy: true http_post_2xx: prober: http timeout: 5s