You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aardvark-dns must return both `IPv6` and `IPv4` if the DNS request has
record type `ANY` instead of `A` or `AAAA` record type.
Closes: containers#249
Signed-off-by: Aditya R <[email protected]>
Aardvark-dns must return both `IPv6` and `IPv4` if the DNS request has
record type `ANY` instead of `A` or `AAAA` record type.
Closes: containers#249
Signed-off-by: Aditya R <[email protected]>
Inbuilt resolver returns
IPv4
andIPv6
correctly forA
orAAAA
requests but it should return both when request type isANY
.ANY
request is not common but certain libraries and tools use this to get bothv6
andv4
records thereforeaardvark-dns
should support it.The text was updated successfully, but these errors were encountered: