From 4d9e11a66c37d1c0b7f52c17061a2f04c3c2348d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 8 Oct 2024 12:49:02 +0200 Subject: Added info about ignored signals, adjusted config file Signed-off-by: Toni Uhlig --- ndpid.conf.example | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'ndpid.conf.example') diff --git a/ndpid.conf.example b/ndpid.conf.example index 9d74b289e..8cb4cd4ac 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -1,15 +1,18 @@ [general] -#netif = eth0 -#bpf = udp or tcp +#netif = eth0 +#bpf = udp or tcp pidfile = /tmp/ndpid.pid user = nobody -#group = nogroup -#protocols = /path/to/libnDPI/example/protos.txt -#categories = /path/to/libnDPI/example/categories.txt -#ja3 = /path/to/libnDPI/example/ja3_fingerprints.csv -#sha1 = /path/to/libnDPI/example/sha1_fingerprints.csv -collector = /tmp/ndpid-collector.sock -#alias = myhostname +#group = nogroup +#protocols = /path/to/libnDPI/example/protos.txt +#categories = /path/to/libnDPI/example/categories.txt +#ja3 = /path/to/libnDPI/example/ja3_fingerprints.csv +#sha1 = /path/to/libnDPI/example/sha1_fingerprints.csv +# Collector endpoint as UNIX socket +#collector = /tmp/ndpid-collector.sock +# Collector endpoint as UDP socket +collector = 127.0.0.1:7777 +#alias = myhostname [tuning] max-flows-per-thread = 2048 -- cgit v1.2.3