jethrocarr / namedmanager

AGPL web-based DNS management interface in PHP
349 stars 125 forks source link

Does it have API? #63

Closed X-Mars closed 7 years ago

X-Mars commented 7 years ago

i want to creat AAA with api。how to do?

zubfatal commented 7 years ago

It does have a SOAP API, though (as far as I know) not documented, functionality can be found in htdocs/api/namedmanager.* files. The API seems to be more or less "read-only", which means there are no functions to create/remove zones or records. I am currently looking into extending this functionality myself, since I need to integrate this with something that needs to be able to create a new zone from an API request.

X-Mars commented 7 years ago

Thank yuo my friend, let me have a try。