From 7b640a21187e331197248b585be713c8ba7ce9ee Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Fri, 7 Feb 2020 00:10:17 -0500 Subject: [PATCH] Send notifies to the (currently) hidden secondaries for dynamic.dehnerts --- named.conf.local | 4 ++++ named.conf.olinda | 1 + 2 files changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index ff18ade..99714d1 100644 --- a/named.conf.local +++ b/named.conf.local @@ -28,6 +28,10 @@ masters "primary-ns" { 18.18.208.12; // olinda }; +masters "secondary-ns" { + 18.25.129.162; // adehnert3.xvm +}; + include "/etc/bind/named.conf.per-host"; zone "dynamic.dehnert.arctic.org" IN { diff --git a/named.conf.olinda b/named.conf.olinda index ec76826..fe15850 100644 --- a/named.conf.olinda +++ b/named.conf.olinda @@ -6,4 +6,5 @@ zone "dynamic.dehnerts.com" IN { update-policy { grant * selfsub * A TXT;}; allow-transfer { "transfer-allowed"; }; allow-query { any; }; + also-notify { "secondary-ns"; }; }; -- 2.34.1