blob: a0c00ca6693a4e69a03e8df9fc9954128f08c823 (
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
|
[general]
compression = true
analysis = true
[tuning]
max-flows-per-thread = 128
max-idle-flows-per-thread = 128
max-packets-per-flow-to-send = 5
max-packets-per-flow-to-process = 8
max-packets-per-flow-to-analyse = 16
error-event-threshold-n = 8
error-event-threshold-time = 100000
[ndpi]
packets_limit_per_flow = 8
flow.direction_detection = enable
flow.track_payload = enable
tcp_ack_payload_heuristic = enable
fully_encrypted_heuristic = enable
libgcrypt.init = 1
dpi.compute_entropy = 1
fpc = enable
dpi.guess_on_giveup = 0x01
flow_risk_lists.load = 1
flow_risk.crawler_bot.list.load = 1
log.level = 0
[protos]
tls.certificate_expiration_threshold = 1
tls.application_blocks_tracking = enable
stun.max_packets_extra_dissection = 2
|