dname
DNAME, short for Delegation Name, refers to a DNS resource record type that provides redirection of an entire subtree within the DNS namespace to another domain name. It enables namespace restructuring or migration by mapping all names under a given label to corresponding names under a designated target domain, without requiring updates to each individual record.
How it works in resolution: when a DNS query targets a name that lies within the subtree
Rationale and use cases: DNAME is useful for reorganizing hosting, migrating to a new domain, or delegating
Limitations and considerations: DNAME is distinct from CNAME in its scope and interaction with other records;