If we have made changes to DNS zones such as MX records, etc. in the DirectAdmin panel, we can reset them to default in bulk.
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
then
service named restart
we execute the command.