aardvark-dns
aardvark-dns copied to clipboard
dns: inbuilt resolver should return both `IPv6` and `IPv4` records if request type is `ANY`
Inbuilt resolver returns IPv4
and IPv6
correctly for A
or AAAA
requests but it should return both when request type is ANY
.
ANY
request is not common but certain libraries and tools use this to get both v6
and v4
records therefore aardvark-dns
should support it.
Created a PR for this: https://github.com/containers/aardvark-dns/pull/250
To support the default behaviour of most resolvers, aardvark-dns must also be able to respond to ANY queries over TCP.