Bug in Dns Clustering (feature 533)

zuijberknaf

Verified User
Joined
Oct 28, 2003
Messages
23
Feature 533 describes the working of DNS clustering. Currently I'm writing a script that manipulates my PowerDNS slave server based on the multi server DNS clustering messages from DirectAdmin.

I've got the following parts working without any problems:
-CMD_API_LOGIN_TEST
-CMD_API_DNS_ADMIN?action=rawsave&domain=domain.com
-CMD_API_DNS_ADMIN?action=exists&domain=domain.com

But there is a problem with the deletion of a domain. When I delete a domain from the master via DirectAdmin a message should be send to the slave-script.

The delete action is not present, where rawsave and exists are.

I should get something like
CMD_API_DNS_ADMIN?action=delete&select0=domain.com.
but I don't.

I'm running the latest version of DirectAdmin (1.35.1)
 
Back
Top