-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow alpine musl based containers to resolve dns
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
1 parent
488537d
commit a55bdf4
Showing
3 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
default: | ||
@just --list | ||
|
||
build: | ||
clojure -T:build build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ port=53 | |
|
||
local=/test/ | ||
address=/test/127.0.0.1 | ||
address=/test/::127.0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ port=53 | |
|
||
local=/test/ | ||
address=/test/172.5.0.101 | ||
address=/test/::172.5.0.101 |