What DNS propagation is
DNS translates the nameexample.com into a server’s IP address. When you change something (register a domain, edit a record, switch NS), the new data spreads across DNS servers worldwide not instantly.
Each server keeps the answer in its cache for a time set by the TTL value. Until the old answer expires, the server hands back the previous value — that’s why for some people the site already opens at the new address while for others it’s still at the old one. That’s propagation.
You can’t skip propagation or turn it off — you can only wait. Any service that promises “instant propagation” is misleading you.
How long it usually takes
| Action | Usually | Maximum |
|---|---|---|
| New domain registration | 10–30 min | 24 h |
| Changing NS servers | 30 min – 4 h | 24–48 h |
| Adding or changing a DNS record | 5–30 min | 24 h |
| Enabling Cloudflare | 30 min – 1 h | 24 h |
| Changing the IP in an A record | depends on TTL | see below |
Changing the IP in an A record — a special case
When you change the IP in an A record that already exists, the speed depends on that record’s TTL: servers worldwide hold the old IP for exactly as long as the TTL specifies. So here’s the rule: if you know in advance that you’ll be changing the IP, lower the TTL to 300 (5 minutes) a day before the change. Then on moving day the old address expires in minutes rather than hours. After the move, you can set the TTL back.How to check propagation worldwide
These sites show what answer your domain returns from various points around the planet:whatsmydns.net
A map of DNS propagation worldwide.
dnschecker.org
Checks from various servers, with a forced refresh.
Some servers show the new value, some the old
Some servers show the new value, some the old
This is normal; propagation is underway. Wait — different servers update at different speeds depending on the TTL.
All servers show the old value
All servers show the old value
That means the change didn’t apply. Check that you edited DNS in the right place: if the domain is delegated to someone else’s NS (Cloudflare or a hosting provider, for example), the records need to be changed there, not in the Lumi bot.
Checking via the console
If you prefer the command line, query the domain directly:ANSWER SECTION block will have the current IP. Compare the answer from different servers — if they disagree, propagation is still underway.
When to worry
Take a screenshot
Open dnschecker.org and save a screenshot — it shows that the servers are still returning the old value.
Message support
@lumisup_robot — include the domain and the screenshot. That way the specialist immediately gets the picture and can check what’s happening on the registry’s side.
Connect to a site
How to point a domain at a server — via NS or an A record.
DNS records
Record types, TTL, and common setup mistakes.