You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: force IPv4 outgoing connections in Squid proxy to fix proxy tests
Squid 5.x resolves host.docker.internal to an IPv6 address on Docker
Desktop, but IPv6 connectivity to host-mapped ports is unreachable.
The obsolete dns_v4_first directive is ignored in Squid 5+, so use
tcp_outgoing_address 0.0.0.0 to force IPv4 outgoing connections.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments