]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Refactor the fwdfirst ans3 response server
authorŠtěpán Balážik <stepan@isc.org>
Wed, 12 Aug 2026 16:05:27 +0000 (16:05 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 12 Aug 2026 16:05:27 +0000 (16:05 +0000)
Serve the forged answer with a declarative `QnameQtypeHandler` scoped to the victim query, instead of an imperative handler that poisoned every A query.

Merge branch 'stepan/fwdfirst-asyncserver-cleanup' into 'main'

See merge request isc-projects/bind9!12527


Trivial merge