Updated the master zone template and made some crude defaults to dyndns.

This commit is contained in:
root 2012-02-03 20:41:51 +00:00
parent a1fdae9293
commit da1eef4333
2 changed files with 3 additions and 1 deletions

View file

@ -5,5 +5,6 @@ zone "<%= zone %>" {
<% master.each do |m| -%>
<%= m %>;
<% end -%>
allow-transfer { none; };
};
};