templates/named.config
changeset 12 5786a8b53c78
parent 10 d7977be97fa1
child 18 8715e7b706db
equal deleted inserted replaced
11:5509b98ea064 12:5786a8b53c78
       
     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 };