farrokhi / dnsdiag

DNS Measurement, Troubleshooting and Security Auditing Toolset
https://dnsdiag.org/
BSD 2-Clause "Simplified" License
946 stars 100 forks source link

dnstraceroute.py is not working with IPv6 address #95

Closed kansal15 closed 2 years ago

kansal15 commented 2 years ago

When querying for IPV6 server, dnstraceroute utility is adding :53 in the address which leads to wrong results. I have tried with specifying address in square brackets also [] but that also didn't helped.

Gauravs-MacBook-Pro dnsdiag % ./dnstraceroute.py --expert --asn -C -t A -s 2409::10 facebook.com dnstraceroute.py DNS: 2409::10:53, hostname: facebook.com, rdatatype: A 1 2 3 *

any suggestions ?

kansal15 commented 2 years ago

I think this issues is duplicate with that of #45

Closing it.