Skip to content

Commit

Permalink
Allow alpine musl based containers to resolve dns
Browse files Browse the repository at this point in the history
Alpine musl based containers running in a dualstack network need both A
and AAAA records or they consider the domain `NXDOMAIN`.

See orbstack/orbstack#1477
  • Loading branch information
julienvincent committed Sep 27, 2024
1 parent 488537d commit a55bdf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
default:
@just --list

build:
clojure -T:build build

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ port=53

local=/test/
address=/test/127.0.0.1
address=/test/::127.0.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ port=53

local=/test/
address=/test/172.5.0.101
address=/test/::172.5.0.101

0 comments on commit a55bdf4

Please sign in to comment.