aardvark-dns icon indicating copy to clipboard operation
aardvark-dns copied to clipboard

dns: inbuilt resolver should return both `IPv6` and `IPv4` records if request type is `ANY`

Open flouthoc opened this issue 2 years ago • 2 comments

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.

flouthoc avatar Nov 04 '22 07:11 flouthoc

Created a PR for this: https://github.com/containers/aardvark-dns/pull/250

flouthoc avatar Nov 04 '22 07:11 flouthoc

To support the default behaviour of most resolvers, aardvark-dns must also be able to respond to ANY queries over TCP.

tripougnif avatar Jan 31 '24 14:01 tripougnif