For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/guides/connect-domain/verification/propagation.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

DNS propagation

Why DNS changes take time, typical wait times, and how to check if Reloop records are visible publicly.

Propagation means “how long until DNS resolvers worldwide see your new records.” It is normal for Reloop verification to fail for a few minutes after you save.

Typical times

Provider classOften visible within
Cloudflare, Vercel, many modern APIsSeconds to a few minutes
Traditional registrarsMinutes to a few hours
Worst case (high TTL / stubborn caches)Up to 48–72 hours

Lower TTLs help future changes propagate faster; the first publish still depends on old cache entries.

Check yourself

Replace acme.com with your domain:

# SPF / apex TXT
dig TXT acme.com +short

# DKIM
dig TXT reloop._domainkey.acme.com +short

# DMARC
dig TXT _dmarc.acme.com +short

# Tracking
dig CNAME link.acme.com +short

# MX
dig MX acme.com +short

If dig does not show the Reloop values yet, Reloop cannot verify either. Wait and retry.

Online “DNS checker” sites that query multiple regions are also fine.

Tips

  • After Domain Connect approve, wait 1–2 minutes before the first Verify.
  • Do not delete and recreate records repeatedly — that resets TTL clocks.
  • Confirm you edited the live nameserver host (wrong nameservers).

Was this page helpful?

Edit this page