Current Series Release Notes¶
22.0.0-8¶
Bug Fixes¶
Fixed mDNS
_handle_record_queryto use TSIG-based pool scoping when looking up SOA and other record queries. Previously, when the same zone name existed in multiple pools (e.g. split-horizon DNS), the handler would find multiple matching recordsets and return REFUSED. The handler now resolves the zone first using the TSIG key’s pool_id, then looks up the recordset within that zone.
Fixed a bug that didn’t allow zones to be moved from non-default pools to default pools.