For this (http://help.directadmin.com/item.php?id=40) FAQ item, there is another solution that will fix it. For me, the solution in this FAQ did not even work.
A simple solution:
Create a dns_write_post.sh in /usr/local/directadmin/scripts/custom, put in
(Dont forget to chmod 755)
Now your named will be reloading correctly![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
A simple solution:
Create a dns_write_post.sh in /usr/local/directadmin/scripts/custom, put in
Code:
/etc/init.d/named reload
(Dont forget to chmod 755)
Now your named will be reloading correctly
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)