Skip to content
Snippets Groups Projects
Commit a096cd95 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'nitpicks' into 'master'

nitpicks

See merge request !1235
parents 6c4adeed d56f8fab
Branches
Tags
1 merge request!1235nitpicks
Pipeline #91576 passed with stages
in 26 minutes and 21 seconds
......@@ -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
}
......
......@@ -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
......
......@@ -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
}
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment