blob: a2210e56c89bcba0abb74a5e866d1c7f0c8748d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
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
|