Open
Description
DNS servers (frequently?) dont always respect ANY queries. Some return nothing or unassigned or HINFO things when they receive them.
running dug cube.packsize.com -s 8.8.8.8 -q ANY,A
is an example and shows that the ANY returns a basically empty HINFO while the A query returns the expected A records.
Add this to the documentation to save people headaches :)