]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a response handler matching on specific QNAMEs
authorMichał Kępień <michal@isc.org>
Thu, 18 Sep 2025 08:13:13 +0000 (10:13 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 17:09:52 +0000 (18:09 +0100)
commita556199c7b7888706806a10508f5df8a0b2cb34e
tree768e87f80f90733d041f37786f5c4ee11568ff20
parent848b721d1d8c029e4c0a2d8630a5473fd108afb0
Add a response handler matching on specific QNAMEs

Add a new ResponseHandler subclass, QnameHandler, which enables
conveniently matching specific QNAMEs (without also matching their
subdomains like DomainHandler does).
bin/tests/system/isctest/asyncserver.py