DNS propagation on shared IP

I just setup my first docklet on the shared IP for .dev URL …
However, DNS propagation seems to be still stalled after an hour.
tee -a /etc/hosts - URL –> IP worked but dig +trace shows its not propagating yet.
How long does it usually take on shared / dedicated ip?

still waiting for propagation ,
wrote a quick script and let LLM have a look on the log….

test script

https://termbin.com/g4pg

test analysis script

https://termbin.com/g4pg

chatgpt analysis of the test script log
Findings (short)

SOA serials mismatch between authoritative servers (1770340115 vs 1770340462).

AXFR/IXFR attempts fail between peers.

DNSKEY responses differ / appear missing on each server.

UDP/ICMP to 137.66.40.7 / 137.66.40.8 is blocked (100% ping loss) while TCP:53 accepts connections → likely UDP filtering / rate-limit.

No AAAA glue for ns1/ns2 (nameservers only have A).

https://termbin.com/q1hl

Hello, what is your app name?

wrote a toggle script to switch on of temp routing for domains that dont propagate with host file override…

works nice on ubuntu 24.04

https://termbin.com/ot6r9

if use firefox need to restart bec cached dns …

just dev private for now :slight_smile:

oh. I mean the name of your Fly app so I can take a look at the issue

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.