From e386a320ff92193262824cbe6670b2dbfe15ddf1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 12 Jun 2025 16:38:40 +0200 Subject: [PATCH] Use IPv4 for blackbox exporter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné Reviewed-by: Aleix Roca Nonell --- m/tent/blackbox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/m/tent/blackbox.yml b/m/tent/blackbox.yml index d716359..ccd701e 100644 --- a/m/tent/blackbox.yml +++ b/m/tent/blackbox.yml @@ -3,6 +3,7 @@ modules: prober: http timeout: 5s http: + preferred_ip_protocol: "ip4" follow_redirects: true valid_status_codes: [] # Defaults to 2xx method: GET