CNAME 记录
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/cname-record/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/cname-record/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/cname-record/)
Use the native HTML custom element.
CNAME(Canonical Name,规范名称)记录为一个域名创建指向另一个域名的别名。与指向 IP 地址的 [[a-record|A 记录]] 不同,CNAME 指向另一个域名,再由该域名解析为 IP 地址。
示例
A CNAME record pointing www.example.com to example.com means both addresses reach the same server.