mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
Disable qname minimization in RPZ test for now
This commit is contained in:
parent
fa3d8f7d70
commit
af5f10fcf6
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ options {
|
|||
minimal-responses no;
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
qname-minimization disabled;
|
||||
|
||||
response-policy {
|
||||
zone "policy1" min-update-interval 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue