Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Stefan Schantl
2020-04-01 11:02:06 +02:00
committed by Arne Fitzenreiter
parent 006b79aaa9
commit d383248063

View File

@@ -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]"