cloudflare worker custom route dns update not propagating

Hi, I added a new worker and added a custom domain for it but seems like it is not propagating at all (the dns change). This is my worker route followdev.technbud.com
No description
9 Replies
dhakkad
dhakkadOP6d ago
No description
Chaika
Chaika6d ago
;; QUESTION SECTION: ;followdev.technbud.com. IN A ;; ANSWER SECTION: followdev.technbud.com. 300 IN A 104.21.82.254 followdev.technbud.com. 300 IN A 172.67.166.114
I assume just dns cache/visited it too early
dhakkad
dhakkadOP6d ago
It has been too long now, easily more than an hour @Chaika
Chaika
Chaika6d ago
ISP DNS's sometimes ignore TTLs and will cache records for days You still don't see it/can't connect or something?
Chaika
Chaika6d ago
DNS Checker
DNS Checker - DNS Check Propagation Tool
Check DNS Propagation worldwide. DNS Checker provides name server propagation check instantly. Changed nameservers so do a DNS lookup and check if DNS and nameservers have propagated.
dhakkad
dhakkadOP6d ago
Yes, I cannot connect it, to bypass isp dns cache I used a south asian ip as well but same issue. So, I have a question when a custom worker route is used and in cf dns settings say "worker" in the record type then when checking the propagation most fo the websites only show generic record type and this "worker" record type is specific to cf only, how to check in that case whether the dns is propagated or not?
Chaika
Chaika6d ago
Yes, I cannot connect it, to bypass isp dns cache I used a south asian ip as well but same issue.
Try switching your local device to 1.1.1.1 /8.8.8.8 /9.9.9.9 and then clearing local dns cache? Browsers like Firefox and Chrome also have built in DNS over HTTPS nowadays
So, I have a question when a custom worker route is used and in cf dns settings say "worker" in the record type then when checking the propagation most fo the websites only show generic record type and this "worker" record type is specific to cf only, how to check in that case whether the dns is propagated or not?
Proxied's always going to show as an A as well as AAAA records if you have IPv6 enabled
dhakkad
dhakkadOP6d ago
I just checked again, seems like I am getting an answer now with nslookup. thank you for the help @Chaika

Did you find this page helpful?