systemd-resolved has private api, which attempts to do multiple DNS
queries for one originating query. But it is not accepted to do that
using DNS protocol, it uses d-bus calls I think. Because BIND uses DNS
protocol only and not any dbus or former lwres protocol, you can count
only querying -t ANY for single name as something similar.

But DNS protocol is quite light weight. Multiple UDP queries are still
fast to serve. Can you explain, why are you looking for single query?

It seems to me tool like command "host example.com", which runs 3
queries on the name for you, might work. It does 3 queries, but from
just single call. Would that work for you?

On 5/4/21 2:41 PM, Roee Mayerowicz wrote:
> Hey,
> Do you know of a way to ask multiple DNS queries in a recursive bind server 
> at the same packet\request? Using DoH might work? How? Is there a plugin 
> which does that?
> 
> Tnx
> 
-- 
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to