- Add secubox-app-ndpid: nDPId daemon with bundled libndpi 5.x - Add luci-app-ndpid: LuCI web interface for nDPId management - Add migration documentation from netifyd to nDPId - Uses git dev branch for latest libndpi API compatibility - Builds nDPId + nDPIsrvd event broker for microservice architecture Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
29 lines
612 B
Plaintext
29 lines
612 B
Plaintext
# nDPId native configuration
|
|
# This file is auto-generated from UCI config
|
|
# Manual changes will be overwritten
|
|
|
|
# Collector socket for nDPIsrvd
|
|
collector = /var/run/ndpid/collector.sock
|
|
|
|
# Daemon settings
|
|
user = nobody
|
|
group = nogroup
|
|
|
|
# Flow settings
|
|
max-flows = 100000
|
|
flow-scan-interval = 10000
|
|
|
|
# Timeouts (milliseconds)
|
|
generic-max-idle-time = 600000
|
|
icmp-max-idle-time = 120000
|
|
udp-max-idle-time = 180000
|
|
tcp-max-idle-time = 7200000
|
|
tcp-max-post-end-flow-time = 120000
|
|
|
|
# Compression
|
|
enable-zlib-compression = yes
|
|
|
|
# Error thresholds
|
|
max-packets-per-flow-to-send = 32
|
|
max-packets-per-flow-to-process = 32
|