From: Stefan Schantl Date: Wed, 1 Apr 2020 09:02:06 +0000 (+0200) Subject: Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports. X-Git-Tag: v2.25-core143~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d383248063ada7a923fef245fa7ff7a5bdaf2444;p=ipfire-2.x.git Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports. Signed-off-by: Stefan Schantl Signed-off-by: Arne Fitzenreiter --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index ed71898f48..cb7ececb49 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -30,7 +30,7 @@ vars: ENIP_SERVER: "$HOME_NET" port-groups: - HTTP_PORTS: "80" + HTTP_PORTS: "[80,81]" SHELLCODE_PORTS: "!80" ORACLE_PORTS: 1521 SSH_PORTS: "[22,222]"