]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: minor improvements
authorVictor Julien <victor@inliniac.net>
Wed, 9 Oct 2019 15:12:00 +0000 (17:12 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 9 Oct 2019 15:12:00 +0000 (17:12 +0200)
suricata.yaml.in

index 93687c3992c6e179d785e03fe76c294275ef2e8c..5e2185c4d548684ac238259ccd7ed1e5a607b615 100644 (file)
@@ -728,7 +728,7 @@ app-layer:
 
       # Generate JA3 fingerprint from client hello. If not specified it
       # will be disabled by default, but enabled if rules require it.
-      #ja3-fingerprints: yes
+      #ja3-fingerprints: auto
 
       # What to do when the encrypted communications start:
       # - default: keep tracking TLS session, check for protocol anomalies,
@@ -1048,8 +1048,8 @@ host-mode: auto
 #max-pending-packets: 1024
 
 # Runmode the engine should use. Please check --list-runmodes to get the available
-# runmodes for each packet acquisition method. Defaults to "autofp" (auto flow pinned
-# load balancing).
+# runmodes for each packet acquisition method. Default depends on selected capture
+# method. 'workers' generally gives best performance.
 #runmode: autofp
 
 # Specifies the kind of flow load balancer used by the flow pinned autofp mode.
@@ -1826,6 +1826,7 @@ napatech:
     # This has no effect if auto-config is disabled.
     #
     hashmode: hash5tuplesorted
+
 ##
 ## Configure Suricata to load Suricata-Update managed rules.
 ##