From 1b1df37d238b39c669b7aa90e014b82ed74b8297 Mon Sep 17 00:00:00 2001 From: wangxiaolei Date: Mon, 23 Mar 2026 17:56:19 +0800 Subject: [PATCH] feat: squid force ipv4 (#33556) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- docker/ssrf_proxy/squid.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/ssrf_proxy/squid.conf.template b/docker/ssrf_proxy/squid.conf.template index 256e669c8db..fbe9ebc448b 100644 --- a/docker/ssrf_proxy/squid.conf.template +++ b/docker/ssrf_proxy/squid.conf.template @@ -28,6 +28,7 @@ http_access deny manager http_access allow localhost include /etc/squid/conf.d/*.conf http_access deny all +tcp_outgoing_address 0.0.0.0 ################################## Proxy Server ################################ http_port ${HTTP_PORT}