What is the name of the domain?
archival.dev
What is the issue you’re encountering
DNS no longer updates, stale values are stuck for over 24 hours and new records also don’t show up.
What steps have you taken to resolve the issue?
I’ve tried turning proxy on and off, clearing various caches, and verifying through multiple tools including cloudflare’s own resolver (1.1.1.1 DoH JSON API).
I expect (as shown in the screenshot) at least 5 CNAMEs and 4 TXT records, instead I see 0 CNAMEs and 2 TXT records.
What feature, service or problem is this related to?
DNS not responding/updating
What are the steps to reproduce the issue?
If you run curl -H "accept: application/dns-json" "https://cloudflare-dns.com/dns-query?name=archival.dev&type=TXT"
{"Status":0,"TC":false,"RD":true,"RA":true,"AD":true,"CD":false,"Question":[{"name":"archival.dev","type":16}],"Answer":[{"name":"archival.dev","type":16,"TTL":300,"data":"\"v=spf1 include:_spf.google.com -all\""},{"name":"archival.dev","type":16,"TTL":300,"data":"\"google-site-verification=_syHCF1IIMriwn9tQqUKnjJADcyMm3CTjH5S3U7ppcs\""}]}
CNAME doesn’t even have an Answer field
curl -H "accept: application/dns-json" "https://cloudflare-dns.com/dns-query?name=archival.dev&type=CNAME"
{"Status":0,"TC":false,"RD":true,"RA":true,"AD":true,"CD":false,"Question":[{"name":"archival.dev","type":5}],"Authority":[{"name":"archival.dev","type":6,"TTL":1435,"data":"lara.ns.cloudflare.com. dns.cloudflare.com. 2345451669 10000 2400 604800 1800"}]}
The screenshot shows the expected values.