bind9/lib/isccfg
Colin Vidal ff274e37af Delegations have a minimal TTL of 60 seconds
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.
2026-07-01 08:40:05 +02:00
..
include Fix spelling typos in comments and code 2026-06-01 16:58:16 +02:00
aclconf.c Replace void* data pointers with match enum in radix nodes 2026-07-01 06:42:09 +02:00
check.c Delegations have a minimal TTL of 60 seconds 2026-07-01 08:40:05 +02:00
duration.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
kaspconf.c Remove dead code warnings found by scan-build 2026-06-29 10:00:17 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
namedconf.c Delegations have a minimal TTL of 60 seconds 2026-07-01 08:40:05 +02:00
parser.c Fix double initialization in copy_tuple() 2026-06-22 14:18:59 +00:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00