mafintosh / dns-packet

An abstract-encoding compliant module for encoding / decoding DNS packets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I check all type at once

neelhabib opened this issue · comments

I want to check all query records , like A, AAAA, SOA, CNAME, MX at once. How can I do that?
Thanks

If you mean in a single DNS request packet, there is AXFR (zone transfer) and ANY (deprecated, widely unsupported because of DDOS potential) question rrtypes.

I don't think AXFR is correctly implemented here thought, see #82.