From 9ad7e5463f4432247292e34d487cedcf27f6bf1d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 14 Oct 2020 14:01:10 +0200 Subject: [PATCH] unbound: sort targets --- .../service/templates/OPNsense/Unbound/core/+TARGETS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/opnsense/service/templates/OPNsense/Unbound/core/+TARGETS b/src/opnsense/service/templates/OPNsense/Unbound/core/+TARGETS index a0883b8c0..e609e8bad 100644 --- a/src/opnsense/service/templates/OPNsense/Unbound/core/+TARGETS +++ b/src/opnsense/service/templates/OPNsense/Unbound/core/+TARGETS @@ -1,4 +1,4 @@ -root.min.hints:/var/unbound/root.hints -miscellaneous.conf:/var/unbound/etc/miscellaneous.conf -dot.conf:/var/unbound/etc/dot.conf blacklists.conf:/var/unbound/etc/blacklists.ini +dot.conf:/var/unbound/etc/dot.conf +miscellaneous.conf:/var/unbound/etc/miscellaneous.conf +root.min.hints:/var/unbound/root.hints