Skip to content

Commit 1113be3

Browse files
mridangclaude
andcommitted
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>
1 parent 5c7014a commit 1113be3

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
http_port 3128
22
acl all src all
33
http_access allow all
4+
dns_v4_first on
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
http_port 3128
22
acl all src all
33
http_access allow all
4+
dns_v4_first on
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
http_port 3128
22
acl all src all
33
http_access allow all
4+
dns_v4_first on
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
http_port 3128
22
acl all src all
33
http_access allow all
4+
dns_v4_first on
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
http_port 3128
22
acl all src all
33
http_access allow all
4+
dns_v4_first on
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
http_port 3128
22
acl all src all
33
http_access allow all
4+
dns_v4_first on
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
http_port 3128
22
acl all src all
33
http_access allow all
4+
dns_v4_first on

0 commit comments

Comments
 (0)