diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-16 13:02:36 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-16 13:03:42 +0200 |
commit | 6467ae6511c8b221d1d9e7e429989220cd34249b (patch) | |
tree | 1940e73a4063641747eed7fcf8ffe47752e3084f /ndpid.conf.example | |
parent | 0a3b797ead5c2636dff5b7101c61f723bcb92ee7 (diff) |
Moved some config params to systemd unit file instead of config file
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r-- | ndpid.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndpid.conf.example b/ndpid.conf.example index d74892685..61255a04e 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -17,7 +17,7 @@ #sha1 = /path/to/libnDPI/example/sha1_fingerprints.csv # Collector endpoint as UNIX socket (usually nDPIsrvd) -collector = /run/nDPIsrvd/collector +#collector = /run/nDPIsrvd/collector # Collector endpoint as UDP socket (usually a custom application) #collector = 127.0.0.1:7777 |