verify_dns
Check if DNS records have propagated for a domain, covering A, AAAA, CNAME, MX, and TXT record types.
Instructions
Verify if DNS records have propagated. Checks A, AAAA, CNAME, MX, and TXT records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | The domain name to verify DNS for (e.g., example.com) | |
| timeout_ms | No | Request timeout in milliseconds (default: 10000) | |
| record_type | No | DNS record type to check (A, AAAA, CNAME, MX, TXT, or ALL) | ALL |