From cfd13964739a81229044f53a7e0d15243b0c6b9e Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 7 Oct 2024 21:05:55 +0200 Subject: Added support for parsing (protos) libnDPI options via config file. Signed-off-by: Toni Uhlig --- ndpid.conf.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ndpid.conf.example') 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 -- cgit v1.2.3