Skip to content
Snippets Groups Projects
Commit dd130906 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: fix typo

parent a0b1f17e
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,7 @@ modules and configuration string reference.
-----------------------------------------
The Knot DNS supports dnstap_ for query and response logging.
You can capture either either all or zone-specific queries and responses, usually you want to do
You can capture either all or zone-specific queries and responses, usually you want to do
the former. The dnstap module accepts only a sink path as a parameter, which can either be a file
or a UNIX socket prefixed with *unix:*.
......
......@@ -379,12 +379,12 @@ zones {
# List of servers to allow UPDATE queries
update-in server0, admins;
# Query modules are dynamically loaded modules that can alter query plan processing
# Configuration is always module-specific, but passed as a simple string here
query_module {
module_one "configuration string";
module_two "specific configuration string";
}
# Query modules are dynamically loaded modules that can alter query plan processing
# Configuration is always module-specific, but passed as a simple string here
query_module {
module_one "configuration string";
module_two "specific configuration string";
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment