M
MattElmore
Guest
Running Plesk 7.5.4 on FreeBSD 5.3.
Was wondering if there was a way to add an 'also-notify' directive for each domain created in named.conf.
I.E., I want the named.conf to look like this for each zone entry:
Let me know if this is possible.
Thanks!
Was wondering if there was a way to add an 'also-notify' directive for each domain created in named.conf.
I.E., I want the named.conf to look like this for each zone entry:
Code:
zone "somedomain.com" {
type master;
file "somedomain.com";
allow-transfer {
1.2.3.4;
5.6.7.8;
common-allow-transfer;
};
also-notify { 5.6.7.8; 1.2.3.4; };
};
Let me know if this is possible.
Thanks!