mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- In example.conf explain where to put cachedb module in module-config.
git-svn-id: file:///svn/unbound/trunk@5120 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
62428e17f6
commit
5b162ead92
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
21 February 2019: Wouter
|
21 February 2019: Wouter
|
||||||
- Fix the error for unknown module in module-config is understandable,
|
- Fix the error for unknown module in module-config is understandable,
|
||||||
and explains it was not compiled in and where to see the list.
|
and explains it was not compiled in and where to see the list.
|
||||||
|
- In example.conf explain where to put cachedb module in module-config.
|
||||||
|
|
||||||
20 February 2019: Wouter
|
20 February 2019: Wouter
|
||||||
- Fix pythonmod include and sockaddr_un ifdefs for compile on
|
- Fix pythonmod include and sockaddr_un ifdefs for compile on
|
||||||
|
|
|
||||||
|
|
@ -973,7 +973,7 @@ remote-control:
|
||||||
# Enable external backend DB as auxiliary cache. Specify the backend name
|
# Enable external backend DB as auxiliary cache. Specify the backend name
|
||||||
# (default is "testframe", which has no use other than for debugging and
|
# (default is "testframe", which has no use other than for debugging and
|
||||||
# testing) and backend-specific options. The 'cachedb' module must be
|
# testing) and backend-specific options. The 'cachedb' module must be
|
||||||
# included in module-config.
|
# included in module-config, just before the iterator module.
|
||||||
# cachedb:
|
# cachedb:
|
||||||
# backend: "testframe"
|
# backend: "testframe"
|
||||||
# # secret seed string to calculate hashed keys
|
# # secret seed string to calculate hashed keys
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue