Skip to main content

Zone file not updating after adding CNAME record via API

Comments

1 comment

  • cPRex Jurassic Moderator

    Hey there!  At least the behavior is consistent between the API calls and UI, so we can rule out an issue with the actual process.

    /var/log/messages should show errors related to the zone so that's always a good place to start looking.

    Does this command show anything odd with the zone file itself?  Just replace "domain.com" with the actual domain you're using.

    named-checkzone domain.com /var/named/domain.com.db

    If all is well it should say something similar to this:

    zone domain.com/IN: loaded serial 2026061201
    OK

    but it will tell you a specific line number if there are errors.

    0

Please sign in to leave a comment.