]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Add support for EDNS ZONEVERSION option
authorMark Andrews <marka@isc.org>
Mon, 24 Mar 2025 23:09:39 +0000 (23:09 +0000)
committerMark Andrews <marka@isc.org>
Mon, 24 Mar 2025 23:09:39 +0000 (23:09 +0000)
commit908840157e82e3ba110c96bfbaa5e9655c28eefd
tree09e7128c2aa66b584f79ac51b3ea21975452a6ae
parent687cbc99f437ab6b637bac6c03841d80a7999479
parent78de8afd475ca53ceafb66a8dde0c4e8022ae686
new: usr: Add support for EDNS ZONEVERSION option

`dig` and `named` can now make requests with an EDNS `ZONEVERSION` option present.

Two new `named.conf` options have been added: `request-zoneversion` and
`provide-zoneversion`.  `request-zoneversion` is `off` by default. `provide-zoneversion`
is `on` by default.

Closes #4767

Merge branch '4767-implement-zoneversion' into 'main'

See merge request isc-projects/bind9!9103