]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
templates: dnssec moved before forward section
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 3 Aug 2023 11:54:49 +0000 (13:54 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 3 Aug 2023 11:54:49 +0000 (13:54 +0200)
Commented sections have also been removed.

manager/knot_resolver_manager/datamodel/templates/config.lua.j2

index c5b28ce5ef9480c8fb63c084e691295db3131002..856dcf39963c72d5664b0ed6badaf259537e0756 100644 (file)
@@ -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" %}