CNAME 레코드

Aliases one hostname to another — the resolver follows it transparently.

CNAME 레코드란?

A CNAME (Canonical Name) record makes one hostname an alias of another. Resolvers chase the chain until they find an A/AAAA and return that. It is the standard way to point custom subdomains at CDN or PaaS hostnames (Cloudflare, Vercel, Netlify, AWS).

영역 파일 예시

www.example.com.    300    IN    CNAME    example.netlify.app.

일반적인 사용 사례

  • Point www → apex without managing IPs.
  • Custom domain → SaaS provider hostname (Vercel, Netlify, Heroku, GitHub Pages).
  • Custom CDN endpoint → CloudFront / Cloudflare / Bunny.
  • Service decoupling — change the upstream by editing one CNAME.

흔한 실수

A CNAME at the apex breaks the rest of the zone (MX, TXT, NS, etc.). Use ALIAS / ANAME / flattening at apex. Also: never CNAME a host that itself has MX or NS records.

DNS 레코드 조회 →

관련 레코드 유형

보안 팁

기본 비밀번호를 사용 중이신가요? NordVPN 암호화로 네트워크를 보호하세요.