templates/named.config
changeset 18 8715e7b706db
parent 12 5786a8b53c78
child 87 6d624831079f
--- 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 "<domain>" {
+// Start: <start>
+// Invoice: <customer>
+// UTF8: <utf8domain>
 	type master;
-	file "[% file %]";
-	allow-transfer { localhost; [% primary_ip %]; [% secondary_ip %]; };
+	file "<file>";
+	allow-transfer { localhost; <primary_ip>; <secondary_ip>; };
 	allow-query { any; };
-	also-notify { [% primary_ip %]; };
+	also-notify { <primary_ip>; };
 };