Skip to content

Commit

Permalink
add example to skip dns resolve and using proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezamansoori authored Jul 27, 2022
1 parent d396ff7 commit 6e01ec4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e01ec4

Please sign in to comment.