Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DNS Server Software with Authenticated REST API [closed]

Tags:

rest

dns

api

Does DNS server software exist with a built-in authenticated REST API for managing records?

Alternatively, is there a layer on top of any existing DNS software to manage DNS records?

like image 650
Petrus Theron Avatar asked Jan 10 '12 09:01

Petrus Theron


1 Answers

You might try Openstack Designate. It's a REST API that runs on top of a standard dns nameserver.

  • REST API for domain & record management
  • Multi-tenant
  • Integrated with Keystone for authentication
  • Framework in place to integrate with Nova and Neutron notifications (for auto-generated records)
  • Support for PowerDNS and Bind9 out of the box
like image 126
user2623744 Avatar answered Oct 24 '22 12:10

user2623744