[1/2] Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports.

Message ID 20200401090207.3894-1-stefan.schantl@ipfire.org
State Accepted
Commit d383248063ada7a923fef245fa7ff7a5bdaf2444
Headers
Series [1/2] Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports. |

Commit Message

Stefan Schantl April 1, 2020, 9:02 a.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 config/suricata/suricata.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml
index ed71898f4..cb7ececb4 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]"