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:
parent
bb4361e25f
commit
f1c9e10d9a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue