forked from rarias/bscpkgs
Use IPv4 in blackbox probes
Otherwise they simply fail as IPv6 doesn't work. Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
eae0c7cb59
commit
b9f9cc7d7a
@ -4,6 +4,7 @@ modules:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
http:
|
http:
|
||||||
follow_redirects: true
|
follow_redirects: true
|
||||||
|
preferred_ip_protocol: "ip4"
|
||||||
valid_status_codes: [] # Defaults to 2xx
|
valid_status_codes: [] # Defaults to 2xx
|
||||||
method: GET
|
method: GET
|
||||||
http_with_proxy:
|
http_with_proxy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user