diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-07 21:05:55 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-16 13:03:41 +0200 |
commit | cfd13964739a81229044f53a7e0d15243b0c6b9e (patch) | |
tree | 4c2be19dd339215a52e2e48bd185fc57b8836256 /ndpid.conf.example | |
parent | 7efa02774e9393775d8a1ddef2850b5ef5f1c89c (diff) |
Added support for parsing (protos) libnDPI options via config file.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r-- | ndpid.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ndpid.conf.example b/ndpid.conf.example index 2fc9183fe..9d74b289e 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -50,4 +50,6 @@ flow_risk.crawler_bot.list.load = 1 log.level = 0 [protos] -key = value +tls.certificate_expiration_threshold = 7 +tls.application_blocks_tracking = enable +stun.max_packets_extra_dissection = 8 |