Skip to content

Commit

Permalink
k8s/dns-cache: forward reverse lookup zones and rubykaigi.{net,org} t…
Browse files Browse the repository at this point in the history
…o VPC resolver
  • Loading branch information
hanazuki committed Sep 2, 2022
1 parent bbd2f10 commit 68c205f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen/k8s/dns-cache/configmap.yml

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

19 changes: 19 additions & 0 deletions k8s/dns-cache/config/unbound.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,25 @@ server:
so-rcvbuf: 4m
so-sndbuf: 4m

local-zone: in-addr.arpa.
local-zone: ip6.arpa.

forward-zone:
name: in-addr.arpa.
forward-addr: 169.254.169.253

forward-zone:
name: ip6.arpa.
forward-addr: 169.254.169.253

forward-zone:
name: rubykaigi.net.
forward-addr: 169.254.169.253

forward-zone:
name: rubykaigi.org.
forward-addr: 169.254.169.253

remote-control:
control-enable: yes
control-interface: /run/unbound.ctl

0 comments on commit 68c205f

Please sign in to comment.