summaryrefslogtreecommitdiff
path: root/templates/unbound.conf.erb
blob: 3712c65875bb75e0dd454e226ba99e90a3bf894c (plain)
1
2
3
4
5
6
7
8
<% real_settings.sort.each do |section, settings| -%>
<%=   "#{section}:"                                %>
<%  settings.sort.each do |key, val|              -%>
<%    [val].flatten.each do |val|                 -%>
<%=     " #{key}: #{val}"                          %>
<%     end                                        -%>
<%  end                                            %>
<% end                                            -%>