Hello,
when i execute:
https://server.mycompany.nl:2222/CMD_API_DNS_ADMIN?action=rawsave&domain=my-company-domain.nl
i got the following error:
error=1&text=Cannot save raw zone&details=Unable to write file /etc/namedb/my-company-domain.nl.db : data is empty<br>
<br>
This API command will be called by DirectAdmin when i update an DNS zone on een remote connected Multi-server-setup box.
see: http://www.directadmin.com/features.php?id=1094
when i try to update a DNS record the update works fine (the zone will be updated on all connected DA servers). I like to handle some things after every DNS update on every server (DNS SEC related) so i need the script
/usr/local/directadmin/scripts/custom/dns_raw_save_post.sh
to work. This script is not called, i think it's related to the problem with the API above
Can someone please help me?
when i execute:
https://server.mycompany.nl:2222/CMD_API_DNS_ADMIN?action=rawsave&domain=my-company-domain.nl
i got the following error:
error=1&text=Cannot save raw zone&details=Unable to write file /etc/namedb/my-company-domain.nl.db : data is empty<br>
<br>
This API command will be called by DirectAdmin when i update an DNS zone on een remote connected Multi-server-setup box.
see: http://www.directadmin.com/features.php?id=1094
when i try to update a DNS record the update works fine (the zone will be updated on all connected DA servers). I like to handle some things after every DNS update on every server (DNS SEC related) so i need the script
/usr/local/directadmin/scripts/custom/dns_raw_save_post.sh
to work. This script is not called, i think it's related to the problem with the API above
Can someone please help me?