]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace digdelv/ans8 with AsyncDnsServer
authorNicki Křížek <nicki@isc.org>
Fri, 28 Nov 2025 15:41:44 +0000 (16:41 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 12 Jan 2026 10:08:26 +0000 (11:08 +0100)
commit0b7a089c7f575e6005fbcf84c8faf4dd439d521a
treec588e50ece5c31ff27794ca0a0679b14b1669928
parent575f0e39165815566a35a9442e2737b26d45a518
Replace digdelv/ans8 with AsyncDnsServer

Previously, the ans8 server had different response modes that applied to
all queries. Replace it with AsyncDnsServer that has serves the different
response modes under different domains without the need to change the
server behaviour at runtime.

Add the new queries that require an ns3 fallback to the ns3/example.db
zone.
bin/tests/system/digdelv/ans8/ans.py
bin/tests/system/digdelv/ns2/example.db.in
bin/tests/system/digdelv/tests.sh