Common record types
The --any
flag in Doggo allows you to query all supported DNS record types for a given domain in a single command. This can be particularly useful when you want to get a comprehensive view of a domain’s DNS configuration without running multiple queries.
Syntax
Supported Record Types
When you use the --any
flag, Doggo will query for the following common DNS record types:
- A (IPv4 address)
- AAAA (IPv6 address)
- CNAME (Canonical name)
- MX (Mail exchange)
- NS (Name server)
- PTR (Pointer)
- SOA (Start of authority)
- SRV (Service)
- TXT (Text)
- CAA (Certification Authority Authorization)
Example Usage
Example Output
Considerations
- The
--any
query may take longer to complete compared to querying a single record type, as it’s fetching multiple record types.