]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/engine: priority prefix ‘<‘ for modules
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 1 Aug 2015 16:06:32 +0000 (18:06 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 1 Aug 2015 16:06:32 +0000 (18:06 +0200)
commit3714f4bc4966e250bcb9d31b881b40531fa580d2
tree2a8f1e0c2f68626f5df8fa9206d93f01ab03777b
parent91a8e2c86cec18ed20ea71ef77afc1764bd5ca83
daemon/engine: priority prefix ‘<‘ for modules

if the configured modules name is prefixed with ‘<‘ it takes precedence before all others,
e.g. modules = { ‘hints’, ‘<block’ }
means that the ‘hints’ module will be executed in-order (last), and ‘block’ module layer will be called as first in query processing
daemon/engine.c