Check 'rndc stats' output for 'covering nsec returned'
This commit is contained in:
committed by
Petr Špaček
parent
43316a40a0
commit
fe8bc79f2b
@@ -24,6 +24,15 @@ options {
|
||||
dnssec-validation yes;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
};
|
||||
|
||||
controls {
|
||||
inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
zone "." {
|
||||
type primary;
|
||||
file "root.db.signed";
|
||||
|
||||
Reference in New Issue
Block a user