containers/aardvark-dns

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

flouthoc opened this issue · 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.

Created a PR for this: #250

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