prerquirements
overview
that maps a domain name to another domain name. It’s often used when you want one domain or subdomain to point to another domain.
리소스 레코드 도메인명을 다른 도메인명으로 매핑 대개 한개의 도메인 혹은 서브도메인을 다른 도메인으로 매핑하는데 사용됨
- Useful for managing multiple subdomains
why??
config example
아래 sub.example.com 은 실제로 192.168.1.1을 가르킴
example.com A 192.168.1.1
sub.example.com CNAME example.com