X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/6e719fc77846c969252cd51c2639ecb2c61bc941..HEAD:/onak.conf.in diff --git a/onak.conf.in b/onak.conf.in index e1b2c4f..1774211 100644 --- a/onak.conf.in +++ b/onak.conf.in @@ -10,6 +10,9 @@ logfile @STATEDIR@/log/onak.log # Loglevel : 0 is highest debug, default is 3, nothing is 7+ loglevel 3 +# Should we use the keyd backend? +use_keyd false + ### Set www_port to the port on which HTTP requests should be accepted. ### If you do not want to process HTTP requests, set this to 0. @@ -64,3 +67,8 @@ max_last 1 ### will allow any size reply. max_reply_keys 128 + +## +## Verify signature hashes. +## +#check_sighash true