dig
digAsk a public DNS resolver, or any public address, for a record, live, from the isitdns seat. Returns the answer, the flags, the rcode, Extended DNS Errors and the latency in the shape dig prints, plus the JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cd | No | Checking disabled: ask the resolver not to validate | |
| ecs | No | EDNS Client Subnet in CIDR form, e.g. 192.0.2.0/24 | |
| name | Yes | The name to ask for, e.g. example.com or _dmarc.example.com | |
| nsid | No | Request NSID (RFC 5001) | |
| type | No | Record type: A, AAAA, MX, TXT, NS, SOA, CNAME, DS, DNSKEY, CAA, SRV, HTTPS, SVCB, PTR, or TYPE<n> | A |
| norec | No | Clear RD, like dig +norec, when asking an authoritative server directly | |
| dnssec | No | Set the DO bit and read AD | |
| family | No | Which address family to dial the resolver on | v4 |
| resolver | No | A board resolver id (cloudflare, google, quad9, opendns, adguard, cleanbrowsing, controld, quad9-unfiltered, adguard-family, cleanbrowsing-family, adguard-unfiltered, opendns-familyshield, nextdns, cloudflare-malware, cloudflare-family, mullvad-base, dns4eu-protective), a registry alias such as 8.8.8.8 or dns.google, "all" for every public resolver side by side, or any public IP address | cloudflare |
| transport | No | DoH (RFC 8484 wire format), DoT on 853, or Do53 over TCP | doh |