tags:

views:

324

answers:

1

I saw this over on slashdot and realized if I could program in dns control into some of my apps it would make life a lot easier. Someone over there recommended dynect which apparently had a wonderful api. Unfortunately not a lot else was recomended. I don't know anything about managing dns servers I mostly work with the lamp stack, so on linux I understand bind is the way to go but other then a basic setup I'd be lost. I'd rather outsource the details.

What dns services that you have used, have API's and are easy to use without breaking the bank?

+1  A: 

We use DjbDNS and it's backended onto MySQL so we just hit the DB to make changes and periodically rebuild the the config data.

Kev
That still requires running your own servers. I'm hoping for something a little bit more robust then the scattered machines my stuff is running on.
wizard