check_dns_propagation
Check DNS propagation status by comparing responses from multiple resolvers to detect delays, missing answers, or inconsistent TTL/data values after a change.
Instructions
Compare DNS responses across the nine currently configured public and authoritative resolvers to detect propagation lag, missing answers, or inconsistent TTL/data values. Defaults to record type A and region 'all'. Returns every resolver response plus a propagation percentage and explicit inconsistency list. Use when records were just changed and you suspect staleness; for a single DNS-over-HTTPS lookup use lookup_dns instead. Read-only HTTP, no auth, and no destructive actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | DNS record type to check | A |
| domain | Yes | Domain name only, e.g. example.com (no URL, path, or port) | |
| region | No | Resolver region | all |