From: Philippe Antoine Date: Thu, 30 Sep 2021 13:32:42 +0000 (+0200) Subject: http2: enable by default X-Git-Tag: suricata-7.0.0-beta1~1297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424dcda2c000f4578d85f51293492a0fc7e03815;p=thirdparty%2Fsuricata.git http2: enable by default --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 39a654a851..248ffa36ec 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -286,10 +286,7 @@ outputs: - ssh - mqtt: # passwords: yes # enable output of passwords - # HTTP2 logging. HTTP2 support is currently experimental and - # disabled by default. To enable, uncomment the following line - # and be sure to enable http2 in the app-layer section. - #- http2 + - http2 - stats: totals: yes # stats for all threads merged together threads: no # per thread stats @@ -758,9 +755,8 @@ app-layer: ssh: enabled: yes #hassh: yes - # HTTP2: Experimental HTTP 2 support. Disabled by default. http2: - enabled: no + enabled: yes smtp: enabled: yes raw-extraction: no