summaryrefslogtreecommitdiff
path: root/frontends/var/nsd/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-09-03 10:53:15 +0100
committerPaul Buetow <paul@buetow.org>2022-09-03 10:53:15 +0100
commit30299bf12357a29a2c94a2588c08bc017081fad2 (patch)
treed90e5d68f7f707d226e50cdc2bb5969bc7a1a7b6 /frontends/var/nsd/etc
parent330a80d83da4bd3b14cce226ca42e4ca8439d8e7 (diff)
add fishfinger.buetow.org (OpenBSD.Amsterdam)
Diffstat (limited to 'frontends/var/nsd/etc')
-rw-r--r--frontends/var/nsd/etc/nsd.conf.master.tpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontends/var/nsd/etc/nsd.conf.master.tpl b/frontends/var/nsd/etc/nsd.conf.master.tpl
index 310550a..cf1c311 100644
--- a/frontends/var/nsd/etc/nsd.conf.master.tpl
+++ b/frontends/var/nsd/etc/nsd.conf.master.tpl
@@ -14,6 +14,8 @@ remote-control:
zone:
name: "<%= $zone %>"
zonefile: "master/<%= $zone %>.zone"
- notify: 108.160.134.135 blowfish.buetow.org
- provide-xfr: 108.160.134.135 blowfish.buetow.org
+ <% for my $slave_ip (qw/108.160.134.135 46.23.94.99/) { %>
+ notify: <%= $slave_ip %> blowfish.buetow.org
+ provide-xfr: <%= $slave_ip %> blowfish.buetow.org
+ <% } -%>
<% } %>