aboutsummaryrefslogtreecommitdiff
path: root/ndpid.conf.example
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-10-08 12:49:02 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-10-16 13:03:41 +0200
commit4d9e11a66c37d1c0b7f52c17061a2f04c3c2348d (patch)
tree139205f593d14a1272220b26215f8554ab4f2f78 /ndpid.conf.example
parentcfd13964739a81229044f53a7e0d15243b0c6b9e (diff)
Added info about ignored signals, adjusted config file
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r--ndpid.conf.example21
1 files changed, 12 insertions, 9 deletions
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