I have the following situation about dkim records
I've added som dkim records (CNAME) for aws domain validation.
When performing nslookup mydkimhost I receive server can't find host:NXDOMAIN
But if I type nslookup -q=CNAME mydkimhost the value of my CNAME record is returned.
Can anyone tell me why is this behaviour happening.
I have other cases where both commands return the same answer.
Thanks in advance