Resolve Dns
resolve_dnsResolve any DNS record live via Google Public DNS. Answers: is DNS propagated? What are the MX/TXT/SPF/DKIM records? Where does this CNAME point? For reverse lookup pass name=.in-addr.arpa with type=PTR (e.g. 90.57.149.3.in-addr.arpa for 3.149.57.90). Returns Status (0 = NOERROR, 3 = NXDOMAIN), Answer records with TTLs, and the AD flag for DNSSEC validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| do | No | Set 'true' to include DNSSEC records (RRSIG) in the response | |
| name | Yes | Domain name to resolve, e.g. 'kaiv.ai' (or reversed IP + .in-addr.arpa for PTR) | |
| type | No | Record type: A, AAAA, MX, TXT, NS, CNAME, SOA, CAA, PTR, SRV. Default A. | A |