diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-13 12:13:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-16 13:03:42 +0200 |
commit | 0951693f332281372501114c7f8f8cdb169e29ce (patch) | |
tree | baeffb08feed26f7665cdae9e56dbf85138742d5 /ndpid.conf.example | |
parent | 25e6c67af673c9286a4881399db482a5ebc58d46 (diff) |
Support loading of custom risk domains. Fixes #45
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r-- | ndpid.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndpid.conf.example b/ndpid.conf.example index bb7c34978..35f3cb5a2 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -10,6 +10,7 @@ #pidfile = /tmp/ndpid.pid #user = nobody #group = nogroup +#riskdomains = /path/to/libnDPI/example/risky_domains.txt #protocols = /path/to/libnDPI/example/protos.txt #categories = /path/to/libnDPI/example/categories.txt #ja3 = /path/to/libnDPI/example/ja3_fingerprints.csv |