2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

- qname minimization:

- make qname-minimization option tristate {strict,relaxed,disabled}
 - go straight for the record if we hit NXDOMAIN in relaxed mode
 - go straight for the record after 3 labels without new delegation or 7 labels total

- use start of fetch (and not time of response) as 'now' time for querying cache for
  zonecut when following delegation.
This commit is contained in:
Witold Kręcicki
2018-05-11 12:27:56 +02:00
parent 0698158eb0
commit dd7bb617be
16 changed files with 612 additions and 76 deletions

View File

@@ -185,8 +185,7 @@ options {\n\
provide-ixfr true;\n\
query-source address *;\n\
query-source-v6 address *;\n\
qname-minimization no;\n\
qname-minimization-strict no;\n\
qname-minimization relaxed;\n\
recursion true;\n\
request-expire true;\n\
request-ixfr true;\n\