Skip to content

Problem in '-cname' argument #905

@Sevada797

Description

@Sevada797

Hi, I am thankful for all the great work you are doing guys, just wanted to tell you about this issue.

dnsx version:

Latest version currently: 1.2.2
OS: Ubuntu 20.04

Current Behavior:

The -cname argument, which should have provided CNAME of the domain/subdomain doesn't seem to work

Example using dig (correct output):

$ dig cname jfkt.github.shopify.com | grep -i cname
;jfkt.github.shopify.com.    IN    CNAME
jfkt.github.shopify.com. 2204 IN    CNAME github.com.

$ dig cname eu2.deployment.api.varonis.io | grep -i cname
;eu2.deployment.api.varonis.io. IN  CNAME
eu2.deployment.api.varonis.io. 300 IN CNAME eastus2-prd-distributed-deployment-ep.azureedge.net.

But with dnsx:

$ echo jfkt.github.shopify.com | dnsx -silent -cname
jfkt.github.shopify.com

$ echo eu2.deployment.api.varonis.io | dnsx -silent -cname
eu2.deployment.api.varonis.io

Expected Behavior:

dnsx -cname Should've returned actual CNAME record

Steps To Reproduce:

Run:
echo jfkt.github.shopify.com | dnsx -silent -cname

Output is just the input domain, not the real CNAME record (you can check on any order CNAME having domain/subdomain also)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: QuestionA query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions