I'm getting a warning about dangling CNAME entries
Let us suppose we have a CNAME record without an A record in the local
DNS server's database, such as:
Cgoogle.example.com.|86400|www.google.com.
This record, which is a CNAME record for "google.example.com", points
to "www.google.com". Some DNS servers will recursively look up
www.google.com, and render the above record like this:
Cgoogle.example.com.|86400|www.google.com.
Awww.google.com.|900|66.102.7.104
For security reasons, MaraDNS doesn't do this. Instead, MaraDNS will simply
output:
Cgoogle.example.com.|86400|www.google.com.
Some stub resolvers will be unable to resolve google.example.com as
a consequence.
If you want to remove these warnings, add the following to your mararc file:
no_cname_warnings = 1
Information about how to get MaraDNS to resolve dangling CNAME
records is in the tutorial file dangling.html