notyfy YES and hiddan master

crazy baby

New member
Joined
May 15, 2005
Messages
2
Hi,

Is it possible to have DNS record not like default in DA:
zone "jura.net.pl" { type master; file "/etc/bind/jura.net.pl.db"; };

but:

zone "jura.net.pl" { type master; file "/etc/bind/jura.net.pl.db"; notify yes;};

I want to have DA as "hidden master" and two other nameservers as slave.
I need notify command to update records on them

Wojciech
 
template

Hi,

There is a file: zone.conf

in

/usr/local/directadmin/data/templates/

directory.

Modify it and apply changes to the queue.

It should work the way you want.

Kind Regards,
 
Any template changed in the templates directory will be eventually overwritten.

Instead copy it to the templates/custom directory, and modify it there.

But this alone won't change it in pre-existing zones. To do that, after you've made the change run as root:

echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue

Jeff
 
Back
Top