I am working for a company and we have a domain name hosted on GoDaddy. For the website/application we are creating, we need to be able to programmatically add "A records" to the DNS zone file to point specific subdomains to specific IP addresses/servers. This will be done via PHP or C#, we have two different servers for our application and it doesn't matter, we just need that functionality. I know GoDaddy doesn't give you this functionality nor an API, but I was wondering if anyone could recommend a cheap/affordable service that would let me do this? I don't think we need something like dynamic DNS (or maybe we will), but if anyone knows anything I would much appreciate.
All in all, we are looking for a super cheap and easy way to add custom A records to a zone file programmatically. A free code base would be nice for this as well. The way our application works, we cannot use wildcards or make this too convoluted, it would be most beneficial to have control over the DNS zone file. Thank you!