templates/named.config
changeset 12 5786a8b53c78
parent 10 d7977be97fa1
child 18 8715e7b706db
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/named.config	Wed Jul 14 15:37:27 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 %]; };
+};