Skip to content

dnsx returns an additional incorrect cname record when requesting multiple record types #213

Closed Answered by ehsandeep
vgdanieltest asked this question in Q&A
Discussion options

You must be logged in to vote

@vgdanieltest

since you have two requests for the same record with different result sets.

There are two requests + results because you asked to make 2 DNS queries by using -a and -cname flags together as each flag makes a new DNS request.

You can find the expected result by using:

echo developer.dome9.com | dnsx -cname -json

or

echo developer.dome9.com | dnsx -a -json

but if you are using them altogether, this is expected behavior.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vgdanieltest
Comment options

@ehsandeep
Comment options

Answer selected by MetzinAround
@vgdanieltest
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #212 on June 12, 2022 14:31.