Adding CNAME for the root domain issue
    Matthew Pounsett 
    matt at conundrum.com
       
    Wed Apr 27 14:22:03 UTC 2016
    
    
  
On 27 April 2016 at 06:56, John Levine <johnl at iecc.com> wrote:
> Assuming you mean this (notice the dots):
>
>  Domain.com.  CNAME  x.y.com.
>  www     CNAME x.y.com.
>
No, this does not work.  You're forgetting what goes around the example
records:
domain.com. IN SOA ...
domain.com IN CNAME x.y.com.
domain.com IN NS ...
www.domain.com. IN CNAME x.y.com.
This is not only against the standards, but is nonsensical when you
consider the semantic meaning of CNAME "for all data related to domain.com,
please see x.y.com".   That doesn't make sense when there are also other
records present at that owner name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20160427/9b6935c3/attachment.html>
    
    
More information about the bind-users
mailing list