templates/named.conf.zone
changeset 12 5786a8b53c78
parent 11 5509b98ea064
child 13 4844031fc55e
--- a/templates/named.conf.zone	Wed Jul 14 12:05:41 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-zone "[% domain %]" {
-// Start: [% start %]
-// Invoice: [% customer %]
-// UTF8: [% utf8domain %]
-	type master;
-	file "[% file %]";
-	allow-transfer { localhost; [% primary_ip %]; [% secondary_ip %]; };
-	allow-query { any; };
-	also-notify { [% primary_ip %]; };
-};