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) 레코드는 하나의 도메인 이름에서 다른 도메인 이름으로의 별칭(alias)을 생성합니다. [[a-record|A 레코드]]처럼 IP 주소를 직접 가리키는 대신, CNAME은 다른 도메인 이름을 가리키며, 그 도메인이 다시 IP 주소로 해석됩니다.
예시
A CNAME record pointing www.example.com to example.com means both addresses reach the same server.