Ah, thanks! I didn't know about these sections in the PSL. That probably gets me most of the way there.
> What are you trying to do?
You're right that I might have an "XY problem". I'll go back to the start.
I'm rebuilding Nslookup's
DNS propagation checker. I noticed that registries tend to be slow in updating NS records in their authoritative name servers. When querying them directly without any caching, they generally return stale records for a while after moving domains to another registrar or otherwise changing NS records.
Therefore, it may be helpful to point people to the NS records of a domain they're checking on Nslookup when they indicate that records aren't what they expect. More specifically, the apex of the DNS zone, i.e. '
example.com' when they're checking A records of '
www.example.com'.
However, this is not helpful for subdomains of "
s3.af-south-1.amazonaws.com", for example. In that case, AWS hands out CNAMEs instead of NS records, and their authoritative servers immediately return updated records.
Long story short, I'd like to show a helpful message for domains registered at registries.