]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: dev: Implement -T cookiealwaysvalid
authorArаm Sаrgsyаn <aram@isc.org>
Mon, 17 Mar 2025 11:36:57 +0000 (11:36 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 17 Mar 2025 11:36:57 +0000 (11:36 +0000)
commitae2fd7ef1562d6fc6fe21c9843832f878871dcc8
tree5ba23080501955dd53ec0b1c364c7d030a648eea
parent06427720f7b8c14694cac786b7ddab3f650fc818
parent4e75a20b6a63c3840559accc9df2af2d50a747f6
new: dev: Implement -T cookiealwaysvalid

When `-T cookiealwaysvalid` is passed to `named`, DNS cookie checks for
the incoming queries always pass, given they are structurally correct.

Merge branch 'aram/new-named-minus-T-option-of-cookiealwaysvalid' into 'main'

See merge request isc-projects/bind9!10232