Added support for forwarding dns zones
This commit is contained in:
parent
a3b6071afb
commit
28778c52bd
2 changed files with 34 additions and 15 deletions
9
dns/templates/zone.forward.erb
Normal file
9
dns/templates/zone.forward.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
zone "<%= zone %>" {
|
||||
type forward;
|
||||
forward only;
|
||||
forwarders {
|
||||
<% forwarders.each do |ip| -%>
|
||||
<%= ip %>;
|
||||
<% end -%>
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue