fix: dnssec-validation needed to be set to auto, which is now its default value.
https://bind9.readthedocs.io/en/v9.18.13/reference.html#namedconf-statement-dnssec-validation
This commit is contained in:
parent
4ff68b45f7
commit
79167f3966
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ in {
|
|||
|
||||
# piles of no valid RRSIG resolving 'com/DS/IN' errors
|
||||
extraOptions = ''
|
||||
dnssec-validation yes;
|
||||
dnssec-validation auto;
|
||||
'';
|
||||
|
||||
# set the upstream dns servers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue