Around a month ago, in anticipation of the demise of Google Domains, I migrated to porkbun.
The moment I did this, Google rug-pulled me and deleted all records of my domain from their side despite my domain's NS records still pointing to Google. Guh! (Note to self: copy DNS first, move domain second)
Anyways, after copying the DNS records over the porkbun, service was restored... Or was it?
The domain loads fine for me, but I started receiving emails saying that they couldn't.
This was a month ago.
It seems that many major DNS providers (Google, Cloudflare) have not picked up the new domain.
Here's some diagnostics I ran. The domain is bbss.dev
% dig @curitiba.ns.porkbun.com bbss.dev +short # Query A directly from registrar - correct!
155.138.128.203
% dig @1.1.1.1 bbss.dev +short # Query A from Cloudflare, no reply
% dig @8.8.8.8 bbss.dev +short # Query A from Google, no reply
% dig @8.8.8.8 bbss.dev NS +short # Query NS from Google, no reply
% dig @curitiba.ns.porkbun.com bbss.dev NS +short # Query NS from registrar, correct!
curitiba.ns.porkbun.com.
fortaleza.ns.porkbun.com.
maceio.ns.porkbun.com.
salvador.ns.porkbun.com.
Any advice is welcome, I'm at the end of my wits.