Skip to content

Commit

Permalink
Update templates/unbound.conf.erb
Browse files Browse the repository at this point in the history
Co-authored-by: John Bond <[email protected]>
  • Loading branch information
and0x000 and b4ldr committed Jun 17, 2022
1 parent 0f33700 commit 8607ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/unbound.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ server:
<%= print_config('hide-version', @hide_version) -%>
<%= print_config('version', @version) -%>
<%= print_config('hide-trustanchor', @hide_trustanchor, '1.6.2') -%>
<%= print_config('target-fetch-policy', "#{@target_fetch_policy.join(' ')}") -%>
<%- unless @target_fetch_policy.empty? -%>
<%= print_config('target-fetch-policy', @target_fetch_policy.join(' ')) -%>
<%- end -%>
<%= print_config('harden-short-bufsize', @harden_short_bufsize) -%>
<%= print_config('harden-large-queries', @harden_large_queries) -%>
<%= print_config('harden-glue', @harden_glue) -%>
Expand Down

0 comments on commit 8607ee1

Please sign in to comment.