mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 22:28:34 -04:00
disable QNAME minimization in the dnstap test so packet counts will be correct
This commit is contained in:
parent
9e61693210
commit
fc99651d7d
4 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ options {
|
|||
send-cookie no;
|
||||
require-server-cookie no;
|
||||
dnssec-validation yes;
|
||||
qname-minimization disabled;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ options {
|
|||
send-cookie no;
|
||||
require-server-cookie no;
|
||||
dnssec-validation yes;
|
||||
qname-minimization disabled;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ options {
|
|||
require-server-cookie no;
|
||||
minimal-responses no;
|
||||
dnssec-validation yes;
|
||||
qname-minimization disabled;
|
||||
};
|
||||
|
||||
server 10.53.0.1 { tcp-only yes; };
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ options {
|
|||
send-cookie no;
|
||||
require-server-cookie no;
|
||||
dnssec-validation yes;
|
||||
qname-minimization disabled;
|
||||
};
|
||||
|
||||
server 10.53.0.1 { tcp-only yes; };
|
||||
|
|
|
|||
Loading…
Reference in a new issue