peerglass_dns_propagation
Check DNS propagation globally by querying 10 distributed resolvers simultaneously to identify stale, diverging, or failing responses after DNS changes.
Instructions
Check whether a recent DNS change has propagated globally by querying 10 geographically distributed resolvers simultaneously: Cloudflare (1.1.1.1), Google (8.8.8.8), Quad9, OpenDNS, Comodo, Verisign, Level3, FreeDNS, CleanBrowsing, and Alternate DNS.
Compares each resolver's answer to the majority answer and reports which resolvers are stale, diverging, or failing.
Args: params (DNSPropagationInput): - domain (str): Domain name (e.g. 'cloudflare.com') - record_type (str): DNS record type to check (default: A) - response_format (str): 'markdown' (default) or 'json'
Returns: str: Per-resolver answer table with propagation status and majority answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |