On Tue, 2010-10-19 at 23:28 +0800, Edward S.P. Leong wrote:
> Is there any solution for manage multi domain zone file ?
Your example isn't clear what's multi-domain about a zone file. You
don't appear to be using one zone file for multiple domains, more like
multiple configuration files, one for
Dear All,
Is there any solution for manage multi domain zone file ?
For example (original):
/etc/named.conf :
zone "abc.com" {
type master;
file "abc.com.db";
};
zone "123.com" {
type master;
file "123.com.db";
};
zone "1.com" {
type master;
file "1.com.db";
};
Now, can it to be :
/etc/name