diff -r 05132262d212 -r 8715e7b706db templates/named.config --- a/templates/named.config Wed Jul 21 14:04:05 2010 +0200 +++ b/templates/named.config Thu Jul 22 12:44:14 2010 +0200 @@ -1,10 +1,10 @@ -zone "[% domain %]" { -// Start: [% start %] -// Invoice: [% customer %] -// UTF8: [% utf8domain %] +zone "" { +// Start: +// Invoice: +// UTF8: type master; - file "[% file %]"; - allow-transfer { localhost; [% primary_ip %]; [% secondary_ip %]; }; + file ""; + allow-transfer { localhost; ; ; }; allow-query { any; }; - also-notify { [% primary_ip %]; }; + also-notify { ; }; };