interfasys
Verified User
Right now we only have this:
which means that we have to manually rebuild DNS zones if we want to fix just a few domains.
Scripts like this:
http://help.directadmin.com/item.php?id=330
could be shortened a lot if we could get an improved command to send to the task queue. It would also remove some of the pains of maintaining scripts in sync with templates.
And to make admins waste even less time, this could be implemented at the same time, making sure custom settings wouldn't get lost with a rebuild:
http://directadmin.com/forum/showthread.php?t=38814
Code:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
Scripts like this:
http://help.directadmin.com/item.php?id=330
could be shortened a lot if we could get an improved command to send to the task queue. It would also remove some of the pains of maintaining scripts in sync with templates.
And to make admins waste even less time, this could be implemented at the same time, making sure custom settings wouldn't get lost with a rebuild:
http://directadmin.com/forum/showthread.php?t=38814