Check 'rndc stats' output for 'covering nsec returned'

This commit is contained in:
Mark Andrews
2021-10-28 11:08:18 +11:00
committed by Petr Špaček
parent 43316a40a0
commit fe8bc79f2b
8 changed files with 75 additions and 0 deletions

View File

@@ -25,6 +25,15 @@ options {
synth-from-dnssec no;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-sha256;
};
controls {
inet 10.53.0.4 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};
zone "." {
type hint;
file "root.hints";