Skip to content

Commit

Permalink
Merge pull request #716 from cybozu-go/embed-root-hints
Browse files Browse the repository at this point in the history
Embed root.hints file in unbound container
  • Loading branch information
yokaze authored Mar 29, 2024
2 parents 9d615b6 + 32e76fe commit 7d544a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.27.1")
PauseImage = Image("ghcr.io/cybozu/pause:3.9.0.4")
CoreDNSImage = Image("ghcr.io/cybozu/coredns:1.11.1.2")
UnboundImage = Image("ghcr.io/cybozu/unbound:1.18.0.2")
UnboundImage = Image("ghcr.io/cybozu/unbound:1.18.0.4")
UnboundExporterImage = Image("ghcr.io/cybozu/unbound_exporter:0.4.4.2")
)

Expand Down
1 change: 1 addition & 0 deletions op/nodedns/nodedns.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ server:
local-zone: "29.172.in-addr.arpa." transparent
local-zone: "30.172.in-addr.arpa." transparent
local-zone: "31.172.in-addr.arpa." transparent
root-hints: "/usr/local/unbound/etc/unbound/root.hints"
trust-anchor-file: "/usr/local/unbound/etc/unbound/root.key"
domain-insecure: "{{ .Domain }}"
domain-insecure: "10.in-addr.arpa."
Expand Down
4 changes: 2 additions & 2 deletions static/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d544a4

Please sign in to comment.