diff options
author | Peter Thomassen <peter@desec.io> | 2024-01-18 00:28:18 +0100 |
---|---|---|
committer | Peter Thomassen <peter@desec.io> | 2024-01-30 18:21:27 +0100 |
commit | 93b1ca2bbe47bb614a63e4f5e7652167bbbd122f (patch) | |
tree | 050e51d74a1c65549a4b3e0bca8ce4e73693cbf8 /configure.ac | |
parent | knotd: add module API function knotd_qdata_zone_rrset() (diff) | |
download | knot-93b1ca2bbe47bb614a63e4f5e7652167bbbd122f.tar.xz knot-93b1ca2bbe47bb614a63e4f5e7652167bbbd122f.zip |
mod-authsignal: implementation, docs, tests
Thanks to Joeri de Ruiter <joeri.deruiter@surf.nl> and Daniel Salzman
for coding support.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 941bd77ec..0249530db 100644 --- a/configure.ac +++ b/configure.ac @@ -334,6 +334,7 @@ static_modules_declars="" static_modules_init="" doc_modules="" +KNOT_MODULE([authsignal], "yes") KNOT_MODULE([cookies], "yes") KNOT_MODULE([dnsproxy], "yes", "non-shareable") KNOT_MODULE([dnstap], "no") |