Remove dnssec-enabled yes statement
It is not supported since 9.16+ and is always enabled. It is also enabled by default on earlier 9.11. There is no reason it has to be present, except maybe for very old 9.8 or 9.9 versions.
This commit is contained in:
parent
73f9f200e5
commit
8092bee1d3
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ options {
|
|||
*/
|
||||
recursion yes;
|
||||
|
||||
dnssec-enable yes;
|
||||
dnssec-validation yes;
|
||||
|
||||
/* Path to ISC DLV key */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue