summaryrefslogtreecommitdiff
path: root/frontends/var/nsd/etc/nsd.conf.master.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-17 19:12:44 +0200
committerPaul Buetow <paul@buetow.org>2024-03-17 19:12:44 +0200
commit9948823497abb1f687ec875adf8b4be677e44ee3 (patch)
tree60a620159e90880f25fc2c6e6969a6558abd04bb /frontends/var/nsd/etc/nsd.conf.master.tpl
parent8f5a0c72b9e5ff76e1271dbecbd47c03a23a91ea (diff)
use multi-master nsd setup, for automatic DNS failovers in the future.
Diffstat (limited to 'frontends/var/nsd/etc/nsd.conf.master.tpl')
-rw-r--r--frontends/var/nsd/etc/nsd.conf.master.tpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontends/var/nsd/etc/nsd.conf.master.tpl b/frontends/var/nsd/etc/nsd.conf.master.tpl
index cf1c311..7f5ba56 100644
--- a/frontends/var/nsd/etc/nsd.conf.master.tpl
+++ b/frontends/var/nsd/etc/nsd.conf.master.tpl
@@ -14,8 +14,4 @@ remote-control:
zone:
name: "<%= $zone %>"
zonefile: "master/<%= $zone %>.zone"
- <% 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
- <% } -%>
<% } %>