]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly handle CNAMEs when preparing responses
authorMichał Kępień <michal@isc.org>
Fri, 30 May 2025 16:08:54 +0000 (18:08 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 30 May 2025 16:08:54 +0000 (18:08 +0200)
commit1b8ceec580aad69b0c869bc01c126d778040caab
tree13898aa151e1a624914395e9237b455b500eaab3
parent2a9c74546d98b6277165952ed668687f543563e5
Properly handle CNAMEs when preparing responses

dnspython does not treat CNAME records in zone files in any special way;
they are just RRsets belonging to zone nodes.  Process CNAMEs when
preparing zone-based responses just like a normal authoritative DNS
server would.
bin/tests/system/isctest/asyncserver.py