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