dns_lookup
Look up live DNS records for a domain (A, AAAA, MX, TXT, NS, CNAME, CAA, SOA). Use whenever the real, current DNS state matters: where a domain points, which mail servers it uses, whether it resolves at all, or to verify a DNS change actually propagated. Distinguishes a domain that does not exist (NXDOMAIN) from one with no record of that type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Record type. COMMON queries A, AAAA, MX, TXT and NS together. | COMMON |
| domain | Yes | Domain to query, e.g. example.com. Scheme and path are stripped. |