Add support for transfer-source
This commit is contained in:
@@ -37,6 +37,9 @@ zone "<%= @_domain %>" {
|
||||
<%- end -%>
|
||||
};
|
||||
<%- end -%>
|
||||
<%- if @transfer_source and @transfer_source != ''-%>
|
||||
transfer-source <%= @transfer_source %>
|
||||
<%- end -%>
|
||||
<%- if @allow_updates and @allow_updates != '' -%>
|
||||
allow-update {
|
||||
<%- Array(@allow_updates).each do |allow_update| -%>
|
||||
|
||||
Reference in New Issue
Block a user