]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/common: kresd.conf - ensure hints loads before iterate
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 10 Aug 2018 11:50:51 +0000 (13:50 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 10 Aug 2018 14:12:01 +0000 (16:12 +0200)
distro/common/kresd.conf
distro/deb/debian/kresd.conf

index 81034c07eadb6e80d30e6f779957a5271769e613..4a625f3867f8275a317092cf413c96cd88d73cad 100644 (file)
@@ -3,10 +3,10 @@
 
 -- Load useful modules
 modules = {
-       'policy',   -- Block queries to local zones/bad sites
-       'hints',    -- Load /etc/hosts and allow custom root hints
-       'stats',    -- Track internal statistics
-       'predict',  -- Prefetch expiring/frequent records
+       'policy',           -- Block queries to local zones/bad sites
+       'hints > iterate',  -- Load /etc/hosts and allow custom root hints
+       'stats',            -- Track internal statistics
+       'predict',          -- Prefetch expiring/frequent records
 }
 
 -- See kresd.systemd(7) about configuring network interfaces when using systemd
index 7deb7a48a01534534f80ea8f3aba3f9e53bc54ff..1377ce9f3c0e1fefcc4e994346b92498d7e9a6ee 100644 (file)
@@ -3,10 +3,10 @@
 
 -- Load useful modules
 modules = {
-       'policy',   -- Block queries to local zones/bad sites
-       'hints',    -- Load /etc/hosts and allow custom root hints
-       'stats',    -- Track internal statistics
-       'predict',  -- Prefetch expiring/frequent records
+       'policy',             -- Block queries to local zones/bad sites
+       'hints > iterate',    -- Load /etc/hosts and allow custom root hints
+       'stats',              -- Track internal statistics
+       'predict',            -- Prefetch expiring/frequent records
 }
 
 -- See kresd.systemd(7) about configuring network interfaces when using systemd