templates/named.conf.zone
changeset 10 d7977be97fa1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/named.conf.zone	Tue Jul 13 15:32:08 2010 +0200
@@ -0,0 +1,10 @@
+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 %]; };
+};