Skip to content

Commit

Permalink
dns-cache: Only forward private IP reverse zones
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasumi Hanazuki committed Sep 8, 2022
1 parent 836e010 commit 0f0f71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions k8s/dns-cache/config/unbound.conf
Expand Up @@ -43,11 +43,11 @@ server:
domain-insecure: a.c.0.0.5.8.0.f.d.0.1.0.0.2.ip6.arpa.

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

forward-zone:
name: ip6.arpa.
name: a.c.0.0.5.8.0.f.d.0.1.0.0.2.ip6.arpa.
forward-addr: 169.254.169.253

forward-zone:
Expand Down

0 comments on commit 0f0f71b

Please sign in to comment.