cname and wordpress domain map

Posted by andre on Server Fault See other posts from Server Fault or by andre
Published on 2014-06-06T13:47:11Z Indexed on 2014/06/06 15:29 UTC
Read the original article Hit count: 356

Filed under:
|
|
|

I have a domain like this (www.example.com.br) and I'm also the manager for the domain and the nameservers too (the nameservers are Bind).

Now I have a blog from wordpress.com and I wanted to map domain to www.88.example.com.br. The wordpress suggested to use this:

88.example.com.br IN CNAME example88.wordpress.com.

Can I create a zone file with only that CNAME ? Can I use other zone file that already exists, like this ?

$ORIGIN 88.example.com.br.

88.example.com.br  IN CNAME exmple88.wordpress.com.

Thanks in advance

© Server Fault or respective owner

Related posts about dns

Related posts about bind