]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
config: properly document loading of hints module
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 22 Nov 2021 16:55:19 +0000 (17:55 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 26 Nov 2021 15:16:35 +0000 (16:16 +0100)
ci/respdiff/kresd.config
etc/config/config.cluster
etc/config/config.personal
etc/config/config.splitview

index 6a26cabc3e5bf7f71805677f14593d035f056cd9..2b7b218cb18cc56fb85b6a8471af3ff0a6be5029 100644 (file)
@@ -15,7 +15,7 @@ modules = {
        'workarounds < iterate',
        'policy',   -- Block queries to local zones/bad sites
        'view',     -- Views for certain clients
-       'hints',    -- Load /etc/hosts and allow custom root hints
+       'hints > iterate', -- Allow loading /etc/hosts or custom root hints
        'stats',    -- Track internal statistics
 }
 
index dd10a7470a0fba1a2fa06a4022baf69a075b385e..3bd12dd2843a7e8ad27089a1ca5d09d458de2097 100644 (file)
@@ -19,7 +19,7 @@ cache.size = 16 * GB
 
 -- Load Useful modules
 modules = {
-       'hints > iterate', -- Load /etc/hosts and allow custom root hints
+       'hints > iterate', -- Allow loading /etc/hosts or custom root hints
        'stats',    -- Track internal statistics
        graphite = { -- Send statistics to local InfluxDB
                -- Address of the Graphite/InfluxDB server
index e6803a1c757ec40b8e06033e26506dac7cbf78b0..961a2f6609034529a28b1160427de228b18feedb 100644 (file)
@@ -12,7 +12,7 @@ net.listen('::1', 853, { kind = 'tls', freebind = true })
 
 -- Load useful modules
 modules = {
-       'hints > iterate',  -- Load /etc/hosts and allow custom root hints
+       'hints > iterate',  -- Allow loading /etc/hosts or custom root hints
        'stats',            -- Track internal statistics
        'predict',          -- Prefetch expiring/frequent records
 }
index 1054af5a70272a51b890f2d7795d40adea094b39..a8a93448192db0d528762a6984c2245f59a2f56f 100644 (file)
@@ -13,7 +13,7 @@ net.listen('::1', 443, { kind = 'doh2' })
 
 -- Load Useful modules
 modules = {
-       'hints > iterate', -- Load /etc/hosts and allow custom root hints
+       'hints > iterate', -- Allow loading /etc/hosts or custom root hints
        'stats',    -- Track internal statistics
        graphite = { -- Send statistics to local InfluxDB
                -- Address of the Graphite/InfluxDB server