From: Wouter Wijngaards Date: Thu, 21 Feb 2019 09:48:38 +0000 (+0000) Subject: - In example.conf explain where to put cachedb module in module-config. X-Git-Tag: release-1.9.1rc1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b162ead923f259d4c7d8ab5d0f82c01b61117b6;p=thirdparty%2Funbound.git - 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 --- diff --git a/doc/Changelog b/doc/Changelog index 258d3fd10..94c6ed2d1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 21 February 2019: Wouter - Fix the error for unknown module in module-config is understandable, 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 - Fix pythonmod include and sockaddr_un ifdefs for compile on diff --git a/doc/example.conf.in b/doc/example.conf.in index 1c7165a2d..b33aaff0f 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -973,7 +973,7 @@ remote-control: # Enable external backend DB as auxiliary cache. Specify the backend name # (default is "testframe", which has no use other than for debugging and # testing) and backend-specific options. The 'cachedb' module must be -# included in module-config. +# included in module-config, just before the iterator module. # cachedb: # backend: "testframe" # # secret seed string to calculate hashed keys