From: Alex Dehnert Date: Fri, 7 Feb 2020 05:10:17 +0000 (-0500) Subject: Send notifies to the (currently) hidden secondaries for dynamic.dehnerts X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=7b640a21187e331197248b585be713c8ba7ce9ee;p=sysconfig%2Fbind.git Send notifies to the (currently) hidden secondaries for dynamic.dehnerts --- 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"; }; };