I need some help on DNS named.conf
We want to add domain alias to next release.
The script for adding to Apache etc is done, what I'm missing is to add to DNS the domain if DNS is resolved by the same server and not from other server.
Now what I find is:
mkdir /var/named/run-root/include I do an include directory, where I will keep all additional domain names.
What I want from different OS, if PLESK keep in the same dir /var/named/run-root/ or on FreeBSD is another or CentOS etc.
Second problem. I need to edit named.conf to add an include line to read this folder (a file from this folder).
What I don't know, if I add a new domain, it will change named.conf or just add to the end some lines?