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 DNS in Squid proxy to fix proxy test failures
Squid resolves host.docker.internal to an IPv6 address, but Docker
port mappings only listen on IPv4, causing ERR_CONNECT_FAIL (101)
Network is unreachable. Adding dns_v4_first forces IPv4 resolution.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments