Skip to content

Commit 907fcc9

Browse files
authored
Merge pull request moby#4212 from polarathene/patch-1
2 parents 97e0efa + de8fd37 commit 907fcc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/buildkitd.toml.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
2222
# log formatter: json or text
2323
format = "text"
2424

25+
[dns]
26+
nameservers=["1.1.1.1","8.8.8.8"]
27+
options=["edns0"]
28+
searchDomains=["example.com"]
29+
2530
[grpc]
2631
address = [ "tcp://0.0.0.0:1234" ]
2732
# debugAddress is address for attaching go profiles and debuggers.

0 commit comments

Comments
 (0)