diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-05-19 21:08:05 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-05-19 21:08:05 +0200 |
commit | 27432b0ddc2ee1010f7b3db29d7cdf7fdb6ab128 (patch) | |
tree | e2d1af4a9f691c3b41c024d48399c9fdab0a4e08 /roles/install_bind/templates/named.conf.j2 | |
parent | fcb6d2efb040507105378432081c616569cb3218 (diff) |
validate dnssec
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2 index 9947b04..9e0cadb 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -5,7 +5,7 @@ options { pid-file "/run/named/named.pid"; dnssec-enable yes; - dnssec-validation yes; + dnssec-validation auto; auth-nxdomain no; # conform to RFC1035 |