Outside Secondary NameServer

mithralsun

Verified User
Joined
Dec 8, 2008
Messages
6
Location
New Jersey, USA
I have a secondary nameserver outside of the Directadmin Box. They sent me this script, Where do I place it?

zone "aspira.org" {
type master;
file "<whatever you want the file to be called>";
allow-transfer { <specify all IPs here, do not forget to add DNS Made Easy's!>};
};
 
It's not a script, it's an example of how you'd change each zone entry in your named.conf file. We don't recommend doing it that way; we recommend changing it in the options section of exim.conf, for all zones.

If you want to do it their way you'll need to make changes to the proper template.

Jeff
 
Back
Top