From 26a89d0a259c25e6ae7f63fe67922e0413a7b408 Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Tue, 4 Nov 2025 11:23:00 +0100 Subject: [PATCH] squid: use IPv4 before v6 I still don't have a full v6 configuration, and it seems to be an issue with squid. Let's hope that this will fix it. --- docker/infrastructure/squid/squid.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/infrastructure/squid/squid.conf b/docker/infrastructure/squid/squid.conf index 4739035..a68bed5 100644 --- a/docker/infrastructure/squid/squid.conf +++ b/docker/infrastructure/squid/squid.conf @@ -45,3 +45,5 @@ max_filedescriptors 1024 http_access allow localhost http_access allow localnet + +dns_v4_first on