Skip to content

Commit

Permalink
Merge branch 'dnsssec-false' into 'master'
Browse files Browse the repository at this point in the history
datamodel: unbreak `dnssec: false`

See merge request knot/knot-resolver!1548
  • Loading branch information
alesmrazek committed May 28, 2024
2 parents 5c6ca32 + caa3963 commit 696aef6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Incompatible changes
<https://www.knot-resolver.cz/documentation/latest/config-cache-predict.html>`_
for more.

Bugfixes
--------
- fix startup with `dnssec: false` (!1548)


Knot Resolver 6.0.7 (2024-03-27)
================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ modules.load('detect_time_skew')
modules.unload('detect_time_skew')
{% endif %}

{% if cfg.dnssec.keep_removed %}
-- dnssec.keep-removed
trust_anchors.keep_removed = {{ cfg.dnssec.keep_removed }}
{% endif %}

{% if cfg.dnssec.refresh_time %}
-- dnssec.refresh-time
Expand Down

0 comments on commit 696aef6

Please sign in to comment.