Re: Error with axfr-get
[email protected] (Paul Jarc)
| Newsgroups | gmane.network.djbdns |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
DAve <[email protected]> wrote: > ; <<>> DiG 9.3.2 <<>> @ns0.centra.org centrahomeloans.com axfr +tcp > ; (1 server found) > ;; global options: printcmd > centrahomeloans.com. 3600 IN SOA ns0.centra.org. admin.centra.org. 29 900 600 86400 3600 > centrahomeloans.com. 3600 IN NS ns1auth.tls.net. > centrahomeloans.com. 3600 IN NS ns2auth.tls.net. > centrahomeloans.com. 3600 IN NS ns3auth.tls.net. > centrahomeloans.com. 3600 IN CNAME tcox-centralo.mortgagewebcenter.com. You can't have a CNAME and other types of records for the same domain. In this case, you can't get rid of the SOA/NS records, so you have to get rid of the CNAME. You can replace it with an A record if you like. paul