config multi zone problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/named.conf :

include /home/dnaadmin/*.conf

/home/dnaadmin/abc_com.conf :
zone "abc.com" {
type master;
file "abc.com.db";
};

/home/dnaadmin/123_com.conf :
zone "123.com" {
type master;
file "123.com.db";
};

/home/dnaadmin/1_com.conf :
zone "1.com" {
type master;
file "1.com.db";
};

Thanks !

Edward.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux