Notify secondary servers

This commit is contained in:
2023-11-08 14:40:32 -08:00
parent 9e1e23bfc6
commit 5a90ddc3bb
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -54,6 +54,8 @@ let
in nameValuePair "${getNetworkZoneName network}" {
dnssec = keyFile != null;
ksk.keyFile = keyFile;
provideXFR = map (ns: "${ns}/32 NOKEY") nameservers;
notify = map (ns: "${ns} NOKEY") nameservers;
data = ''
$ORIGIN ${getNetworkZoneName network}
$TTL ${toString zoneTTL}