]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Add support for Generalized DNS Notifications
authorMatthijs Mekking <matthijs@isc.org>
Fri, 19 Dec 2025 14:46:23 +0000 (14:46 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 19 Dec 2025 14:46:23 +0000 (14:46 +0000)
commit9696da5f242223ca8b4e91c7082ada95d6a2108c
tree3aa61c6d2dcde181ca4784edafbc5d97daa06eca
parentf3cb582b301f9cb49e77c4dbda5401ed0d31bb8c
parente69eb0528a8fa301bf12fc5832693ef55328234c
new: usr: Add support for Generalized DNS Notifications

A new configuration option, ``notify-cfg CDS``, is added to enable Generalized DNS Notifications for CDS and/or CDNSKEY RRset changes, as specified in RFC 9859.

Closes #5611

Merge branch '5611-generalized-dns-notifications-rfc-9859' into 'main'

See merge request isc-projects/bind9!11315