]> git.ipfire.org Git - thirdparty/bind9.git/commit
Introduce min/max TTL bounds for delegations
authorColin Vidal <colin@isc.org>
Tue, 26 May 2026 13:56:03 +0000 (15:56 +0200)
committerColin Vidal <colin@isc.org>
Wed, 1 Jul 2026 06:40:05 +0000 (08:40 +0200)
commitdd37b0fdd81ebd89e9c04b7ee5d10bfa3e4661db
treefcfc1904494c5ddff8eeb60eee4476d7fa6d54bc
parentbec74c2f41d7c04c075da1c8f9fb03b89c4459c3
Introduce min/max TTL bounds for delegations

The TTL of cached delegations can now have a minimum bound and a maximum
bound. By default, delegdb does not enable TTL bound checking, but this
can be configured from the caller using `dns_delegdb_config_t`.
lib/dns/deleg.c
lib/dns/include/dns/deleg.h
tests/dns/deleg_test.c