mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-07 16:24:16 -04:00
Delegations are now stored in delegdb with a TTL of at least 60 seconds by default. A new configuration option `min-delegation-ttl` allows overriding this value or disabling entirely it with `0`. This hardens the resolver against misconfigured glue or NS records with very low TTLs, which would otherwise trigger delegation refetches too often. A new option `max-delegation-ttl` (which default to `0`) is also added, enabling an operator to enforce a maximum TTL check for delegations. |
||
|---|---|---|
| .. | ||
| cfg_test.c | ||
| checkgrammar.py | ||
| dnssec-policy.default.conf | ||
| forward.zoneopt | ||
| hint.zoneopt | ||
| in-view.zoneopt | ||
| meson.build | ||
| mirror.zoneopt | ||
| options | ||
| parsegrammar.py | ||
| primary.zoneopt | ||
| redirect.zoneopt | ||
| rndc.grammar | ||
| secondary.zoneopt | ||
| sort-options.pl | ||
| static-stub.zoneopt | ||
| stub.zoneopt | ||