templates/named.conf.zone
changeset 10 d7977be97fa1
equal deleted inserted replaced
9:c45415af9a4b 10:d7977be97fa1
       
     1 zone "[% domain %]" {
       
     2 // Start: [% start %]
       
     3 // Invoice: [% customer %]
       
     4 // UTF8: [% utf8domain %]
       
     5 	type master;
       
     6 	file "[% file %]";
       
     7 	allow-transfer { localhost; [% primary_ip %]; [% secondary_ip %]; };
       
     8 	allow-query { any; };
       
     9 	also-notify { [% primary_ip %]; };
       
    10 };