Check that excessive iterations in logged by named when

loading an existing zone or transfering from the primary.
This commit is contained in:
Mark Andrews
2021-02-17 16:33:49 +11:00
parent 8ec16c378d
commit 46eb21c546
10 changed files with 76 additions and 4 deletions

View File

@@ -363,6 +363,12 @@ zone "revoked.trusted" {
file "revoked.trusted.db.signed";
};
zone "too-many-iterations" {
type secondary;
primaries { 10.53.0.2; };
file "too-many-iterations.bk";
};
include "siginterval.conf";
include "trusted.conf";