Use IPv4 on blackbox

The docker networks they're running on are v4 only at the moment, so the DNS resolution passes by the connection fails.
This commit is contained in:
Jake Howard 2022-12-06 20:43:22 +00:00
parent bb4361e25f
commit f1c9e10d9a
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -2,6 +2,8 @@ modules:
http: http:
prober: http prober: http
timeout: 10s timeout: 10s
http:
preferred_ip_protocol: ip4 # Docker network is v4 only
https_redir: https_redir:
prober: http prober: http
@ -14,3 +16,4 @@ modules:
fail_if_header_not_matches: fail_if_header_not_matches:
- header: Location - header: Location
regexp: ^https regexp: ^https
preferred_ip_protocol: ip4 # Docker network is v4 only