diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-07-17 05:01:52 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-07-17 05:01:52 +0100 |
| commit | cd27c6e130c8370fcc5c4bb17bd240e01ba8f8b9 (patch) | |
| tree | bcb11bc783749ec47acf2aface016a4be726af06 /unbound.conf.erb | |
| parent | 0833b95fa5f3c8e1b944d4811025ece630aa6a78 (diff) | |
| download | dns-cd27c6e130c8370fcc5c4bb17bd240e01ba8f8b9.tar.gz dns-cd27c6e130c8370fcc5c4bb17bd240e01ba8f8b9.tar.bz2 | |
postgres17.le-fay.org: add dns record
Diffstat (limited to 'unbound.conf.erb')
| -rw-r--r-- | unbound.conf.erb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/unbound.conf.erb b/unbound.conf.erb index 5fea249..1cf8d4a 100644 --- a/unbound.conf.erb +++ b/unbound.conf.erb @@ -158,18 +158,18 @@ auth-zone: for-downstream: no for-upstream: yes zonefile: <%= confdir %>/secondary/<%= zone.gsub('/', '_') %> -<% end %> + +<% end -%> <% end %> # The DN42 zones. <% dn42_zones.split.each do |zone| -%> -auth-zone: +stub-zone: name: <%= zone %> - primary: <%= master_addr %> # <%= master %> - fallback-enabled: yes - for-downstream: no - for-upstream: yes - zonefile: <%= confdir %>/secondary/<%= zone.gsub('/', '_') %> -<% end %> +<% ns_addrs.split.each do |addr| -%> + stub-addr: <%= addr %> +<% end -%> + +<% end -%> |
