DNS propagation takes more than half an hour?
I'm using api to create subdomains for my domain. Usually it takes several mins before I can visit. But recently it's getting slower & slower, sometimes half an hour, sometimes more than 1 hour. How can I speed this up?
7 Replies
DNS propagation can take a day or more, depending on your upstream DNS resolver
You can change that yourself, but that won't affect others using different resolvers
More info
A) I'm using the attach domain api for worker domain
https://developers.cloudflare.com/api/operations/worker-domain-attach-to-domain
The response is always
{success: true}
and I can find the record in the DNS dash right away.
B) I'm using the free plan. Will upgrade some day for sure.Cloudflare API Documentation
Interact with Cloudflare's products and services via the Cloudflare API
@HardlyWorkin' Thank you. I guess that means the worker domain API is setting a long TTL for me?
I can't see TTL for worker domain in the dash or API. So if I want to change it I have to stop using worker domain attach API but use the raw DNS api to bind to a worker?
btw good name lol 💯
DNS over Discord: A records
test-form-401.wolio.co A @1.1.1.1 +noall +answer
diggy diggy hole
Not necessarily. Some resolvers ignore the TTL, or serve completely different records.
The selected subdomain should expire in 300 seconds, but that definitely isn't a guarantee when 3rd-party resolvers are involved
yep I knew the nature of DNS is decentralized
Thank you looks like the TTL is 5min. Then I'm good
this one literally taking me more than 1 hour