Skip to content

Commit

Permalink
templates: dnssec moved before forward section
Browse files Browse the repository at this point in the history
Commented sections have also been removed.
  • Loading branch information
alesmrazek committed Aug 3, 2023
1 parent 4a9f461 commit 85b10c9
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions manager/knot_resolver_manager/datamodel/templates/config.lua.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,18 @@ nsid.name('{{ cfg.nsid }}' .. worker.id)
-- VIEWS section ------------------------------------
{% include "views.lua.j2" %}

-- DNSSEC section -----------------------------------
{% include "dnssec.lua.j2" %}

-- LOCAL-DATA section -------------------------------
{% include "local_data.lua.j2" %}

-- SLICES section -----------------------------------
{# {% include "slices.lua.j2" %} #}

-- POLICY section -----------------------------------
{# {% include "policy.lua.j2" %} #}

-- RPZ section --------------------------------------
{# {% include "rpz.lua.j2" %} #}

-- FORWARD section ----------------------------------
{% include "forward.lua.j2" %}

-- CACHE section ------------------------------------
{% include "cache.lua.j2" %}

-- DNSSEC section -----------------------------------
{% include "dnssec.lua.j2" %}

-- DNS64 section ------------------------------------
{% include "dns64.lua.j2" %}

Expand Down

0 comments on commit 85b10c9

Please sign in to comment.