templates/named.config
branchhs12
changeset 87 6d624831079f
parent 18 8715e7b706db
child 94 54252e5987f2
equal deleted inserted replaced
86:dc8741bbad33 87:6d624831079f
     1 zone "<domain>" {
     1 [% USE iso = date(format => '%Y-%m-%dT%H:%M:%S') -%]
     2 // Start: <start>
     2 zone "[% domain %]" {
     3 // Invoice: <customer>
     3 // Start: [% iso.format(now) %]
     4 // UTF8: <utf8domain>
     4 // Invoice: [% customer %]
       
     5 // UTF8: [% utf8domain %]
     5 	type master;
     6 	type master;
     6 	file "<file>";
     7 	file "[% zonefile %]";
     7 	allow-transfer { localhost; <primary_ip>; <secondary_ip>; };
     8 	allow-transfer { localhost; slaves; };
     8 	allow-query { any; };
     9 	allow-query { any; };
     9 	also-notify { <primary_ip>; };
       
    10 };
    10 };