> Jan, a fellow HAProxy user, already reported me that ANY query types
> are less and less fashion (for many reasons I'm not going to develop
> here).
>
> Amongs the many way to fix this issue, the one below has my preference:
> A new resolvers section directive (flag in that case) which prevent
> HAProxy from sending a ANY query type for the nameservers in this
> section ie "option dont-send-any-qtype".
Actually, I would remove ANY altogether:
ANY will provide wrong results on RFC-compliant recursive resolvers,
more often than not.
For example, if an A record is in the cache, but an AAAA is
not cached, ANY will only return A, even if we "resolve-prefer"
ipv6.
It makes no sense to keep it, especially if it remains default.
Regards,
Lukas