]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement a response handler that forwards queries
authorMichał Kępień <michal@isc.org>
Fri, 13 Feb 2026 13:27:10 +0000 (14:27 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Feb 2026 13:27:10 +0000 (14:27 +0100)
commit10a2fc7f1f55b7398acf050278abb545bda9cb91
treeba429aa7b22b8474d28ce426fbd44688bef3ab68
parentd3d9d166ede01a97058f2ea967b385bd0f5ca77d
Implement a response handler that forwards queries

Add a new response handler, ForwarderHandler, which enables forwarding
all queries to another DNS server.  To simplify implementation, always
forward queries to the target server via UDP, even if they are
originally received using a different transport protocol.
bin/tests/system/isctest/asyncserver.py