Why not use Active Directory integrated zones. You can only use AD integrated zones if you have DNS configured on your domain controllers. It will lead to following benefits:
A) Replication: AD integrated zones store data in the AD database as container objects to get automatically replicated to other domain controllers.
B) Redundancy: prevents a single point of failure for DNS. If one DNS server fails the other server has a full copy of the DNS information.
C) Simplicity: AD Integrated zones automatically update without the need to configure zone transfers.
D) Security: with this feature only authorized clients and members of the DNS domain can update their records in DNS zones. Other users will be denied a requests from the computers not part of the domain.