How the propagation checker works
The Check propagation button in the Records table performs a live DNS lookup against Cloudflare’s public resolver. It queries the fully qualified domain name and record type you saved, and shows you what that resolver currently returns — so you can confirm whether your record is live without leaving the dashboard. A successful response has this shape:example propagation response
doh.Answer contains your expected value, the record has propagated to Cloudflare’s resolver.
Checking propagation for a record
1
Go to the Records page
Navigate to Dashboard → Domains, select your subdomain, then click Records.
2
Find the record in the table
Locate the row for the record you want to verify. Each row shows the record’s Type, Name, Content, TTL, and Proxy status.
3
Click Check propagation
Click the Check propagation button in the Actions column for that row. The dashboard sends a live query to a public DNS resolver and displays what it currently returns.
4
Read the result
If the
Answer section contains your record’s content, propagation is complete. If the response is empty or shows a previous value, the change has not yet reached that resolver.Because nxtdev.xyz uses Cloudflare’s authoritative DNS infrastructure, new and updated records typically propagate globally in under 60 seconds. If a record does not appear right away, wait a moment and check again.
What to do if a record hasn’t propagated
If the record looks correct but the propagation check still returns no answer:- Wait and retry. Most changes resolve within 60 seconds. Occasionally a resolver takes a bit longer to flush its cache.
- Check the TTL of the previous record. If you replaced an existing record, resolvers that already cached the old value will hold it until the previous TTL expires.
- Verify the record exists in the Records table. If the row is gone, the record may have been deleted. Re-create it and check propagation again.
- Confirm your subdomain is active. Suspended subdomains block DNS changes. Check the subdomain’s status on the Domains page.
