mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-28 17:02:24 +00:00
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
config nDPIsrvd
|
|
option enabled 0
|
|
option respawn 0
|
|
#option tcp_listen '127.0.0.1:7000'
|
|
#option max_remotes 32
|
|
#option max_buffered_json_lines 1024
|
|
|
|
config nDPIsrvd-analysed
|
|
option enabled 0
|
|
option respawn 0
|
|
option csv_dir '/mnt/sda1/nDPId-analysed-csv'
|
|
|
|
config nDPIsrvd-captured
|
|
option enabled 0
|
|
option respawn 0
|
|
option pcap_rotation 86400
|
|
option datadir '/mnt/sda1/nDPId-captured-pcaps'
|
|
option capture_guessed 1
|
|
option capture_undetected 1
|
|
option capture_midstream 1
|
|
option ignore_empty_l4 1
|
|
list capture_risk '0'
|
|
list capture_risk '~15'
|
|
|
|
config nDPId
|
|
option enabled 0
|
|
option respawn 0
|
|
# General
|
|
#option interface 'br-lan'
|
|
#option internal_only 0
|
|
#option external_only 0
|
|
#option bpf_filter 'tcp'
|
|
#option udp_connect '127.0.0.1:31337'
|
|
#option proto_file ''
|
|
#option cat_file ''
|
|
#option ja4_file ''
|
|
#option ssl_file ''
|
|
#option alias ''
|
|
#option analysis 0
|
|
#option compression 0
|
|
# Tuning
|
|
#option 'max_flows_per_thread' 2048
|
|
#option 'max_idle_flows_per_thread' 64
|
|
#option 'max_reader_threads' 2
|
|
#option 'daemon_status_interval' 600000000
|
|
#option 'compression_scan_interval' 20000000
|
|
#option 'compression_flow_inactivity' 30000000
|
|
#option 'flow_scan_interval' 10000000
|
|
#option 'generic_max_idle_time' 600000000
|
|
#option 'icmp_max_idle_time' 120000000
|
|
#option 'udp_max_idle_time' 180000000
|
|
#option 'tcp_max_idle_time' 3145032704
|
|
#option 'tcp_max_post_end_flow_time' 120000000
|
|
#option 'max_packets_per_flow_to_send' 15
|
|
#option 'max_packets_per_flow_to_process' 32
|
|
#option 'max_packets_per_flow_to_analyse' 32
|
|
#option 'error_event_threshold_n' 16
|
|
#option 'error_event_threshold_time' 10000000
|